File tree Expand file tree Collapse file tree
samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,6 +123,15 @@ cd -
123123azdata --version
124124echo " Azdata has been successfully installed."
125125
126+ # Installing azdata extensions
127+ #
128+ echo " Installing azdata extension for postgres..."
129+ 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
130+
131+ echo " Installing azdata extension for sql..."
132+ 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
133+ echo " Azdata extensions installed successfully."
134+
126135# Install Azure CLI
127136#
128137curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
You can’t perform that action at this time.
0 commit comments