Skip to content

Commit e49a9e5

Browse files
author
SDKAuto
committed
CodeGen from PR 22000 in Azure/azure-rest-api-specs
Merge efc3584097fc3b8c062a19bf55d6e50f1682b9e0 into 7f226e791f343778e3b89f7371fda0db5c5e348f
1 parent 50bef9b commit e49a9e5

File tree

119 files changed

+118
-369
lines changed

Some content is hidden

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

119 files changed

+118
-369
lines changed

sdk/network/arm-network/CHANGELOG.md

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

3-
## 30.1.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Enum KnownApplicationGatewaySkuName has a new value StandardBasic
8+
- Enum KnownApplicationGatewayTier has a new value StandardBasic
109

11-
### Other Changes
10+
**Breaking Changes**
1211

12+
- Interface AdminRuleCollectionsListNextOptionalParams no longer has parameter skipToken
13+
- Interface AdminRuleCollectionsListNextOptionalParams no longer has parameter top
14+
- Interface AdminRulesListNextOptionalParams no longer has parameter skipToken
15+
- Interface AdminRulesListNextOptionalParams no longer has parameter top
16+
- Interface ConnectivityConfigurationsListNextOptionalParams no longer has parameter skipToken
17+
- Interface ConnectivityConfigurationsListNextOptionalParams no longer has parameter top
18+
- Interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams no longer has parameter skipToken
19+
- Interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams no longer has parameter top
20+
- Interface NetworkGroupsListNextOptionalParams no longer has parameter skipToken
21+
- Interface NetworkGroupsListNextOptionalParams no longer has parameter top
22+
- Interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsNextOptionalParams no longer has parameter expand
23+
- Interface NetworkManagersListBySubscriptionNextOptionalParams no longer has parameter skipToken
24+
- Interface NetworkManagersListBySubscriptionNextOptionalParams no longer has parameter top
25+
- Interface NetworkManagersListNextOptionalParams no longer has parameter skipToken
26+
- Interface NetworkManagersListNextOptionalParams no longer has parameter top
27+
- Interface ScopeConnectionsListNextOptionalParams no longer has parameter skipToken
28+
- Interface ScopeConnectionsListNextOptionalParams no longer has parameter top
29+
- Interface SecurityAdminConfigurationsListNextOptionalParams no longer has parameter skipToken
30+
- Interface SecurityAdminConfigurationsListNextOptionalParams no longer has parameter top
31+
- Interface ServiceTagInformationListNextOptionalParams no longer has parameter noAddressPrefixes
32+
- Interface ServiceTagInformationListNextOptionalParams no longer has parameter tagName
33+
- Interface StaticMembersListNextOptionalParams no longer has parameter skipToken
34+
- Interface StaticMembersListNextOptionalParams no longer has parameter top
35+
- Interface SubscriptionNetworkManagerConnectionsListNextOptionalParams no longer has parameter skipToken
36+
- Interface SubscriptionNetworkManagerConnectionsListNextOptionalParams no longer has parameter top
37+
- Interface VirtualNetworksListDdosProtectionStatusNextOptionalParams no longer has parameter skipToken
38+
- Interface VirtualNetworksListDdosProtectionStatusNextOptionalParams no longer has parameter top
39+
40+
1341
## 30.1.0 (2022-12-13)
1442

