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

Gradually moving towards a unified CLI Core API module #37

Open
troydai opened this issue Jun 25, 2018 · 0 comments
Open

Gradually moving towards a unified CLI Core API module #37

troydai opened this issue Jun 25, 2018 · 0 comments
Assignees

Comments

@troydai
Copy link

troydai commented Jun 25, 2018

It is not ideal to depend on private module as it is subject to change.

https://github.com/Microsoft/vscode-azurecli/blob/7d5817590648925f493e312ede67f0391db6f5bf/service/azservice/tooling1.py#L21

We're introducing a api module in the core so as to lock down the common APIs. The module will serve as the contact between command modules developers and the Core so that we know when to lock when a potential breaking change will be introduced.

Azure/azure-cli#6592.

When the next Core release is shipped, this extnesion can begin moving dependences on private module to this public module.

@chrisdias chrisdias removed their assignment Jun 25, 2018
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

No branches or pull requests

3 participants