Skip to content

Commit 5becebb

Browse files
author
SDKAuto
committed
CodeGen from PR 21909 in Azure/azure-rest-api-specs
Merge 4924b593e200fd3cc704495bd726c7f87f859975 into c94b5583e56b7ffcfeaee8dbb9e09516c43fc324
1 parent 73fa703 commit 5becebb

File tree

121 files changed

+241
-375
lines changed

Some content is hidden

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

121 files changed

+241
-375
lines changed

sdk/network/arm-network/CHANGELOG.md

Lines changed: 48 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,55 @@
11
# Release History
2+
3+
## 31.0.0 (2023-02-09)
4+
5+
**Features**
26

3-
## 30.1.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added Type Alias WebApplicationFirewallState
8+
- Interface ExpressRouteCircuit has a new optional parameter authorizationStatus
9+
- Interface VirtualNetwork has a new optional parameter flowLogs
10+
- Interface VpnGatewaysResetOptionalParams has a new optional parameter ipConfigurationId
11+
- Interface WebApplicationFirewallCustomRule has a new optional parameter state
12+
- Added Enum KnownWebApplicationFirewallState
13+
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus400
14+
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus404
15+
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus405
16+
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus408
17+
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus499
18+
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus500
19+
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus503
20+
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus504
1021

11-
### Other Changes
22+
**Breaking Changes**
1223

24+
- Interface AdminRuleCollectionsListNextOptionalParams no longer has parameter skipToken
25+
- Interface AdminRuleCollectionsListNextOptionalParams no longer has parameter top
26+
- Interface AdminRulesListNextOptionalParams no longer has parameter skipToken
27+
- Interface AdminRulesListNextOptionalParams no longer has parameter top
28+
- Interface ConnectivityConfigurationsListNextOptionalParams no longer has parameter skipToken
29+
- Interface ConnectivityConfigurationsListNextOptionalParams no longer has parameter top
30+
- Interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams no longer has parameter skipToken
31+
- Interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams no longer has parameter top
32+
- Interface NetworkGroupsListNextOptionalParams no longer has parameter skipToken
33+
- Interface NetworkGroupsListNextOptionalParams no longer has parameter top
34+
- Interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsNextOptionalParams no longer has parameter expand
35+
- Interface NetworkManagersListBySubscriptionNextOptionalParams no longer has parameter skipToken
36+
- Interface NetworkManagersListBySubscriptionNextOptionalParams no longer has parameter top
37+
- Interface NetworkManagersListNextOptionalParams no longer has parameter skipToken
38+
- Interface NetworkManagersListNextOptionalParams no longer has parameter top
39+
- Interface ScopeConnectionsListNextOptionalParams no longer has parameter skipToken
40+
- Interface ScopeConnectionsListNextOptionalParams no longer has parameter top
41+
- Interface SecurityAdminConfigurationsListNextOptionalParams no longer has parameter skipToken
42+
- Interface SecurityAdminConfigurationsListNextOptionalParams no longer has parameter top
43+
- Interface ServiceTagInformationListNextOptionalParams no longer has parameter noAddressPrefixes
44+
- Interface ServiceTagInformationListNextOptionalParams no longer has parameter tagName
45+
- Interface StaticMembersListNextOptionalParams no longer has parameter skipToken
46+
- Interface StaticMembersListNextOptionalParams no longer has parameter top
47+
- Interface SubscriptionNetworkManagerConnectionsListNextOptionalParams no longer has parameter skipToken
48+
- Interface SubscriptionNetworkManagerConnectionsListNextOptionalParams no longer has parameter top
49+
- Interface VirtualNetworksListDdosProtectionStatusNextOptionalParams no longer has parameter skipToken
50+
- Interface VirtualNetworksListDdosProtectionStatusNextOptionalParams no longer has parameter top
51+
52+
1353
## 30.1.0 (2022-12-13)
1454

1555
**Features**

