Skip to content

Commit 40e5ab9

Browse files
grizzlytheodoreTheodore Chang
andauthored
[Compute] add property to PSDisk (Azure#21001)
Co-authored-by: Theodore Chang <theodore.l.chang@gmail.com>
1 parent 54f810b commit 40e5ab9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Compute/Compute/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
## Upcoming Release
2323
* Added breaking change message for `New-AzVmss`.
2424
* Added `-PerformancePlus` parameter to `New-AzDiskConfig`
25+
* Added `CompletionPercent` property to PSDisk object.
2526

2627
## Version 5.4.0
2728
* Added `-SkipIdentity`, `-PathUserIdentity`, `-IsTest` parameter to `Set-AzVMAEMExtension`

src/Compute/Compute/Generated/Models/PSDisk.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ public string ResourceGroupName
7777
public string PublicNetworkAccess { get; set; }
7878
public SupportedCapabilities SupportedCapabilities { get; set; }
7979
public string DataAccessAuthMode { get; set; }
80+
public double? CompletionPercent { get; set; }
8081
}
8182
}

0 commit comments

Comments
 (0)