Skip to content

Commit e9c6b36

Browse files
committed
Update comments about devops commands
1 parent 18a9a33 commit e9c6b36

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/artifacts-helper/scripts

src/artifacts-helper/scripts/az

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ fi
103103
AZ_EXE="$(resolve_shim)"
104104
if [[ -n "$AZ_EXE" ]]; then
105105
# If AZURE_DEVOPS_EXT_PAT is not already set, try to acquire it from ado-auth-helper
106-
# so that 'az devops' commands authenticate automatically.
106+
# so that 'az' commands that interact with azure devops authenticate automatically.
107+
# Examples are things like: `az devops`, `az boards`, `az pipelines`, `az repos`, `az artifacts`, etc.
107108
AZURE_DEVOPS_EXT_PAT="${AZURE_DEVOPS_EXT_PAT:-$("${HOME}/ado-auth-helper" get-access-token 2>/dev/null)}" \
108109
exec "${AZ_EXE}" "$@"
109110
else

0 commit comments

Comments
 (0)