Skip to content

Commit

Permalink
add azure-batch-cli-extension in blocklist as azure-batch-cli-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
kairu-ms committed Jul 26, 2021
1 parent bdb9f23 commit 944992f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/build_ext_cmd_tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export AZURE_EXTENSION_INDEX_URL=https://raw.githubusercontent.com/Azure/azure-c

output=$(az extension list-available --query [].name -otsv)
# azure-cli-ml is replaced by ml
blocklist=("azure-cli-ml")
# TODO: azure-batch-cli-extensions is not compatible with latest batch SDK.
blocklist=("azure-cli-ml" "azure-batch-cli-extensions")

rm -f ~/.azure/extCmdTreeToUpload.json

Expand Down

0 comments on commit 944992f

Please sign in to comment.