[Spring Cloud] Integrate tanzu components with service and app#4300
[Spring Cloud] Integrate tanzu components with service and app#4300zhoxing-ms merged 17 commits intoAzure:mainfrom
Conversation
There was a problem hiding this comment.
sku is already in the kwargs. Don't need to get from remote.
There was a problem hiding this comment.
There is no service registry body, is this on purpose?
There was a problem hiding this comment.
Yes, it's expected
|
Spring Cloud |
wangzelin007
left a comment
There was a problem hiding this comment.
May I ask you to add some tests for those new commands?
There was a problem hiding this comment.
Could we consider using action='store_true' instead of get_three_state_flag() ?
There was a problem hiding this comment.
Updated, thanks for suggestion!
There was a problem hiding this comment.
type=str is the default setting, so we don't need an explicit declaration
There was a problem hiding this comment.
ArgumentUsageError may be the more appropriate error type, right?
90c1fbd to
168448b
Compare
Co-authored-by: Yuwei Zhou <yuwzho@microsoft.com>
Co-authored-by: Yuwei Zhou <yuwzho@microsoft.com>
Co-authored-by: Yuwei Zhou <yuwzho@microsoft.com>
168448b to
4238246
Compare
The pr is part of main...VSChina:enterprise.
service createcommands.app deploy/update/deployment createGeneral 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 PR is merged into master branch, a new PR will be created to update
src/index.jsonautomatically.The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify
src/index.json.