Skip to content

Commit 8290308

Browse files
authored
[Release] sdk/resourcemanager/azurestackhci/armazurestackhci/2.0.0 generation from spec commit: c9b146c38df5f76e2d34a3ef771979805ff4ff73 (#23343)
1 parent b1abfb1 commit 8290308

File tree

86 files changed

+20645
-13002
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+20645
-13002
lines changed

sdk/resourcemanager/azurestackhci/armazurestackhci/CHANGELOG.md

Lines changed: 217 additions & 0 deletions
Large diffs are not rendered by default.

sdk/resourcemanager/azurestackhci/armazurestackhci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ clientFactory, err := armazurestackhci.NewClientFactory(<subscription ID>, cred,
5757
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.
5858

5959
```go
60-
client := clientFactory.NewClustersClient()
60+
client := clientFactory.NewArcSettingsClient()
6161
```
6262

6363
## Fakes

sdk/resourcemanager/azurestackhci/armazurestackhci/arcsettings_client.go

Lines changed: 709 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/azurestackhci/armazurestackhci/arcsettings_client_example_test.go

Lines changed: 449 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/azurestackhci/armazurestackhci/autorest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/9ec0fcc278aa2128c4fbb2b8a1aa93432d72cce0/specification/azurestackhci/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/9ec0fcc278aa2128c4fbb2b8a1aa93432d72cce0/specification/azurestackhci/resource-manager/readme.go.md
8+
- https://github.com/Azure/azure-rest-api-specs/blob/c9b146c38df5f76e2d34a3ef771979805ff4ff73/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/StackHCI/readme.md
9+
- https://github.com/Azure/azure-rest-api-specs/blob/c9b146c38df5f76e2d34a3ef771979805ff4ff73/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/StackHCI/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 2.0.0-beta.2
12-
tag: package-preview-2023-09
11+
module-version: 2.0.0
12+
tag: package-2024-04
1313
```

sdk/resourcemanager/azurestackhci/armazurestackhci/client_factory.go

Lines changed: 85 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)