Skip to content

Commit af0f396

Browse files
committed
Skip unknown extensions
1 parent c550144 commit af0f396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ if [ ${#AZ_EXTENSIONS[@]} -gt 0 ]; then
193193
for i in "${extensions[@]}"
194194
do
195195
echo "Installing ${i}"
196-
su ${_REMOTE_USER} -c "az extension add --name ${i} -y"
196+
su ${_REMOTE_USER} -c "az extension add --name ${i} -y" || continue
197197
done
198198
fi
199199

0 commit comments

Comments
 (0)