-
Notifications
You must be signed in to change notification settings - Fork 292
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
Could not retrieve credential from local cache for service principal #162
Comments
We're experienceing the same problem, something broke with the new Azure Cli version released today? |
Looks this way, pinning the CLI action to last version works:
|
We're experiencing the same problem,
|
Same error. Has resulted in a full stop of our development capabilities. @aksm-ms @BALAGA-GAYATRI |
Also experiencing this, fulling halting our dev flows. @aksm-ms |
I've just fixed a recent issue with the required "inlineScript" on linux failing. Changing the clause to "run" fixes the problem for us. Before fix: (failing) After fix: |
Please see the detailed explanation at Azure/azure-cli#20154 (comment) |
So the workaround from the above Azure/azure-cli#20154 (comment) should solve this issue. We are working to update the runners with latest CLI to avoid this discrepancy. Till then this fix should work. |
Was there a change in the az installed in the runners today ? The workaround subitly stopped working and I needed to update all my workflows with 2.30.0 which now works... Could you please advise as it's annoying to have to debug that. |
modified: .github/workflows/testWlsAksWithDependencyCreation.yml - Use 2.30.0 Signed-off-by: Ed Burns <edburns@microsoft.com>
Hit this as well with 2.29.0. Trying with 2.30.0 now. |
Seems to have resolved the problem. |
Closing this issue as runners are updated with latest CLI :) |
Our github actions stopped working today with the error:
I've tried recreating the service principal, with no luck.
The text was updated successfully, but these errors were encountered: