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

Imported functions invoked in .bicepparam files can refer to variables from their source template #16322

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

jeskew
Copy link
Member

@jeskew jeskew commented Feb 3, 2025

Resolves #16172

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented Feb 3, 2025

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

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

Copy link
Contributor

github-actions bot commented Feb 3, 2025

Dotnet Test Results

    78 files      78 suites   33m 9s ⏱️
11 723 tests 11 723 ✅ 0 💤 0 ❌
27 204 runs  27 204 ✅ 0 💤 0 ❌

Results for commit 3a4f502.

@jeskew jeskew merged commit 564b31b into main Feb 4, 2025
47 checks passed
@jeskew jeskew deleted the jeskew/16172 branch February 4, 2025 04:31
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.

BCP338 when referencing variables from functions
2 participants