Skip to content

Commit 8444c56

Browse files
committed
test
1 parent ca0978e commit 8444c56

File tree

6 files changed

+6489
-5127
lines changed

6 files changed

+6489
-5127
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def load_arguments(self, _):
442442
c.argument('ephemeral_os_disk_placement', arg_type=ephemeral_placement_type,
443443
help='Only applicable when used with `--size`. Allows you to choose the Ephemeral OS disk provisioning location.')
444444
c.argument('enable_hibernation', arg_type=get_three_state_flag(), min_api='2021-03-01', help='The flag that enable or disable hibernation capability on the VM.')
445-
c.argument('security_type', arg_type=get_enum_type(["TrustedLaunch"], default=None), min_api='2022-11-01', help='Specify the security type of the virtual machine.')
445+
c.argument('security_type', arg_type=get_enum_type(["TrustedLaunch", "Standard"], default=None), min_api='2022-11-01', help='Specify the security type of the virtual machine.')
446446

447447
with self.argument_context('vm create') as c:
448448
c.argument('name', name_arg_type, validator=_resource_not_exists(self.cli_ctx, 'Microsoft.Compute/virtualMachines'))

0 commit comments

Comments
 (0)