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

Fix bug with parsing expressions in object keys from ARM templates #13665

Merged
merged 1 commit into from Mar 20, 2024

Conversation

anthony-c-martin
Copy link
Member

@anthony-c-martin anthony-c-martin commented Mar 20, 2024

Closes #13663

Microsoft Reviewers: Open in CodeFlow

@anthony-c-martin anthony-c-martin changed the title Fix for issue 13663 Fix bug with parsing expressions in object keys from ARM templates Mar 20, 2024
Copy link
Contributor

github-actions bot commented Mar 20, 2024

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

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

Copy link
Contributor

Test Results

    64 files   -     35      64 suites   - 35   22m 17s ⏱️ - 21m 49s
10 695 tests  -     19  10 693 ✅  -     19  2 💤 ±0  0 ❌ ±0 
25 191 runs   - 12 722  25 187 ✅  - 12 720  4 💤  - 2  0 ❌ ±0 

Results for commit 1c122c2. ± Comparison against base commit 96f6c3a.

@anthony-c-martin anthony-c-martin enabled auto-merge (squash) March 20, 2024 14:19
@anthony-c-martin anthony-c-martin merged commit b784409 into main Mar 20, 2024
44 checks passed
@anthony-c-martin anthony-c-martin deleted the ant/issue13663 branch March 20, 2024 15:24
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 does not render object keys after publish.
2 participants