diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/ExpressRouteConnectionCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/ExpressRouteConnectionCreate.json index 84eb6b3bc457..78c719462e1b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/ExpressRouteConnectionCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/ExpressRouteConnectionCreate.json @@ -1,18 +1,18 @@ { "parameters": { - "expressRouteGatewayName": "expressRouteGatewayName", + "expressRouteGatewayName": "gateway-2", "resourceGroupName": "resourceGroupName", "api-version": "2019-06-01", "subscriptionId": "subid", "connectionName": "connectionName", "putExpressRouteConnectionParameters": { - "id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteGateways/expressRouteGatewayName/expressRouteConnections/connectionName", + "id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteGateways/gateway-2/expressRouteConnections/connectionName", "name": "connectionName", "properties": { "routingWeight": 2, "authorizationKey": "authorizationKey", "expressRouteCircuitPeering": { - "id": "/subscriptions/subid2/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteCircuits/circuitName/peerings/AzurePrivatePeering" + "id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteCircuits/circuitName/peerings/AzurePrivatePeering" } } } @@ -21,11 +21,11 @@ "200": { "body": { "name": "connectionName", - "id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteGateways/expressRouteGatewayName/expressRouteConnections/connectionName", + "id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteGateways/gateway-2/expressRouteConnections/connectionName", "properties": { "provisioningState": "Provisioned", "expressRouteCircuitPeering": { - "id": "/subscriptions/subid2/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteCircuits/circuitName/peerings/AzurePrivatePeering" + "id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteCircuits/circuitName/peerings/AzurePrivatePeering" }, "authorizationKey": "authorizationKey", "routingWeight": 2 @@ -35,11 +35,11 @@ "201": { "body": { "name": "connectionName", - "id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteGateways/expressRouteGatewayName/expressRouteConnections/connectionName", + "id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteGateways/gateway-2/expressRouteConnections/connectionName", "properties": { "provisioningState": "Provisioned", "expressRouteCircuitPeering": { - "id": "/subscriptions/subid2/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteCircuits/circuitName/peerings/AzurePrivatePeering" + "id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteCircuits/circuitName/peerings/AzurePrivatePeering" }, "authorizationKey": "authorizationKey", "routingWeight": 2 diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/ExpressRouteCrossConnectionBgpPeeringCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/ExpressRouteCrossConnectionBgpPeeringCreate.json index 2db0e164f658..ca00d7e2604f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/ExpressRouteCrossConnectionBgpPeeringCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/ExpressRouteCrossConnectionBgpPeeringCreate.json @@ -7,7 +7,6 @@ "subscriptionId": "subid", "peeringParameters": { "properties": { - "azureASN": 12076, "peerASN": 200, "primaryPeerAddressPrefix": "192.168.16.252/30", "secondaryPeerAddressPrefix": "192.168.18.252/30", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/LocalNetworkGatewayCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/LocalNetworkGatewayCreate.json index f8d3575450ce..1b3b27b107d6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/LocalNetworkGatewayCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/LocalNetworkGatewayCreate.json @@ -11,7 +11,7 @@ "10.1.0.0/16" ] }, - "gatewayIpAddress": "x.x.x.x" + "gatewayIpAddress": "11.12.13.14" }, "location": "Central US" } @@ -32,7 +32,7 @@ "10.1.0.0/16" ] }, - "gatewayIpAddress": "x.x.x.x" + "gatewayIpAddress": "11.12.13.14" } } }, @@ -51,7 +51,7 @@ "10.1.0.0/16" ] }, - "gatewayIpAddress": "x.x.x.x" + "gatewayIpAddress": "11.12.13.14" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/NatGatewayCreateOrUpdate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/NatGatewayCreateOrUpdate.json index f42980516622..68f54c0e5414 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/NatGatewayCreateOrUpdate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/NatGatewayCreateOrUpdate.json @@ -19,11 +19,6 @@ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPPrefixes/PublicIpPrefix1" } - ], - "subnets": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1" - } ] } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/NetworkWatcherConnectionMonitorCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/NetworkWatcherConnectionMonitorCreate.json index fd9d51c5b3ba..e31b2635799a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/NetworkWatcherConnectionMonitorCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/NetworkWatcherConnectionMonitorCreate.json @@ -5,9 +5,8 @@ "resourceGroupName": "rg1", "networkWatcherName": "nw1", "connectionMonitorName": "cm1", - "location": "centraluseuap", "parameters": { - "location": "westus", + "location": "eastus", "properties": { "source": { "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" @@ -40,7 +39,7 @@ "autoStart": true, "monitoringStatus": "NotStarted" }, - "location": "centraluseuap", + "location": "eastus", "type": "Microsoft.Network/networkWatchers/connectionMonitors" } }, @@ -63,7 +62,7 @@ "autoStart": true, "monitoringStatus": "NotStarted" }, - "location": "centraluseuap", + "location": "eastus", "type": "Microsoft.Network/networkWatchers/connectionMonitors" } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/PrivateLinkServiceCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/PrivateLinkServiceCreate.json index 2d4c7f953bdc..8d6d6dc5c983 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/PrivateLinkServiceCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/PrivateLinkServiceCreate.json @@ -7,7 +7,6 @@ "parameters": { "location": "eastus", "properties": { - "provisioningState": "Succeeded", "visibility": { "subscriptions": [ "subscription1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/VpnGatewayPut.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/VpnGatewayPut.json index efd7ddce75cf..ec6244440119 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/VpnGatewayPut.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/VpnGatewayPut.json @@ -5,7 +5,7 @@ "api-version": "2019-06-01", "subscriptionId": "subid", "vpnGatewayParameters": { - "location": "West US", + "location": "westcentralus", "tags": { "key1": "value1" }, @@ -26,7 +26,6 @@ ], "bgpSettings": { "asn": 65515, - "bgpPeeringAddress": "10.0.1.30", "peerWeight": 0 } } @@ -37,7 +36,7 @@ "name": "gateway1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnGateways/gateway1", "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", + "location": "westcentralus", "type": "Microsoft.Network/vpnGateways", "properties": { "provisioningState": "Succeeded", @@ -77,7 +76,7 @@ "name": "gateway1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnGateways/gateway1", "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", + "location": "westcentralus", "type": "Microsoft.Network/vpnGateways", "properties": { "provisioningState": "Succeeded", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/VpnSitePut.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/VpnSitePut.json index 3b3614c53378..d98e217bdbae 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/VpnSitePut.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/VpnSitePut.json @@ -10,7 +10,7 @@ }, "location": "West US", "properties": { - "virtualWan": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/VirtualWans/virtualWan1", + "virtualWan": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/VirtualWans/virtualWan1" }, "deviceProperties": { "deviceVendor": "vendor1", "deviceModel": "model01", @@ -42,7 +42,7 @@ }, "properties": { "provisioningState": "Succeeded", - "virtualWan": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/VirtualWans/virtualWan1", + "virtualWan": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/VirtualWans/virtualWan1" }, "deviceProperties": { "deviceVendor": "vendor1", "deviceModel": "model01", @@ -73,7 +73,7 @@ }, "properties": { "provisioningState": "Succeeded", - "virtualWan": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/VirtualWans/virtualWan1", + "virtualWan": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/VirtualWans/virtualWan1"}, "deviceProperties": { "deviceVendor": "vendor1", "deviceModel": "model01",