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

Support load*Content() functions in UDFs #12915

Merged
merged 2 commits into from
Jan 4, 2024
Merged

Conversation

anthony-c-martin
Copy link
Member

@anthony-c-martin anthony-c-martin commented Jan 4, 2024

Closes #12912
Also addresses #12698

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented Jan 4, 2024

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

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

Copy link
Contributor

github-actions bot commented Jan 4, 2024

Test Results

    88 files   -    11      88 suites   - 11   34m 14s ⏱️ - 22m 12s
10 471 tests  -    13  10 469 ✅  -    14  0 💤 ±0  2 ❌ +1 
31 229 runs   - 6 919  31 224 ✅  - 6 923  0 💤 ±0  5 ❌ +4 

For more details on these failures, see this check.

Results for commit 42da978. ± Comparison against base commit 6dfa50e.

♻️ This comment has been updated with latest results.

@anthony-c-martin anthony-c-martin enabled auto-merge (squash) January 4, 2024 20:02
@anthony-c-martin anthony-c-martin merged commit 86e8f18 into main Jan 4, 2024
43 of 44 checks passed
@anthony-c-martin anthony-c-martin deleted the ant/issue12912 branch January 4, 2024 21:10
@matwilko
Copy link

matwilko commented Jan 4, 2024

@anthony-c-martin From issue to merged PR in 3 hours? Kudos, that's some impressive velocity! 💯

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.

User-defined function using load* functions do not compile to valid ARM
3 participants