You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip backup for Linux VMs when SkipVmBackup switch is specified (Azure#3510)
* Use test extension for ADE on Linux
* Skip backup creation for Linux VMs based on switch
* Revert "Use test extension for ADE on Linux"
This reverts commit 2535c73.
* Convert to bool instead of using IsPresent
* Update help file for SkipVmBackup parameter
Copy file name to clipboardExpand all lines: src/ResourceManager/Compute/Commands.Compute/Extension/AzureDiskEncryption/SetAzureDiskEncryptionExtension.cs
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,13 @@ public class SetAzureDiskEncryptionExtensionCommand : VirtualMachineExtensionBas
167
167
HelpMessage="Disable auto-upgrade of minor version")]
0 commit comments