azure-cli-extensions icon indicating copy to clipboard operation
azure-cli-extensions copied to clipboard

containerapp compose-for-agents support

Open simonjj opened this issue 2 months ago • 8 comments

Related command

az containerapp compose ...

General Guidelines

  • [Y] Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
===============
| 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 -q locally? (pip install wheel==0.30.0 required)
----------------------------------------------------------------------
Ran 9 tests in 0.187s

OK (skipped=2)

simonjj avatar Nov 13 '25 00:11 simonjj

⚠️Azure CLI Extensions Breaking Change Test
⚠️containerapp
rule cmd_name rule_message suggest_message
⚠️ 1006 - ParaAdd containerapp compose create cmd containerapp compose create added parameter dry_run
⚠️ 1006 - ParaAdd containerapp compose create cmd containerapp compose create added parameter replace_all

Thank you for your contribution! We will review the pull request and get back to you soon.

yonzhan avatar Nov 13 '25 00:11 yonzhan

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>

github-actions[bot] avatar Nov 13 '25 00:11 github-actions[bot]

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

github-actions[bot] avatar Nov 13 '25 00:11 github-actions[bot]

Hi @simonjj

Release Suggestions

Module: containerapp

  • Please log updates into to src/containerapp/HISTORY.rst
  • Update VERSION to 1.3.0b2 in src/containerapp/setup.py

Notes

github-actions[bot] avatar Nov 13 '25 00:11 github-actions[bot]

/azp run

Greedygre avatar Nov 13 '25 03:11 Greedygre

Azure Pipelines successfully started running 2 pipeline(s).

azure-pipelines[bot] avatar Nov 13 '25 03:11 azure-pipelines[bot]

Please fix the CI style failed

Greedygre avatar Nov 13 '25 03:11 Greedygre