Skip to content

Commit

Permalink
CodeGen from PR 26644 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3252368050cdd7fc2d0c7b33b39f967054a7ddd4 into 2b305df56e694c4627fbde3ed2ba9b9c60426138
  • Loading branch information
SDKAuto committed Jan 23, 2024
1 parent 6cdec79 commit 0d473a4
Show file tree
Hide file tree
Showing 42 changed files with 4,894 additions and 5,423 deletions.
177 changes: 177 additions & 0 deletions sdk/resourcemanager/scvmm/armscvmm/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/resourcemanager/scvmm/armscvmm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armscvmm.NewClientFactory(<subscription ID>, cred, &option
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.NewCloudsClient()
client := clientFactory.NewAvailabilitySetsClient()
```

## Fakes
Expand Down
6 changes: 3 additions & 3 deletions sdk/resourcemanager/scvmm/armscvmm/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/d55b8005f05b040b852c15e74a0f3e36494a15e1/specification/scvmm/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/d55b8005f05b040b852c15e74a0f3e36494a15e1/specification/scvmm/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/scvmm/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/scvmm/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 0.4.0
module-version: 1.0.0

```
143 changes: 72 additions & 71 deletions sdk/resourcemanager/scvmm/armscvmm/availabilitysets_client.go

Large diffs are not rendered by default.

This file was deleted.

26 changes: 19 additions & 7 deletions sdk/resourcemanager/scvmm/armscvmm/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 0d473a4

Please sign in to comment.