azure-xplat-cli icon indicating copy to clipboard operation
azure-xplat-cli copied to clipboard

No tagging support for existing Availability set in Azure ?

Open arunjohn opened this issue 8 years ago • 1 comments

CLI Version: 0.10.11 OS Type: Linux (RedHat) Installation via: npm

Mode: ARM

Environment: AzureCloud

Description: azure availset set -g resourcegroup_name --name availset_name --tags "foo=bar"

The above command does not exist, though all the other resources like "vm", "network nic" ..etc are inline with this format. eg: azure vm set -g resourcegroup_name --name vm_name --tags "foo=bar"

Do we have an option to tag existing Availability sets in Azure ?

arunjohn avatar Mar 24 '17 11:03 arunjohn

@arunjohn Can you try using azure resource set -h to tag it?

huangpf avatar Apr 14 '17 08:04 huangpf