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 @@ -49,7 +49,7 @@ export DEBIAN_FRONTEND=noninteractive
4949
5050# Requirements file.
5151export OSCODENAME=$( lsb_release -cs)
52- export AZDATA_PRIVATE_PREVIEW_DEB_PACKAGE=" https://aka.ms/apr -2020-azdata-" $OSCODENAME
52+ export AZDATA_PRIVATE_PREVIEW_DEB_PACKAGE=" https://aka.ms/may -2020-azdata-" $OSCODENAME
5353
5454# Kube version.
5555#
@@ -126,10 +126,10 @@ echo "Azdata has been successfully installed."
126126# Installing azdata extensions
127127#
128128echo " 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
129+ azdata extension add --source https://private-repo.microsoft.com/python/azure-arc-data/private-preview-may -2020/pypi-azdata-cli-extensions/azdata_cli_postgres-0.0.1-py2.py3-none-any.whl --yes
130130
131131echo " 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
132+ azdata extension add --source https://private-repo.microsoft.com/python/azure-arc-data/private-preview-may -2020/pypi-azdata-cli-extensions/azdata_cli_hybrid-0.0.1-py2.py3-none-any.whl --yes
133133echo " Azdata extensions installed successfully."
134134
135135# Install Azure CLI
You can’t perform that action at this time.
0 commit comments