Skip to content

Commit

Permalink
CodeGen from PR 27601 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 995d76644e71e6504e94a1d46dbcfee1700cf03b into a1d3891efb5d05b9b2d955389b63999f50acfc9b
  • Loading branch information
SDKAuto committed Feb 5, 2024
1 parent ab4bfbc commit 2b95924
Show file tree
Hide file tree
Showing 273 changed files with 1,503 additions and 50,812 deletions.
7 changes: 7 additions & 0 deletions sdk/resourcemanager/network/armnetwork/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

## 5.1.0 (2024-02-05)
### Features Added

- New value `VirtualNetworkPrivateEndpointNetworkPoliciesNetworkSecurityGroupEnabled`, `VirtualNetworkPrivateEndpointNetworkPoliciesRouteTableEnabled` added to enum type `VirtualNetworkPrivateEndpointNetworkPolicies`
- New field `Zones` in struct `BastionHost`


## 5.0.0 (2023-12-22)
### Breaking Changes

Expand Down
6 changes: 3 additions & 3 deletions sdk/resourcemanager/network/armnetwork/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Network Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v5)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v5)

The `armnetwork` module provides operations for working with Azure Network.

Expand All @@ -20,7 +20,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/v4
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v5
```

## Authorization
Expand Down Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armnetwork.NewClientFactory(<subscription ID>, cred, &opti
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewVirtualHubBgpConnectionsClient()
client := clientFactory.NewAdminRuleCollectionsClient()
```

## Fakes
Expand Down

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

This file was deleted.

Loading

0 comments on commit 2b95924

Please sign in to comment.