Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/compute/armcompute/5.5.0 (#22188)
Browse files Browse the repository at this point in the history
* [Release] sdk/resourcemanager/compute/armcompute/5.5.0 generation from spec commit: 41e4538ed7bb3ceac3c1322c9455a0812ed110ac

* assets

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Alancere <804873052@qq.com>
  • Loading branch information
azure-sdk and Alancere committed Jan 24, 2024
1 parent 3f0ae5b commit 08787b7
Show file tree
Hide file tree
Showing 61 changed files with 757 additions and 675 deletions.
8 changes: 8 additions & 0 deletions sdk/resourcemanager/compute/armcompute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## 5.5.0 (2024-01-26)
### Features Added

- New value `DiskSecurityTypesConfidentialVMNonPersistedTPM` added to enum type `DiskSecurityTypes`
- New enum type `ProvisionedBandwidthCopyOption` with values `ProvisionedBandwidthCopyOptionEnhanced`, `ProvisionedBandwidthCopyOptionNone`
- New field `ProvisionedBandwidthCopySpeed` in struct `CreationData`


## 5.4.0 (2023-12-22)
### Features Added

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

## Fakes
Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/compute/armcompute/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "go",
"TagPrefix": "go/resourcemanager/compute/armcompute",
"Tag": "go/resourcemanager/compute/armcompute_323718962d"
"Tag": "go/resourcemanager/compute/armcompute_444bc7d3bc"
}
8 changes: 4 additions & 4 deletions sdk/resourcemanager/compute/armcompute/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/60679ee3db06e93eb73faa0587fed93ed843d6dc/specification/compute/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/60679ee3db06e93eb73faa0587fed93ed843d6dc/specification/compute/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/41e4538ed7bb3ceac3c1322c9455a0812ed110ac/specification/compute/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/41e4538ed7bb3ceac3c1322c9455a0812ed110ac/specification/compute/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 5.4.0
tag: package-2023-09-01
module-version: 5.5.0
tag: package-2023-10-02
```

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

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

0 comments on commit 08787b7

Please sign in to comment.