visibleAzLogin: false is not applied when using workload identity federation service connection.
From log:
/usr/bin/az login --service-principal -u *** --tenant xxxxxx-xxxx-xxxx-xxxx-xxxxxxx --allow-no-subscriptions --federated-token ***
From before switch to using workload identity federation service connection:
/usr/bin/az login --service-principal -u *** --password=*** --tenant xxxxxx-xxxx-xxxx-xxxx-xxxxxxx --allow-no-subscriptions --output none
Environment type (Please select at least one enviroment where you face this issue)
New issue checklist
Task name
AzureCLI@2
Task version
2.242.0
Issue Description
visibleAzLogin: false
is not applied when using workload identity federation service connection. From log:/usr/bin/az login --service-principal -u *** --tenant xxxxxx-xxxx-xxxx-xxxx-xxxxxxx --allow-no-subscriptions --federated-token ***
From before switch to using workload identity federation service connection:
/usr/bin/az login --service-principal -u *** --password=*** --tenant xxxxxx-xxxx-xxxx-xxxx-xxxxxxx --allow-no-subscriptions --output none
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
No response
Repro steps