diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerCreate.json index 9bb7dab86481..fc2d8142ca36 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerCreate.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -103,7 +104,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "frontendIPConfigurations": [ @@ -214,7 +215,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "frontendIPConfigurations": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerCreateWithZones.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerCreateWithZones.json index 1353ec8361eb..0366e235a361 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerCreateWithZones.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerCreateWithZones.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -104,7 +105,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -220,7 +221,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceCreate.json index df70210f1598..5f8c7d6a93f7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceCreate.json @@ -20,7 +20,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupCreate.json index 4efc0e2937cf..54e9fa299fc8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupCreate.json @@ -4,7 +4,9 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkSecurityGroupName" : "testnsg", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { @@ -12,7 +14,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], @@ -122,7 +124,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupCreateWithRule.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupCreateWithRule.json index a81352e15d6e..f926cf0087da 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupCreateWithRule.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupCreateWithRule.json @@ -21,7 +21,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -30,7 +31,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ @@ -156,7 +157,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressCreateCustomizedValues.json index ec77ade17065..facbea6ca846 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressCreateCustomizedValues.json @@ -10,7 +10,8 @@ "publicIPAllocationMethod": "Static", "idleTimeoutInMinutes": 10, "publicIPAddressVersion": "IPv4" - } + }, + "location": "eastus" } }, "responses" : { @@ -18,7 +19,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", @@ -36,7 +37,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressCreateDefaults.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressCreateDefaults.json index 2c56f46f78a4..8f244b10b3b9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressCreateDefaults.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressCreateDefaults.json @@ -4,14 +4,16 @@ "subscriptionId" : "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -28,7 +30,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressCreateDns.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressCreateDns.json index 65aba235b107..84c304f97d6a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressCreateDns.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressCreateDns.json @@ -8,7 +8,8 @@ "properties": { "dnsSettings": { "domainNameLabel": "dnslbl" - } + }, + "location": "eastus" } } }, @@ -17,7 +18,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -38,7 +39,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCreate.json index 2e99f253077a..957520db91e0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCreate.json @@ -4,7 +4,6 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualNetworkName" : "test-vnet", - "location": "westus", "parameters": { "properties": { "addressSpace": { @@ -12,7 +11,8 @@ "10.0.0.0/16" ] } - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +21,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -39,7 +39,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCreateServiceEndpoints.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCreateServiceEndpoints.json index 99320173a9af..78f33f58ae99 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCreateServiceEndpoints.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCreateServiceEndpoints.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCreateSubnet.json index 587126eda309..62bc774744d0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCreateSubnet.json @@ -19,7 +19,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -28,7 +29,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -55,7 +56,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerCreate.json index 2851c9fc6d4c..d7996800907e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerCreate.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -103,7 +104,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -218,7 +219,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerCreateStandardSku.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerCreateStandardSku.json index 3a372e3bcd11..c5a792b3d1d0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerCreateStandardSku.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerCreateStandardSku.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "sku": { "name": "Standard" }, @@ -106,7 +107,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, @@ -221,7 +222,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerCreateWithZones.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerCreateWithZones.json index 8367e0dd4edf..0fc5737d2254 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerCreateWithZones.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerCreateWithZones.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -104,7 +105,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -220,7 +221,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceCreate.json index 860e60c77951..be5e0a2e2ebc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceCreate.json @@ -20,7 +20,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupCreate.json index cd1bdd4e6cf8..b4766b92456b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupCreate.json @@ -4,7 +4,9 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkSecurityGroupName" : "testnsg", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { @@ -12,7 +14,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], @@ -122,7 +124,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupCreateWithRule.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupCreateWithRule.json index eb02a15c8e8d..4b950c40a0f4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupCreateWithRule.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupCreateWithRule.json @@ -21,7 +21,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -30,7 +31,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ @@ -156,7 +157,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressCreateCustomizedValues.json index 92c7c12ac036..6356fb53a48a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressCreateCustomizedValues.json @@ -13,7 +13,8 @@ }, "sku": { "name": "Standard" - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +22,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", @@ -42,7 +43,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressCreateDefaults.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressCreateDefaults.json index fb4eddbfce69..0100d53802c3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressCreateDefaults.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressCreateDefaults.json @@ -4,14 +4,16 @@ "subscriptionId" : "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -31,7 +33,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressCreateDns.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressCreateDns.json index 181f2e8be9c7..d86edf1ea84b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressCreateDns.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressCreateDns.json @@ -9,7 +9,8 @@ "dnsSettings": { "domainNameLabel": "dnslbl" } - } + }, + "location": "eastus" } }, "responses" : { @@ -17,7 +18,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -38,7 +39,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCreate.json index 9f9b75858d33..304caf4a8173 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCreate.json @@ -4,7 +4,6 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualNetworkName" : "test-vnet", - "location": "westus", "parameters": { "properties": { "addressSpace": { @@ -12,7 +11,8 @@ "10.0.0.0/16" ] } - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +21,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -39,7 +39,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCreateServiceEndpoints.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCreateServiceEndpoints.json index 976b3df12a21..c54ce642f81b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCreateServiceEndpoints.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCreateServiceEndpoints.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCreateSubnet.json index d56c1d52db56..8568adef5aa9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCreateSubnet.json @@ -19,7 +19,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -28,7 +29,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -55,7 +56,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerCreate.json index 7bf00914a1c2..f64cecbb53d5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerCreate.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -103,7 +104,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -218,7 +219,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerCreateStandardSku.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerCreateStandardSku.json index 4aa33cf55dd7..5598141bf7f2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerCreateStandardSku.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerCreateStandardSku.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "sku": { "name": "Standard" }, @@ -106,7 +107,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, @@ -221,7 +222,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerCreateWithZones.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerCreateWithZones.json index 2654ecb4f8e6..9d3e65598051 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerCreateWithZones.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerCreateWithZones.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -104,7 +105,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -220,7 +221,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceCreate.json index cdbf11f909ac..8d27d8daf66a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceCreate.json @@ -20,7 +20,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupCreate.json index 19d09f79c571..863151fcbd06 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupCreate.json @@ -4,7 +4,9 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkSecurityGroupName" : "testnsg", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { @@ -12,7 +14,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], @@ -122,7 +124,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupCreateWithRule.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupCreateWithRule.json index 9014497f4dba..1593aa414ec9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupCreateWithRule.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupCreateWithRule.json @@ -21,7 +21,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -30,7 +31,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ @@ -156,7 +157,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressCreateCustomizedValues.json index 06a42a0588c5..7b8bd687ba6e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressCreateCustomizedValues.json @@ -13,7 +13,8 @@ }, "sku": { "name": "Standard" - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +22,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", @@ -42,7 +43,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressCreateDefaults.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressCreateDefaults.json index 792f7e2c5d6e..7147103cd866 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressCreateDefaults.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressCreateDefaults.json @@ -4,14 +4,16 @@ "subscriptionId" : "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -31,7 +33,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressCreateDns.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressCreateDns.json index 24def83c0e3d..b212d4d0448d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressCreateDns.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressCreateDns.json @@ -9,7 +9,8 @@ "dnsSettings": { "domainNameLabel": "dnslbl" } - } + }, + "location": "eastus" } }, "responses" : { @@ -17,7 +18,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -38,7 +39,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCreate.json index c26f275d2386..e23e58a28aaa 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCreate.json @@ -4,7 +4,6 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualNetworkName" : "test-vnet", - "location": "westus", "parameters": { "properties": { "addressSpace": { @@ -12,7 +11,8 @@ "10.0.0.0/16" ] } - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +21,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -39,7 +39,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCreateServiceEndpoints.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCreateServiceEndpoints.json index d5264221c6ae..6c1a093c0e72 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCreateServiceEndpoints.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCreateServiceEndpoints.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCreateSubnet.json index 38b2b4330a6b..4bd4e195b6b2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCreateSubnet.json @@ -19,7 +19,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -28,7 +29,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -55,7 +56,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerCreate.json index 3898893b2143..0803014d33c5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerCreate.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -103,7 +104,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -218,7 +219,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerCreateStandardSku.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerCreateStandardSku.json index 7281ce9d1003..c98ffd9fda56 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerCreateStandardSku.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerCreateStandardSku.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "sku": { "name": "Standard" }, @@ -106,7 +107,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, @@ -221,7 +222,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerCreateWithZones.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerCreateWithZones.json index c8511bc3a2a3..6ca73d1078d5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerCreateWithZones.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerCreateWithZones.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -104,7 +105,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -220,7 +221,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceCreate.json index 61925b41c356..e6fbbaa59ed0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceCreate.json @@ -20,7 +20,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupCreate.json index 87e7bb336c98..7376b5ff2163 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupCreate.json @@ -4,7 +4,9 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkSecurityGroupName" : "testnsg", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { @@ -12,7 +14,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], @@ -122,7 +124,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupCreateWithRule.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupCreateWithRule.json index cc8cdccd9d67..d054cecd921e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupCreateWithRule.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupCreateWithRule.json @@ -21,7 +21,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -30,7 +31,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ @@ -156,7 +157,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressCreateCustomizedValues.json index ca7f0e7dc356..aab0afab7f68 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressCreateCustomizedValues.json @@ -13,7 +13,8 @@ }, "sku": { "name": "Standard" - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +22,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", @@ -42,7 +43,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressCreateDefaults.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressCreateDefaults.json index ae13c45fb576..915491870bc3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressCreateDefaults.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressCreateDefaults.json @@ -4,14 +4,16 @@ "subscriptionId" : "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -31,7 +33,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressCreateDns.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressCreateDns.json index f653027054a0..cb9a8164368f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressCreateDns.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressCreateDns.json @@ -9,7 +9,8 @@ "dnsSettings": { "domainNameLabel": "dnslbl" } - } + }, + "location": "eastus" } }, "responses" : { @@ -17,7 +18,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -38,7 +39,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCreate.json index 5fe9d173cc5a..3bff3ab3ee49 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCreate.json @@ -4,7 +4,6 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualNetworkName" : "test-vnet", - "location": "westus", "parameters": { "properties": { "addressSpace": { @@ -12,7 +11,8 @@ "10.0.0.0/16" ] } - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +21,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -39,7 +39,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCreateServiceEndpoints.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCreateServiceEndpoints.json index d0fe4dae150f..695c9138163a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCreateServiceEndpoints.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCreateServiceEndpoints.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCreateSubnet.json index feb1f3b7b8cb..af3765534361 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCreateSubnet.json @@ -19,7 +19,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -28,7 +29,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -55,7 +56,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreate.json index 3b2f45e44c18..70baf1c87cac 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreate.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -103,7 +104,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -218,7 +219,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreateStandardSku.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreateStandardSku.json index 8834095e2615..7562ddec445c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreateStandardSku.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreateStandardSku.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "sku": { "name": "Standard" }, @@ -106,7 +107,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, @@ -221,7 +222,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreateWithInboundNatPool.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreateWithInboundNatPool.json index 9b87b5e86864..34b5a2817c78 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreateWithInboundNatPool.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreateWithInboundNatPool.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -54,7 +55,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -110,7 +111,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreateWithZones.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreateWithZones.json index afaf96e1016e..7341e7807528 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreateWithZones.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerCreateWithZones.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -104,7 +105,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -220,7 +221,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceCreate.json index 5b796abd2c19..671e9c3c0f7d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceCreate.json @@ -20,7 +20,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupCreate.json index 1abc20e5b751..cf8b76f26bd4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupCreate.json @@ -4,7 +4,9 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkSecurityGroupName" : "testnsg", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { @@ -12,7 +14,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], @@ -122,7 +124,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupCreateWithRule.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupCreateWithRule.json index 51ddd81285ce..7114df52716f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupCreateWithRule.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupCreateWithRule.json @@ -21,7 +21,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -30,7 +31,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ @@ -156,7 +157,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressCreateCustomizedValues.json index 072acc4b394a..1b19c91c4097 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressCreateCustomizedValues.json @@ -13,7 +13,8 @@ }, "sku": { "name": "Standard" - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +22,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", @@ -42,7 +43,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressCreateDefaults.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressCreateDefaults.json index 4a712d4bc240..c0d3e538223b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressCreateDefaults.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressCreateDefaults.json @@ -4,14 +4,16 @@ "subscriptionId" : "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -31,7 +33,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressCreateDns.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressCreateDns.json index 181ea3643baa..331f1ddaa2e0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressCreateDns.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressCreateDns.json @@ -9,7 +9,8 @@ "dnsSettings": { "domainNameLabel": "dnslbl" } - } + }, + "location": "eastus" } }, "responses" : { @@ -17,7 +18,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -38,7 +39,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCreate.json index 77b28c66a3f7..125d21c4b376 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCreate.json @@ -4,7 +4,6 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualNetworkName" : "test-vnet", - "location": "westus", "parameters": { "properties": { "addressSpace": { @@ -12,7 +11,8 @@ "10.0.0.0/16" ] } - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +21,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -39,7 +39,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCreateServiceEndpoints.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCreateServiceEndpoints.json index f8ccdbb4473c..b3c82facb036 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCreateServiceEndpoints.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCreateServiceEndpoints.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCreateSubnet.json index 655414e5ce68..847d5b4127b6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCreateSubnet.json @@ -19,7 +19,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -28,7 +29,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -55,7 +56,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreate.json index 3c92ed40465c..5386d09393e3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreate.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -103,7 +104,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -218,7 +219,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreateStandardSku.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreateStandardSku.json index 31d1c327d484..5abb5484873d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreateStandardSku.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreateStandardSku.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "sku": { "name": "Standard" }, @@ -106,7 +107,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, @@ -221,7 +222,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreateWithInboundNatPool.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreateWithInboundNatPool.json index 3b9a90e5cb32..e7ba5325db65 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreateWithInboundNatPool.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreateWithInboundNatPool.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -54,7 +55,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -110,7 +111,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreateWithZones.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreateWithZones.json index 7820b7e9ec74..91fe0ecd4007 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreateWithZones.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/LoadBalancerCreateWithZones.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -104,7 +105,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -220,7 +221,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/NetworkInterfaceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/NetworkInterfaceCreate.json index 3c5638cf7747..7d59ec3d7cef 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/NetworkInterfaceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/NetworkInterfaceCreate.json @@ -20,7 +20,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/NetworkSecurityGroupCreate.json index 3a3d30401694..8f24da1e0e13 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/NetworkSecurityGroupCreate.json @@ -4,7 +4,9 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkSecurityGroupName" : "testnsg", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { @@ -12,7 +14,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], @@ -122,7 +124,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/NetworkSecurityGroupCreateWithRule.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/NetworkSecurityGroupCreateWithRule.json index 31b90ecd8157..33bb9c84b16e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/NetworkSecurityGroupCreateWithRule.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/NetworkSecurityGroupCreateWithRule.json @@ -21,7 +21,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -30,7 +31,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ @@ -156,7 +157,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/PublicIpAddressCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/PublicIpAddressCreateCustomizedValues.json index 007ac0dd93e5..a9faedb69443 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/PublicIpAddressCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/PublicIpAddressCreateCustomizedValues.json @@ -13,7 +13,8 @@ }, "sku": { "name": "Standard" - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +22,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", @@ -42,7 +43,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/PublicIpAddressCreateDefaults.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/PublicIpAddressCreateDefaults.json index 6afed121f751..240e31e97318 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/PublicIpAddressCreateDefaults.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/PublicIpAddressCreateDefaults.json @@ -4,14 +4,16 @@ "subscriptionId" : "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -31,7 +33,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/PublicIpAddressCreateDns.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/PublicIpAddressCreateDns.json index 92316fdaaaa2..c7e164cb381f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/PublicIpAddressCreateDns.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/PublicIpAddressCreateDns.json @@ -10,14 +10,15 @@ "domainNameLabel": "dnslbl" } } - } + }, + "location": "eastus" }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -38,7 +39,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/VirtualNetworkCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/VirtualNetworkCreate.json index a9c84e795937..d99846cab3fa 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/VirtualNetworkCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/VirtualNetworkCreate.json @@ -4,7 +4,6 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualNetworkName" : "test-vnet", - "location": "westus", "parameters": { "properties": { "addressSpace": { @@ -12,7 +11,8 @@ "10.0.0.0/16" ] } - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +21,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -39,7 +39,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/VirtualNetworkCreateServiceEndpoints.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/VirtualNetworkCreateServiceEndpoints.json index ffab5da3842b..f9711311584e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/VirtualNetworkCreateServiceEndpoints.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/VirtualNetworkCreateServiceEndpoints.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/VirtualNetworkCreateSubnet.json index f041e83e3486..e98ad13dd0be 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-01-01/examples/VirtualNetworkCreateSubnet.json @@ -19,7 +19,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -28,7 +29,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -55,7 +56,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreate.json index ba2d74b0e3c5..bf63ec9fd575 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreate.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -103,7 +104,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -218,7 +219,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreateStandardSku.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreateStandardSku.json index 697892c63878..dfd4ce4099da 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreateStandardSku.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreateStandardSku.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "sku": { "name": "Standard" }, @@ -106,7 +107,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, @@ -221,7 +222,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreateWithInboundNatPool.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreateWithInboundNatPool.json index 2d86f9a2990e..ab763fbccb51 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreateWithInboundNatPool.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreateWithInboundNatPool.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -54,7 +55,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -110,7 +111,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreateWithZones.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreateWithZones.json index 3d8e729e6f79..98a9382ba9ef 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreateWithZones.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/LoadBalancerCreateWithZones.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -104,7 +105,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -220,7 +221,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/NetworkInterfaceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/NetworkInterfaceCreate.json index 477f1c9c1d52..ab9741eee1b2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/NetworkInterfaceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/NetworkInterfaceCreate.json @@ -20,7 +20,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/NetworkSecurityGroupCreate.json index 24a3435037d1..cb29450a4b4c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/NetworkSecurityGroupCreate.json @@ -4,7 +4,9 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkSecurityGroupName" : "testnsg", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { @@ -12,7 +14,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], @@ -122,7 +124,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/NetworkSecurityGroupCreateWithRule.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/NetworkSecurityGroupCreateWithRule.json index ece7e13536f1..678fbd34764c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/NetworkSecurityGroupCreateWithRule.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/NetworkSecurityGroupCreateWithRule.json @@ -21,7 +21,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -30,7 +31,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ @@ -156,7 +157,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/PublicIpAddressCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/PublicIpAddressCreateCustomizedValues.json index 6197f3b768ae..e9eacf07d4dd 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/PublicIpAddressCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/PublicIpAddressCreateCustomizedValues.json @@ -13,7 +13,8 @@ }, "sku": { "name": "Standard" - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +22,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", @@ -42,7 +43,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/PublicIpAddressCreateDefaults.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/PublicIpAddressCreateDefaults.json index 9e3f2019f66a..3e34b8d6397b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/PublicIpAddressCreateDefaults.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/PublicIpAddressCreateDefaults.json @@ -4,14 +4,16 @@ "subscriptionId" : "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -31,7 +33,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/PublicIpAddressCreateDns.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/PublicIpAddressCreateDns.json index a05735d3a4e9..68bad9c06725 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/PublicIpAddressCreateDns.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/PublicIpAddressCreateDns.json @@ -9,7 +9,8 @@ "dnsSettings": { "domainNameLabel": "dnslbl" } - } + }, + "location": "eastus" } }, "responses" : { @@ -17,7 +18,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -38,7 +39,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VirtualNetworkCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VirtualNetworkCreate.json index 62b958669d96..884694e76a65 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VirtualNetworkCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VirtualNetworkCreate.json @@ -4,7 +4,7 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualNetworkName" : "test-vnet", - "location": "westus", + "location": "eastus", "parameters": { "properties": { "addressSpace": { @@ -12,7 +12,8 @@ "10.0.0.0/16" ] } - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +22,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -39,7 +40,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VirtualNetworkCreateServiceEndpoints.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VirtualNetworkCreateServiceEndpoints.json index 1a4f7a3a3de2..857f2a0d5855 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VirtualNetworkCreateServiceEndpoints.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VirtualNetworkCreateServiceEndpoints.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VirtualNetworkCreateSubnet.json index c7770e41276a..4a6a7299c132 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VirtualNetworkCreateSubnet.json @@ -19,7 +19,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -28,7 +29,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -55,7 +56,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreate.json index 75bb03258ca7..a00dbe82b4a6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreate.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -103,7 +104,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -218,7 +219,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreateStandardSku.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreateStandardSku.json index ab8c7bad3063..db4465554d44 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreateStandardSku.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreateStandardSku.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "sku": { "name": "Standard" }, @@ -106,7 +107,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, @@ -221,7 +222,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreateWithInboundNatPool.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreateWithInboundNatPool.json index 756abc1d18cb..2f1d4db1b622 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreateWithInboundNatPool.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreateWithInboundNatPool.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -54,7 +55,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -110,7 +111,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreateWithZones.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreateWithZones.json index 8fc74d0eb940..e791e67a2e1d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreateWithZones.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/LoadBalancerCreateWithZones.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -104,7 +105,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -220,7 +221,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/NetworkInterfaceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/NetworkInterfaceCreate.json index f5739e83f8e0..f616b90fb1a9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/NetworkInterfaceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/NetworkInterfaceCreate.json @@ -20,7 +20,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/NetworkSecurityGroupCreate.json index 603e6e07b780..62453c73ee37 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/NetworkSecurityGroupCreate.json @@ -4,7 +4,9 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkSecurityGroupName" : "testnsg", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { @@ -12,7 +14,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], @@ -122,7 +124,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/NetworkSecurityGroupCreateWithRule.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/NetworkSecurityGroupCreateWithRule.json index 032ea84374b6..2110f615aa5d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/NetworkSecurityGroupCreateWithRule.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/NetworkSecurityGroupCreateWithRule.json @@ -21,7 +21,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -30,7 +31,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ @@ -156,7 +157,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/PublicIpAddressCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/PublicIpAddressCreateCustomizedValues.json index cd9a0c1f9494..e5dee7fdfc8b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/PublicIpAddressCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/PublicIpAddressCreateCustomizedValues.json @@ -13,7 +13,8 @@ }, "sku": { "name": "Standard" - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +22,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", @@ -42,7 +43,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/PublicIpAddressCreateDefaults.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/PublicIpAddressCreateDefaults.json index 8acb1aaebca4..749f2e895e56 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/PublicIpAddressCreateDefaults.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/PublicIpAddressCreateDefaults.json @@ -4,14 +4,16 @@ "subscriptionId" : "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -31,7 +33,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/PublicIpAddressCreateDns.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/PublicIpAddressCreateDns.json index 07fac0d9d280..c238e3f6f201 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/PublicIpAddressCreateDns.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/PublicIpAddressCreateDns.json @@ -9,7 +9,8 @@ "dnsSettings": { "domainNameLabel": "dnslbl" } - } + }, + "location": "eastus" } }, "responses" : { @@ -17,7 +18,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -38,7 +39,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/VirtualNetworkCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/VirtualNetworkCreate.json index 69da1d5b6e87..0cf584fe2a30 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/VirtualNetworkCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/VirtualNetworkCreate.json @@ -4,7 +4,6 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualNetworkName" : "test-vnet", - "location": "westus", "parameters": { "properties": { "addressSpace": { @@ -12,7 +11,8 @@ "10.0.0.0/16" ] } - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +21,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -39,7 +39,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/VirtualNetworkCreateServiceEndpoints.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/VirtualNetworkCreateServiceEndpoints.json index c3db16f6c536..7649ac46efb4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/VirtualNetworkCreateServiceEndpoints.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/VirtualNetworkCreateServiceEndpoints.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/VirtualNetworkCreateSubnet.json index f415a3a1e907..8d69de37a4be 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/examples/VirtualNetworkCreateSubnet.json @@ -19,7 +19,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -28,7 +29,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -55,7 +56,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreate.json index 24bd1b6c2a4e..906cd4463073 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreate.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -103,7 +104,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -218,7 +219,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreateStandardSku.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreateStandardSku.json index 07ca94705ffa..74c815a21fd2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreateStandardSku.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreateStandardSku.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "sku": { "name": "Standard" }, @@ -106,7 +107,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, @@ -221,7 +222,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreateWithInboundNatPool.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreateWithInboundNatPool.json index 09423b71fce1..0e49d74b9b8a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreateWithInboundNatPool.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreateWithInboundNatPool.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -54,7 +55,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -110,7 +111,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreateWithZones.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreateWithZones.json index 9c7e135cb937..94730d1b4f82 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreateWithZones.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/LoadBalancerCreateWithZones.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -104,7 +105,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -220,7 +221,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/NetworkInterfaceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/NetworkInterfaceCreate.json index 26baa1e50ac5..9cd9d3cb0be3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/NetworkInterfaceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/NetworkInterfaceCreate.json @@ -20,7 +20,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/NetworkSecurityGroupCreate.json index 78cd5e63b04c..ffb447f06731 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/NetworkSecurityGroupCreate.json @@ -4,7 +4,9 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkSecurityGroupName" : "testnsg", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { @@ -12,7 +14,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], @@ -122,7 +124,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/NetworkSecurityGroupCreateWithRule.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/NetworkSecurityGroupCreateWithRule.json index a5ec3509d785..7057a9f1fc61 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/NetworkSecurityGroupCreateWithRule.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/NetworkSecurityGroupCreateWithRule.json @@ -21,7 +21,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -30,7 +31,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ @@ -156,7 +157,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/PublicIpAddressCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/PublicIpAddressCreateCustomizedValues.json index 6f002f65af6c..1458f774772e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/PublicIpAddressCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/PublicIpAddressCreateCustomizedValues.json @@ -13,7 +13,8 @@ }, "sku": { "name": "Standard" - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +22,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", @@ -42,7 +43,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/PublicIpAddressCreateDefaults.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/PublicIpAddressCreateDefaults.json index f9c6237893bf..0f29e29a8df7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/PublicIpAddressCreateDefaults.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/PublicIpAddressCreateDefaults.json @@ -4,14 +4,16 @@ "subscriptionId" : "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -31,7 +33,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/PublicIpAddressCreateDns.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/PublicIpAddressCreateDns.json index e6ce5f15b156..c521dccdf444 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/PublicIpAddressCreateDns.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/PublicIpAddressCreateDns.json @@ -9,7 +9,8 @@ "dnsSettings": { "domainNameLabel": "dnslbl" } - } + }, + "location": "eastus" } }, "responses" : { @@ -17,7 +18,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -38,7 +39,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/VirtualNetworkCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/VirtualNetworkCreate.json index ac312f29999a..d4707f28098d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/VirtualNetworkCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/VirtualNetworkCreate.json @@ -4,7 +4,6 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualNetworkName" : "test-vnet", - "location": "westus", "parameters": { "properties": { "addressSpace": { @@ -12,7 +11,8 @@ "10.0.0.0/16" ] } - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +21,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -39,7 +39,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/VirtualNetworkCreateServiceEndpoints.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/VirtualNetworkCreateServiceEndpoints.json index 1fc19c8dbf40..ff53f43c9f0d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/VirtualNetworkCreateServiceEndpoints.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/VirtualNetworkCreateServiceEndpoints.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/VirtualNetworkCreateSubnet.json index 5df973f31236..991deca72de4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-06-01/examples/VirtualNetworkCreateSubnet.json @@ -19,7 +19,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -28,7 +29,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -55,7 +56,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreate.json index 2556b33b29ee..6ea756d8ff95 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreate.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -105,7 +106,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -222,7 +223,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreateStandardSku.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreateStandardSku.json index 3e86c61d683c..a9f1ef18f6da 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreateStandardSku.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreateStandardSku.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "sku": { "name": "Standard" }, @@ -106,7 +107,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, @@ -221,7 +222,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreateWithInboundNatPool.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreateWithInboundNatPool.json index 58710357d474..e58985e16e64 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreateWithInboundNatPool.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreateWithInboundNatPool.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -55,7 +56,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -112,7 +113,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreateWithZones.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreateWithZones.json index 9cbd2a228790..53f051974d00 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreateWithZones.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/LoadBalancerCreateWithZones.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -104,7 +105,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -220,7 +221,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/NetworkInterfaceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/NetworkInterfaceCreate.json index c77f1abf8334..c4135fee95ad 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/NetworkInterfaceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/NetworkInterfaceCreate.json @@ -20,7 +20,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/NetworkSecurityGroupCreate.json index d58301eb24e3..85c24d37b0a2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/NetworkSecurityGroupCreate.json @@ -4,7 +4,9 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkSecurityGroupName" : "testnsg", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { @@ -12,7 +14,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], @@ -122,7 +124,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/NetworkSecurityGroupCreateWithRule.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/NetworkSecurityGroupCreateWithRule.json index 5b95114505d7..b41b386f57fe 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/NetworkSecurityGroupCreateWithRule.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/NetworkSecurityGroupCreateWithRule.json @@ -21,7 +21,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -30,7 +31,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ @@ -156,7 +157,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/PublicIpAddressCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/PublicIpAddressCreateCustomizedValues.json index ec3fb9d87e63..cace80f835d8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/PublicIpAddressCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/PublicIpAddressCreateCustomizedValues.json @@ -13,7 +13,8 @@ }, "sku": { "name": "Standard" - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +22,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", @@ -42,7 +43,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/PublicIpAddressCreateDefaults.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/PublicIpAddressCreateDefaults.json index 5a2a4add72fe..a717a6bc1490 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/PublicIpAddressCreateDefaults.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/PublicIpAddressCreateDefaults.json @@ -4,14 +4,15 @@ "subscriptionId" : "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "parameters": {} + "parameters": {}, + "location": "eastus" }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -31,7 +32,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/PublicIpAddressCreateDns.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/PublicIpAddressCreateDns.json index 14859b4182fb..d75e52d3c333 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/PublicIpAddressCreateDns.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/PublicIpAddressCreateDns.json @@ -9,7 +9,8 @@ "dnsSettings": { "domainNameLabel": "dnslbl" } - } + }, + "location": "eastus" } }, "responses" : { @@ -17,7 +18,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -38,7 +39,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreate.json index b9f622b2f75c..5d0951709d26 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreate.json @@ -4,7 +4,6 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualNetworkName" : "test-vnet", - "location": "westus", "parameters": { "properties": { "addressSpace": { @@ -12,7 +11,8 @@ "10.0.0.0/16" ] } - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +21,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -39,7 +39,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json index 4c1156614be1..42752bfeac0f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreateServiceEndpoints.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreateServiceEndpoints.json index f2a4276b9774..c4a248ba1a93 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreateServiceEndpoints.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreateServiceEndpoints.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreateSubnet.json index 4500bed8e336..86c0ff12c032 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/examples/VirtualNetworkCreateSubnet.json @@ -19,7 +19,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -28,7 +29,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -55,7 +56,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreate.json index e7c982282fb5..045fd8fa9c0e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreate.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -105,7 +106,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -222,7 +223,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreateStandardSku.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreateStandardSku.json index 8958fe7a04d1..7fe5f1393f48 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreateStandardSku.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreateStandardSku.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "sku": { "name": "Standard" }, @@ -106,7 +107,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, @@ -221,7 +222,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreateWithInboundNatPool.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreateWithInboundNatPool.json index b3a956e80164..ec18721c64da 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreateWithInboundNatPool.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreateWithInboundNatPool.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -55,7 +56,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -112,7 +113,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreateWithZones.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreateWithZones.json index e95fc71550ac..b4170d55be71 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreateWithZones.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/LoadBalancerCreateWithZones.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -104,7 +105,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -220,7 +221,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/NetworkInterfaceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/NetworkInterfaceCreate.json index 2fbc42d7ceb9..60c5eb8e2aba 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/NetworkInterfaceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/NetworkInterfaceCreate.json @@ -20,7 +20,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/NetworkSecurityGroupCreate.json index 77edee2c8f97..a0fafde64e5c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/NetworkSecurityGroupCreate.json @@ -4,7 +4,9 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkSecurityGroupName" : "testnsg", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { @@ -12,7 +14,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], @@ -122,7 +124,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/NetworkSecurityGroupCreateWithRule.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/NetworkSecurityGroupCreateWithRule.json index f2c7082aba7b..5b8de383d527 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/NetworkSecurityGroupCreateWithRule.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/NetworkSecurityGroupCreateWithRule.json @@ -21,7 +21,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -30,7 +31,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ @@ -156,7 +157,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/PublicIpAddressCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/PublicIpAddressCreateCustomizedValues.json index 04fa92ee13b0..8a49f5504bf4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/PublicIpAddressCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/PublicIpAddressCreateCustomizedValues.json @@ -13,7 +13,8 @@ }, "sku": { "name": "Standard" - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +22,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", @@ -42,7 +43,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/PublicIpAddressCreateDefaults.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/PublicIpAddressCreateDefaults.json index 383f98ef0d2a..26cbea19072a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/PublicIpAddressCreateDefaults.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/PublicIpAddressCreateDefaults.json @@ -4,14 +4,16 @@ "subscriptionId" : "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -31,7 +33,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/PublicIpAddressCreateDns.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/PublicIpAddressCreateDns.json index b83195e0fb87..1e0892163e2f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/PublicIpAddressCreateDns.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/PublicIpAddressCreateDns.json @@ -9,7 +9,8 @@ "dnsSettings": { "domainNameLabel": "dnslbl" } - } + }, + "location": "eastus" } }, "responses" : { @@ -17,7 +18,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -38,7 +39,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreate.json index dc12c2ad29b7..a7ff71a18218 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreate.json @@ -4,7 +4,6 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualNetworkName" : "test-vnet", - "location": "westus", "parameters": { "properties": { "addressSpace": { @@ -12,7 +11,8 @@ "10.0.0.0/16" ] } - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +21,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -39,7 +39,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json index 4c1156614be1..42752bfeac0f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateServiceEndpoints.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateServiceEndpoints.json index 08e3fa67e908..e5855afe961d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateServiceEndpoints.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateServiceEndpoints.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateSubnet.json index 54a52f88c169..3b5ec0443a90 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateSubnet.json @@ -19,7 +19,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -28,7 +29,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -55,7 +56,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json index b24ce74940f9..cda19d70ca9c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json @@ -22,7 +22,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -31,7 +32,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -61,7 +62,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateSubnetWithDelegation.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateSubnetWithDelegation.json index 11284da69939..48f2b826d6e4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateSubnetWithDelegation.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/examples/VirtualNetworkCreateSubnetWithDelegation.json @@ -27,7 +27,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -36,7 +37,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -75,7 +76,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreate.json index 72ad33843b52..2c1095d87571 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreate.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -105,7 +106,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -222,7 +223,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreateStandardSku.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreateStandardSku.json index 7a951554f403..717a57200f4a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreateStandardSku.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreateStandardSku.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "sku": { "name": "Standard" }, @@ -106,7 +107,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, @@ -221,7 +222,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreateWithInboundNatPool.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreateWithInboundNatPool.json index 0e404ceb7d70..8148d49a1700 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreateWithInboundNatPool.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreateWithInboundNatPool.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -55,7 +56,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -112,7 +113,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreateWithZones.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreateWithZones.json index 4ec9e4f697da..3698928441bf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreateWithZones.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/LoadBalancerCreateWithZones.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -104,7 +105,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -220,7 +221,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/NetworkInterfaceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/NetworkInterfaceCreate.json index fe05f9e153ad..6f9cc8e3e116 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/NetworkInterfaceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/NetworkInterfaceCreate.json @@ -20,7 +20,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/NetworkSecurityGroupCreate.json index 15a499c4c26f..0e930fd4e836 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/NetworkSecurityGroupCreate.json @@ -4,7 +4,9 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkSecurityGroupName" : "testnsg", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { @@ -12,7 +14,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], @@ -122,7 +124,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/NetworkSecurityGroupCreateWithRule.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/NetworkSecurityGroupCreateWithRule.json index a66afd7aa2fe..9f6d833f414a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/NetworkSecurityGroupCreateWithRule.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/NetworkSecurityGroupCreateWithRule.json @@ -21,7 +21,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -30,7 +31,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ @@ -156,7 +157,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/PublicIpAddressCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/PublicIpAddressCreateCustomizedValues.json index 09a229b45d92..5fe2d93d1091 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/PublicIpAddressCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/PublicIpAddressCreateCustomizedValues.json @@ -13,7 +13,8 @@ }, "sku": { "name": "Standard" - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +22,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", @@ -42,7 +43,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/PublicIpAddressCreateDefaults.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/PublicIpAddressCreateDefaults.json index d379024890d5..cdc9229681e0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/PublicIpAddressCreateDefaults.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/PublicIpAddressCreateDefaults.json @@ -4,14 +4,16 @@ "subscriptionId" : "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -31,7 +33,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/PublicIpAddressCreateDns.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/PublicIpAddressCreateDns.json index 484fd6c31132..dd28aaf1e510 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/PublicIpAddressCreateDns.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/PublicIpAddressCreateDns.json @@ -9,7 +9,8 @@ "dnsSettings": { "domainNameLabel": "dnslbl" } - } + }, + "location": "eastus" } }, "responses" : { @@ -17,7 +18,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -38,7 +39,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreate.json index b03b3df20882..a7d7ec000b98 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreate.json @@ -4,7 +4,6 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualNetworkName" : "test-vnet", - "location": "westus", "parameters": { "properties": { "addressSpace": { @@ -12,7 +11,8 @@ "10.0.0.0/16" ] } - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +21,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -39,7 +39,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json index 4c1156614be1..42752bfeac0f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateServiceEndpoints.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateServiceEndpoints.json index 57c8147a1c6b..6f72f0bf242c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateServiceEndpoints.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateServiceEndpoints.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateSubnet.json index 4ebca4192223..f1ce970a8ea5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateSubnet.json @@ -19,7 +19,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -28,7 +29,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -55,7 +56,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json index 07e7b2e43d1e..16427b196bd6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json @@ -22,7 +22,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -31,7 +32,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -61,7 +62,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateSubnetWithDelegation.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateSubnetWithDelegation.json index 14dfb31b7844..021349bf02a3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateSubnetWithDelegation.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-10-01/examples/VirtualNetworkCreateSubnetWithDelegation.json @@ -27,7 +27,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -36,7 +37,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -75,7 +76,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreate.json index 9f8f70d01120..c5b835ffb694 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreate.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -105,7 +106,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -222,7 +223,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreateStandardSku.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreateStandardSku.json index c717e5f47684..91591bd9dddf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreateStandardSku.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreateStandardSku.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "sku": { "name": "Standard" }, @@ -106,7 +107,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, @@ -221,7 +222,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Standard" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreateWithInboundNatPool.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreateWithInboundNatPool.json index 9a9fc73db0d2..86da5eb0331f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreateWithInboundNatPool.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreateWithInboundNatPool.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -55,7 +56,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -112,7 +113,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreateWithZones.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreateWithZones.json index 440707da75e2..0baf7f63bddb 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreateWithZones.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/LoadBalancerCreateWithZones.json @@ -5,6 +5,7 @@ "resourceGroupName" : "rg1", "loadBalancerName" : "lb", "parameters": { + "location": "eastus", "properties": { "frontendIPConfigurations": [ { @@ -104,7 +105,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, @@ -220,7 +221,7 @@ "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", - "location": "westus", + "location": "eastus", "sku": { "name": "Basic" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/NetworkInterfaceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/NetworkInterfaceCreate.json index c9dc6db755a9..a5510d0387fb 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/NetworkInterfaceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/NetworkInterfaceCreate.json @@ -20,7 +20,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/NetworkSecurityGroupCreate.json index 21cbadfd8331..7283990d4de1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/NetworkSecurityGroupCreate.json @@ -4,7 +4,9 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkSecurityGroupName" : "testnsg", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { @@ -12,7 +14,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], @@ -122,7 +124,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ ], diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/NetworkSecurityGroupCreateWithRule.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/NetworkSecurityGroupCreateWithRule.json index 85043dacf977..dc1b023bdfe7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/NetworkSecurityGroupCreateWithRule.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/NetworkSecurityGroupCreateWithRule.json @@ -21,7 +21,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -30,7 +31,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ @@ -156,7 +157,7 @@ "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", - "location": "westus", + "location": "eastus", "properties": { "provisioningState": "Succeeded", "securityRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/PublicIpAddressCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/PublicIpAddressCreateCustomizedValues.json index 140cece6cfd0..3bbfe483d3f9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/PublicIpAddressCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/PublicIpAddressCreateCustomizedValues.json @@ -13,7 +13,8 @@ }, "sku": { "name": "Standard" - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +22,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", @@ -42,7 +43,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "zones": [ "1" ], "properties" : { "provisioningState" : "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/PublicIpAddressCreateDefaults.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/PublicIpAddressCreateDefaults.json index 7a81f1949558..3bfafc4e8410 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/PublicIpAddressCreateDefaults.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/PublicIpAddressCreateDefaults.json @@ -4,14 +4,16 @@ "subscriptionId" : "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "parameters": {} + "parameters": { + "location": "eastus" + } }, "responses" : { "200" : { "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -31,7 +33,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/PublicIpAddressCreateDns.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/PublicIpAddressCreateDns.json index ff95f2576c8c..455f2bb31d19 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/PublicIpAddressCreateDns.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/PublicIpAddressCreateDns.json @@ -9,7 +9,8 @@ "dnsSettings": { "domainNameLabel": "dnslbl" } - } + }, + "location": "eastus" } }, "responses" : { @@ -17,7 +18,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", @@ -38,7 +39,7 @@ "body" : { "name" : "testDNS-ip", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "publicIPAddressVersion" : "IPv4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreate.json index dda138021f50..b1fdfa4e700e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreate.json @@ -4,7 +4,6 @@ "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualNetworkName" : "test-vnet", - "location": "westus", "parameters": { "properties": { "addressSpace": { @@ -12,7 +11,8 @@ "10.0.0.0/16" ] } - } + }, + "location": "eastus" } }, "responses" : { @@ -21,7 +21,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -39,7 +39,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json index 4c1156614be1..b77eb4f07fae 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateServiceEndpointPolicy.json @@ -1,6 +1,6 @@ { "parameters" : { - "api-version": "2018-06-01", + "api-version": "2018-12-01", "subscriptionId" : "subid", "resourceGroupName" : "vnetTest", "virtualNetworkName" : "vnet1", @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateServiceEndpoints.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateServiceEndpoints.json index b44b2d6589e1..74a4a4a89437 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateServiceEndpoints.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateServiceEndpoints.json @@ -24,7 +24,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -33,7 +34,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -72,7 +73,7 @@ "name" : "vnet1", "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateSubnet.json index 397d41b925a0..8a1c791b6563 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateSubnet.json @@ -19,7 +19,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -28,7 +29,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -55,7 +56,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json index bbebd9546119..fd999d25a713 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateSubnetWithAddressPrefixes.json @@ -22,7 +22,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -31,7 +32,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -61,7 +62,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateSubnetWithDelegation.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateSubnetWithDelegation.json index 49fe367e2d41..0b082dd9c69c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateSubnetWithDelegation.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualNetworkCreateSubnetWithDelegation.json @@ -27,7 +27,8 @@ } } ] - } + }, + "location": "eastus" } }, "responses" : { @@ -36,7 +37,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : { @@ -75,7 +76,7 @@ "name" : "test-vnet", "id" : "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "location" : "eastus", "properties" : { "provisioningState" : "Succeeded", "addressSpace" : {