|
1 | 1 | # Release History
|
2 | 2 |
|
| 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 | + |
3 | 62 | ## 5.3.0 (2023-11-24)
|
4 | 63 | ### Features Added
|
5 | 64 |
|
|
0 commit comments