Azure / bicep

Bicep is a declarative language for describing and deploying Azure resources
MIT License
3.21k stars 746 forks source link

[LocalDeploy] Migrate to extensibility v2 contract #14438

Closed jorgecotillo closed 2 months ago

jorgecotillo commented 3 months ago

Contributing a Pull Request

If you haven't already, read the full contribution guide. The guide may have changed since the last time you read it, so please double-check. Once you are done and ready to submit your PR, run through the relevant checklist below.

Contributing to documentation

Contributing an example

We are integrating the Bicep examples into the Azure QuickStart Templates. If you'd like to contribute new example .bicep files that showcase abilities of the language, please follow these instructions to add them directly there. We can still take bug reports and fixes for the existing examples for the time being.

Contributing a feature

Contributing a snippet

github-actions[bot] commented 3 months ago

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

VSCode - Mac/Linux ```sh bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 9843996390 ``` - Windows ```powershell iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 9843996390" ```
Azure CLI - Mac/Linux ```sh bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 9843996390 ``` - Windows ```powershell iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 9843996390" ```
github-actions[bot] commented 3 months ago

Dotnet Test Results

    72 files   -     36      72 suites   - 36   23m 57s :stopwatch: - 9m 5s 10 938 tests  -     14  10 938 :white_check_mark:  -     14  0 :zzz: ±0  0 :x: ±0  25 772 runs   - 12 864  25 772 :white_check_mark:  - 12 864  0 :zzz: ±0  0 :x: ±0 

Results for commit 232ef215. ± Comparison against base commit 9864b148.

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