Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

feiskyer
Copy link
Member

The Azure CLI has deprecated the -u/--username flag for managed identity login. This change updates the authentication command to use --client-id instead, which is the current supported approach.

  • Updated login.go to use --client-id instead of -u for user-assigned managed identity
  • Updated corresponding unit tests to reflect the new command format

Fixes #205

…ient-id

The Azure CLI has deprecated the -u/--username flag for managed identity login.
This change updates the authentication command to use --client-id instead,
which is the current supported approach.

- Updated login.go to use --client-id instead of -u for user-assigned managed identity
- Updated corresponding unit tests to reflect the new command format

Fixes #205
@feiskyer feiskyer added this pull request to the merge queue Sep 15, 2025
Merged via the queue into main with commit a653c33 Sep 15, 2025
9 checks passed
@feiskyer feiskyer deleted the fix-user-assigned-managed-identity-login-205 branch September 15, 2025 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Login with User-Assigned Managed Identity broken

2 participants