Skip to content

Commit fb5ae2a

Browse files
author
SDKAuto
committed
CodeGen from PR 26270 in Azure/azure-rest-api-specs
Merge 5d17c45d647b84ee82ea9a88d848584e1c8120d1 into fb39d9813934567c594ca253efff7c5c01a474e8
1 parent c23f220 commit fb5ae2a

File tree

101 files changed

+2493
-41275
lines changed

Some content is hidden

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

101 files changed

+2493
-41275
lines changed

sdk/resourcemanager/compute/armcompute/CHANGELOG.md

+59
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
11
# Release History
22

3+
## 5.4.0 (2023-12-01)
4+
### Features Added
5+
6+
- New value `ConfidentialVMEncryptionTypeNonPersistedTPM` added to enum type `ConfidentialVMEncryptionType`
7+
- New value `ReplicationStatusTypesUefiSettings` added to enum type `ReplicationStatusTypes`
8+
- New value `SecurityEncryptionTypesNonPersistedTPM` added to enum type `SecurityEncryptionTypes`
9+
- New enum type `Mode` with values `ModeAudit`, `ModeEnforce`
10+
- New enum type `SSHEncryptionTypes` with values `SSHEncryptionTypesEd25519`, `SSHEncryptionTypesRSA`
11+
- New enum type `UefiKeyType` with values `UefiKeyTypeSHA256`, `UefiKeyTypeX509`
12+
- New enum type `UefiSignatureTemplateName` with values `UefiSignatureTemplateNameMicrosoftUefiCertificateAuthorityTemplate`, `UefiSignatureTemplateNameMicrosoftWindowsTemplate`, `UefiSignatureTemplateNameNoSignatureTemplate`
13+
- New function `*DedicatedHostsClient.BeginRedeploy(context.Context, string, string, string, *DedicatedHostsClientBeginRedeployOptions) (*runtime.Poller[DedicatedHostsClientRedeployResponse], error)`
14+
- New function `*VirtualMachineScaleSetVMsClient.BeginApproveRollingUpgrade(context.Context, string, string, string, *VirtualMachineScaleSetVMsClientBeginApproveRollingUpgradeOptions) (*runtime.Poller[VirtualMachineScaleSetVMsClientApproveRollingUpgradeResponse], error)`
15+
- New function `*VirtualMachineScaleSetVMsClient.BeginAttachDetachDataDisks(context.Context, string, string, string, AttachDetachDataDisksRequest, *VirtualMachineScaleSetVMsClientBeginAttachDetachDataDisksOptions) (*runtime.Poller[VirtualMachineScaleSetVMsClientAttachDetachDataDisksResponse], error)`
16+
- New function `*VirtualMachineScaleSetsClient.BeginApproveRollingUpgrade(context.Context, string, string, *VirtualMachineScaleSetsClientBeginApproveRollingUpgradeOptions) (*runtime.Poller[VirtualMachineScaleSetsClientApproveRollingUpgradeResponse], error)`
17+
- New function `*VirtualMachinesClient.BeginAttachDetachDataDisks(context.Context, string, string, AttachDetachDataDisksRequest, *VirtualMachinesClientBeginAttachDetachDataDisksOptions) (*runtime.Poller[VirtualMachinesClientAttachDetachDataDisksResponse], error)`
18+
- New struct `AttachDetachDataDisksRequest`
19+
- New struct `CommunityGalleryMetadata`
20+
- New struct `CommunityGalleryProperties`
21+
- New struct `DataDisksToAttach`
22+
- New struct `DataDisksToDetach`
23+
- New struct `EncryptionIdentity`
24+
- New struct `GalleryImageVersionUefiSettings`
25+
- New struct `ImageVersionSecurityProfile`
26+
- New struct `ProxyAgentSettings`
27+
- New struct `ResiliencyPolicy`
28+
- New struct `ResilientVMCreationPolicy`
29+
- New struct `ResilientVMDeletionPolicy`
30+
- New struct `ResourceSharingProfile`
31+
- New struct `SSHGenerateKeyPairInputParameters`
32+
- New struct `SharedGalleryProperties`
33+
- New struct `UefiKey`
34+
- New struct `UefiKeySignatures`
35+
- New field `OSRollingUpgradeDeferral` in struct `AutomaticOSUpgradePolicy`
36+
- New field `SharedSubscriptionIDs` in struct `CapacityReservationGroupInstanceView`
37+
- New field `SharingProfile` in struct `CapacityReservationGroupProperties`
38+
- New field `Properties` in struct `CommunityGallery`
39+
- New field `ArtifactTags`, `Disclaimer` in struct `CommunityGalleryImageProperties`
40+
- New field `ArtifactTags`, `Disclaimer` in struct `CommunityGalleryImageVersionProperties`
41+
- New field `SecurityProfile` in struct `GalleryImageVersionProperties`
42+
- New field `DiskControllerType` in struct `RestorePointSourceVMStorageProfile`
43+
- New field `Parameters` in struct `SSHPublicKeysClientGenerateKeyPairOptions`
44+
- New field `EncryptionIdentity`, `ProxyAgentSettings` in struct `SecurityProfile`
45+
- New field `Properties` in struct `SharedGallery`
46+
- New field `ArtifactTags` in struct `SharedGalleryImageProperties`
47+
- New field `ArtifactTags` in struct `SharedGalleryImageVersionProperties`
48+
- New field `Etag`, `ManagedBy` in struct `VirtualMachine`
49+
- New field `IsVMInStandbyPool` in struct `VirtualMachineInstanceView`
50+
- New field `Etag` in struct `VirtualMachineScaleSet`
51+
- New field `ResiliencyPolicy` in struct `VirtualMachineScaleSetProperties`
52+
- New field `ResiliencyPolicy` in struct `VirtualMachineScaleSetUpdateProperties`
53+
- New field `Etag` in struct `VirtualMachineScaleSetVM`
54+
- New field `TimeCreated` in struct `VirtualMachineScaleSetVMProfile`
55+
- New field `IfMatch`, `IfNoneMatch` in struct `VirtualMachineScaleSetVMsClientBeginUpdateOptions`
56+
- New field `IfMatch`, `IfNoneMatch` in struct `VirtualMachineScaleSetsClientBeginCreateOrUpdateOptions`
57+
- New field `IfMatch`, `IfNoneMatch` in struct `VirtualMachineScaleSetsClientBeginUpdateOptions`
58+
- New field `IfMatch`, `IfNoneMatch` in struct `VirtualMachinesClientBeginCreateOrUpdateOptions`
59+
- New field `IfMatch`, `IfNoneMatch` in struct `VirtualMachinesClientBeginUpdateOptions`
60+
61+
362
## 5.3.0 (2023-11-24)
463
### Features Added
564

sdk/resourcemanager/compute/armcompute/autorest.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/c78b5d8bd3aff2d82a5f034d9164b1a9ac030e09/specification/compute/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/c78b5d8bd3aff2d82a5f034d9164b1a9ac030e09/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: 5.3.0
12-
tag: package-2023-07-01
11+
module-version: 5.4.0
1312
```

sdk/resourcemanager/compute/armcompute/availabilitysets_client.go

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)