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 support for functions calling other functions #12145

Merged
merged 3 commits into from
Oct 18, 2023

Conversation

anthony-c-martin
Copy link
Member

@anthony-c-martin anthony-c-martin commented Oct 15, 2023

Microsoft Reviewers: Open in CodeFlow

@github-actions
Copy link
Contributor

github-actions bot commented Oct 15, 2023

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

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 15, 2023

Test Results

     132 files  ±  0       132 suites  ±0   3h 46m 17s ⏱️ - 15m 2s
10 673 tests +  4  10 673 ✔️ +  4  0 💤 ±0  0 ±0 
51 579 runs  +16  51 579 ✔️ +16  0 💤 ±0  0 ±0 

Results for commit acaa4cd. ± Comparison against base commit 726426c.

♻️ This comment has been updated with latest results.

@anthony-c-martin anthony-c-martin merged commit 8146d82 into main Oct 18, 2023
47 checks passed
@anthony-c-martin anthony-c-martin deleted the ant/func_calling_func branch October 18, 2023 17:04
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.

2 participants