-
Notifications
You must be signed in to change notification settings - Fork 73
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
##[warning]Can\'t find loc string for key: CouldNotFetchAccessTokenforAzureStatusCode causes app config azdo task to fail #520
Comments
Hi, @ssulei7 a few questions just to make sure am able to reproduce the error you are getting, what service principal authentication is used for the service principal is it password-based authentication (application secret)? also, were the deployments succeeding before? Might you have changed any configurations like the service principal application secret? |
We are using the azure devops service principal to query app config values that are in key vault. We haven't changed the secret, and we were only seeing the issue yesterday. Today we haven't seen this occur, but we'd like to know what went wrong so we can account for it for future deployments. |
@ssulei7 thank you for bringing this to our attention, the warning is due to missing localization for the string "CouldNotFetchAccessTokenforAzureStatusCode", currently working on a fix for it, when a release is out we can be able to tell what is causing the on and off error you are experiencing as the error message will provide a more detailed explanation in terms of the error code and the error message. Please feel free to reach out in case of any other questions. Thanks, |
Sounds good thank you so much! |
I'm having same issue in some pipelines on my Az DevOps organization. |
Hi @ocabr4l, thank you for reporting this :), apologies for any inconvenience caused, we are currently working on a fix for this bug. Thanks, |
Hi @ocabr4l and @ssulei7 a new release is out for Azure App Configuration Task version - 3.5.16 and Azure App Configuration Push Task version-1.4.4, with the fix for the bug that causes the above warning, please feel free to check it out. Incase of any questions please feel free to reach out :) . Thanks, |
Given this was a one time problem that has occured within our environment, it will be difficult for me to reproduce that warning without some reproduction steps. In good faith, I will assume the implemented change will prevent this problem in the future and I will let my team know that this bug has been addressed. |
Hi,
Recently our deployments have been failing due to the following error:
This has been breaking all of our major deployments into production, where the temporary work around would be to redeploy the release when it fails. Can someone look into this issue and see as to why that warning breaks everything?
The text was updated successfully, but these errors were encountered: