Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR @azure/arm-network] Fix runningOperationIds data type #3567

Closed
wants to merge 1 commit into from
Closed
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
44 changes: 36 additions & 8 deletions sdk/network/arm-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,43 @@
# Release History

## 31.0.0 (2023-01-20)

**Features**

## 30.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Enum KnownApplicationGatewaySkuName has a new value StandardBasic
- Enum KnownApplicationGatewayTier has a new value StandardBasic

### Other Changes
**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.1.0 (2022-12-13)

**Features**
2 changes: 1 addition & 1 deletion sdk/network/arm-network/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Microsoft
Copyright (c) 2023 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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": "7245d0f5cc01bf95df9d7ae893f252d4001b4ad7",
"commit": "b94cbb83d9d15634d2f997a26e588029c66ef0a4",
"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/[email protected].3.20221108.1 --generate-sample=true",
"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/[email protected].5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.3",
"use": "@autorest/[email protected].3.20221108.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.0",
"use": "@autorest/[email protected].5"
}
14 changes: 3 additions & 11 deletions sdk/network/arm-network/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for NetworkManagementClient.",
"version": "30.1.1",
"version": "31.0.0",
"engines": {
"node": ">=14.0.0"
},
@@ -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
}
29 changes: 2 additions & 27 deletions sdk/network/arm-network/review/arm-network.api.md
Original file line number Diff line number Diff line change
@@ -179,8 +179,6 @@ export type AdminRuleCollectionsGetResponse = AdminRuleCollection;

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

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

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

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

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

// @public
@@ -5962,6 +5956,7 @@ export enum KnownApplicationGatewayRuleSetStatusOptions {

// @public
export enum KnownApplicationGatewaySkuName {
StandardBasic = "Standard_Basic",
StandardLarge = "Standard_Large",
StandardMedium = "Standard_Medium",
StandardSmall = "Standard_Small",
@@ -6030,6 +6025,7 @@ export enum KnownApplicationGatewaySslProtocol {
// @public
export enum KnownApplicationGatewayTier {
Standard = "Standard",
StandardBasic = "Standard_Basic",
StandardV2 = "Standard_v2",
WAF = "WAF",
WAFV2 = "WAF_v2"
@@ -8035,8 +8031,6 @@ export type ManagementGroupNetworkManagerConnectionsGetResponse = NetworkManager

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// @public
Loading