From 99b4fedc234335ffc3c068e7a34a8e9107367ee8 Mon Sep 17 00:00:00 2001 From: Ted Chambers Date: Fri, 30 Jan 2026 15:33:37 -0500 Subject: [PATCH] Remove AzureSubscriptionId from PowerShell profile Removed AzureSubscriptionId environment variable. --- pwsh/Microsoft.PowerShell_profile.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index 966d42b..90a9654 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -1,6 +1,5 @@ #!/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'