Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR sdk/resourcemanager/avs/armavs] remove ProvisionedNetwork ProxyResource #9121

Closed
wants to merge 1 commit into from
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
206 changes: 206 additions & 0 deletions sdk/resourcemanager/avs/armavs/CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sdk/resourcemanager/avs/armavs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure VMware Solution Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/avs/armavs)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/avs/armavs)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/avs/armavs/v2)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/avs/armavs/v2)

The `armavs` module provides operations for working with Azure VMware Solution.

Expand All @@ -20,7 +20,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
Install the Azure VMware Solution module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/avs/armavs
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/avs/armavs/v2
```

## Authorization
Expand Down Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armavs.NewClientFactory(<subscription ID>, cred, &options)
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.NewVirtualMachinesClient()
client := clientFactory.NewAddonsClient()
```

## Fakes
Expand Down
50 changes: 26 additions & 24 deletions sdk/resourcemanager/avs/armavs/addons_client.go

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

Loading