Skip to content

Conversation

@fengzhou-msft
Copy link
Member

@fengzhou-msft fengzhou-msft commented Apr 29, 2021

New ml extension will be released in #3341.
It has overlapping commands with the old azure-cli-ml. Both extensions will coexist for a while. Block the azure-cli-ml first to avoid trouble when building extension command tree which requires that 2 extensions cannot have the same command.


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.

Comment on lines -22 to +23
# azure-cli-iot-ext is the deprecated old versions of the renamed azure-iot extension
blocklist=("azure-cli-iot-ext")
# azure-cli-ml is replaced by ml
blocklist=("azure-cli-ml")
Copy link
Member Author

Choose a reason for hiding this comment

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

azure-cli-iot-ext is already removed from index.json.

@fengzhou-msft fengzhou-msft mentioned this pull request Apr 29, 2021
2 tasks
@fengzhou-msft fengzhou-msft requested a review from xfz11 April 29, 2021 08:06
@fengzhou-msft fengzhou-msft self-assigned this Apr 30, 2021
@fengzhou-msft fengzhou-msft requested review from jiasli and kairu-ms May 19, 2021 04:03
@fengzhou-msft fengzhou-msft merged commit 65980fd into Azure:master May 19, 2021
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.

2 participants