Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
43 changes: 43 additions & 0 deletions sdk/network/arm-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Release History

## 35.0.0 (2025-11-19)

### Features Added
- Added operation PublicIPAddresses.beginDisassociateCloudServiceReservedPublicIp
- Added operation PublicIPAddresses.beginDisassociateCloudServiceReservedPublicIpAndWait
- Added operation PublicIPAddresses.beginReserveCloudServicePublicIpAddress
- Added operation PublicIPAddresses.beginReserveCloudServicePublicIpAddressAndWait
- Added Interface ApplicationGatewayEntraJWTValidationConfig
- Added Interface DdosDetectionRule
- Added Interface DisassociateCloudServicePublicIpRequest
- Added Interface PublicIPAddressesDisassociateCloudServiceReservedPublicIpHeaders
- Added Interface PublicIPAddressesDisassociateCloudServiceReservedPublicIpOptionalParams
- Added Interface PublicIPAddressesReserveCloudServicePublicIpAddressHeaders
- Added Interface PublicIPAddressesReserveCloudServicePublicIpAddressOptionalParams
- Added Interface ReserveCloudServicePublicIpAddressRequest
- Added Interface TrafficDetectionRule
- Interface ApplicationGateway has a new optional parameter entraJWTValidationConfigs
- Interface ApplicationGatewayClientAuthConfiguration has a new optional parameter verifyClientAuthMode
- Interface ApplicationGatewayRequestRoutingRule has a new optional parameter entraJWTValidationConfig
- Interface DdosCustomPolicy has a new optional parameter detectionRules
- Interface DdosCustomPolicy has a new optional parameter frontEndIpConfiguration
- Interface FlowLog has a new optional parameter recordTypes
- Interface FlowLogInformation has a new optional parameter recordTypes
- Interface PrivateEndpoint has a new optional parameter ipVersionType
- Added Type Alias ApplicationGatewayClientAuthVerificationModes
- Added Type Alias ApplicationGatewayUnAuthorizedRequestAction
- Added Type Alias DdosDetectionMode
- Added Type Alias DdosTrafficType
- Added Type Alias IsRollback
- Added Type Alias PrivateEndpointIPVersionType
- Added Type Alias PublicIPAddressesDisassociateCloudServiceReservedPublicIpResponse
- Added Type Alias PublicIPAddressesReserveCloudServicePublicIpAddressResponse
- Added Enum KnownApplicationGatewayClientAuthVerificationModes
- Added Enum KnownApplicationGatewayUnAuthorizedRequestAction
- Added Enum KnownDdosDetectionMode
- Added Enum KnownDdosTrafficType
- Added Enum KnownIsRollback
- Added Enum KnownPrivateEndpointIPVersionType

### Breaking Changes
- Enum KnownApplicationGatewayWafRuleSensitivityTypes no longer has value None
- Enum KnownSensitivityType no longer has value None

## 34.2.0 (2025-11-12)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/network/arm-network/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "8aa1f857bf4f7277865064e9fd1abc1fbb014d4d",
"commit": "5476ceee2ed3364cdedec8e0d002d2e45389a8f0",
"readme": "specification/network/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=C:\\Users\\v-ziweichen.FAREAST\\Documents\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\network\\resource-manager\\readme.md --use=@autorest/[email protected] --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
Expand Down
2 changes: 1 addition & 1 deletion sdk/network/arm-network/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "js",
"TagPrefix": "js/network/arm-network",
"Tag": "js/network/arm-network_b04346e760"
"Tag": "js/network/arm-network_a3f9697dc2"
}
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": "34.2.0",
"version": "35.0.0",
"engines": {
"node": ">=20.0.0"
},
Expand Down
Loading