Skip to content

Commit

Permalink
CodeGen from PR 3485 in test-repo-billy/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 8a902f8809c8533025263b1641caf63032db8e5b into c221294c903b4bcbe7b1ee4bce901322a7056943
  • Loading branch information
SDKAuto committed Aug 23, 2024
1 parent fdfd924 commit 5de6e83
Show file tree
Hide file tree
Showing 104 changed files with 21,256 additions and 5,492 deletions.
277 changes: 277 additions & 0 deletions sdk/resourcemanager/azurestackhci/armazurestackhci/CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sdk/resourcemanager/azurestackhci/armazurestackhci/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Stack HCI Module for Go

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

The `armazurestackhci` module provides operations for working with Azure Stack HCI.

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

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/azurestackhci/armazurestackhci/v2
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/azurestackhci/armazurestackhci/v3
```

## Authorization
Expand Down Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armazurestackhci.NewClientFactory(<subscription ID>, cred,
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.NewClustersClient()
client := clientFactory.NewArcSettingsClient()
```

## Fakes
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/9ec0fcc278aa2128c4fbb2b8a1aa93432d72cce0/specification/azurestackhci/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/9ec0fcc278aa2128c4fbb2b8a1aa93432d72cce0/specification/azurestackhci/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/azurestackhci/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/azurestackhci/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.0.0-beta.2
tag: package-preview-2023-09
module-version: 3.0.0
```
165 changes: 138 additions & 27 deletions sdk/resourcemanager/azurestackhci/armazurestackhci/client_factory.go

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

Loading

0 comments on commit 5de6e83

Please sign in to comment.