sdk/network/arm-network/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Microsoft
3+
Copyright (c) 2023 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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": "7245d0f5cc01bf95df9d7ae893f252d4001b4ad7",
2+
"commit": "cf606edb552fe90b04ddeaf29798617406fc310e",
33
"readme": "specification/network/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.9.3 --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.3.20221108.1 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.3 --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.5",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.3",
7-
"use": "@autorest/typescript@6.0.0-rc.3.20221108.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
7+
"use": "@autorest/typescript@6.0.0-rc.5"
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.1.1",
6+
"version": "31.0.0",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -110,13 +110,5 @@
110110
}
111111
]
112112
},
113-
"autoPublish": true,
114-
"//sampleConfiguration": {
115-
"productName": "",
116-
"productSlugs": [
117-
"azure"
118-
],
119-
"disableDocsMs": true,
120-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-network?view=azure-node-preview"
121-
}
122-
}
113+
"autoPublish": true
114+
}

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

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ export type AdminRuleCollectionsGetResponse = AdminRuleCollection;
179179

180180
// @public
181181
export interface AdminRuleCollectionsListNextOptionalParams extends coreClient.OperationOptions {
182-
skipToken?: string;
183-
top?: number;
184182
}
185183

186184
// @public
@@ -241,8 +239,6 @@ export type AdminRulesGetResponse = BaseAdminRuleUnion;
241239

242240
// @public
243241
export interface AdminRulesListNextOptionalParams extends coreClient.OperationOptions {
244-
skipToken?: string;
245-
top?: number;
246242
}
247243

248244
// @public
@@ -2620,8 +2616,6 @@ export type ConnectivityConfigurationsGetResponse = ConnectivityConfiguration;
26202616

26212617
// @public
26222618
export interface ConnectivityConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
2623-
skipToken?: string;
2624-
top?: number;
26252619
}
26262620

