Skip to content

Commit a16e584

Browse files
author
SDKAuto
committed
CodeGen from PR 22271 in Azure/azure-rest-api-specs
Merge adbeabbd396ec92a89095dab66ca4ca2453826be into c1475c536be51f7bb39404f77dd4ec7c2d314755
1 parent 71686e7 commit a16e584

File tree

106 files changed

+2653
-22002
lines changed

Some content is hidden

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

106 files changed

+2653
-22002
lines changed

sdk/resourcemanager/compute/armcompute/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Release History
22

3+
## 5.0.0 (2023-01-24)
4+
### Breaking Changes
5+
6+
- Type of `CloudServiceExtensionProperties.ProtectedSettings` has been changed from `interface{}` to `any`
7+
- Type of `CloudServiceExtensionProperties.Settings` has been changed from `interface{}` to `any`
8+
- Type of `VirtualMachineCaptureResult.Resources` has been changed from `[]interface{}` to `[]any`
9+
- Type of `VirtualMachineCaptureResult.Parameters` has been changed from `interface{}` to `any`
10+
- Type of `VirtualMachineExtensionProperties.ProtectedSettings` has been changed from `interface{}` to `any`
11+
- Type of `VirtualMachineExtensionProperties.Settings` has been changed from `interface{}` to `any`
12+
- Type of `VirtualMachineExtensionUpdateProperties.ProtectedSettings` has been changed from `interface{}` to `any`
13+
- Type of `VirtualMachineExtensionUpdateProperties.Settings` has been changed from `interface{}` to `any`
14+
- Type of `VirtualMachineScaleSetExtensionProperties.Settings` has been changed from `interface{}` to `any`
15+
- Type of `VirtualMachineScaleSetExtensionProperties.ProtectedSettings` has been changed from `interface{}` to `any`
16+
17+
318
## 4.1.0 (2023-01-27)
419
### Features Added
520

sdk/resourcemanager/compute/armcompute/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/e7bf3adfa2d5e5cdbb804eec35279501794f461c/specification/compute/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/e7bf3adfa2d5e5cdbb804eec35279501794f461c/specification/compute/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/compute/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/compute/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 4.1.0
11+
module-version: 5.0.0
1212
```

sdk/resourcemanager/compute/armcompute/availabilitysets_client.go

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

0 commit comments

Comments
 (0)