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

Track onboarding sources using correlation_id parameter #5008

Merged
merged 9 commits into from
Jun 21, 2022

Conversation

sirireddy12
Copy link
Contributor


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

Related command

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 pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify src/index.json.

@sirireddy12 sirireddy12 changed the title Tracksources Track onboarding sources using correlation_id parameter Jun 16, 2022
@yonzhan
Copy link
Collaborator

yonzhan commented Jun 16, 2022

connectedk8s

@yonzhan yonzhan added this to the Jun 2022 (2022-07-05) milestone Jun 16, 2022
@@ -56,7 +56,7 @@
# pylint: disable=line-too-long


def create_connectedk8s(cmd, client, resource_group_name, cluster_name, https_proxy="", http_proxy="", no_proxy="", proxy_cert="", location=None,
def create_connectedk8s(cmd, client, resource_group_name, cluster_name, correlation_id=None, https_proxy="", http_proxy="", no_proxy="", proxy_cert="", location=None,
Copy link
Member

Choose a reason for hiding this comment

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

It seems correlation_id not used in this function.
Can you double check?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @wangzelin007 , it is not used in the function, but it is needed as a parameter that should be exposed and it is being set/overridden from a validator. If this parameter is removed from this function, it is not being exposed as a parameter to the "connectedk8s connect" command

@zhoxing-ms
Copy link
Contributor

Please write the change of this PR into the history notes HISTORY.rst

@sirireddy12
Copy link
Contributor Author

Please write the change of this PR into the history notes HISTORY.rst

Done. Thanks!

@sirireddy12
Copy link
Contributor Author

Please write the change of this PR into the history notes HISTORY.rst

Done. Thanks!

@zhoxing-ms Please review the PR

@zhoxing-ms zhoxing-ms merged commit ea925ec into Azure:main Jun 21, 2022
@sirireddy12
Copy link
Contributor Author

Please write the change of this PR into the history notes HISTORY.rst

Done. Thanks!

@zhoxing-ms Please review the PR

@wangzelin007 @zhoxing-ms Thanks for merging it. Can you please release the latest version?

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.

5 participants