From c4859f665b8b1d12fd5824c69b5bdf081d1aaf1f Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 16 Sep 2020 14:39:05 -0700 Subject: [PATCH] Update arc regions for public preview (#12366) --- extensions/arc/package.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/extensions/arc/package.json b/extensions/arc/package.json index 711daae7cf..5be4b54acf 100644 --- a/extensions/arc/package.json +++ b/extensions/arc/package.json @@ -2,7 +2,7 @@ "name": "arc", "displayName": "%arc.displayName%", "description": "%arc.description%", - "version": "0.4.0", + "version": "0.4.1", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt", @@ -284,10 +284,16 @@ "locations": [ "eastus", "eastus2", + "australiaeast", "centralus", "westus2", + "westeurope", "southeastasia", - "westeurope" + "koreacentral", + "northeurope", + "westeurope", + "uksouth", + "francecentral" ] }, { @@ -542,7 +548,7 @@ }, { "name": "azdata", - "version": "20.1.0" + "version": "20.2.0" } ], "when": true @@ -704,7 +710,7 @@ }, { "name": "azdata", - "version": "20.1.0" + "version": "20.2.0" } ], "when": "resourceType=sql.managed.instance" @@ -924,7 +930,7 @@ }, { "name": "azdata", - "version": "20.1.0" + "version": "20.2.0" } ], "when": "resourceType=postgres"