Hello! I recently ran into an issue when I tried deploying an ARM Template from the cloud shell. I am using PowerShell Core 7.1.4 on both my local machine and Cloud Shell. When I deploy the ARM Template and parameter file from my local machine, the tagValues for the resource update correctly. That is, the tag name is called CWB-ParentOrganization. When the deployment finishes, the result says "CWB-ParentOrganization".
The issue starts when I try to deploy the same template and parameter file via the Cloud Shell. The tag name changes from "CWB-ParentOrganization" to "cwB-ParentOrganization". This is a trivial issue that can be fixed with normalization in our web application. However, this issue identified a problem in our web application. We noticed that this problem started after 27 August 2021.
Is there a known fix to prevent the Cloud Shell from formatting the tag names upon deployment?
This is the resulting output from my local computer when I deploy the template. 
This is the resulting output from the Cloud Shell. Notice the tag values have changed