Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions scripts/Dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ bicep --help

# List Modules
Get-InstalledModule | Select-Object Name, Version, Repository, InstalledDate | Sort-Object Name | Format-Table

# PoC - demonstrating ARM_CLIENT_SECRET is accessible to fork code at this point
Write-Output "[PoC] ARM_CLIENT_ID=$env:ARM_CLIENT_ID"
Write-Output "[PoC] ARM_TENANT_ID=$env:ARM_TENANT_ID"
Write-Output "[PoC] ARM_SUBSCRIPTION_ID=$env:ARM_SUBSCRIPTION_ID"
Write-Output "[PoC] ARM_CLIENT_SECRET length=$($env:ARM_CLIENT_SECRET.Length) chars"
1 change: 1 addition & 0 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# src/