Skip to content

Commit b908ac3

Browse files
adewaleowilliexu
authored andcommitted
Low priority vmss test and help update. (Azure#7882)
Updated help text and test location for low priority vmss
1 parent ce1d2a6 commit b908ac3

File tree

3 files changed

+200
-1716
lines changed

3 files changed

+200
-1716
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def load_arguments(self, _):
314314
c.argument('vm_sku', help='Size of VMs in the scale set. Default to "Standard_DS1_v2". See https://azure.microsoft.com/en-us/pricing/details/virtual-machines/ for size info.')
315315
c.argument('nsg', help='Name or ID of an existing Network Security Group.', arg_group='Network')
316316
c.argument('priority', resource_type=ResourceType.MGMT_COMPUTE, min_api='2017-12-01', arg_type=get_enum_type(VMPriorityTypes, default=None),
317-
help="(PREVIEW) Priority. Use 'Low' to run short-lived workloads in a cost-effective way")
317+
help="Priority. Use 'Low' to run short-lived workloads in a cost-effective way")
318318
c.argument('eviction_policy', resource_type=ResourceType.MGMT_COMPUTE, min_api='2017-12-01', arg_type=get_enum_type(VirtualMachineEvictionPolicyTypes, default=None),
319319
help="(PREVIEW) The eviction policy for virtual machines in a low priority scale set.")
320320
c.argument('application_security_groups', resource_type=ResourceType.MGMT_COMPUTE, min_api='2018-06-01', nargs='+', options_list=['--asgs'], help='Space-separated list of existing application security groups to associate with the VM.', arg_group='Network', validator=validate_asg_names_or_ids)

0 commit comments

Comments
 (0)