Alexey Vetkhov

Results 2 issues of Alexey Vetkhov

### What happened? Trying to import a UserAssignedIdentity resource with the method UserAssignedIdentity.Get(name, id) gives the error ![image](https://github.com/pulumi/pulumi-azure-native/assets/120332335/f36254b8-9429-444f-b938-c0ac8942e99a) ### Expected Behavior Importing resource should be case-insensitive ### Steps to reproduce...

kind/enhancement
awaiting-upstream

### 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...

kind/bug
area/import