Alexey Vetkhov
Alexey Vetkhov
### What happened? Trying to import a UserAssignedIdentity resource with the method UserAssignedIdentity.Get(name, id) gives the error  ### Expected Behavior Importing resource should be case-insensitive ### Steps to reproduce...
### What happened? Can not import a resource with the type _azure-native:authorization:ManagementLockAtResourceLevel_ in case _parentResourcePath_ is not existed. ``` pulumi import azure-native:authorization:ManagementLockAtResourceLevel {lockName} \ > /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{storageAccountName}/providers/Microsoft.Authorization/locks/{lockName} ``` Looks like the...