-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
appservice-kube extension #3934
appservice-kube extension #3934
Conversation
…ar issue to retrive triggers from a function app
Removing trailing white spaces
Removing trailing white spaces
…no user name and password supplied
…correcting the lookup path
…ld parameters from commands
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'm running into an exception with az appservice kube list
is this a CLI or api issue?
This comment has been minimized.
This comment has been minimized.
# TODO | ||
class AppserviceKubernetesScenarioTest(ScenarioTest): | ||
pass |
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.
Why is there no scenario tests here?
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.
The process of setting up an AKS cluster to put kubernetes environments in (see here) is quite lengthy/time-consuming and doesn't lend itself well to automated testing. So far, we've been manually testing the commands
I was under the impression that scenario tests are essential for CLI features but not necessarily CLI extensions
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.
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.
@zhoxing-ms we plan to add scenario tests before we move this core-cli, after making updates to use the latest version of the SDK.
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.
OK, I'll approve this PR first. Please supplement these tests in a new PR
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally?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.json
automatically.The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify
src/index.json
.