-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[enhancement]: Remove az --version
from AzureCLI
#19006
Labels
Comments
jessehouwing
added a commit
to jessehouwing/azure-pipelines-tasks
that referenced
this issue
Sep 28, 2023
`az version` doesn't perform an update check and is faster. Fixes: microsoft#19006
2 tasks
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days |
Still valid |
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days |
still valid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Task name
AzureCLI
Describe your feature request here
AzureCLI calls
az --version
, which in turn does a mandatory update check. This wastes time on the runner.It would make sense to me to only run
az --version
in case the pipeline hasSystem.Debug
enabled.The text was updated successfully, but these errors were encountered: