mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Merge pull request #811 from microsoft/aug-2020-arc
Update Azure Arc kickstarter script for the august release
This commit is contained in:
+2
-2
@@ -41,7 +41,7 @@ fi
|
||||
|
||||
if [ -z "$ARC_DC_REGION" ]
|
||||
then
|
||||
read -p "Enter a region for the new Azure Arc Data Controller (eastus, eastus2, centralus, westus2, westeurope or southeastasia): " dc_region
|
||||
read -p "Enter a region for the new Azure Arc Data Controller (eastus, eastus2, centralus, westus2, westeurope, southeastasia, japaneast, australiaeast, koreacentral, northeurope, uksouth, or francecentral): " dc_region
|
||||
echo
|
||||
export ARC_DC_REGION=$dc_region
|
||||
fi
|
||||
@@ -80,7 +80,7 @@ export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Requirements file.
|
||||
export OSCODENAME=$(lsb_release -cs)
|
||||
export AZDATA_PRIVATE_PREVIEW_DEB_PACKAGE="https://aka.ms/jul-2020-arc-azdata-$OSCODENAME"
|
||||
export AZDATA_PRIVATE_PREVIEW_DEB_PACKAGE="https://aka.ms/aug-2020-arc-azdata-$OSCODENAME"
|
||||
|
||||
# Kube version.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user