1543
**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": "8ed07e0b93a6c3d58fe31685f5a37365a83e71ef",
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.0",
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: 2 additions & 27 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
@@ -5962,6 +5956,7 @@ export enum KnownApplicationGatewayRuleSetStatusOptions {
59625956

59635957
// @public
59645958
export enum KnownApplicationGatewaySkuName {
5959+
StandardBasic = "Standard_Basic",
59655960
StandardLarge = "Standard_Large",
59665961
StandardMedium = "Standard_Medium",
59675962
StandardSmall = "Standard_Small",
@@ -6030,6 +6025,7 @@ export enum KnownApplicationGatewaySslProtocol {
60306025
// @public
60316026
export enum KnownApplicationGatewayTier {
60326027
Standard = "Standard",
6028+
StandardBasic = "Standard_Basic",
60336029
StandardV2 = "Standard_v2",
60346030
WAF = "WAF",
60356031
WAFV2 = "WAF_v2"
@@ -8035,8 +8031,6 @@ export type ManagementGroupNetworkManagerConnectionsGetResponse = NetworkManager
80358031

80368032
// @public
80378033
export interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams extends coreClient.OperationOptions {
8038-
skipToken?: string;
8039-
top?: number;
80408034
}
80418035

80428036
// @public
@@ -8336,8 +8330,6 @@ export type NetworkGroupsGetResponse = NetworkGroup;
83368330

83378331
// @public
83388332
export interface NetworkGroupsListNextOptionalParams extends coreClient.OperationOptions {
8339-
skipToken?: string;
8340-
top?: number;
83418333
}
83428334

83438335
// @public
@@ -8656,7 +8648,6 @@ export type NetworkInterfacesListResponse = NetworkInterfaceListResult;
86568648

86578649
// @public
86588650
export interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsNextOptionalParams extends coreClient.OperationOptions {
8659-
expand?: string;
86608651
}
86618652

86628653
// @public
@@ -9215,8 +9206,6 @@ export type NetworkManagersGetResponse = NetworkManager;
92159206

92169207
// @public
92179208
export interface NetworkManagersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
9218-
skipToken?: string;
9219-
top?: number;
92209209
}
92219210

92229211
// @public
@@ -9233,8 +9222,6 @@ export type NetworkManagersListBySubscriptionResponse = NetworkManagerListResult
92339222

92349223
// @public
92359224
export interface NetworkManagersListNextOptionalParams extends coreClient.OperationOptions {
9236-
skipToken?: string;
9237-
top?: number;
92389225
}
92399226

92409227
// @public
@@ -11758,8 +11745,6 @@ export type ScopeConnectionsGetResponse = ScopeConnection;
1175811745

1175911746
// @public
1176011747
export interface ScopeConnectionsListNextOptionalParams extends coreClient.OperationOptions {
11761-
skipToken?: string;
11762-
top?: number;
1176311748
}
1176411749

1176511750
// @public
@@ -11828,8 +11813,6 @@ export type SecurityAdminConfigurationsGetResponse = SecurityAdminConfiguration;
1182811813

1182911814
// @public
1183011815
export interface SecurityAdminConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
11831-
skipToken?: string;
11832-
top?: number;
1183311816
}
1183411817

1183511818
// @public
@@ -12252,8 +12235,6 @@ export interface ServiceTagInformation {
1225212235

1225312236
// @public
1225412237
export interface ServiceTagInformationListNextOptionalParams extends coreClient.OperationOptions {
12255-
noAddressPrefixes?: boolean;
12256-
tagName?: string;
1225712238
}
1225812239

1225912240
// @public
@@ -12414,8 +12395,6 @@ export type StaticMembersGetResponse = StaticMember;
1241412395

1241512396
// @public
1241612397
export interface StaticMembersListNextOptionalParams extends coreClient.OperationOptions {
12417-
skipToken?: string;
12418-
top?: number;
1241912398
}
1242012399

1242112400
// @public
@@ -12577,8 +12556,6 @@ export type SubscriptionNetworkManagerConnectionsGetResponse = NetworkManagerCon
1257712556

1257812557
// @public
1257912558
export interface SubscriptionNetworkManagerConnectionsListNextOptionalParams extends coreClient.OperationOptions {
12580-
skipToken?: string;
12581-
top?: number;
1258212559
}
1258312560

1258412561
// @public
@@ -14081,8 +14058,6 @@ export type VirtualNetworksListAllResponse = VirtualNetworkListResult;
1408114058

1408214059
// @public
1408314060
export interface VirtualNetworksListDdosProtectionStatusNextOptionalParams extends coreClient.OperationOptions {
14084-
skipToken?: string;
14085-
top?: number;
1408614061
}
1408714062

1408814063
// @public

0 commit comments

Comments
 (0)