Azure / cli

Automate your GitHub workflows using Azure CLI scripts
MIT License
124 stars 52 forks source link

--sdk-auth deprecated warning #66

Closed devlead closed 2 years ago

devlead commented 2 years ago

In repo README you state

az ad sp create-for-rbac --name "myApp" --role contributor \
                            --scopes /subscriptions/{subscription-id}/resourceGroups/{resource-group} \
                            --sdk-auth

Running this command now gives a deprecated warning.

October 21, 2021 Role

az ad sp create-for-rbac: Deprecate --sdk-auth

https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli#role

What do you recommend one use instead?

t-dedah commented 2 years ago

Hi @devlead, we are trying to get more clarity on this from azure team, will update you once we have all the information.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 7 days with no activity.

devlead commented 2 years ago

Hi @devlead, we are trying to get more clarity on this from azure team, will update you once we have all the information.

Ok thanks 👍

github-actions[bot] commented 2 years ago

This issue is idle because it has been open for 14 days with no activity.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 7 days with no activity.

glloydcorecard commented 2 years ago

has there been any update on this?

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 7 days with no activity.

t-dedah commented 2 years ago

hI @devlead @glloydcorecard 👋 the above mentioned command is used to generate credentials which are needed by azure/login for proper authentication. As azure/login doesnt support the new format without --sdk-auth, we cannot move forward with read me changes. There is an issue opened with azure/login for the same Azure/github#152

github-actions[bot] commented 2 years ago

This issue is idle because it has been open for 14 days with no activity.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 7 days with no activity.

t-dedah commented 2 years ago

Closing this issue now. Please track the status of --sdk-auth deprecation for azure/login here

jonathan-boudreau-work commented 1 year ago

Hello, I'm getting a 404 with the link provided and will be affected by this once it takes effect.