When querying the availabilityStatuses API over the last few days, some of the VM ids returned include lower case words and some include capitalised words. Specifically this part of the id:
/resourceGroups/groupname/providers/Microsoft.Compute/virtualMachines/
or
/resourcegroups/groupname/providers/microsoft.compute/virtualmachines/
We are recording and using these ids in a database, so having these suddenly change/ be unpredictable is problematic. To avoid having to treat the data on our end, would it be possible for these ids to be returned in a consistent format?

