bicep icon indicating copy to clipboard operation
bicep copied to clipboard

[WIP] Local provider registry

Open anthony-c-martin opened this issue 1 year ago • 3 comments

Microsoft Reviewers: Open in CodeFlow

anthony-c-martin avatar May 08 '24 04:05 anthony-c-martin

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

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

github-actions[bot] avatar May 08 '24 04:05 github-actions[bot]

Test Results

    66 files   -     33      66 suites   - 33   22m 20s :stopwatch: - 9m 25s 10 865 tests  -     38  10 862 :white_check_mark:  -     40  1 :zzz: ±0  2 :x: +2  25 626 runs   - 12 863  25 620 :white_check_mark:  - 12 866  2 :zzz:  - 1  4 :x: +4 

For more details on these failures, see this check.

Results for commit beb8c2cc. ± Comparison against base commit a8eff9c8.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar May 08 '24 04:05 github-actions[bot]

Dotnet Test Results

    66 files      66 suites   22m 25s :stopwatch: 10 874 tests 10 873 :white_check_mark: 1 :zzz: 0 :x: 25 644 runs  25 642 :white_check_mark: 2 :zzz: 0 :x:

Results for commit 24d0a5c0.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar May 09 '24 01:05 github-actions[bot]

https://github.com/Azure/bicep/issues/12202

StephenWeatherford avatar May 13 '24 22:05 StephenWeatherford