Skip to content

Commit 3a31a05

Browse files
author
Sudhakara Reddy Evuri
committed
Changed default parameters to AAD Client Secret and updated confirmation message
1 parent 6630f4a commit 3a31a05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption
1414
[Cmdlet(
1515
VerbsCommon.Set,
1616
ProfileNouns.AzureDiskEncryptionExtension,
17-
DefaultParameterSetName = aadClientCertParameterSet)]
17+
DefaultParameterSetName = aadClientSecretParameterSet)]
1818
[OutputType(typeof(PSComputeLongRunningOperation))]
1919
public class SetAzureDiskEncryptionExtensionCommand : VirtualMachineExtensionBaseCmdlet
2020
{

src/ResourceManager/Compute/Commands.Compute/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ResourceManager/Compute/Commands.Compute/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ The file needs to be a PowerShell script (.ps1 or .psm1) or a ZIP archive (.zip)
456456
<value>Enable AzureDiskEncryption on the VM</value>
457457
</data>
458458
<data name="EnableAzureDiskEncryptionConfirmation" xml:space="preserve">
459-
<value>This cmdlet will enable encryption on the VM which may reboot the machine. Please save your work on the VM before confirming. Do you want to continue?</value>
459+
<value>This cmdlet prepares the VM and enables encryption which may reboot the machine and takes 10-15 minutes to finish. Please save your work on the VM before confirming. Do you want to continue?</value>
460460
</data>
461461
<data name="VMOSDiskDiskEncryptionBothKekVaultIdAndKekUrlRequired" xml:space="preserve">
462462
<value>You have to specify either both of KeyEncryptionKeyVaultId and KeyEncryptionKeyUrl or none of them.</value>

0 commit comments

Comments
 (0)