Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/ci/build_ext_cmd_tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export AZURE_CORE_COLLECT_TELEMETRY=False
sleep 360

output=$(az extension list-available --query [].name -otsv)
# 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")
Comment on lines -22 to +23
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.


rm -f ~/.azure/extCmdTreeToUpload.json

Expand Down