mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 04:05:12 +00:00
[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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user