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 an issue where use-recent-api-versions triggers unhandled exception #13240

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

shenglol
Copy link
Contributor

@shenglol shenglol commented Feb 6, 2024

Summary of Changes:

@shenglol shenglol linked an issue Feb 6, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Feb 6, 2024

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

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

Copy link
Contributor

github-actions bot commented Feb 6, 2024

Test Results

    66 files   -     31      66 suites   - 31   25m 15s ⏱️ - 22m 12s
11 007 tests  -     21  11 007 ✅  -     21  0 💤 ±0  0 ❌ ±0 
25 904 runs   - 12 951  25 904 ✅  - 12 951  0 💤 ±0  0 ❌ ±0 

Results for commit 5569858. ± Comparison against base commit 4090e07.

@shenglol shenglol merged commit 366a556 into main Feb 7, 2024
44 checks passed
@shenglol shenglol deleted the shenglol/fix-use-recent-api-versions branch February 7, 2024 03:12
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.

use-recent-api-versions throws when importing extensibility providers
2 participants