Add enable ASM egress gateway commands for az aks mesh#6768
Add enable ASM egress gateway commands for az aks mesh#6768yanzhudd merged 20 commits intoAzure:mainfrom nshankar13:nshankar/add-asm-egress-cli-commands
Conversation
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| aks mesh disable-egress-gateway | cmd aks mesh disable-egress-gateway added |
||
| aks mesh enable-egress-gateway | cmd aks mesh enable-egress-gateway added |
|
Hi @nshankar13, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
|
@andyliuliming @FumingZhang @zhoxing-ms @yanzhudd @yonzhan need some urgent reviews on this as we are trying to meet 9/19 deadline for CLI changes and to get this into the GA API changes in |
|
|
||
| @AllowLargeResponse() | ||
| @AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2') | ||
| def test_aks_azure_service_mesh_with_egress_gateway(self, resource_group, resource_group_location): |
Signed-off-by: nshankar <nshankar@microsoft.ghe.com>
|
It is suggested to add some details of changes in #6768 (comment) |
|
Please add change logs in HISTORY.rst. If you want to release a new version, please change version in setup.py file. |
|
@FumingZhang @yanzhudd updated HISTORY.rst and setup.py. |
|
[Release] Update index.json for extension [ aks-preview ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=91341&view=results |
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.