We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Applied tags via Set-AzResource / Set-AzureRMResource are starting with Lower Letter Example
Set-AzResourceGroup Tag: Name: "Associated to" / Value: "Abcde" -> Correct Name: "Application Stack" / Value: "ABCDE" -> Correct
Set-AzResource Tag: Name: "associated to" / Value: "Abcde" -> Wrong Name: "application Stack" / Value: "ABCDE" ->wrong
Set-AzResource -ResourceId $vminfo.Id -Tag $tags -Force
PSVersion 6.1.0 Modules Az Version 0.4.0 Az Version 0.5.0 AzureRM.Netcore 0.13.1
The text was updated successfully, but these errors were encountered:
@ravbhatnagar Please take a look at this issue.
Sorry, something went wrong.
Same issue wit latest Az Version 0.5.0
Fix for Azure#7678, Azure#7703: preserve case in Tag keys
f78806a
Merge pull request #7826 from markcowl/tagcase
663f63a
Fix for #7678, #7703: preserve case in Tag keys
Fix in this commit: markcowl@f78806a
Filx will be released on 11/20
markcowl
No branches or pull requests
Description
Applied tags via Set-AzResource / Set-AzureRMResource are starting with Lower Letter
Example
Set-AzResourceGroup
Tag:
Name: "Associated to" / Value: "Abcde" -> Correct
Name: "Application Stack" / Value: "ABCDE" -> Correct
Set-AzResource
Tag:
Name: "associated to" / Value: "Abcde" -> Wrong
Name: "application Stack" / Value: "ABCDE" ->wrong
Script/Steps for Reproduction
Set-AzResource -ResourceId $vminfo.Id -Tag $tags -Force
Module Version
PSVersion 6.1.0
Modules
Az Version 0.4.0
Az Version 0.5.0
AzureRM.Netcore 0.13.1
The text was updated successfully, but these errors were encountered: