Skip to content

Commit

Permalink
Merge pull request #559 from SanDiegoCountySheriff/bug/1649-az-accoun…
Browse files Browse the repository at this point in the history
…t-set

fix: add quotation marks around subscription ID
  • Loading branch information
jacobkellas authored Jul 19, 2022
2 parents 461668b + 99d5c6e commit 2733e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deployment/Scripts/Import-DashboardData.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Write-Host "DEPLOY_WEB_CONFIG_JSON: $env:DEPLOY_WEB_CONFIG_JSON"
Write-Host "logging into azure cli"
az cloud set -n azureusgovernment
az login --service-principal --tenant $env:CSSA_TENANT_ID -u $env:CSSA_SP_APP_ID -p $env:CSSA_SP_SECRET
az account set -s $env:ETL_SUBSCRIPTION_ID
az account set -s "$env:ETL_SUBSCRIPTION_ID"

Write-Host "checking cli login context"
az account show
Expand Down

0 comments on commit 2733e34

Please sign in to comment.