Skip to content

Commit

Permalink
adding backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianClaesson committed Oct 6, 2024
1 parent b2773f5 commit 336fe91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _posts/2024-10-06-SubscriptionVending.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,12 @@ stages:
pwsh: true
ScriptPath: 'New-AzureSubscription.ps1'
ScriptArguments: >
-Identifier ''$\{\{ parameters.Identifier \}\}'
-BillingScope '$\{\{ parameters.BillingScope \}\}'
-Identifier '$`{`{ parameters.Identifier `}`}'
-BillingScope '$`{`{ parameters.BillingScope `}`}'
-Workload 'Production'
-ManagementGroupId '/providers/Microsoft.Management/managementGroups/$\{\{ parameters.ManagementGroupName \}\}'
-ManagementGroupId '/providers/Microsoft.Management/managementGroups/$`{`{ parameters.ManagementGroupName `}`}'
-EnvironmentShortName '$(variableOutput.environmentShortName)'
-DisplayName '$\{\{ parameters.DisplayName \}\}'
-DisplayName '$`{`{ parameters.DisplayName `}`}'
```
After importing and running the Azure DevOps pipeline, the output should simply look like this:
Expand Down

0 comments on commit 336fe91

Please sign in to comment.