From 6cd92269734a8ffdadca4e825ef57588f26b627a Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Fri, 4 Oct 2024 12:47:21 -0700 Subject: [PATCH] Need to add environment to subscription configuration --- eng/common/TestResources/deploy-test-resources.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/common/TestResources/deploy-test-resources.yml b/eng/common/TestResources/deploy-test-resources.yml index a9b224155a1..a0fcc2e3178 100644 --- a/eng/common/TestResources/deploy-test-resources.yml +++ b/eng/common/TestResources/deploy-test-resources.yml @@ -60,6 +60,7 @@ steps: '@ | ConvertFrom-Json -AsHashtable; $context = Get-AzContext + $subscriptionConfiguration["Environment"] = $context.Environment.Name $subscriptionConfiguration["SubscriptionId"] = $context.Subscription.Id $subscriptionConfiguration["TenantId"] = $context.Subscription.TenantId $subscriptionConfiguration["TestApplicationId"] = $context.Account.Id