Mikhail Shilkov
Mikhail Shilkov
When I run the repro from @phillipedwards for the second time, this is the essence of the diff that I get: ``` ~ environment : [ + [1]: { +...
Agreed that's very annoying. @stack72 do you know where we swallow this and whether we could easily improve?
Yes, I think this suggestion is reasonable
I don't think `Output` matters here - FWIW I can't seem to make it work with a plain string either. Also, [Resource Explorer](https://resources.azure.com) doesn't seem to display it in the...
Ah, okay, that's good then, at least. In your example you had `const acrIdentifier:string` so I wasn't sure.
Understood. What is the error that you are getting?
Hi @elsesiy Thanks for the snippet, I can reproduce the issue specifically with the `UserAssignedIdentity` resource. I made a trace and it appears that we get this ID from the...
@elsesiy It depends... if you could report it upstream, that would be awesome! Note that my quick investigation suggests terraform is not guilty here and it's somewhere further, either in...
The bad news is that this problem in on Azure service side. The following HTTP request ``` curl -X GET -H "Authorization: Bearer [redacted]" -H "Content-Type: application/json" "https://management.azure.com/subscriptions/[redacted]/resourceGroups/test/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testmi?api-version=2015-08-31-preview" ``` returns...
@elsesiy Sure thing. Do you know a channel beyond Azure support?