Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianClaesson committed Oct 6, 2024
1 parent 2b02009 commit 793ccc6
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 @@ -337,12 +337,12 @@ stages:
pwsh: true
ScriptPath: 'New-AzureSubscription.ps1'
ScriptArguments: >
-Identifier '$`&#123&#123 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 793ccc6

Please sign in to comment.