Skip to content
New issue

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

Set-AzResource / Set-AzureRMResource - Tag "Name" starts with lowercase / Powershell Core #7703

Closed
matthiasluedke opened this issue Oct 30, 2018 · 3 comments
Assignees
Labels
ARM Service Attention This issue is responsible by Azure service team.
Milestone

Comments

@matthiasluedke
Copy link

matthiasluedke commented Oct 30, 2018

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

@maddieclayton maddieclayton added Resource Manager Service Attention This issue is responsible by Azure service team. labels Oct 30, 2018
@maddieclayton
Copy link
Contributor

@ravbhatnagar Please take a look at this issue.

@matthiasluedke
Copy link
Author

Same issue wit latest Az Version 0.5.0

@markcowl markcowl assigned markcowl and unassigned ravbhatnagar Nov 14, 2018
markcowl added a commit to markcowl/azure-powershell that referenced this issue Nov 14, 2018
maddieclayton pushed a commit that referenced this issue Nov 14, 2018
Fix for #7678, #7703: preserve case in Tag keys
@markcowl markcowl added this to the 2018-11-20 milestone Nov 14, 2018
@markcowl
Copy link
Member

Fix in this commit: markcowl@f78806a

Filx will be released on 11/20

@mozehgir mozehgir added the ARM label Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARM Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

5 participants