-
Notifications
You must be signed in to change notification settings - Fork 40
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
Instructions to generate the creds
use deprecated CLI option '--sdk-auth'
#40
Comments
This issue is idle because it has been open for 14 days with no activity. |
Running into the same issue here. with --sdk-auth option vs without, the JSON keys are different (e.g. --sdk-auth gives clientId vs without, you get appId). Is it possible to update this workflow to use the new syntax? As phillipleblanc commented, the --sdk-auth flag will be deprecated. As a temporary workaround without the --sdk-auth flag, I had to change and add keys in the JSON output, for example: appId -> clientId
Tested the changes in my own repository and managed to get it working. |
This issue is idle because it has been open for 14 days with no activity. |
I've been following the discussion going on here closely. We want to be consistent with the Azure/login action. |
I updated this action to rely on Azure/login for v2.0. Any login methods supported there will work for this. That lets you use OIDC which is an alternative. Azure/login currently uses the |
az ad sp create-for-rbac --sdk-auth
The text was updated successfully, but these errors were encountered: