Update _profile.py to allow azure-devops plugins to use user assigned managed identities#26776
Update _profile.py to allow azure-devops plugins to use user assigned managed identities#26776JayDoubleu wants to merge 1 commit intoAzure:devfrom
Conversation
|
Hi @JayDoubleu, |
❌AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution JayDoubleu! We will review the pull request and get back to you soon. |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
| # managed identity | ||
| if tenant: | ||
| raise CLIError("Tenant shouldn't be specified for managed identity account") | ||
| tenant = False |
There was a problem hiding this comment.
See #26775 (comment)
Silently discarding tenant for managed identity may lead to unexpected and misleading behaviors.
There was a problem hiding this comment.
Great feedback, I don't have time to look into strategic solution for this but the fundamental functionality of managed identities for artifacts is broken because of this so I'm not sure who/if there's someone to look at it ?
resolves #26775