Containerapp - add workload profile support and bump version to 11-01-preview#6081
Merged
yanzhudd merged 54 commits intoAzure:mainfrom Mar 31, 2023
Merged
Containerapp - add workload profile support and bump version to 11-01-preview#6081yanzhudd merged 54 commits intoAzure:mainfrom
yanzhudd merged 54 commits intoAzure:mainfrom
Conversation
* Ran tests. * Update src/containerapp/azext_containerapp/_clients.py Co-authored-by: Silas Strawn <strawnsc@gmail.com> Co-authored-by: Haroon Feisal <haroonfeisal@microsoft.com> Co-authored-by: Silas Strawn <strawnsc@gmail.com>
* initial no dockerfile support for up * bump version * add to help text, history text * Fill in Cormac's link for oryx runtimes (see here microsoft/Oryx#1502) * pass target port to ACR task; add better error information * bump version * fix bug with containerapp create * add test case * bump version * Updated to preview api version and reran all tests. (Azure#147) * Ran tests. * Update src/containerapp/azext_containerapp/_clients.py Co-authored-by: Silas Strawn <strawnsc@gmail.com> Co-authored-by: Haroon Feisal <haroonfeisal@microsoft.com> Co-authored-by: Silas Strawn <strawnsc@gmail.com> * resolve anthony's comments * Revert "`az containerapp up`: Support No Dockerfile Scenario" * Revert "Revert "`az containerapp up`: Support No Dockerfile Scenario"" * Added custom domain support to env create. * Updated param help group text. * Added test. * Wrote env update, wrote test for env update with custom domains. * Minor update. * Added help to env update. Co-authored-by: Silas Strawn <strawnsc@gmail.com> Co-authored-by: Haroon Feisal <haroonfeisal@microsoft.com>
…nerapp create support, env update support, add help text
3 tasks
Greedygre
reviewed
Mar 28, 2023
added 2 commits
March 28, 2023 19:51
Contributor
|
test_containerapp_env_logs_e2e failed due to wrong api-version, need to re-recording. |
Greedygre
reviewed
Mar 29, 2023
Greedygre
reviewed
Mar 29, 2023
Greedygre
reviewed
Mar 29, 2023
src/containerapp/azext_containerapp/aaz/latest/app/__cmd_group.py
Outdated
Show resolved
Hide resolved
Greedygre
reviewed
Mar 29, 2023
Greedygre
reviewed
Mar 29, 2023
Greedygre
reviewed
Mar 29, 2023
Greedygre
reviewed
Mar 29, 2023
Greedygre
reviewed
Mar 29, 2023
Collaborator
|
Containerapp |
Contributor
|
@zhoxing-ms @yanzhudd Could you please help to review this PR? Thanks! |
Contributor
|
Sorry, I've been super busy recently. @yanzhudd will help you continue to review this PR first |
yanzhudd
approved these changes
Mar 31, 2023
Collaborator
|
[Release] Update index.json for extension [ containerapp ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=45256&view=results |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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?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.