Skip to content
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

Merged
merged 130 commits into from
Oct 27, 2021

Conversation

StrawnSC
Copy link
Contributor


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run 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.

ebencarek and others added 30 commits March 25, 2021 09:00
…ar issue to retrive triggers from a function app
Removing trailing white spaces
Removing trailing white spaces
Copy link
Contributor

@calvinsID calvinsID left a 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?

.github/CODEOWNERS Outdated Show resolved Hide resolved
@StrawnSC

This comment has been minimized.

Comment on lines +15 to +17
# TODO
class AppserviceKubernetesScenarioTest(ScenarioTest):
pass
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

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.

Copy link
Contributor

@zhoxing-ms zhoxing-ms Oct 27, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants