initialize-azure-devops
Installation
SKILL.md
Initialize Azure DevOps Connection
Set up connection to Azure DevOps organization and project. This must be called before using any other Azure DevOps commands.
When to Use
- At the start of any Azure DevOps work
- After importing the AzureDevOpsTools module
- When switching between organizations or projects
- When you get errors about Azure DevOps not being initialized
Prerequisites
- AzureDevOpsTools module must be imported
- Personal Access Token (PAT) must be available via:
- Parameter:
-PAT "your-token" - Environment variable:
$env:AZURE_DEVOPS_PAT
- Parameter: