You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compute/Compute/ChangeLog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
-->
22
22
## Upcoming Release
23
23
* Fixed `New-AzVmss` to correctly work when using `-EdgeZone` by creating the Load Balancer in the correct edge zone.
24
+
* Removed references to image aliases in `New-AzVM` and `New-AzVmss` to images that were removed.
24
25
25
26
## Version 7.1.0
26
27
* Added new parameter `-ElasticSanResourceId` to `New-AzSnapshotConfig` cmdlet.
@@ -29,7 +30,6 @@
29
30
* Fixed the `New-AzVM` bug to avoid accessing the `EncryptionAtHost` property for subscriptions who cannot access it since it is behind a feature flag.
30
31
* Updated `Get-AzVmExtension` to return instanceView when used with `-Status`.
31
32
* Reverted SSH Private Key File permission changes in `New-AzVm`.
32
-
* Removed references to image aliases in `New-AzVM` and `New-AzVmss` to images that were removed.
33
33
34
34
## Version 7.0.0
35
35
* Added update functionality in `Update-AzVmss` for parameters `SecurityType`, `EnableSecureBoot`, and `EnableVtpm` for the parameter set with the Put operation.
0 commit comments