Skip to content

Commit 6d274aa

Browse files
author
SDKAuto
committed
CodeGen from PR 19116 in Azure/azure-rest-api-specs
Merge 8a9dd1128a14b13c54c7474c08dee5835d19b164 into 925201ce347a4b9773fe7f93fc7984bb4a58faaa
1 parent 9859bea commit 6d274aa

File tree

73 files changed

+728
-9591
lines changed

Some content is hidden

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

73 files changed

+728
-9591
lines changed

sdk/resourcemanager/compute/armcompute/CHANGELOG.md

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

3+
## 2.0.0 (2022-05-27)
4+
### Breaking Changes
5+
6+
- Type of `GalleryApplicationVersionProperties.ProvisioningState` has been changed from `*GalleryApplicationVersionPropertiesProvisioningState` to `*GalleryProvisioningState`
7+
- Type of `GalleryImageVersionProperties.ProvisioningState` has been changed from `*GalleryImageVersionPropertiesProvisioningState` to `*GalleryProvisioningState`
8+
- Type of `GalleryImageProperties.ProvisioningState` has been changed from `*GalleryImagePropertiesProvisioningState` to `*GalleryProvisioningState`
9+
- Type of `GalleryProperties.ProvisioningState` has been changed from `*GalleryPropertiesProvisioningState` to `*GalleryProvisioningState`
10+
- Type of `VirtualMachineScaleSetIdentity.UserAssignedIdentities` has been changed from `map[string]*VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue` to `map[string]*UserAssignedIdentitiesValue`
11+
- Const `GalleryPropertiesProvisioningStateCreating` has been removed
12+
- Const `GalleryApplicationVersionPropertiesProvisioningStateSucceeded` has been removed
13+
- Const `GalleryImageVersionPropertiesProvisioningStateMigrating` has been removed
14+
- Const `GalleryImagePropertiesProvisioningStateFailed` has been removed
15+
- Const `GalleryPropertiesProvisioningStateFailed` has been removed
16+
- Const `GalleryApplicationVersionPropertiesProvisioningStateUpdating` has been removed
17+
- Const `GalleryImageVersionPropertiesProvisioningStateFailed` has been removed
18+
- Const `GalleryImageVersionPropertiesProvisioningStateSucceeded` has been removed
19+
- Const `GalleryImagePropertiesProvisioningStateMigrating` has been removed
20+
- Const `GalleryImagePropertiesProvisioningStateUpdating` has been removed
21+
- Const `GalleryImageVersionPropertiesProvisioningStateCreating` has been removed
22+
- Const `GalleryPropertiesProvisioningStateUpdating` has been removed
23+
- Const `GalleryApplicationVersionPropertiesProvisioningStateFailed` has been removed
24+
- Const `GalleryImagePropertiesProvisioningStateSucceeded` has been removed
25+
- Const `GalleryPropertiesProvisioningStateDeleting` has been removed
26+
- Const `GalleryImagePropertiesProvisioningStateCreating` has been removed
27+
- Const `GalleryImageVersionPropertiesProvisioningStateUpdating` has been removed
28+
- Const `GalleryImagePropertiesProvisioningStateDeleting` has been removed
29+
- Const `GalleryApplicationVersionPropertiesProvisioningStateMigrating` has been removed
30+
- Const `GalleryApplicationVersionPropertiesProvisioningStateDeleting` has been removed
31+
- Const `GalleryImageVersionPropertiesProvisioningStateDeleting` has been removed
32+
- Const `GalleryPropertiesProvisioningStateSucceeded` has been removed
33+
- Const `GalleryApplicationVersionPropertiesProvisioningStateCreating` has been removed
34+
- Const `SharingProfileGroupTypesCommunity` has been removed
35+
- Const `GalleryPropertiesProvisioningStateMigrating` has been removed
36+
- Function `PossibleGalleryPropertiesProvisioningStateValues` has been removed
37+
- Function `PossibleGalleryImagePropertiesProvisioningStateValues` has been removed
38+
- Function `PossibleGalleryApplicationVersionPropertiesProvisioningStateValues` has been removed
39+
- Function `PossibleGalleryImageVersionPropertiesProvisioningStateValues` has been removed
40+
- Struct `VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue` has been removed
41+
42+
### Features Added
43+
44+
- New const `SharedGalleryHostCachingNone`
45+
- New const `DiskEncryptionSetIdentityTypeUserAssigned`
46+
- New const `GalleryProvisioningStateMigrating`
47+
- New const `GalleryProvisioningStateCreating`
48+
- New const `DiskEncryptionSetIdentityTypeSystemAssignedUserAssigned`
49+
- New const `SharedGalleryHostCachingReadWrite`
50+
- New const `DiskStorageAccountTypesPremiumV2LRS`
51+
- New const `GalleryProvisioningStateFailed`
52+
- New const `CopyCompletionErrorReasonCopySourceNotFound`
53+
- New const `SharedGalleryHostCachingReadOnly`
54+
- New const `GalleryProvisioningStateSucceeded`
55+
- New const `GalleryProvisioningStateDeleting`
56+
- New const `GalleryProvisioningStateUpdating`
57+
- New const `GallerySharingPermissionTypesCommunity`
58+
- New function `*CommunityGalleryImagesClient.NewListPager(string, string, *CommunityGalleryImagesClientListOptions) *runtime.Pager[CommunityGalleryImagesClientListResponse]`
59+
- New function `PossibleSharedGalleryHostCachingValues() []SharedGalleryHostCaching`
60+
- New function `EncryptionSetIdentity.MarshalJSON() ([]byte, error)`
61+
- New function `PossibleCopyCompletionErrorReasonValues() []CopyCompletionErrorReason`
62+
- New function `PossibleGalleryProvisioningStateValues() []GalleryProvisioningState`
63+
- New function `*CommunityGalleryImageVersionsClient.NewListPager(string, string, string, *CommunityGalleryImageVersionsClientListOptions) *runtime.Pager[CommunityGalleryImageVersionsClientListResponse]`
64+
- New struct `CommunityGalleryImageList`
65+
- New struct `CommunityGalleryImageVersionList`
66+
- New struct `CommunityGalleryImageVersionsClientListOptions`
67+
- New struct `CommunityGalleryImageVersionsClientListResponse`
68+
- New struct `CommunityGalleryImagesClientListOptions`
69+
- New struct `CommunityGalleryImagesClientListResponse`
70+
- New struct `CopyCompletionError`
71+
- New struct `SharedGalleryDataDiskImage`
72+
- New struct `SharedGalleryDiskImage`
73+
- New struct `SharedGalleryImageVersionStorageProfile`
74+
- New struct `SharedGalleryOSDiskImage`
75+
- New struct `UserArtifactSettings`
76+
- New field `SharedGalleryImageID` in struct `ImageDiskReference`
77+
- New field `CommunityGalleryImageID` in struct `ImageDiskReference`
78+
- New field `AdvancedSettings` in struct `GalleryApplicationVersionPublishingProfile`
79+
- New field `Settings` in struct `GalleryApplicationVersionPublishingProfile`
80+
- New field `CopyCompletionError` in struct `SnapshotProperties`
81+
- New field `ExcludeFromLatest` in struct `SharedGalleryImageVersionProperties`
82+
- New field `StorageProfile` in struct `SharedGalleryImageVersionProperties`
83+
- New field `UserAssignedIdentities` in struct `EncryptionSetIdentity`
84+
- New field `Architecture` in struct `SharedGalleryImageProperties`
85+
- New field `PrivacyStatementURI` in struct `CommunityGalleryImageProperties`
86+
- New field `Architecture` in struct `CommunityGalleryImageProperties`
87+
- New field `Eula` in struct `CommunityGalleryImageProperties`
88+
- New field `FederatedClientID` in struct `DiskEncryptionSetUpdateProperties`
89+
- New field `ExcludeFromLatest` in struct `CommunityGalleryImageVersionProperties`
90+
- New field `StorageProfile` in struct `CommunityGalleryImageVersionProperties`
91+
- New field `FederatedClientID` in struct `EncryptionSetProperties`
92+
- New field `SecurityProfile` in struct `DiskRestorePointProperties`
93+
94+
395
## 1.0.0 (2022-05-16)
496
### Breaking Changes
597

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/0cc5e2efd6ffccf30e80d1e150b488dd87198b94/specification/compute/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/0cc5e2efd6ffccf30e80d1e150b488dd87198b94/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: 1.0.0
11+
module-version: 2.0.0
1212
```

sdk/resourcemanager/compute/armcompute/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute
1+
module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v2
22

33
go 1.18
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0
7-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0
87
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal v1.0.0
98
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v1.0.0
109
github.com/stretchr/testify v1.7.0
1110
)
1211

1312
require (
13+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0 // indirect
1414
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
1515
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.0.0 // indirect
1616
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect

sdk/resourcemanager/compute/armcompute/ze_generated_example_availabilitysets_client_test.go

Lines changed: 0 additions & 207 deletions
This file was deleted.

0 commit comments

Comments
 (0)