We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a575e commit d819badCopy full SHA for d819bad
src/ALZ/Private/Deploy-Accelerator-Helpers/Invoke-Terraform.ps1
@@ -29,7 +29,7 @@ function Invoke-Terraform {
29
Write-Verbose "Setting environment variable ARM_SUBSCRIPTION_ID"
30
$subscriptionId = $(az account show --query id -o tsv)
31
if($null -eq $subscriptionId -or $subscriptionId -eq "") {
32
- Write-Error "Subscription ID not found. Please ensure you are logged in to Azure and have selected a subscription. Use `az account show` to check."
+ Write-Error "Subscription ID not found. Please ensure you are logged in to Azure and have selected a subscription. Use 'az account show' to check."
33
return
34
}
35
$env:ARM_SUBSCRIPTION_ID = $subscriptionId
0 commit comments