azure-xplat-cli
azure-xplat-cli copied to clipboard
No tagging support for existing Availability set in Azure ?
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 Can you try using azure resource set -h to tag it?