Skip to content

Commit

Permalink
network-release (#21913)
Browse files Browse the repository at this point in the history
  • Loading branch information
colawwj committed May 19, 2022
1 parent 7b2afec commit f6572b7
Show file tree
Hide file tree
Showing 1,675 changed files with 7,988 additions and 4,191 deletions.
88 changes: 80 additions & 8 deletions sdk/network/arm-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,87 @@
# Release History

## 28.0.0 (2022-05-18)

**Features**

## 27.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added operation group ConfigurationPolicyGroups
- Added operation group ExpressRoutePortAuthorizations
- Added operation FirewallPolicies.updateTags
- Added Interface ConfigurationPolicyGroupsCreateOrUpdateOptionalParams
- Added Interface ConfigurationPolicyGroupsDeleteOptionalParams
- Added Interface ConfigurationPolicyGroupsGetOptionalParams
- Added Interface ConfigurationPolicyGroupsListByVpnServerConfigurationNextOptionalParams
- Added Interface ConfigurationPolicyGroupsListByVpnServerConfigurationOptionalParams
- Added Interface ExpressRoutePortAuthorizationListResult
- Added Interface ExpressRoutePortAuthorizationsCreateOrUpdateOptionalParams
- Added Interface ExpressRoutePortAuthorizationsDeleteOptionalParams
- Added Interface ExpressRoutePortAuthorizationsGetOptionalParams
- Added Interface ExpressRoutePortAuthorizationsListNextOptionalParams
- Added Interface ExpressRoutePortAuthorizationsListOptionalParams
- Added Interface FirewallPoliciesUpdateTagsOptionalParams
- Added Interface GatewayCustomBgpIpAddressIpConfiguration
- Added Interface ListVpnServerConfigurationPolicyGroupsResult
- Added Interface VpnServerConfigurationPolicyGroupMember
- Added Type Alias ApplicationGatewayBackendSettings
- Added Type Alias ApplicationGatewayListener
- Added Type Alias ApplicationGatewayRoutingRule
- Added Type Alias ConfigurationPolicyGroupsCreateOrUpdateResponse
- Added Type Alias ConfigurationPolicyGroupsGetResponse
- Added Type Alias ConfigurationPolicyGroupsListByVpnServerConfigurationNextResponse
- Added Type Alias ConfigurationPolicyGroupsListByVpnServerConfigurationResponse
- Added Type Alias ExpressRoutePortAuthorization
- Added Type Alias ExpressRoutePortAuthorizationsCreateOrUpdateResponse
- Added Type Alias ExpressRoutePortAuthorizationsGetResponse
- Added Type Alias ExpressRoutePortAuthorizationsListNextResponse
- Added Type Alias ExpressRoutePortAuthorizationsListResponse
- Added Type Alias ExpressRoutePortAuthorizationUseStatus
- Added Type Alias FirewallPoliciesUpdateTagsResponse
- Added Type Alias FirewallPolicyIdpsQuerySortOrder
- Added Type Alias FirewallPolicyIdpsSignatureDirection
- Added Type Alias FirewallPolicyIdpsSignatureMode
- Added Type Alias FirewallPolicyIdpsSignatureSeverity
- Added Type Alias HubRoutingPreference
- Added Type Alias LoadBalancerBackendAddressAdminState
- Added Type Alias NetworkInterfaceAuxiliaryMode
- Added Type Alias VpnPolicyMemberAttributeType
- Added Type Alias VpnServerConfigurationPolicyGroup
- Interface FirewallPolicyIntrusionDetectionConfiguration has a new optional parameter privateRanges
- Interface LoadBalancerBackendAddress has a new optional parameter adminState
- Interface NetworkManagementClientOptionalParams has a new optional parameter apiVersion
- Class NetworkManagementClient has a new parameter apiVersion
- Class NetworkManagementClient has a new parameter configurationPolicyGroups
- Class NetworkManagementClient has a new parameter expressRoutePortAuthorizations
- Type Alias ApplicationGateway has a new parameter backendSettingsCollection
- Type Alias ApplicationGateway has a new parameter listeners
- Type Alias ApplicationGateway has a new parameter routingRules
- Type Alias ApplicationGatewayProbe has a new parameter pickHostNameFromBackendSettings
- Type Alias BackendAddressPool has a new parameter drainPeriodInSeconds
- Type Alias ExpressRouteCircuit has a new parameter authorizationKey
- Type Alias NetworkInterface has a new parameter auxiliaryMode
- Type Alias P2SConnectionConfiguration has a new parameter configurationPolicyGroupAssociations
- Type Alias P2SConnectionConfiguration has a new parameter previousConfigurationPolicyGroupAssociations
- Type Alias VirtualHub has a new parameter hubRoutingPreference
- Type Alias VirtualNetworkGatewayConnection has a new parameter gatewayCustomBgpIpAddresses
- Type Alias VirtualNetworkGatewayConnectionListEntity has a new parameter gatewayCustomBgpIpAddresses
- Type Alias VpnServerConfiguration has a new parameter configurationPolicyGroups
- Type Alias VpnSiteLinkConnection has a new parameter vpnGatewayCustomBgpAddresses
- Added Enum KnownExpressRoutePortAuthorizationUseStatus
- Added Enum KnownFirewallPolicyIdpsQuerySortOrder
- Added Enum KnownHubRoutingPreference
- Added Enum KnownLoadBalancerBackendAddressAdminState
- Added Enum KnownNetworkInterfaceAuxiliaryMode
- Added Enum KnownVpnPolicyMemberAttributeType
- Enum KnownApplicationGatewayProtocol has a new value Tcp
- Enum KnownApplicationGatewayProtocol has a new value Tls

### Other Changes
**Breaking Changes**

- Removed Enum KnownOrderByOrder
- Removed Enum KnownSingleQueryResultDirection
- Removed Enum KnownSingleQueryResultMode
- Removed Enum KnownSingleQueryResultSeverity


## 27.0.0 (2022-04-27)

**Features**
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": "f9a6cb686bcc0f1b23761db19f2491c5c4df95cb",
"readme": "specification\\network\\resource-manager\\readme.md",
"commit": "ab66050afa716937d8bdefe3164380a4028700f8",
"readme": "specification/network/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\work\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\network\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-alpha.19.20220408.1 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.6",
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/typescript@6.0.0-alpha.19.20220408.1"
}
}
2 changes: 1 addition & 1 deletion 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": "27.0.1",
"version": "28.0.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down

0 comments on commit f6572b7

Please sign in to comment.