-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Inconsistent casing in Batch Certificate IDs #5574
Comments
👋 Hello, any word on this? |
The quote from @kiwidev
@kiwidev When do you plan to fix it? |
We will put out a change to normalize this id in both places to lowercase. This should be in production within a couple of weeks. However, note that assuming ARM ids do not change case seems to be a dangerous assumption as the ARM specification states that these ids can change case. |
Confirmed with @kiwidev that this fix has been pushed to production. |
When creating a Batch Certificate the ID returned sets the certificate name portion to uppercase, e.g.
But when you reference a certificate in a Batch Pool the name portion is returned in lowercase:
It would be helpful (e.g. for downstream consumers such as the Terraform AzureRm Provider if the IDs were at least consistent within a given service)
The text was updated successfully, but these errors were encountered: