You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace incorrect -o json flag when creating service principal
The instructions for creating the service principal are incorrect. The the `-o json` flag outputs properties incompatible with the Azure Login action. The correct flag is `--sdk-auth` as noted in https://github.com/Azure/actions-workflow-samples/blob/master/assets/create-secrets-for-GitHub-workflows.md
Other changes:
- update azure login action to latest v1.4.3 version since the authentication is compatible
- update azure cli action to latest v1.0.6 version since it is still compatible.
0 commit comments