Skip to content

Commit 11ba6c3

Browse files
author
SDKAuto
committed
CodeGen from PR 21681 in Azure/azure-rest-api-specs
Merge 3ea10478863843ada67c619c976755003a7bcc91 into 95903ca4fc97a30c3ac4d535744b0087ebcd8a50
1 parent 1447a75 commit 11ba6c3

File tree

68 files changed

+666
-382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+666
-382
lines changed

sdk/network/arm-network/CHANGELOG.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
# Release History
2+
3+
## 31.0.0 (2022-11-29)
4+
5+
**Features**
26

3-
## 30.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added Interface DdosProtectionPlansDeleteHeaders
8+
- Added Interface DelegationProperties
9+
- Added Interface PartnerManagedResourceProperties
10+
- Added Interface PublicIPAddressesDdosProtectionStatusHeaders
11+
- Added Interface PublicIPAddressesDeleteHeaders
12+
- Interface BackendAddressPool has a new optional parameter virtualNetwork
13+
- Interface DdosProtectionPlan has a new optional parameter publicIPAddresses
14+
- Interface NetworkVirtualAppliance has a new optional parameter delegation
15+
- Interface NetworkVirtualAppliance has a new optional parameter deploymentType
16+
- Interface NetworkVirtualAppliance has a new optional parameter partnerManagedResource
17+
- Interface PolicySettings has a new optional parameter customBlockResponseBody
18+
- Interface PolicySettings has a new optional parameter customBlockResponseStatusCode
1019

11-
### Other Changes
20+
**Breaking Changes**
1221

22+
- Interface DdosProtectionPlan no longer has parameter publicIpAddresses
23+
24+
1325
## 30.0.0 (2022-09-29)
1426

1527
**Features**

sdk/network/arm-network/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Network Client
1313

1414
### Currently supported environments
1515

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

1919
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.

sdk/network/arm-network/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "065b070773ed6fa98ede768ad602f4c4d2edf739",
2+
"commit": "d51c1b32c441015e937c46d73b6111f80ad5bf3c",
33
"readme": "specification/network/resource-manager/readme.md",
4-
"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/typescript@6.0.0-rc.1.20220727.1 --generate-sample=true",
4+
"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/typescript@6.0.0-rc.2",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
7-
"use": "@autorest/typescript@6.0.0-rc.1.20220727.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.1",
7+
"use": "@autorest/typescript@6.0.0-rc.2"
88
}

sdk/network/arm-network/package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for NetworkManagementClient.",
6-
"version": "30.0.1",
6+
"version": "31.0.0",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -109,13 +109,5 @@
109109
}
110110
]
111111
},
112-
"autoPublish": true,
113-
"//sampleConfiguration": {
114-
"productName": "",
115-
"productSlugs": [
116-
"azure"
117-
],
118-
"disableDocsMs": true,
119-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-network?view=azure-node-preview"
120-
}
121-
}
112+
"autoPublish": true
113+
}

sdk/network/arm-network/review/arm-network.api.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,6 +1900,7 @@ export interface BackendAddressPool extends SubResource {
19001900
readonly provisioningState?: ProvisioningState;
19011901
tunnelInterfaces?: GatewayLoadBalancerTunnelInterface[];
19021902
readonly type?: string;
1903+
virtualNetwork?: SubResource;
19031904
}
19041905

19051906
// @public
@@ -2916,7 +2917,7 @@ export interface DdosProtectionPlan {
29162917
location?: string;
29172918
readonly name?: string;
29182919
readonly provisioningState?: ProvisioningState;
2919-
readonly publicIpAddresses?: SubResource[];
2920+
readonly publicIPAddresses?: SubResource[];
29202921
readonly resourceGuid?: string;
29212922
tags?: {
29222923
[propertyName: string]: string;
@@ -2952,6 +2953,11 @@ export interface DdosProtectionPlansCreateOrUpdateOptionalParams extends coreCli
29522953
// @public
29532954
export type DdosProtectionPlansCreateOrUpdateResponse = DdosProtectionPlan;
29542955

2956+
// @public
2957+
export interface DdosProtectionPlansDeleteHeaders {
2958+
location?: string;
2959+
}
2960+
29552961
// @public
29562962
export interface DdosProtectionPlansDeleteOptionalParams extends coreClient.OperationOptions {
29572963
resumeFrom?: string;
@@ -3062,6 +3068,12 @@ export interface Delegation extends SubResource {
30623068
type?: string;
30633069
}
30643070

3071+
// @public
3072+
export interface DelegationProperties {
3073+
readonly provisioningState?: ProvisioningState;
3074+
serviceName?: string;
3075+
}
3076+
30653077
// @public
30663078
export interface DeleteBastionShareableLinkOptionalParams extends coreClient.OperationOptions {
30673079
resumeFrom?: string;
@@ -9449,10 +9461,13 @@ export interface NetworkVirtualAppliance extends Resource {
94499461
bootStrapConfigurationBlobs?: string[];
94509462
cloudInitConfiguration?: string;
94519463
cloudInitConfigurationBlobs?: string[];
9464+
delegation?: DelegationProperties;
9465+
readonly deploymentType?: string;
94529466
readonly etag?: string;
94539467
identity?: ManagedServiceIdentity;
94549468
readonly inboundSecurityRules?: SubResource[];
94559469
nvaSku?: VirtualApplianceSkuProperties;
9470+
partnerManagedResource?: PartnerManagedResourceProperties;
94569471
readonly provisioningState?: ProvisioningState;
94579472
sshPublicKey?: string;
94589473
virtualApplianceAsn?: number;
@@ -10203,6 +10218,13 @@ export interface Parameter {
1020310218
routePrefix?: string[];
1020410219
}
1020510220

10221+
// @public
10222+
export interface PartnerManagedResourceProperties {
10223+
readonly id?: string;
10224+
readonly internalLoadBalancerId?: string;
10225+
readonly standardLoadBalancerId?: string;
10226+
}
10227+
1020610228
// @public
1020710229
export interface PatchObject {
1020810230
tags?: {
@@ -10311,6 +10333,8 @@ export type PfsGroup = string;
1031110333

1031210334
// @public
1031310335
export interface PolicySettings {
10336+
customBlockResponseBody?: string;
10337+
customBlockResponseStatusCode?: number;
1031410338
fileUploadLimitInMb?: number;
1031510339
maxRequestBodySizeInKb?: number;
1031610340
mode?: WebApplicationFirewallMode;
@@ -10829,6 +10853,11 @@ export interface PublicIPAddressesCreateOrUpdateOptionalParams extends coreClien
1082910853
// @public
1083010854
export type PublicIPAddressesCreateOrUpdateResponse = PublicIPAddress;
1083110855

10856+
// @public
10857+
export interface PublicIPAddressesDdosProtectionStatusHeaders {
10858+
location?: string;
10859+
}
10860+
1083210861
// @public
1083310862
export interface PublicIPAddressesDdosProtectionStatusOptionalParams extends coreClient.OperationOptions {
1083410863
resumeFrom?: string;
@@ -10838,6 +10867,11 @@ export interface PublicIPAddressesDdosProtectionStatusOptionalParams extends cor
1083810867
// @public
1083910868
export type PublicIPAddressesDdosProtectionStatusResponse = PublicIpDdosProtectionStatusResult;
1084010869

10870+
// @public
10871+
export interface PublicIPAddressesDeleteHeaders {
10872+
location?: string;
10873+
}
10874+
1084110875
// @public
1084210876
export interface PublicIPAddressesDeleteOptionalParams extends coreClient.OperationOptions {
1084310877
resumeFrom?: string;

0 commit comments

Comments
 (0)