From ffaf5955754300110f8419030baa6c77f93620c0 Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Thu, 15 Nov 2018 02:33:05 +0800 Subject: [PATCH] fixing invalid location in examples (#4415) --- .../preview/2017-04-30-preview/examples/ServerCreate.json | 6 +++--- .../preview/2017-04-30-preview/examples/ServerGet.json | 2 +- .../preview/2017-04-30-preview/examples/ServerList.json | 6 +++--- .../examples/ServerListByResourceGroup.json | 4 ++-- .../preview/2017-04-30-preview/examples/ServerUpdate.json | 2 +- .../preview/2017-12-01-preview/examples/ServerCreate.json | 6 +++--- .../preview/2017-12-01-preview/examples/ServerGet.json | 2 +- .../preview/2017-12-01-preview/examples/ServerList.json | 6 +++--- .../examples/ServerListByResourceGroup.json | 6 +++--- .../preview/2017-12-01-preview/examples/ServerUpdate.json | 2 +- .../preview/2017-04-30-preview/examples/ServerCreate.json | 6 +++--- .../preview/2017-04-30-preview/examples/ServerGet.json | 2 +- .../preview/2017-04-30-preview/examples/ServerList.json | 6 +++--- .../examples/ServerListByResourceGroup.json | 4 ++-- .../preview/2017-04-30-preview/examples/ServerUpdate.json | 2 +- .../preview/2017-12-01-preview/examples/ServerCreate.json | 6 +++--- .../preview/2017-12-01-preview/examples/ServerGet.json | 2 +- .../preview/2017-12-01-preview/examples/ServerList.json | 6 +++--- .../examples/ServerListByResourceGroup.json | 6 +++--- .../preview/2017-12-01-preview/examples/ServerUpdate.json | 2 +- 20 files changed, 42 insertions(+), 42 deletions(-) diff --git a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerCreate.json b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerCreate.json index 26e96603f4f5..76ec59d78b80 100644 --- a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerCreate.json +++ b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerCreate.json @@ -5,7 +5,7 @@ "api-version": "2017-04-30-preview", "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "parameters": { - "location": "OneBox", + "location": "eastus", "properties": { "administratorLogin": "cloudsa", "administratorLoginPassword": "password", @@ -29,7 +29,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "MYSQLS3M100", "tier": "Basic", @@ -52,7 +52,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "MYSQLS3M100", "tier": "Basic", diff --git a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerGet.json b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerGet.json index 209d045467be..79f41a88dfca 100644 --- a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerGet.json +++ b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerGet.json @@ -11,7 +11,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "MYSQLS3M100", "tier": "Basic", diff --git a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerList.json b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerList.json index 1f52a4ae74c7..03c1712c3de6 100644 --- a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerList.json +++ b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerList.json @@ -11,7 +11,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "MYSQLS3M100", "tier": "Basic", @@ -32,7 +32,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/serv1", "name": "serv1", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "MYSQLS3M100", "tier": "Basic", @@ -53,7 +53,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup2/providers/Microsoft.DBforMySQL/servers/serv2", "name": "serv2", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "MYSQLS3M100", "tier": "Basic", diff --git a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerListByResourceGroup.json b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerListByResourceGroup.json index ca3ef13688e9..d826e30ce245 100644 --- a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerListByResourceGroup.json +++ b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerListByResourceGroup.json @@ -12,7 +12,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/serv1", "name": "serv1", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "MYSQLS3M100", "tier": "Basic", @@ -33,7 +33,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "MYSQLS3M100", "tier": "Basic", diff --git a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerUpdate.json b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerUpdate.json index baeb419e3728..b212155df693 100644 --- a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerUpdate.json +++ b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-04-30-preview/examples/ServerUpdate.json @@ -17,7 +17,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "MYSQLS3M100", "tier": "Basic", diff --git a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerCreate.json b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerCreate.json index e334fed3f491..9c1963d966a0 100644 --- a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerCreate.json +++ b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerCreate.json @@ -5,7 +5,7 @@ "api-version": "2017-12-01-preview", "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "parameters": { - "location": "OneBox", + "location": "eastus", "properties": { "administratorLogin": "cloudsa", "administratorLoginPassword": "password", @@ -34,7 +34,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "capacity": 2, "family": "Gen4", @@ -64,7 +64,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "capacity": 2, "family": "Gen4", diff --git a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerGet.json b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerGet.json index 9156d5b0de39..1a4ef056abbe 100644 --- a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerGet.json +++ b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerGet.json @@ -11,7 +11,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, diff --git a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerList.json b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerList.json index a9be15f3cb57..8b1ff25d8103 100644 --- a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerList.json +++ b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerList.json @@ -11,7 +11,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, @@ -39,7 +39,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver1", "name": "testserver1", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, @@ -67,7 +67,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver2", "name": "testserver2", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, diff --git a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerListByResourceGroup.json b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerListByResourceGroup.json index 3ac7ed8da39e..be14e41536e6 100644 --- a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerListByResourceGroup.json +++ b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerListByResourceGroup.json @@ -12,7 +12,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, @@ -40,7 +40,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver1", "name": "testserver1", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, @@ -68,7 +68,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver2", "name": "testserver2", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, diff --git a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerUpdate.json b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerUpdate.json index 8c11d5cfb79c..4be7be89e3f8 100644 --- a/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerUpdate.json +++ b/specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ServerUpdate.json @@ -17,7 +17,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforMySQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "capacity": 2, "family": "Gen4", diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerCreate.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerCreate.json index 4e88adf0ffdf..0a38ebac97f5 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerCreate.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerCreate.json @@ -5,7 +5,7 @@ "api-version": "2017-04-30-preview", "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "parameters": { - "location": "OneBox", + "location": "eastus", "properties": { "administratorLogin": "cloudsa", "administratorLoginPassword": "password", @@ -29,7 +29,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "PGSQLB100", "tier": "Basic", @@ -52,7 +52,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "PGSQLB100", "tier": "Basic", diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerGet.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerGet.json index c77294d8a56f..ea8361077947 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerGet.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerGet.json @@ -11,7 +11,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "PGSQLB100", "tier": "Basic", diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerList.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerList.json index 6a5c925b7bbd..dda22aa039ad 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerList.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerList.json @@ -11,7 +11,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "PGSQLB100", "tier": "Basic", @@ -32,7 +32,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/serv1", "name": "serv1", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "PGSQLB100", "tier": "Basic", @@ -53,7 +53,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup2/providers/Microsoft.DBforPostgreSQL/servers/serv2", "name": "serv2", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "PGSQLB100", "tier": "Basic", diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerListByResourceGroup.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerListByResourceGroup.json index 39df40d8ac77..3da768516584 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerListByResourceGroup.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerListByResourceGroup.json @@ -12,7 +12,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/serv1", "name": "serv1", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "PGSQLB100", "tier": "Basic", @@ -33,7 +33,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "PGSQLB100", "tier": "Basic", diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerUpdate.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerUpdate.json index cab45b4c31d9..161426a7aa80 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerUpdate.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-04-30-preview/examples/ServerUpdate.json @@ -17,7 +17,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "name": "PGSQLB100", "tier": "Basic", diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerCreate.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerCreate.json index d9f98c99fb76..406a3136f1c1 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerCreate.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerCreate.json @@ -5,7 +5,7 @@ "api-version": "2017-12-01-preview", "subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff", "parameters": { - "location": "OneBox", + "location": "eastus", "properties": { "administratorLogin": "cloudsa", "administratorLoginPassword": "password", @@ -34,7 +34,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "capacity": 2, "family": "Gen4", @@ -64,7 +64,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "capacity": 2, "family": "Gen4", diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerGet.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerGet.json index 6d9273d3c99a..95d55cade7a0 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerGet.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerGet.json @@ -11,7 +11,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerList.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerList.json index edc1887a7073..4e093b7a3cbd 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerList.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerList.json @@ -11,7 +11,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, @@ -39,7 +39,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver1", "name": "testserver1", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, @@ -67,7 +67,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver2", "name": "testserver2", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerListByResourceGroup.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerListByResourceGroup.json index f10a235c4143..4366edbe65c4 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerListByResourceGroup.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerListByResourceGroup.json @@ -12,7 +12,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, @@ -40,7 +40,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver1", "name": "testserver1", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, @@ -68,7 +68,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver2", "name": "testserver2", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "tags": { "elasticServer": "1" }, diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerUpdate.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerUpdate.json index 0dbaa03fb484..aa4cce64aa4d 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerUpdate.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerUpdate.json @@ -17,7 +17,7 @@ "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver", "name": "testserver", "type": "Microsoft.DBforPostgreSQL/servers", - "location": "onebox", + "location": "eastus", "sku": { "capacity": 2, "family": "Gen4",