Skip to content

Commit 99e2b2a

Browse files
authored
Merge pull request #7443 from ejarvi/issue7438
fix typo in ADE progress message string
2 parents 58c656e + 9a1d876 commit 99e2b2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/Compute/Commands.Compute/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
-->
2121
## Current Release
2222
* Added an example of the `SimpleParameterSet` to New-AzureRmVmss cmdlet help.
23-
23+
* Fixed a typo in the Azure Disk Encryption progress message
2424

2525
## Version 5.6.0
2626
* Move dependencies on Keyvault and Storage to the common dependencies

src/ResourceManager/Compute/Commands.Compute/Extension/AzureDiskEncryption/GetAzureDiskEncryptionStatus.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ public override void ExecuteCmdlet()
647647
OsVolumeEncrypted = EncryptionStatus.NotEncrypted,
648648
DataVolumesEncrypted = EncryptionStatus.NotEncrypted,
649649
OsVolumeEncryptionSettings = null,
650-
ProgressMessage = "No Encryption extension or metada found on the VM"
650+
ProgressMessage = "No Encryption extension or metadata found on the VM"
651651
};
652652
break;
653653
}

0 commit comments

Comments
 (0)