Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deployer() function to the Az namespace #15340

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

levimatheri
Copy link
Contributor

@levimatheri levimatheri commented Oct 18, 2024

Add deployer() function to Az namespace to return information about the principal that initiated the current deployment operation.

Note: This is not ready to be merged, as the backend rollout hasn't completed yet.

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

Test this change out locally with the following install scripts (Action run 11412287689)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 11412287689
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 11412287689"
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 11412287689
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 11412287689"

Copy link
Contributor

Dotnet Test Results

    72 files   -     35      72 suites   - 35   28m 58s ⏱️ - 12m 56s
11 357 tests  -     25  11 357 ✅  -     25  0 💤 ±0  0 ❌ ±0 
26 445 runs   - 13 218  26 445 ✅  - 13 218  0 💤 ±0  0 ❌ ±0 

Results for commit c6cfaea. ± Comparison against base commit b09ba5e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant