Example of az sigs --tags on documentation
See original GitHub issueHi there - can someone please review the documentation and provide a nice and clean example with an updated definition of how to use the --tags for sigs (https://docs.microsoft.com/en-us/cli/azure/sig?view=azure-cli-latest)
--tags
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
^^ This literally has no meaning - anyone who has not use to azure/windows would get lost with this. Please update and provide an example
az vm update \
--resource-group myResourceGroup \
--name myVM \
--set tags.myNewTagName1=myNewTagValue1 tags.myNewTagName2=myNewTagValue2
Let’s ignore the absence of consistency but if someone could at least provide an example - with a proper definition that would be greatly appreciated and I’m sure a great timesaver
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: b1f9155c-108c-b602-3d8e-d17a213eb3d0
- Version Independent ID: 90421467-30f0-75b6-d171-02b8e37e7d07
- Content: az sig
- Content Source: latest/docs-ref-autogen/sig.yml
- GitHub Login: @rloutlaw
- Microsoft Alias: routlaw
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
az sig gallery-application - Microsoft Learn
List gallery Application Definitions in a gallery. az sig gallery-application show. Retrieves information about a gallery Application Definition.
Read more >Tags overview - Resource Manager - Google Cloud
Tags are structured as a key-value pair. A tag key resource can be created under your organization resource, and tag values are resources...
Read more >Tags used in HTML
(For example, the TITLE tag). ... sign and a value. (See the Anchor tag, for example). ... The title of a document is...
Read more >Text Tags Walkthrough | Dropbox Sign for Developers
Find out how to place fields into your documents using text tags and the ... For example, with this text tag we can...
Read more >Hazard Communication Standard: Labels and Pictograms
a label, and describes what pictograms are and ... Examples 1 and 2A of this document as an example. ... signs, placards, process...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@AzySir
az sig update -g Issue23191 -r issue23191gallery --set tags.tag1=tag1 tags.tag2=tag2
This should work for you. I will get the document updated soon.@RakeshMohanMSFT there is still no update in the documentation?
I’ve passed this issue since - but I have a feeling that method did not work…