Skip to content

Commit b999f13

Browse files
[VM] Clarify that encrypt-format-all is only applicable to Linux VMs (#21743)
1 parent 3bdf16a commit b999f13

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/vm

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/vm/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def load_arguments(self, _):
472472
c.argument('disk_name', arg_type=name_arg_type, help='The data disk name.')
473473

474474
with self.argument_context('vm encryption enable') as c:
475-
c.argument('encrypt_format_all', action='store_true', help='Encrypts-formats data disks instead of encrypting them. Encrypt-formatting is a lot faster than in-place encryption but wipes out the partition getting encrypt-formatted.')
475+
c.argument('encrypt_format_all', action='store_true', help='Encrypts-formats data disks instead of encrypting them. Encrypt-formatting is a lot faster than in-place encryption but wipes out the partition getting encrypt-formatted. (Only supported for Linux virtual machines.)')
476476
# Place aad arguments in their own group
477477
aad_arguments = 'Azure Active Directory'
478478
c.argument('aad_client_id', arg_group=aad_arguments)

0 commit comments

Comments
 (0)