Skip to content

Commit

Permalink
docs: Add instructions for installing Azure CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Clayton authored Aug 8, 2023
1 parent 54c6b38 commit 7eb8bad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devops/Powershell/DownloadAzDOProjectRepositories.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ $AzProject = 'Flavours'
# 3. Set the destination folder
$destination = '~\source\repos'

# Download and install Azure CLI (Windows 11)
# PS> winget install -e --id Microsoft.AzureCLI
# 4. Get the list of repositories from Az CLI
az login --allow-no-subscriptions
az devops configure --defaults organization=$AzRepoUrl project=$AzProject
Expand Down Expand Up @@ -57,4 +59,4 @@ foreach ($repo in $repoObjects) {
Write-Host ""
}

# TODO: Consider creating creating VSCode workspaces.
# TODO: Consider creating creating VSCode workspaces.

0 comments on commit 7eb8bad

Please sign in to comment.