Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make import import User Assigned Identity case-insensitive #1347

Open
avetkhov opened this issue Sep 2, 2023 · 1 comment
Open

Make import import User Assigned Identity case-insensitive #1347

avetkhov opened this issue Sep 2, 2023 · 1 comment
Labels
awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). kind/enhancement Improvements or new features

Comments

@avetkhov
Copy link

avetkhov commented Sep 2, 2023

What happened?

Trying to import a UserAssignedIdentity resource with the method UserAssignedIdentity.Get(name, id) gives the error
image

Expected Behavior

Importing resource should be case-insensitive

Steps to reproduce

  1. Trying to import a UserAssignedIdentity resource with the method UserAssignedIdentity.Get(name, id)

Output of pulumi about

CLI
Version 3.79.0
Go Version go1.21.0
Go Compiler gc

Plugins
NAME VERSION
azure 5.48.1
azure-native 2.3.0
azuread 5.40.0
dotnet unknown
random 4.13.2

Host
OS Microsoft Windows 11 Pro
Version 10.0.22621 Build 22621
Arch x86_64

This project is written in dotnet: executable='C:\Program Files\dotnet\dotnet.exe' version='6.0.413'

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

@avetkhov avetkhov added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Sep 2, 2023
@mikhailshilkov mikhailshilkov transferred this issue from pulumi/pulumi-azure-native Sep 4, 2023
@mikhailshilkov mikhailshilkov added kind/enhancement Improvements or new features awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). and removed kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Sep 4, 2023
@mikhailshilkov
Copy link
Member

@avetkhov I noticed that your screenshot shows "azure:authorization:UserIdentity", which means you are using the Azure Classic provider, so I moved the issue to the corresponding repo.

This is likely the behaviour that needs to be changed in the upstream TF provider, so I also marked the issue as "awaiting upstream".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants