[azure-devops-cli] Add note for legacy URL replacement in SKILL.md (#958)

* [azure-devops-cli] Add note for legacy URL replacement in SKILL.md

Added note about replacing legacy URL format.

* Update skills/azure-devops-cli/SKILL.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
fondoger
2026-03-11 08:04:36 +08:00
committed by GitHub
parent 623083f7b1
commit 103dd7db55

View File

@@ -27,6 +27,7 @@ az extension add --name azure-devops
az devops login --organization https://dev.azure.com/{org} --token YOUR_PAT_TOKEN az devops login --organization https://dev.azure.com/{org} --token YOUR_PAT_TOKEN
# Set default organization and project (avoids repeating --org/--project) # Set default organization and project (avoids repeating --org/--project)
# Note: Legacy URL https://{org}.visualstudio.com should be replaced with https://dev.azure.com/{org}
az devops configure --defaults organization=https://dev.azure.com/{org} project={project} az devops configure --defaults organization=https://dev.azure.com/{org} project={project}
# List current configuration # List current configuration