Azure / Azure/azure-rest-api-specs
Inconsistent Casing in Batch Application IDs
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 444
Description
In a similar vein to issue #5574 the ID for an application within a Batch account always returns the application ID portion in lower case instead of the originally created case.
e.g Application with ID `MyCamelCaseApplication` has a resource ID of `"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/my-resource-group/providers/Microsoft.Batch/batchAccounts/mybatchaccount/applications/mycamelcaseapplication`
The argument over the way the AzureRM Terraform provider uses the ID casing is above my pay-grade. For consistency with the resolution of 5574, can the Application ID be returned in the original case, rather than in lower-case?
Contributor guide
Assessment
This issue has not been assessed yet.