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

Make sure types from wildcard imports are assigned the correct type when pulling from ARM JSON models. #13255

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

jeskew
Copy link
Contributor

@jeskew jeskew commented Feb 7, 2024

Resolves #13248

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented Feb 7, 2024

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

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

Copy link
Contributor

github-actions bot commented Feb 7, 2024

Test Results

    66 files   -     33      66 suites   - 33   25m 12s ⏱️ - 24m 52s
11 009 tests  -     18  11 009 ✅  -     18  0 💤 ±0  0 ❌ ±0 
25 908 runs   - 12 944  25 908 ✅  - 12 944  0 💤 ±0  0 ❌ ±0 

Results for commit ee44c73. ± Comparison against base commit 366a556.

@jeskew jeskew requested a review from a team February 7, 2024 16:45
@jeskew jeskew enabled auto-merge (squash) February 7, 2024 16:45
@jeskew jeskew merged commit 804565c into main Feb 9, 2024
44 checks passed
@jeskew jeskew deleted the jeskew/13248 branch February 9, 2024 06:26
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.

Compile-time imports issue
2 participants