[containerapp] Hide containerapps and jobs env vars on create and update#6867
[containerapp] Hide containerapps and jobs env vars on create and update#6867yanzhudd merged 11 commits intoAzure:mainfrom
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
|
Hi @p-bouchon, |
|
containerapp |
|
Hi @p-bouchon Please fix the static analysis. |
|
Hi @Juliehzl |
| g.custom_command('delete', 'delete_containerapp', supports_no_wait=True, confirmation=True, exception_handler=ex_handler_factory()) | ||
| g.custom_command('exec', 'containerapp_ssh', validator=validate_ssh) | ||
| g.custom_command('up', 'containerapp_up', supports_no_wait=False, exception_handler=ex_handler_factory()) | ||
| g.custom_command('up', 'containerapp_up', supports_no_wait=False, exception_handler=ex_handler_factory(), transform=transform_sensitive_values) |
There was a problem hiding this comment.
please remove the transform=transform_sensitive_values for up is not needed.
src/containerapp/HISTORY.rst
Outdated
| * 'az containerapp replica count', returns the replica count of a container app | ||
| * [Breaking Change] 'az containerapp job create': add default values for container app job properties --replica-completion-count, --replica-retry-limit, --replica-timeout, --parallelism, --min-executions, --max-executions, --polling-interval | ||
| * 'az containerapp create/update': hide environment variables, scale rules metadata | ||
| * 'az containerapp job create/update': hide environment variables, scale rules metadata |
There was a problem hiding this comment.
add eventTriggerConfig for job
|
Hi @yanzhudd Could you please help to review and merge this PR? Thanks!! |
|
please rerun test in live mode and upload the recording file. |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.