Skip to content

Commit

Permalink
CodeGen from PR 22259 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 20c3d1ecf30022f7cdf8d402d7ade808fe7763c5 into 2d9846d81852452cf10270b18329ac382a881bf7
  • Loading branch information
SDKAuto committed Jan 20, 2023
1 parent f5d4b28 commit 24cc7cc
Show file tree
Hide file tree
Showing 119 changed files with 118 additions and 369 deletions.
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**
Expand Down
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
Expand Down
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": "06234a6c50d7a9b71e412c01058374b782bdc30a",
"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
Expand Up @@ -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"
},
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
}
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
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 @@ -5962,6 +5956,7 @@ export enum KnownApplicationGatewayRuleSetStatusOptions {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// @public
Expand Down
Loading

0 comments on commit 24cc7cc

Please sign in to comment.