Skip to content

Commit a47b678

Browse files
grizzlytheodoreTheodore Chang
authored andcommitted
update (#21205)
Co-authored-by: Theodore Chang <[email protected]>
1 parent 502246f commit a47b678

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
@@ -22,6 +22,7 @@
2222
## Upcoming Release
2323
* Added `-NetworkAccessPolicy` parameter to `New-AzSnapshotUpdateConfig`.
2424
* Added `-SharedGalleryImageId` parameter to `New-AzVM`, `New-AzVmConfig`, `New-AzVmss`, `New-AzVmssConfig`, `Update-AzVmss`, and `Set-AzVmssStorageProfile`.
25+
* Updated `Set-AzVMDiagnosticsExtension` to correct capitalization by passing "StorageAccount" as configuration property instead of "storageAccount".
2526

2627
## Version 5.5.0
2728
* Added breaking change message for `New-AzVmss`.

src/Compute/Compute/Common/DiagnosticsHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static class DiagnosticsHelper
4141
private static string WadCfg = "WadCfg";
4242
private static string WadCfgBlob = "WadCfgBlob";
4343
private static string StorageType = "StorageType";
44-
private static string StorageAccount = "storageAccount";
44+
private static string StorageAccount = "StorageAccount";
4545
private static string Path = "path";
4646
private static string ExpandResourceDirectory = "expandResourceDirectory";
4747
private static string LocalResourceDirectory = "localResourceDirectory";

0 commit comments

Comments
 (0)