Skip to content

Commit 92f19ee

Browse files
authored
Add environment variables for Azure configuration (#12)
1 parent 1ac9c4c commit 92f19ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pwsh/Microsoft.PowerShell_profile.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env pwsh
22

3+
$env:AzureSubscriptionId = '6d3acc75-039d-4a84-a0c2-883e492a72dd'
34
$env:NetworkSubscriptionId = '9ed6f940-4ca4-4512-a8f8-a08f8d151201'
45
$env:L3_VnetInjectionNetworkServiceTests_RunnerGroupId=1
56
$env:AZUREREGION = 'eastus'

0 commit comments

Comments
 (0)