From ac14665b23d408d16cf43b21fb9efa66bbf5c5ec Mon Sep 17 00:00:00 2001 From: Ted Chambers Date: Tue, 31 Mar 2026 15:02:09 -0400 Subject: [PATCH] Add environment variables for Azure configuration --- pwsh/Microsoft.PowerShell_profile.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index 90a9654..966d42b 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -1,5 +1,6 @@ #!/usr/bin/env pwsh +$env:AzureSubscriptionId = '6d3acc75-039d-4a84-a0c2-883e492a72dd' $env:NetworkSubscriptionId = '9ed6f940-4ca4-4512-a8f8-a08f8d151201' $env:L3_VnetInjectionNetworkServiceTests_RunnerGroupId=1 $env:AZUREREGION = 'eastus'