We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f810b commit 40e5ab9Copy full SHA for 40e5ab9
src/Compute/Compute/ChangeLog.md
@@ -22,6 +22,7 @@
22
## Upcoming Release
23
* Added breaking change message for `New-AzVmss`.
24
* Added `-PerformancePlus` parameter to `New-AzDiskConfig`
25
+* Added `CompletionPercent` property to PSDisk object.
26
27
## Version 5.4.0
28
* Added `-SkipIdentity`, `-PathUserIdentity`, `-IsTest` parameter to `Set-AzVMAEMExtension`
src/Compute/Compute/Generated/Models/PSDisk.cs
@@ -77,5 +77,6 @@ public string ResourceGroupName
77
public string PublicNetworkAccess { get; set; }
78
public SupportedCapabilities SupportedCapabilities { get; set; }
79
public string DataAccessAuthMode { get; set; }
80
+ public double? CompletionPercent { get; set; }
81
}
82
0 commit comments