Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
317 views
in Technique[技术] by (71.8m points)

Azure Data Share resource is complaining tags should be all in lower case while trying to provision from terraform

While provisioning a data share account resource using terraform , the resource creation fails because of the following error : a tag key 'BusinessUnit' expected to be all in lowercase.

[![enter image description here][1]][1]

After this I provisioned the resource without tags from terraform, and then went onto Azure Portal to add the tags manually to check the behaviour.

While adding tags from Azure Portal, for the tag key, the Pascal casing is automatically getting changed to CamelCase . eg. Tag key 'BusinessUnit' is getting changed to 'businessUnit' .

Has anyone faced this ? any idea how to work around this ? I have lodged a support ticket with MS for this. [1]: https://i.stack.imgur.com/qBrV2.png

question from:https://stackoverflow.com/questions/65947281/azure-data-share-resource-is-complaining-tags-should-be-all-in-lower-case-while

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...