From 336fe915336d18efefbba5f6eb3ba56015fc5443 Mon Sep 17 00:00:00 2001 From: Sebastian Claesson Date: Sun, 6 Oct 2024 10:43:07 +0200 Subject: [PATCH] adding backtick --- _posts/2024-10-06-SubscriptionVending.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/2024-10-06-SubscriptionVending.md b/_posts/2024-10-06-SubscriptionVending.md index 6d4633b..a78eb4c 100644 --- a/_posts/2024-10-06-SubscriptionVending.md +++ b/_posts/2024-10-06-SubscriptionVending.md @@ -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: