containerapp compose-for-agents support
Related command
az containerapp compose ...
General Guidelines
- [Y] Have you run
azdev style <YOUR_EXT>locally? (pip install azdevrequired)
===============
| Style Check |
===============
Modules: containerapp
Running pylint on modules...
Pylint: PASSED
Running flake8 on modules...
Flake8: PASSED
- [Y] Have you run
python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)
----------------------------------------------------------------------
Ran 9 tests in 0.187s
OK (skipped=2)
- [Y] My extension version conforms to the Extension version schema
⚠️Azure CLI Extensions Breaking Change Test
⚠️containerapp
rule cmd_name rule_message suggest_message ⚠️ 1006 - ParaAdd containerapp compose create cmd containerapp compose createadded parameterdry_run⚠️ 1006 - ParaAdd containerapp compose create cmd containerapp compose createadded parameterreplace_all
Thank you for your contribution! We will review the pull request and get back to you soon.
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR.
Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). After that please run the following commands to enable git hooks:
pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
CodeGen Tools Feedback Collection
Thank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey
Hi @simonjj
Release Suggestions
Module: containerapp
- Please log updates into to
src/containerapp/HISTORY.rst - Update
VERSIONto1.3.0b2insrc/containerapp/setup.py
Notes
- For more info about extension versioning, please refer to Extension version schema
/azp run
Azure Pipelines successfully started running 2 pipeline(s).
Please fix the CI style failed