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
  •  
  •  
  •  
32 changes: 32 additions & 0 deletions sdk/resourcemanager/network/armnetwork/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Release History

## 8.0.0 (2025-12-25)
### Breaking Changes

- `ApplicationGatewayWafRuleSensitivityTypesNone` from enum `ApplicationGatewayWafRuleSensitivityTypes` has been removed
- `SensitivityTypeNone` from enum `SensitivityType` has been removed

### Features Added

- New enum type `ApplicationGatewayClientAuthVerificationModes` with values `ApplicationGatewayClientAuthVerificationModesPassthrough`, `ApplicationGatewayClientAuthVerificationModesStrict`
- New enum type `ApplicationGatewayUnAuthorizedRequestAction` with values `ApplicationGatewayUnAuthorizedRequestActionAllow`, `ApplicationGatewayUnAuthorizedRequestActionDeny`
- New enum type `DdosDetectionMode` with values `DdosDetectionModeTrafficThreshold`
- New enum type `DdosTrafficType` with values `DdosTrafficTypeTCP`, `DdosTrafficTypeTCPSyn`, `DdosTrafficTypeUDP`
- New enum type `IsRollback` with values `IsRollbackFalse`, `IsRollbackTrue`
- New enum type `PrivateEndpointIPVersionType` with values `PrivateEndpointIPVersionTypeDualStack`, `PrivateEndpointIPVersionTypeIPv4`, `PrivateEndpointIPVersionTypeIPv6`
- New function `*PublicIPAddressesClient.BeginDisassociateCloudServiceReservedPublicIP(context.Context, string, string, DisassociateCloudServicePublicIPRequest, *PublicIPAddressesClientBeginDisassociateCloudServiceReservedPublicIPOptions) (*runtime.Poller[PublicIPAddressesClientDisassociateCloudServiceReservedPublicIPResponse], error)`
- New function `*PublicIPAddressesClient.BeginReserveCloudServicePublicIPAddress(context.Context, string, string, ReserveCloudServicePublicIPAddressRequest, *PublicIPAddressesClientBeginReserveCloudServicePublicIPAddressOptions) (*runtime.Poller[PublicIPAddressesClientReserveCloudServicePublicIPAddressResponse], error)`
- New struct `ApplicationGatewayEntraJWTValidationConfig`
- New struct `ApplicationGatewayEntraJWTValidationConfigPropertiesFormat`
- New struct `DdosDetectionRule`
- New struct `DdosDetectionRulePropertiesFormat`
- New struct `DisassociateCloudServicePublicIPRequest`
- New struct `ReserveCloudServicePublicIPAddressRequest`
- New struct `TrafficDetectionRule`
- New field `VerifyClientAuthMode` in struct `ApplicationGatewayClientAuthConfiguration`
- New field `EntraJWTValidationConfigs` in struct `ApplicationGatewayPropertiesFormat`
- New field `EntraJWTValidationConfig` in struct `ApplicationGatewayRequestRoutingRulePropertiesFormat`
- New field `DetectionRules`, `FrontEndIPConfiguration` in struct `DdosCustomPolicyPropertiesFormat`
- New field `RecordTypes` in struct `FlowLogProperties`
- New field `RecordTypes` in struct `FlowLogPropertiesFormat`
- New field `IPVersionType` in struct `PrivateEndpointProperties`


## 7.2.0 (2025-11-20)
### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/network/armnetwork/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
Install the Azure Network module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v7
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v8
```

## Authorization
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions sdk/resourcemanager/network/armnetwork/adminrules_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading