mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Merge pull request #21 from ananto-msft/apr-2020-patch-1
Installing azdata extensions after azdata install
This commit is contained in:
+9
@@ -123,6 +123,15 @@ cd -
|
||||
azdata --version
|
||||
echo "Azdata has been successfully installed."
|
||||
|
||||
# Installing azdata extensions
|
||||
#
|
||||
echo "Installing azdata extension for postgres..."
|
||||
azdata extension add --source https://private-repo.microsoft.com/python/azure-arc-data/private-preview-apr-2020/pypi-azdata-cli-extensions/azdata_cli_postgres-0.0.1-py2.py3-none-any.whl --yes
|
||||
|
||||
echo "Installing azdata extension for sql..."
|
||||
azdata extension add --source https://private-repo.microsoft.com/python/azure-arc-data/private-preview-apr-2020/pypi-azdata-cli-extensions/azdata_cli_hybrid-0.0.1-py2.py3-none-any.whl --yes
|
||||
echo "Azdata extensions installed successfully."
|
||||
|
||||
# Install Azure CLI
|
||||
#
|
||||
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
||||
|
||||
Reference in New Issue
Block a user