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 validation & completions for property access on array element #14846

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

anthony-c-martin
Copy link
Member

@anthony-c-martin anthony-c-martin commented Aug 16, 2024

Closes #14839

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented Aug 16, 2024

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

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

Copy link
Contributor

github-actions bot commented Aug 16, 2024

Dotnet Test Results

    71 files   -     36       1 errors  70 suites   - 37   22m 56s ⏱️ - 9m 3s
10 976 tests  -     83  10 976 ✅  -     83  0 💤 ±0  0 ❌ ±0 
19 365 runs   - 19 412  19 365 ✅  - 19 412  0 💤 ±0  0 ❌ ±0 

For more details on these parsing errors, see this check.

Results for commit 25ed70f. ± Comparison against base commit 98ed923.

♻️ This comment has been updated with latest results.

@anthony-c-martin anthony-c-martin merged commit 0568466 into main Aug 17, 2024
46 of 47 checks passed
@anthony-c-martin anthony-c-martin deleted the ant/issue14839 branch August 17, 2024 01:32
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.

Missing validation for property access on element in array
2 participants