Skip to content

Commit 9cca982

Browse files
Sandidoisra-fel
andauthored
Revert the UbuntuLTS image alias to use the version 16.04 instead of 20.04 (#20792)
* Update Images.json * Update ChangeLog.md --------- Co-authored-by: Yeming Liu <[email protected]>
1 parent 90495c5 commit 9cca982

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Compute/Compute/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* Filled in missing parameter descriptions across multiple parameters and improved some existing parameter descriptions.
2626
* Updated Compute PS to use the new .Net SDK version 59.0.0. This includes an approved breaking change for a non-functional feature.
2727
- The type of the property `Source` of type `Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage`, `Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage`, and `Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile` has changed from `Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource` to `Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource`.
28+
* Updated the broken `UbuntuLTS` image alias to use its original sku version of `16.04-LTS` instead of the nonexistent image `20.04-LTS`. This fixes an issue introduced in the version 5.3.0 release.
2829
* Updated Set-AzVMRunCommand and Set-AzVmssRunCommand ScriptLocalPath parameter set to work with Linux and with files that have comments.
2930
* Added `-TargetExtendedLocation` parameter to `New-AzGalleryImageVersion` and `Update-AzGalleryImageVersion`
3031
* Added `-AllowDeletionOfReplicatedLocation` to `Update-AzGalleryImageVersion`

src/Compute/Compute/Strategies/ComputeRp/Images.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"UbuntuLTS": {
4040
"publisher": "Canonical",
4141
"offer": "UbuntuServer",
42-
"sku": "20.04-LTS",
42+
"sku": "16.04-LTS",
4343
"version": "latest"
4444
}
4545
},

0 commit comments

Comments
 (0)