Open KristofKuli opened 3 months ago
I beleive this is releated to the issue we have, using the AzureCLI@2 task. We can get servicePrincipalId, idToken, and tenantId but servicePrincipalKey is not set into the environment. This started today, and we had to update AzureAppConfiguration@10 in other pipelines, as AzureAppConfiguration@8 was not available anymore.
having the same issue, using AzureAppConfiguration@6 until this morning with no issue
After doing some investigation of the error A task is missing. The pipeline references a task called 'AzureAppConfiguration' with version 'x'. This indicates that the specific task version can not be found we also realized that the extension task name somehow got updated to AzureAppConfiguration.azure-app-configuration-task.custom-build-release-task.AzureAppConfiguration
after the built in task was deployed which I suspect could be causing the extension task to go missing.
We are currently looking into resolving the issue for the missing task for older versions
So using the old task name would make it possible to use the old versions?
Version 10 had to be removed to restore the functionality of previous versions and we have updated the guidance here to reflect this.
New issue checklist
Task name
AzureAppConfiguration
Breaking task version
10.245.0
Last working task version
6.5.0
Regression Description
AzureAppConfiguration@6 seems to be deprecated, therefore we have switched to AzureAppConfiguration@10, which is now failing with the following error:
[debug][Thu, 05 Sep 2024 07:14:29 GMT] : [] : @azure/msal-common@14.13.0 : Info - Sending token request to endpoint: https://login.microsoftonline.com/45597f60-6e37-4be7-acfb-4c9e23b261ea/oauth2/v2.0/token
[debug][Thu, 05 Sep 2024 07:14:29 GMT] : [] : @azure/msal-common@14.13.0 : Warning - No client info in response
[debug]MSAL - retrieved token - isFromCache?: false
[error]A HTTP error occurred
Name: RestError Code: REQUEST_SEND_ERROR Status code:undefined Url: https://.azconfig.io/kv?api-version=2023-10-01&key=%2Fietv%2Fcentral%2Fms%2F*&label=%00
Error message: "agent-base" has no default implementation, you must subclass and override
callback()
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Ubuntu 22.04
Relevant log output
Full task logs with system.debug enabled
UNSUCCESSFUL RUN
SUCCESSFUL RUN
Repro steps
No response