26272621
// @public
@@ -3445,6 +3439,7 @@ export interface ExpressRouteCircuit extends Resource {
34453439
allowClassicOperations?: boolean;
34463440
authorizationKey?: string;
34473441
authorizations?: ExpressRouteCircuitAuthorization[];
3442+
readonly authorizationStatus?: string;
34483443
bandwidthInGbps?: number;
34493444
circuitProvisioningState?: string;
34503445
readonly etag?: string;
@@ -5905,8 +5900,16 @@ export enum KnownApplicationGatewayCookieBasedAffinity {
59055900

59065901
// @public
59075902
export enum KnownApplicationGatewayCustomErrorStatusCode {
5903+
HttpStatus400 = "HttpStatus400",
59085904
HttpStatus403 = "HttpStatus403",
5909-
HttpStatus502 = "HttpStatus502"
5905+
HttpStatus404 = "HttpStatus404",
5906+
HttpStatus405 = "HttpStatus405",
5907+
HttpStatus408 = "HttpStatus408",
5908+
HttpStatus499 = "HttpStatus499",
5909+
HttpStatus500 = "HttpStatus500",
5910+
HttpStatus502 = "HttpStatus502",
5911+
HttpStatus503 = "HttpStatus503",
5912+
HttpStatus504 = "HttpStatus504"
59105913
}
59115914

59125915
// @public
@@ -7355,6 +7358,12 @@ export enum KnownWebApplicationFirewallRuleType {
73557358
MatchRule = "MatchRule"
73567359
}
73577360

7361+
// @public
7362+
export enum KnownWebApplicationFirewallState {
7363+
Disabled = "Disabled",
7364+
Enabled = "Enabled"
7365+
}
7366+
73587367
// @public
73597368
export enum KnownWebApplicationFirewallTransform {
73607369
HtmlEntityDecode = "HtmlEntityDecode",
@@ -8035,8 +8044,6 @@ export type ManagementGroupNetworkManagerConnectionsGetResponse = NetworkManager
80358044

80368045
// @public
80378046
export interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams extends coreClient.OperationOptions {
8038-
skipToken?: string;
8039-
top?: number;
80408047
}
80418048

80428049
// @public
@@ -8336,8 +8343,6 @@ export type NetworkGroupsGetResponse = NetworkGroup;
83368343

83378344
// @public
83388345
export interface NetworkGroupsListNextOptionalParams extends coreClient.OperationOptions {
8339-
skipToken?: string;
8340-
top?: number;
83418346
}
83428347

83438348
// @public
@@ -8656,7 +8661,6 @@ export type NetworkInterfacesListResponse = NetworkInterfaceListResult;
86568661

86578662
// @public
86588663
export interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsNextOptionalParams extends coreClient.OperationOptions {
8659-
expand?: string;
86608664
}
86618665

86628666
// @public
@@ -9215,8 +9219,6 @@ export type NetworkManagersGetResponse = NetworkManager;
92159219

92169220
// @public
92179221
export interface NetworkManagersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
9218-
skipToken?: string;
9219-
top?: number;
92209222
}
92219223

92229224
// @public
@@ -9233,8 +9235,6 @@ export type NetworkManagersListBySubscriptionResponse = NetworkManagerListResult
92339235

92349236
// @public
92359237
export interface NetworkManagersListNextOptionalParams extends coreClient.OperationOptions {
9236-
skipToken?: string;
9237-
top?: number;
92389238
}
92399239

92409240
// @public
@@ -11758,8 +11758,6 @@ export type ScopeConnectionsGetResponse = ScopeConnection;
1175811758

1175911759
// @public
1176011760
export interface ScopeConnectionsListNextOptionalParams extends coreClient.OperationOptions {
11761-
skipToken?: string;
11762-
top?: number;
1176311761
}
1176411762

1176511763
// @public
@@ -11828,8 +11826,6 @@ export type SecurityAdminConfigurationsGetResponse = SecurityAdminConfiguration;
1182811826

1182911827
// @public
1183011828
export interface SecurityAdminConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
11831-
skipToken?: string;
11832-
top?: number;
1183311829
}
1183411830

1183511831
// @public
@@ -12252,8 +12248,6 @@ export interface ServiceTagInformation {
1225212248

1225312249
// @public
1225412250
export interface ServiceTagInformationListNextOptionalParams extends coreClient.OperationOptions {
12255-
noAddressPrefixes?: boolean;
12256-
tagName?: string;
1225712251
}
1225812252

1225912253
// @public
@@ -12414,8 +12408,6 @@ export type StaticMembersGetResponse = StaticMember;
1241412408

1241512409
// @public
1241612410
export interface StaticMembersListNextOptionalParams extends coreClient.OperationOptions {
12417-
skipToken?: string;
12418-
top?: number;
1241912411
}
1242012412

1242112413
// @public
@@ -12577,8 +12569,6 @@ export type SubscriptionNetworkManagerConnectionsGetResponse = NetworkManagerCon
1257712569

1257812570
// @public
1257912571
export interface SubscriptionNetworkManagerConnectionsListNextOptionalParams extends coreClient.OperationOptions {
12580-
skipToken?: string;
12581-
top?: number;
1258212572
}
1258312573

1258412574
// @public
@@ -13277,6 +13267,7 @@ export interface VirtualNetwork extends Resource {
1327713267
encryption?: VirtualNetworkEncryption;
1327813268
readonly etag?: string;
1327913269
extendedLocation?: ExtendedLocation;
13270+
readonly flowLogs?: FlowLog[];
1328013271
flowTimeoutInMinutes?: number;
1328113272
ipAllocations?: SubResource[];
1328213273
readonly provisioningState?: ProvisioningState;
@@ -14081,8 +14072,6 @@ export type VirtualNetworksListAllResponse = VirtualNetworkListResult;
1408114072

1408214073
// @public
1408314074
export interface VirtualNetworksListDdosProtectionStatusNextOptionalParams extends coreClient.OperationOptions {
14084-
skipToken?: string;
14085-
top?: number;
1408614075
}
1408714076

1408814077
// @public
@@ -14836,6 +14825,7 @@ export type VpnGatewaysListResponse = ListVpnGatewaysResult;
1483614825

1483714826
// @public
1483814827
export interface VpnGatewaysResetOptionalParams extends coreClient.OperationOptions {
14828+
ipConfigurationId?: string;
1483914829
resumeFrom?: string;
1484014830
updateIntervalInMs?: number;
1484114831
}
@@ -15308,6 +15298,7 @@ export interface WebApplicationFirewallCustomRule {
1530815298
name?: string;
1530915299
priority: number;
1531015300
ruleType: WebApplicationFirewallRuleType;
15301+
state?: WebApplicationFirewallState;
1531115302
}
1531215303

1531315304
// @public
@@ -15405,6 +15396,9 @@ export type WebApplicationFirewallPolicyResourceState = string;
1540515396
// @public
1540615397
export type WebApplicationFirewallRuleType = string;
1540715398

15399+
// @public
15400+
export type WebApplicationFirewallState = string;
15401+
1540815402
// @public
1540915403
export type WebApplicationFirewallTransform = string;
1541015404

0 commit comments

Comments
 (0)