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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…