Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion sdk/network/arm-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 30.1.0 (2022-12-13)
## 31.0.0 (2022-12-15)

**Features**

Expand All @@ -16,6 +16,36 @@
- Interface PolicySettings has a new optional parameter customBlockResponseBody
- Interface PolicySettings has a new optional parameter customBlockResponseStatusCode
- Added function getContinuationToken

**Breaking Changes**

- Interface AdminRuleCollectionsListNextOptionalParams no longer has parameter skipToken
- Interface AdminRuleCollectionsListNextOptionalParams no longer has parameter top
- Interface AdminRulesListNextOptionalParams no longer has parameter skipToken
- Interface AdminRulesListNextOptionalParams no longer has parameter top
- Interface ConnectivityConfigurationsListNextOptionalParams no longer has parameter skipToken
- Interface ConnectivityConfigurationsListNextOptionalParams no longer has parameter top
- Interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams no longer has parameter skipToken
- Interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams no longer has parameter top
- Interface NetworkGroupsListNextOptionalParams no longer has parameter skipToken
- Interface NetworkGroupsListNextOptionalParams no longer has parameter top
- Interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsNextOptionalParams no longer has parameter expand
- Interface NetworkManagersListBySubscriptionNextOptionalParams no longer has parameter skipToken
- Interface NetworkManagersListBySubscriptionNextOptionalParams no longer has parameter top
- Interface NetworkManagersListNextOptionalParams no longer has parameter skipToken
- Interface NetworkManagersListNextOptionalParams no longer has parameter top
- Interface ScopeConnectionsListNextOptionalParams no longer has parameter skipToken
- Interface ScopeConnectionsListNextOptionalParams no longer has parameter top
- Interface SecurityAdminConfigurationsListNextOptionalParams no longer has parameter skipToken
- Interface SecurityAdminConfigurationsListNextOptionalParams no longer has parameter top
- Interface ServiceTagInformationListNextOptionalParams no longer has parameter noAddressPrefixes
- Interface ServiceTagInformationListNextOptionalParams no longer has parameter tagName
- Interface StaticMembersListNextOptionalParams no longer has parameter skipToken
- Interface StaticMembersListNextOptionalParams no longer has parameter top
- Interface SubscriptionNetworkManagerConnectionsListNextOptionalParams no longer has parameter skipToken
- Interface SubscriptionNetworkManagerConnectionsListNextOptionalParams no longer has parameter top
- Interface VirtualNetworksListDdosProtectionStatusNextOptionalParams no longer has parameter skipToken
- Interface VirtualNetworksListDdosProtectionStatusNextOptionalParams no longer has parameter top


## 30.0.0 (2022-09-29)
Expand Down
10 changes: 5 additions & 5 deletions sdk/network/arm-network/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "7245d0f5cc01bf95df9d7ae893f252d4001b4ad7",
"commit": "37c4101d1ae39589de3d5be841a0e5a4ada0913e",
"readme": "specification/network/resource-manager/readme.md",
"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",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.3",
"use": "@autorest/typescript@6.0.0-rc.3.20221108.1"
"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",
"repository_url": "https://github.com/test-repo-billy/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.4",
"use": "@autorest/typescript@6.0.0-rc.5"
}
12 changes: 2 additions & 10 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.1.0",
"version": "31.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -110,13 +110,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
}
27 changes: 0 additions & 27 deletions sdk/network/arm-network/review/arm-network.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ export type AdminRuleCollectionsGetResponse = AdminRuleCollection;

// @public
export interface AdminRuleCollectionsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -241,8 +239,6 @@ export type AdminRulesGetResponse = BaseAdminRuleUnion;

// @public
export interface AdminRulesListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -2620,8 +2616,6 @@ export type ConnectivityConfigurationsGetResponse = ConnectivityConfiguration;

// @public
export interface ConnectivityConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -8035,8 +8029,6 @@ export type ManagementGroupNetworkManagerConnectionsGetResponse = NetworkManager

// @public
export interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -8336,8 +8328,6 @@ export type NetworkGroupsGetResponse = NetworkGroup;

// @public
export interface NetworkGroupsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -8656,7 +8646,6 @@ export type NetworkInterfacesListResponse = NetworkInterfaceListResult;

// @public
export interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsNextOptionalParams extends coreClient.OperationOptions {
expand?: string;
}

// @public
Expand Down Expand Up @@ -9215,8 +9204,6 @@ export type NetworkManagersGetResponse = NetworkManager;

// @public
export interface NetworkManagersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand All @@ -9233,8 +9220,6 @@ export type NetworkManagersListBySubscriptionResponse = NetworkManagerListResult

// @public
export interface NetworkManagersListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -11758,8 +11743,6 @@ export type ScopeConnectionsGetResponse = ScopeConnection;

// @public
export interface ScopeConnectionsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -11828,8 +11811,6 @@ export type SecurityAdminConfigurationsGetResponse = SecurityAdminConfiguration;

// @public
export interface SecurityAdminConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -12252,8 +12233,6 @@ export interface ServiceTagInformation {

// @public
export interface ServiceTagInformationListNextOptionalParams extends coreClient.OperationOptions {
noAddressPrefixes?: boolean;
tagName?: string;
}

// @public
Expand Down Expand Up @@ -12414,8 +12393,6 @@ export type StaticMembersGetResponse = StaticMember;

// @public
export interface StaticMembersListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -12577,8 +12554,6 @@ export type SubscriptionNetworkManagerConnectionsGetResponse = NetworkManagerCon

// @public
export interface SubscriptionNetworkManagerConnectionsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -14081,8 +14056,6 @@ export type VirtualNetworksListAllResponse = VirtualNetworkListResult;

// @public
export interface VirtualNetworksListDdosProtectionStatusNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down
Loading