Skip to content

Commit

Permalink
CodeGen from PR 26069 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 811666ba8e1345152e35b3413c4f2c7c070c22f8 into a8eef6d2f536f235e5bcd4540c7d04c658125587
  • Loading branch information
SDKAuto committed Oct 3, 2023
1 parent 6bb9bb9 commit 4339518
Show file tree
Hide file tree
Showing 103 changed files with 573 additions and 41,380 deletions.
23 changes: 23 additions & 0 deletions sdk/resourcemanager/compute/armcompute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Release History

## 6.0.0 (2023-10-03)
### Breaking Changes

- `DiskCreateOptionCopyFromSanSnapshot` from enum `DiskCreateOption` has been removed
- Enum `DomainNameLabelScopeTypes` has been removed
- Enum `FileFormat` has been removed
- Enum `NetworkInterfaceAuxiliaryMode` has been removed
- Enum `NetworkInterfaceAuxiliarySKU` has been removed
- Field `ElasticSanResourceID` of struct `CreationData` has been removed
- Field `LastOwnershipUpdateTime` of struct `DiskProperties` has been removed
- Field `FileFormat` of struct `GrantAccessData` has been removed
- Field `AuxiliaryMode`, `AuxiliarySKU` of struct `VirtualMachineNetworkInterfaceConfigurationProperties` has been removed
- Field `DomainNameLabelScope` of struct `VirtualMachinePublicIPAddressDNSSettingsConfiguration` has been removed
- Field `AuxiliaryMode`, `AuxiliarySKU` of struct `VirtualMachineScaleSetNetworkConfigurationProperties` has been removed
- Field `DomainNameLabelScope` of struct `VirtualMachineScaleSetPublicIPAddressConfigurationDNSSettings` has been removed
- Field `AuxiliaryMode`, `AuxiliarySKU` of struct `VirtualMachineScaleSetUpdateNetworkConfigurationProperties` has been removed
- Field `TimeCreated` of struct `VirtualMachineScaleSetVMProperties` has been removed

### Features Added

- New field `IsVMInStandbyPool` in struct `VirtualMachineInstanceView`


## 5.2.0 (2023-09-22)
### Features Added

Expand Down
7 changes: 3 additions & 4 deletions sdk/resourcemanager/compute/armcompute/autorest.md
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/c78b5d8bd3aff2d82a5f034d9164b1a9ac030e09/specification/compute/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/c78b5d8bd3aff2d82a5f034d9164b1a9ac030e09/specification/compute/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/compute/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/compute/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 5.2.0
tag: package-2023-07-01
module-version: 6.0.0
```
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azcore/arm"
"github.com/Azure/azure-sdk-for-go/sdk/azcore/to"
"github.com/Azure/azure-sdk-for-go/sdk/internal/recording"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal/testutil"
"github.com/stretchr/testify/suite"
)
Expand Down
28 changes: 14 additions & 14 deletions sdk/resourcemanager/compute/armcompute/availabilitysets_client.go

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

Loading

0 comments on commit 4339518

Please sign in to comment.