Skip to content

Commit

Permalink
CodeGen from PR 29336 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 6beade6e0bf49d816fd64a190691bd67d770408f into 32f566eb38af9593cfc1ed183362471c50d67fb2
  • Loading branch information
SDKAuto committed Jun 5, 2024
1 parent df49546 commit f5f5601
Show file tree
Hide file tree
Showing 67 changed files with 3,957 additions and 7,286 deletions.
205 changes: 205 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
52 changes: 27 additions & 25 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

0 comments on commit f5f5601

Please sign in to comment.