2.21.0 (2022-11-24)
Features Added
- Supported
withCopyStart
method inSnapshot
for copying incremental snapshot from incremental snapshot. - Supported
awaitCopyStartCompletion
andawaitCopyStartCompletionAsync
method inSnapshot
. - Supported
copyCompletionPercent
andcopyCompletionError
method inSnapshot
for retrievingCopyStart
progress. - Supported
withTrustedLaunch
,withSecureBoot
andwithVTpm
methods inVirtualMachine
. - Supported
UBUNTU_SERVER_18_04_LTS_GEN2
,UBUNTU_SERVER_20_04_LTS
andUBUNTU_SERVER_20_04_LTS_GEN2
inKnownLinuxVirtualMachineImage
. - Supported
WINDOWS_SERVER_2019_DATACENTER_GEN2
,WINDOWS_SERVER_2019_DATACENTER_WITH_CONTAINERS_GEN2
,
WINDOWS_SERVER_2016_DATACENTER_GEN2
andWINDOWS_DESKTOP_10_21H2_PRO_GEN2
inKnownWindowsVirtualMachineImage
. - Supported
withTrustedLaunch
andwithHyperVGeneration
methods inGalleryImage
.
Breaking Changes
- Property
uri
removed from classGalleryArtifactVersionSource
. This property was non-functional. - Type of property
GalleryImageVersionStorageProfile.source
changed to the classGalleryArtifactVersionFullSource
, a subclass ofGalleryArtifactVersionSource
. - Type of property
GalleryOSDiskImage.source
changed to the classGalleryDiskImageSource
, a subclass ofGalleryArtifactVersionSource
.
Other Changes
Dependency Updates
- Updated Gallery to
2022-03-03
.