Skip to content

Commit

Permalink
CodeGen from PR 21617 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 4f9f6a395c2319f802b67cec1068dbfef5816ead into fc0c0316bf5187af413a256c484c1e2a259e18b8
  • Loading branch information
SDKAuto committed Nov 22, 2022
1 parent 27d8960 commit 35a474c
Show file tree
Hide file tree
Showing 68 changed files with 666 additions and 382 deletions.
28 changes: 20 additions & 8 deletions sdk/network/arm-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
# Release History

## 31.0.0 (2022-11-22)

**Features**

## 30.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added Interface DdosProtectionPlansDeleteHeaders
- Added Interface DelegationProperties
- Added Interface PartnerManagedResourceProperties
- Added Interface PublicIPAddressesDdosProtectionStatusHeaders
- Added Interface PublicIPAddressesDeleteHeaders
- Interface BackendAddressPool has a new optional parameter virtualNetwork
- Interface DdosProtectionPlan has a new optional parameter publicIPAddresses
- Interface NetworkVirtualAppliance has a new optional parameter delegation
- Interface NetworkVirtualAppliance has a new optional parameter deploymentType
- Interface NetworkVirtualAppliance has a new optional parameter partnerManagedResource
- Interface PolicySettings has a new optional parameter customBlockResponseBody
- Interface PolicySettings has a new optional parameter customBlockResponseStatusCode

### Other Changes
**Breaking Changes**

- Interface DdosProtectionPlan no longer has parameter publicIpAddresses


## 30.0.0 (2022-09-29)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/network/arm-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Network Client

### Currently supported environments

- [LTS versions of Node.js](https://nodejs.org/about/releases/)
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
- Latest versions of Safari, Chrome, Edge and Firefox.

See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
Expand Down
8 changes: 4 additions & 4 deletions sdk/network/arm-network/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "065b070773ed6fa98ede768ad602f4c4d2edf739",
"commit": "be6041c41afeb88fc65422cf5bf22157d9e833fd",
"readme": "specification/network/resource-manager/readme.md",
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\network\\resource-manager\\readme.md --use=@autorest/[email protected].1.20220727.1 --generate-sample=true",
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/network/resource-manager/readme.md --use=@autorest/[email protected].2",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/[email protected].1.20220727.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.1",
"use": "@autorest/[email protected].2"
}
14 changes: 3 additions & 11 deletions sdk/network/arm-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for NetworkManagementClient.",
"version": "30.0.1",
"version": "31.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -109,13 +109,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-network?view=azure-node-preview"
}
}
"autoPublish": true
}
36 changes: 35 additions & 1 deletion sdk/network/arm-network/review/arm-network.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1900,6 +1900,7 @@ export interface BackendAddressPool extends SubResource {
readonly provisioningState?: ProvisioningState;
tunnelInterfaces?: GatewayLoadBalancerTunnelInterface[];
readonly type?: string;
virtualNetwork?: SubResource;
}

// @public
Expand Down Expand Up @@ -2916,7 +2917,7 @@ export interface DdosProtectionPlan {
location?: string;
readonly name?: string;
readonly provisioningState?: ProvisioningState;
readonly publicIpAddresses?: SubResource[];
readonly publicIPAddresses?: SubResource[];
readonly resourceGuid?: string;
tags?: {
[propertyName: string]: string;
Expand Down Expand Up @@ -2952,6 +2953,11 @@ export interface DdosProtectionPlansCreateOrUpdateOptionalParams extends coreCli
// @public
export type DdosProtectionPlansCreateOrUpdateResponse = DdosProtectionPlan;

// @public
export interface DdosProtectionPlansDeleteHeaders {
location?: string;
}

// @public
export interface DdosProtectionPlansDeleteOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
Expand Down Expand Up @@ -3062,6 +3068,12 @@ export interface Delegation extends SubResource {
type?: string;
}

// @public
export interface DelegationProperties {
readonly provisioningState?: ProvisioningState;
serviceName?: string;
}

// @public
export interface DeleteBastionShareableLinkOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
Expand Down Expand Up @@ -9449,10 +9461,13 @@ export interface NetworkVirtualAppliance extends Resource {
bootStrapConfigurationBlobs?: string[];
cloudInitConfiguration?: string;
cloudInitConfigurationBlobs?: string[];
delegation?: DelegationProperties;
readonly deploymentType?: string;
readonly etag?: string;
identity?: ManagedServiceIdentity;
readonly inboundSecurityRules?: SubResource[];
nvaSku?: VirtualApplianceSkuProperties;
partnerManagedResource?: PartnerManagedResourceProperties;
readonly provisioningState?: ProvisioningState;
sshPublicKey?: string;
virtualApplianceAsn?: number;
Expand Down Expand Up @@ -10203,6 +10218,13 @@ export interface Parameter {
routePrefix?: string[];
}

// @public
export interface PartnerManagedResourceProperties {
readonly id?: string;
readonly internalLoadBalancerId?: string;
readonly standardLoadBalancerId?: string;
}

// @public
export interface PatchObject {
tags?: {
Expand Down Expand Up @@ -10311,6 +10333,8 @@ export type PfsGroup = string;

// @public
export interface PolicySettings {
customBlockResponseBody?: string;
customBlockResponseStatusCode?: number;
fileUploadLimitInMb?: number;
maxRequestBodySizeInKb?: number;
mode?: WebApplicationFirewallMode;
Expand Down Expand Up @@ -10829,6 +10853,11 @@ export interface PublicIPAddressesCreateOrUpdateOptionalParams extends coreClien
// @public
export type PublicIPAddressesCreateOrUpdateResponse = PublicIPAddress;

// @public
export interface PublicIPAddressesDdosProtectionStatusHeaders {
location?: string;
}

// @public
export interface PublicIPAddressesDdosProtectionStatusOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
Expand All @@ -10838,6 +10867,11 @@ export interface PublicIPAddressesDdosProtectionStatusOptionalParams extends cor
// @public
export type PublicIPAddressesDdosProtectionStatusResponse = PublicIpDdosProtectionStatusResult;

// @public
export interface PublicIPAddressesDeleteHeaders {
location?: string;
}

// @public
export interface PublicIPAddressesDeleteOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
Expand Down
Loading

0 comments on commit 35a474c

Please sign in to comment.