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 detailed validation for UDFs with UDTs #14011

Merged
merged 1 commit into from
May 6, 2024
Merged

Conversation

anthony-c-martin
Copy link
Member

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

Closes #13656

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented May 4, 2024

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

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

Copy link
Contributor

github-actions bot commented May 4, 2024

Test Results

    66 files   -     33      66 suites   - 33   22m 41s ⏱️ - 8m 51s
10 878 tests  -     19  10 877 ✅  -     19  1 💤 ±0  0 ❌ ±0 
25 652 runs   - 12 819  25 650 ✅  - 12 818  2 💤  - 1  0 ❌ ±0 

Results for commit bb76a90. ± Comparison against base commit 1c6b9b5.

♻️ This comment has been updated with latest results.

@anthony-c-martin anthony-c-martin changed the title Add detaild validation for UDFs with UDTs Add detailed validation for UDFs with UDTs May 4, 2024
@anthony-c-martin anthony-c-martin merged commit 130f9eb into main May 6, 2024
44 checks passed
@anthony-c-martin anthony-c-martin deleted the ant/issue13656 branch May 6, 2024 14:23
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.

UDFs + UDTs - missing Bicep validation
2 participants