-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[containerapp] Hide containerapps and jobs env vars on create and update #6867
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove the transform=transform_sensitive_values
for up
is not needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will remove it
src/containerapp/HISTORY.rst
Outdated
@@ -9,6 +9,8 @@ upcoming | |||
* 'az containerapp compose create': fixed an issue where the environment's resource group was not resolved from --environment when the input value was a resource id. | |||
* '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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 azdev
required)python scripts/ci/test_index.py -q
locally? (pip install wheel==0.30.0
required)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.json
automatically.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
.