diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/applicationGateway.json index 0dbd789550be..24c9b594100b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/applicationGateway.json @@ -34,7 +34,7 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}": { "delete": { "tags": [ "ApplicationGateways" @@ -344,7 +344,7 @@ "required": false, "type": "string", "description": "Expands BackendAddressPool and BackendHttpSettings referenced in backend health." - } + } ], "responses": { "200": { @@ -360,7 +360,7 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets": { + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets": { "get": { "tags": [ "ApplicationGateways" @@ -391,25 +391,25 @@ "properties": { "backendAddressPools": { "type": "array", - "items": { + "items": { "$ref": "#/definitions/ApplicationGatewayBackendHealthPool" - } - } - }, - "description": "List of ApplicationGatewayBackendHealthPool resources." - }, + } + } + }, + "description": "List of ApplicationGatewayBackendHealthPool resources." + }, "ApplicationGatewayBackendHealthPool": { "properties": { "backendAddressPool": { "$ref": "#/definitions/ApplicationGatewayBackendAddressPool", "description": "Reference of an ApplicationGatewayBackendAddressPool resource." - }, + }, "backendHttpSettingsCollection": { "type": "array", "items": { "$ref": "#/definitions/ApplicationGatewayBackendHealthHttpSettings" }, - "description": "List of ApplicationGatewayBackendHealthHttpSettings resources." + "description": "List of ApplicationGatewayBackendHealthHttpSettings resources." } }, "description": "Application gateway BackendHealth pool." @@ -419,27 +419,27 @@ "backendHttpSettings": { "$ref": "#/definitions/ApplicationGatewayBackendHttpSettings", "description": "Reference of an ApplicationGatewayBackendHttpSettings resource." - }, + }, "servers": { "type": "array", "items": { "$ref": "#/definitions/ApplicationGatewayBackendHealthServer" - }, - "description": "List of ApplicationGatewayBackendHealthServer resources." + }, + "description": "List of ApplicationGatewayBackendHealthServer resources." } }, "description": "Application gateway BackendHealthHttp settings." - }, + }, "ApplicationGatewayBackendHealthServer": { "properties": { "address": { - "type": "string", - "description": "IP address or FQDN of backend server." - }, + "type": "string", + "description": "IP address or FQDN of backend server." + }, "ipConfiguration": { "$ref": "./network.json#/definitions/SubResource", "description": "Reference of IP configuration of backend server." - }, + }, "health": { "type": "string", "description": "Health of backend server.", @@ -455,9 +455,9 @@ "modelAsString": true } } - }, + }, "description": "Application gateway backendhealth http settings." - }, + }, "ApplicationGatewaySku": { "properties": { "name": { @@ -826,12 +826,12 @@ "description": "Array of references to application gateway authentication certificates." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "type": "string", + "description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." }, "connectionDraining": { - "$ref": "#/definitions/ApplicationGatewayConnectionDraining", - "description": "Connection draining of the backend http settings resource." + "$ref": "#/definitions/ApplicationGatewayConnectionDraining", + "description": "Connection draining of the backend http settings resource." } }, "description": "Properties of Backend address pool settings of an application gateway." @@ -1332,26 +1332,26 @@ "description": "Application gateway web application firewall configuration." }, "ApplicationGatewayConnectionDraining": { - "properties": { - "enabled": { - "type": "boolean", - "description": "Whether connection draining is enabled or not." - }, - "drainTimeoutInSec": { - "type": "integer", - "format": "int32", - "maximum": 3600, - "exclusiveMaximum": false, - "minimum": 1, - "exclusiveMinimum": false, - "description": "The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds." - } + "properties": { + "enabled": { + "type": "boolean", + "description": "Whether connection draining is enabled or not." }, - "required": [ - "enabled", - "drainTimeoutInSec" - ], - "description": "Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration." + "drainTimeoutInSec": { + "type": "integer", + "format": "int32", + "maximum": 3600, + "exclusiveMaximum": false, + "minimum": 1, + "exclusiveMinimum": false, + "description": "The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds." + } + }, + "required": [ + "enabled", + "drainTimeoutInSec" + ], + "description": "Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration." }, "ApplicationGatewayFirewallDisabledRuleGroup": { "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/checkDnsAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/checkDnsAvailability.json index 9a037ab94af1..217cc0dc41e2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/checkDnsAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/checkDnsAvailability.json @@ -36,7 +36,7 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability": { + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability": { "get": { "operationId": "CheckDnsNameAvailability", "description": "Checks whether a domain name in the cloudapp.net zone is available for use.", @@ -74,7 +74,7 @@ } }, "definitions": { - "DnsNameAvailabilityResult": { + "DnsNameAvailabilityResult": { "properties": { "available": { "type": "boolean", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterCreate.json index c1da784498d1..d15bd7fd4a2d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterCreate.json @@ -1,96 +1,96 @@ { - "parameters": { - "routeFilterName": "filterName", - "resourceGroupName": "rg1", - "api-version": "2017-03-01", - "subscriptionId": "subid", - "routeFilterParameters": { - "location": "West US", - "tags": { - "key1": "value1" - }, + "parameters": { + "routeFilterName": "filterName", + "resourceGroupName": "rg1", + "api-version": "2017-03-01", + "subscriptionId": "subid", + "routeFilterParameters": { + "location": "West US", + "tags": { + "key1": "value1" + }, + "properties": { + "rules": [ + { + "name": "ruleName", "properties": { - "rules": [ - { - "name": "ruleName", - "properties": { - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } + } + ], + "peerings": [] + } + } + }, + "responses": { + "201": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsoft.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] + } + } + ], + "peerings": [] } + } }, - "responses": { - "201": { - "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsoft.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] - } - } + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsoft.Network/routeFilters", + "tags": { + "key1": "value1" }, - "200": { - "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsoft.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] - } + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] + } } + ], + "peerings": [] } + } } + } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterDelete.json index 354758834b46..da1b19e13d5e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterDelete.json @@ -6,8 +6,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterList.json index 2e45f9843bec..bd4e64c9c4f2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterList.json @@ -8,34 +8,34 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsoft.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsoft.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } - ], - "peerings": [] - } + } + ], + "peerings": [] + } } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterListByResourceGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterListByResourceGroup.json index 479b36876cec..fefd387cedd2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterListByResourceGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterListByResourceGroup.json @@ -9,34 +9,34 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsoft.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsoft.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } - ], - "peerings": [] - } + } + ], + "peerings": [] + } } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterRuleDelete.json index 6086487d3bc5..c2194e375b22 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/RouteFilterRuleDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/ServiceCommunityList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/ServiceCommunityList.json index 7c508c820777..b025f7f1fd81 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/ServiceCommunityList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/ServiceCommunityList.json @@ -12,7 +12,7 @@ "name": "skype", "type": "Microsoft.Network/bgpServiceCommunities", "properties": { - "serviceName" : "skype", + "serviceName": "skype", "bgpCommunities": [ { "serviceSupportedRegion": "Global", @@ -31,7 +31,7 @@ "name": "exchange", "type": "Microsoft.Network/bgpServiceCommunities", "properties": { - "serviceName" : "exchange", + "serviceName": "exchange", "bgpCommunities": [ { "serviceSupportedRegion": "Global", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VirtualNetworkListUsage.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VirtualNetworkListUsage.json index 4c3e99f96960..5782ac936d97 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VirtualNetworkListUsage.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VirtualNetworkListUsage.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VmssPublicIpGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VmssPublicIpGet.json index c2d17748c67e..22240f3b4502 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VmssPublicIpGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VmssPublicIpGet.json @@ -29,4 +29,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VmssPublicIpListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VmssPublicIpListAll.json index 1b670ed5f772..9eafa6489788 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VmssPublicIpListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VmssPublicIpListAll.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VmssVmPublicIpList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VmssVmPublicIpList.json index a567cafd8039..cab5d9d72086 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VmssVmPublicIpList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/examples/VmssVmPublicIpList.json @@ -32,4 +32,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/expressRouteCircuit.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/expressRouteCircuit.json index 7997c1fb8078..e1622d2d4de7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/expressRouteCircuit.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/expressRouteCircuit.json @@ -36,7 +36,7 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}/authorizations/{authorizationName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}/authorizations/{authorizationName}": { "delete": { "tags": [ "ExpressRouteCircuitAuthorizations" @@ -1145,8 +1145,8 @@ "description": "The GatewayManager Etag." }, "lastModifiedBy": { - "type": "string", - "description": "Gets whether the provider or the customer last modified the peering." + "type": "string", + "description": "Gets whether the provider or the customer last modified the peering." }, "routeFilter": { "$ref": "./routeFilter.json#/definitions/RouteFilter", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/loadBalancer.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/loadBalancer.json index 411bf1ef38a8..ea5e64f49842 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/loadBalancer.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/loadBalancer.json @@ -241,7 +241,7 @@ } }, "definitions": { - "FrontendIPConfigurationPropertiesFormat": { + "FrontendIPConfigurationPropertiesFormat": { "properties": { "inboundNatRules": { "readOnly": true, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/network.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/network.json index 870d84756d51..d98104b179fd 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/network.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/network.json @@ -35,8 +35,7 @@ } } }, - "paths": { - }, + "paths": {}, "definitions": { "ErrorDetails": { "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/networkInterface.json index 446066dacf2c..2c72eacefcf2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/networkInterface.json @@ -327,7 +327,7 @@ } }, "definitions": { - "NetworkInterfaceIPConfigurationPropertiesFormat": { + "NetworkInterfaceIPConfigurationPropertiesFormat": { "properties": { "applicationGatewayBackendAddressPools": { "type": "array", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/networkSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/networkSecurityGroup.json index 2a7fa0ca5485..3030b191b93e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/networkSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/networkSecurityGroup.json @@ -36,7 +36,7 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}": { "delete": { "tags": [ "NetworkSecurityGroups" @@ -437,7 +437,7 @@ } }, "definitions": { - "SecurityRulePropertiesFormat": { + "SecurityRulePropertiesFormat": { "properties": { "description": { "type": "string", @@ -536,7 +536,7 @@ ], "description": "Network security rule." }, - "SecurityRuleListResult": { + "SecurityRuleListResult": { "properties": { "value": { "type": "array", @@ -613,7 +613,7 @@ ], "description": "NetworkSecurityGroup resource." }, - "NetworkSecurityGroupListResult": { + "NetworkSecurityGroupListResult": { "properties": { "value": { "type": "array", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/networkWatcher.json index 35e69419c286..80919b702e30 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/networkWatcher.json @@ -1133,7 +1133,10 @@ }, "associationType": { "type": "string", - "enum": [ "Associated", "Contains" ], + "enum": [ + "Associated", + "Contains" + ], "x-ms-enum": { "name": "AssociationType", "modelAsString": true @@ -1210,7 +1213,10 @@ "properties": { "access": { "type": "string", - "enum": [ "Allow", "Deny" ], + "enum": [ + "Allow", + "Deny" + ], "x-ms-enum": { "name": "Access", "modelAsString": true @@ -1573,11 +1579,11 @@ "items": { "type": "string", "enum": [ - "InternalError", - "AgentStopped", - "CaptureFailed", - "LocalFileFailed", - "StorageFailed" + "InternalError", + "AgentStopped", + "CaptureFailed", + "LocalFileFailed", + "StorageFailed" ], "x-ms-enum": { "name": "PcError", @@ -1835,7 +1841,12 @@ "connectionStatus": { "readOnly": true, "type": "string", - "enum": [ "Unknown", "Connected", "Disconnected", "Degraded" ], + "enum": [ + "Unknown", + "Connected", + "Disconnected", + "Degraded" + ], "x-ms-enum": { "name": "ConnectionStatus", "modelAsString": true @@ -1916,7 +1927,11 @@ "origin": { "readOnly": true, "type": "string", - "enum": [ "Local", "Inbound", "Outbound" ], + "enum": [ + "Local", + "Inbound", + "Outbound" + ], "x-ms-enum": { "name": "Origin", "modelAsString": true @@ -1926,7 +1941,10 @@ "severity": { "readOnly": true, "type": "string", - "enum": [ "Error", "Warning" ], + "enum": [ + "Error", + "Warning" + ], "x-ms-enum": { "name": "Severity", "modelAsString": true @@ -1936,7 +1954,17 @@ "type": { "readOnly": true, "type": "string", - "enum": [ "Unknown", "AgentStopped", "GuestFirewall", "DnsResolution", "SocketBind", "NetworkSecurityRule", "UserDefinedRoute", "PortThrottled", "Platform" ], + "enum": [ + "Unknown", + "AgentStopped", + "GuestFirewall", + "DnsResolution", + "SocketBind", + "NetworkSecurityRule", + "UserDefinedRoute", + "PortThrottled", + "Platform" + ], "x-ms-enum": { "name": "IssueType", "modelAsString": true @@ -1977,4 +2005,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/publicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/publicIpAddress.json index 65764ae3bd21..78ef40ff20df 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/publicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/publicIpAddress.json @@ -36,7 +36,7 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPAddresses/{publicIpAddressName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPAddresses/{publicIpAddressName}": { "delete": { "tags": [ "PublicIPAddresses" @@ -78,7 +78,7 @@ }, "x-ms-long-running-operation": true }, - "get": { + "get": { "tags": [ "PublicIPAddresses" ], @@ -176,7 +176,7 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPAddresses": { + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPAddresses": { "get": { "tags": [ "PublicIPAddresses" @@ -328,7 +328,7 @@ }, "description": "Response for ListPublicIpAddresses API service call." }, - "PublicIPAddressDnsSettings": { + "PublicIPAddressDnsSettings": { "properties": { "domainNameLabel": { "type": "string", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/routeFilter.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/routeFilter.json index 1c5189f375ed..71bda33de021 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/routeFilter.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/routeFilter.json @@ -1,801 +1,823 @@ { - "swagger": "2.0", - "info": { - "title": "NetworkManagementClient", - "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", - "version": "2017-03-01" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" + "swagger": "2.0", + "info": { + "title": "NetworkManagementClient", + "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", + "version": "2017-03-01" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}": { + "delete": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Delete", + "x-ms-examples": { + "RouteFilterDelete": { + "$ref": "./examples/RouteFilterDelete.json" + } + }, + "description": "Deletes the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "202": { + "description": "Accepted and the operation will complete asynchronously." + }, + "200": { + "description": "Delete successful." + }, + "204": { + "description": "Delete successful." + } + }, + "x-ms-long-running-operation": true + }, + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Get", + "x-ms-examples": { + "RouteFilterGet": { + "$ref": "./examples/RouteFilterGet.json" + } + }, + "description": "Gets the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "name": "$expand", + "in": "query", + "required": false, + "type": "string", + "description": "Expands referenced express route bgp peering resources." + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" } + } } - }, - "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}": { - "delete": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Delete", - "x-ms-examples": { - "RouteFilterDelete": { "$ref": "./examples/RouteFilterDelete.json" } - }, - "description": "Deletes the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "202": { - "description": "Accepted and the operation will complete asynchronously." - }, - "200": { - "description": "Delete successful." - }, - "204": { - "description": "Delete successful." - } - }, - "x-ms-long-running-operation": true - }, - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Get", - "x-ms-examples": { - "RouteFilterGet": { "$ref": "./examples/RouteFilterGet.json" } - }, - "description": "Gets the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "name": "$expand", - "in": "query", - "required": false, - "type": "string", - "description": "Expands referenced express route bgp peering resources." - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - } + }, + "put": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_CreateOrUpdate", + "x-ms-examples": { + "RouteFilterCreate": { + "$ref": "./examples/RouteFilterCreate.json" + } + }, + "description": "Creates or updates a route filter in a specified resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "routeFilterParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/RouteFilter" }, - "put": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_CreateOrUpdate", - "x-ms-examples": { - "RouteFilterCreate": { "$ref": "./examples/RouteFilterCreate.json" } - }, - "description": "Creates or updates a route filter in a specified resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "routeFilterParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/RouteFilter" - }, - "description": "Parameters supplied to the create or update route filter operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - }, - "201": { - "description": "Create successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the create or update route filter operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" + } + }, + "201": { + "description": "Create successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" + } + } + }, + "x-ms-long-running-operation": true + }, + "patch": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Update", + "x-ms-examples": { + "RouteFilterUpdate": { + "$ref": "./examples/RouteFilterUpdate.json" + } + }, + "description": "Updates a route filter in a specified resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "routeFilterParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/PatchRouteFilter" }, - "patch": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Update", - "x-ms-examples": { - "RouteFilterUpdate": { "$ref": "./examples/RouteFilterUpdate.json" } - }, - "description": "Updates a route filter in a specified resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "routeFilterParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/PatchRouteFilter" - }, - "description": "Parameters supplied to the update route filter operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the update route filter operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" } + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters": { + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_ListByResourceGroup", + "x-ms-examples": { + "RouteFilterListByResourceGroup": { + "$ref": "./examples/RouteFilterListByResourceGroup.json" + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters": { - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_ListByResourceGroup", - "x-ms-examples": { - "RouteFilterListByResourceGroup": { "$ref": "./examples/RouteFilterListByResourceGroup.json" } - }, - "description": "Gets all route filters in a resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter resources.", - "schema": { - "$ref": "#/definitions/RouteFilterListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "description": "Gets all route filters in a resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter resources.", + "schema": { + "$ref": "#/definitions/RouteFilterListResult" } + } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeFilters": { - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_List", - "x-ms-examples": { - "RouteFilterList": { "$ref": "./examples/RouteFilterList.json" } - }, - "description": "Gets all route filters in a subscription.", - "parameters": [ - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter resources.", - "schema": { - "$ref": "#/definitions/RouteFilterListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeFilters": { + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_List", + "x-ms-examples": { + "RouteFilterList": { + "$ref": "./examples/RouteFilterList.json" + } + }, + "description": "Gets all route filters in a subscription.", + "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter resources.", + "schema": { + "$ref": "#/definitions/RouteFilterListResult" } + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}": { - "delete": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Delete", - "x-ms-examples": { - "RouteFilterRuleDelete": { "$ref": "./examples/RouteFilterRuleDelete.json" } - }, - "description": "Deletes the specified rule from a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the rule." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "202": { - "description": "Accepted and the operation will complete asynchronously." - }, - "200": { - "description": "Accepted." - }, - "204": { - "description": "Rule was deleted or not found." - } - }, - "x-ms-long-running-operation": true - }, - "get": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Get", - "x-ms-examples": { - "RouteFilterRuleGet": { "$ref": "./examples/RouteFilterRuleGet.json" } - }, - "description": "Gets the specified rule from a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the rule." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - } + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}": { + "delete": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Delete", + "x-ms-examples": { + "RouteFilterRuleDelete": { + "$ref": "./examples/RouteFilterRuleDelete.json" + } + }, + "description": "Deletes the specified rule from a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the rule." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "202": { + "description": "Accepted and the operation will complete asynchronously." + }, + "200": { + "description": "Accepted." + }, + "204": { + "description": "Rule was deleted or not found." + } + }, + "x-ms-long-running-operation": true + }, + "get": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Get", + "x-ms-examples": { + "RouteFilterRuleGet": { + "$ref": "./examples/RouteFilterRuleGet.json" + } + }, + "description": "Gets the specified rule from a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the rule." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + } + } + }, + "put": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_CreateOrUpdate", + "x-ms-examples": { + "RouteFilterRuleCreate": { + "$ref": "./examples/RouteFilterRuleCreate.json" + } + }, + "description": "Creates or updates a route in the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter rule." + }, + { + "name": "routeFilterRuleParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/RouteFilterRule" }, - "put": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_CreateOrUpdate", - "x-ms-examples": { - "RouteFilterRuleCreate": { "$ref": "./examples/RouteFilterRuleCreate.json" } - }, - "description": "Creates or updates a route in the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter rule." - }, - { - "name": "routeFilterRuleParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Parameters supplied to the create or update route filter rule operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - }, - "201": { - "description": "Create successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the create or update route filter rule operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + }, + "201": { + "description": "Create successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + } + }, + "x-ms-long-running-operation": true + }, + "patch": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Update", + "x-ms-examples": { + "RouteFilterRuleUpdate": { + "$ref": "./examples/RouteFilterRuleUpdate.json" + } + }, + "description": "Updates a route in the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter rule." + }, + { + "name": "routeFilterRuleParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/PatchRouteFilterRule" }, - "patch": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Update", - "x-ms-examples": { - "RouteFilterRuleUpdate": { "$ref": "./examples/RouteFilterRuleUpdate.json" } - }, - "description": "Updates a route in the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter rule." - }, - { - "name": "routeFilterRuleParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/PatchRouteFilterRule" - }, - "description": "Parameters supplied to the update route filter rule operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the update route filter rule operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" } + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules": { - "get": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_ListByRouteFilter", - "x-ms-examples": { - "RouteFilterRuleListByRouteFilter": { "$ref": "./examples/RouteFilterRuleListByRouteFilter.json" } - }, - "description": "Gets all RouteFilterRules in a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter Rule resources.", - "schema": { - "$ref": "#/definitions/RouteFilterRuleListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules": { + "get": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_ListByRouteFilter", + "x-ms-examples": { + "RouteFilterRuleListByRouteFilter": { + "$ref": "./examples/RouteFilterRuleListByRouteFilter.json" + } + }, + "description": "Gets all RouteFilterRules in a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter Rule resources.", + "schema": { + "$ref": "#/definitions/RouteFilterRuleListResult" } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + } + }, + "definitions": { + "RouteFilterRulePropertiesFormat": { + "required": [ + "access", + "routeFilterRuleType", + "communities" + ], + "properties": { + "access": { + "type": "string", + "description": "The access type of the rule. Valid values are: 'Allow', 'Deny'", + "enum": [ + "Allow", + "Deny" + ], + "x-ms-enum": { + "name": "Access", + "modelAsString": true + } + }, + "routeFilterRuleType": { + "type": "string", + "description": "The rule type of the rule. Valid value is: 'Community'", + "enum": [ + "Community" + ], + "x-ms-enum": { + "name": "RouteFilterRuleType", + "modelAsString": true + } + }, + "communities": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']" + }, + "provisioningState": { + "type": "string", + "readOnly": true, + "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." } + }, + "description": "Route Filter Rule Resource" }, - "definitions": { - "RouteFilterRulePropertiesFormat": { - "required": [ - "access", - "routeFilterRuleType", - "communities" - ], - "properties": { - "access": { - "type": "string", - "description": "The access type of the rule. Valid values are: 'Allow', 'Deny'", - "enum": [ - "Allow", - "Deny" - ], - "x-ms-enum": { - "name": "Access", - "modelAsString": true - } - }, - "routeFilterRuleType": { - "type": "string", - "description": "The rule type of the rule. Valid value is: 'Community'", - "enum": [ - "Community" - ], - "x-ms-enum": { - "name": "RouteFilterRuleType", - "modelAsString": true - } - }, - "communities": { - "type": "array", - "items": { - "type": "string" - }, - "description": "The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']" - }, - "provisioningState": { - "type": "string", - "readOnly": true, - "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." - } - }, - "description": "Route Filter Rule Resource" - }, - "RouteFilterRule": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterRulePropertiesFormat" - }, - "name": { - "type": "string", - "readOnly": true, - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "location": { - "type": "string", - "description": "Resource location." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Rule Resource" - }, - "PatchRouteFilterRule": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterRulePropertiesFormat" - }, - "name": { - "type": "string", - "readOnly": true, - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Rule Resource" - }, - "RouteFilterPropertiesFormat": { - "properties": { - "rules": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Collection of RouteFilterRules contained within a route filter." - }, - "peerings": { - "readOnly": true, - "type": "array", - "items": { - "$ref": "./expressRouteCircuit.json#/definitions/ExpressRouteCircuitPeering" - }, - "description": "A collection of references to express route circuit peerings." - }, - "provisioningState": { - "type": "string", - "readOnly": true, - "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." - } - }, - "description": "Route Filter Resource" - }, - "RouteFilter": { - "required": [ - "location" - ], - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterPropertiesFormat" - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "Gets a unique read-only string that changes whenever the resource is updated." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/Resource" - } - ], - "description": "Route Filter Resource." - }, - "PatchRouteFilter": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterPropertiesFormat" - }, - "name": { - "type": "string", - "readOnly": true, - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Resource." - }, - "RouteFilterListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilter" - }, - "description": "Gets a list of route filters in a resource group." - }, - "nextLink": { - "type": "string", - "description": "The URL to get the next set of results." - } - }, - "description": "Response for the ListRouteFilters API service call." - }, - "RouteFilterRuleListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Gets a list of RouteFilterRules in a resource group." - }, - "nextLink": { - "type": "string", - "description": "The URL to get the next set of results." - } - }, - "description": "Response for the ListRouteFilterRules API service call" + "RouteFilterRule": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterRulePropertiesFormat" + }, + "name": { + "type": "string", + "readOnly": true, + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "location": { + "type": "string", + "description": "Resource location." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Rule Resource" + }, + "PatchRouteFilterRule": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterRulePropertiesFormat" + }, + "name": { + "type": "string", + "readOnly": true, + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Rule Resource" + }, + "RouteFilterPropertiesFormat": { + "properties": { + "rules": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilterRule" + }, + "description": "Collection of RouteFilterRules contained within a route filter." + }, + "peerings": { + "readOnly": true, + "type": "array", + "items": { + "$ref": "./expressRouteCircuit.json#/definitions/ExpressRouteCircuitPeering" + }, + "description": "A collection of references to express route circuit peerings." + }, + "provisioningState": { + "type": "string", + "readOnly": true, + "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." } + }, + "description": "Route Filter Resource" }, + "RouteFilter": { + "required": [ + "location" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterPropertiesFormat" + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "Gets a unique read-only string that changes whenever the resource is updated." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/Resource" + } + ], + "description": "Route Filter Resource." + }, + "PatchRouteFilter": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterPropertiesFormat" + }, + "name": { + "type": "string", + "readOnly": true, + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Resource." + }, + "RouteFilterListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilter" + }, + "description": "Gets a list of route filters in a resource group." + }, + "nextLink": { + "type": "string", + "description": "The URL to get the next set of results." + } + }, + "description": "Response for the ListRouteFilters API service call." + }, + "RouteFilterRuleListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilterRule" + }, + "description": "Gets a list of RouteFilterRules in a resource group." + }, + "nextLink": { + "type": "string", + "description": "The URL to get the next set of results." + } + }, + "description": "Response for the ListRouteFilterRules API service call" + } + }, "parameters": { "SubscriptionIdParameter": { "name": "subscriptionId", @@ -813,4 +835,3 @@ } } } - diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/routeTable.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/routeTable.json index 188fc7b1cec5..7db4d7647a89 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/routeTable.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/routeTable.json @@ -36,7 +36,7 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeTables/{routeTableName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeTables/{routeTableName}": { "delete": { "tags": [ "RouteTables" @@ -434,7 +434,7 @@ "nextLinkName": "nextLink" } } - } + } }, "definitions": { "RoutePropertiesFormat": { @@ -472,7 +472,7 @@ ], "description": "Route resource" }, - "Route": { + "Route": { "properties": { "properties": { "x-ms-client-flatten": true, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/serviceCommunity.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/serviceCommunity.json index 85ba56987e4d..4011851c2507 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/serviceCommunity.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/serviceCommunity.json @@ -41,7 +41,9 @@ ], "operationId": "BgpServiceCommunities_List", "x-ms-examples": { - "ServiceCommunityList": { "$ref": "./examples/ServiceCommunityList.json" } + "ServiceCommunityList": { + "$ref": "./examples/ServiceCommunityList.json" + } }, "description": "Gets all the available bgp service communities.", "parameters": [ @@ -71,7 +73,7 @@ "properties": { "serviceSupportedRegion": { "type": "string", - "description": "The region which the service support. e.g. For O365, region is Global." + "description": "The region which the service support. e.g. For O365, region is Global." }, "communityName": { "type": "string", @@ -155,4 +157,3 @@ } } } - diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/usage.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/usage.json index 2b5f27477799..895c326d2d17 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/usage.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/usage.json @@ -36,7 +36,7 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/usages": { + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/usages": { "get": { "tags": [ "Usages" @@ -74,7 +74,7 @@ } }, "definitions": { - "UsageName": { + "UsageName": { "properties": { "value": { "type": "string", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/virtualNetwork.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/virtualNetwork.json index 5f419a17a365..d516ed311a77 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/virtualNetwork.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/virtualNetwork.json @@ -239,7 +239,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}": { "delete": { "tags": [ "Subnets" @@ -716,7 +716,9 @@ } }, "x-ms-examples": { - "VnetGetUsage": { "$ref": "./examples/VirtualNetworkListUsage.json" } + "VnetGetUsage": { + "$ref": "./examples/VirtualNetworkListUsage.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -1108,4 +1110,3 @@ } } } - diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/virtualNetworkGateway.json index 9e7b06292e42..a7cb477ea494 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/virtualNetworkGateway.json @@ -36,7 +36,7 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}": { "put": { "tags": [ "VirtualNetworkGateways" @@ -670,7 +670,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections": { "get": { "tags": [ "VirtualNetworkGatewayConnections" @@ -757,7 +757,7 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/localNetworkGateways/{localNetworkGatewayName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/localNetworkGateways/{localNetworkGatewayName}": { "put": { "tags": [ "LocalNetworkGateways" @@ -930,7 +930,7 @@ } }, "definitions": { - "VirtualNetworkGatewayIPConfigurationPropertiesFormat": { + "VirtualNetworkGatewayIPConfigurationPropertiesFormat": { "properties": { "privateIPAllocationMethod": { "type": "string", @@ -1019,7 +1019,7 @@ "type": "boolean", "description": "Whether BGP is enabled for this virtual network gateway or not." }, - "activeActive": { + "activeActive": { "type": "boolean", "description": "ActiveActive flag" }, @@ -1051,7 +1051,7 @@ }, "description": "VirtualNetworkGateway properties" }, - "VpnClientRootCertificatePropertiesFormat": { + "VpnClientRootCertificatePropertiesFormat": { "properties": { "publicCertData": { "type": "string", @@ -1093,7 +1093,7 @@ ], "description": "VPN client root certificate of virtual network gateway" }, - "VpnClientRevokedCertificatePropertiesFormat": { + "VpnClientRevokedCertificatePropertiesFormat": { "properties": { "thumbprint": { "type": "string", @@ -1129,7 +1129,7 @@ ], "description": "VPN client revoked certificate of virtual network gateway." }, - "VpnClientConfiguration": { + "VpnClientConfiguration": { "properties": { "vpnClientAddressPool": { "$ref": "./virtualNetwork.json#/definitions/AddressSpace", @@ -1196,7 +1196,7 @@ }, "description": "VirtualNetworkGatewaySku details" }, - "BgpSettings": { + "BgpSettings": { "properties": { "asn": { "type": "integer", @@ -1337,7 +1337,7 @@ ], "description": "A common class for general resource information" }, - "VpnClientParameters": { + "VpnClientParameters": { "properties": { "processorArchitecture": { "type": "string", @@ -1357,7 +1357,7 @@ ], "description": "Vpn Client Parameters for package generation" }, - "VirtualNetworkGatewayListResult": { + "VirtualNetworkGatewayListResult": { "properties": { "value": { "type": "array", @@ -1735,7 +1735,7 @@ ], "description": "An IPSec Policy configuration for a virtual network gateway connection" }, - "LocalNetworkGatewayPropertiesFormat": { + "LocalNetworkGatewayPropertiesFormat": { "properties": { "localNetworkAddressSpace": { "$ref": "./virtualNetwork.json#/definitions/AddressSpace", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/vmssNetworkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/vmssNetworkInterface.json index 50aeb29d60bd..2586aca484a5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/vmssNetworkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/vmssNetworkInterface.json @@ -230,4 +230,4 @@ "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/vmssPublicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/vmssPublicIpAddress.json index 79113ac031f9..f08533b361ac 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/vmssPublicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-03-01/vmssPublicIpAddress.json @@ -82,14 +82,16 @@ } }, "x-ms-examples": { - "ListVMSSPublicIP": { "$ref": "./examples/VmssPublicIpListAll.json" } + "ListVMSSPublicIP": { + "$ref": "./examples/VmssPublicIpListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipconfigurations/{ipConfigurationName}/publicipaddresses" : { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipconfigurations/{ipConfigurationName}/publicipaddresses": { "get": { "operationId": "PublicIPAddresses_ListVirtualMachineScaleSetVMPublicIPAddresses", "description": "Gets information about all public IP addresses in a virtual machine IP configuration in a virtual machine scale set.", @@ -156,7 +158,9 @@ } }, "x-ms-examples": { - "ListVMSSVMPublicIP": { "$ref": "./examples/VmssVmPublicIpList.json" } + "ListVMSSVMPublicIP": { + "$ref": "./examples/VmssVmPublicIpList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -236,7 +240,9 @@ } ], "x-ms-examples": { - "GetVMSSPublicIP": { "$ref": "./examples/VmssPublicIpGet.json" } + "GetVMSSPublicIP": { + "$ref": "./examples/VmssPublicIpGet.json" + } }, "responses": { "200": { @@ -258,4 +264,4 @@ "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/applicationGateway.json index 86009c02bc59..93579cdf3124 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/applicationGateway.json @@ -1971,4 +1971,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/checkDnsAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/checkDnsAvailability.json index 7940fff77b51..834d9f0b63d3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/checkDnsAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/checkDnsAvailability.json @@ -105,4 +105,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/endpointService.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/endpointService.json index de106badbeb6..ae73fe43cd94 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/endpointService.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/endpointService.json @@ -65,7 +65,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "EndpointServicesList": { "$ref": "./examples/EndpointServicesList.json" } + "EndpointServicesList": { + "$ref": "./examples/EndpointServicesList.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ApplicationGatewayAvailableSslOptionsGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ApplicationGatewayAvailableSslOptionsGet.json index 0a4cf99d1831..10a671309e50 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ApplicationGatewayAvailableSslOptionsGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ApplicationGatewayAvailableSslOptionsGet.json @@ -4,6 +4,6 @@ "subscriptionId": "subid" }, "responses": { - "200": { } + "200": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json index 0a4cf99d1831..10a671309e50 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json @@ -4,6 +4,6 @@ "subscriptionId": "subid" }, "responses": { - "200": { } + "200": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json index 11626d1a6ca9..f738e3b1d708 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json @@ -5,6 +5,6 @@ "predefinedPolicyName": "AppGwSslPolicy20150501" }, "responses": { - "200": { } + "200": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/CheckDnsNameAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/CheckDnsNameAvailability.json index 9e69e87f7cfb..51a4c4deb27d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/CheckDnsNameAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/CheckDnsNameAvailability.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "location" : "westus", - "domainNameLabel" : "testdns" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "location": "westus", + "domainNameLabel": "testdns" }, - "responses" : { - "200" : { + "responses": { + "200": { "body": { "available": false } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/EndpointServicesList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/EndpointServicesList.json index c3ed844890d7..4eb70235816d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/EndpointServicesList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/EndpointServicesList.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleCreate.json index 962831df6c78..a0eefd18302f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleCreate.json @@ -60,4 +60,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleDelete.json index 69c143a62b85..66abc75014f9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleDelete.json @@ -11,4 +11,4 @@ "202": {}, "204": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleGet.json index 94ad9810867a..76d41df12254 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleGet.json @@ -14,7 +14,7 @@ "properties": { "provisioningState": "Succeeded", "frontendIPConfiguration": { - "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" }, "frontendPort": 3390, "backendPort": 3389, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleList.json index 67a9bec3efcb..faa9bb8fd5e9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/InboundNatRuleList.json @@ -21,7 +21,7 @@ "backendPort": 3389, "enableFloatingIP": false, "idleTimeoutInMinutes": 4, - "protocol": "Tcp", + "protocol": "Tcp", "backendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerBackendAddressPoolGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerBackendAddressPoolGet.json index 564cd7c69685..3a7940efbdf0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerBackendAddressPoolGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerBackendAddressPoolGet.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerBackendAddressPoolList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerBackendAddressPoolList.json index bb715ad009e9..fd3e7cf5f0c1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerBackendAddressPoolList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerBackendAddressPoolList.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} 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 5c6395cc8c04..197b53617e9b 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "properties": { @@ -98,9 +98,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", @@ -210,8 +210,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", 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 98aa2609d2b2..c5bc5cfdb623 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "properties": { @@ -25,7 +25,9 @@ } ] }, - "zones": [ "1" ] + "zones": [ + "1" + ] } ], "backendAddressPools": [ @@ -99,9 +101,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", @@ -112,7 +114,9 @@ { "name": "fe-lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe-lb", - "zones": [ "1" ], + "zones": [ + "1" + ], "properties": { "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", @@ -212,8 +216,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", @@ -224,7 +228,9 @@ { "name": "fe-lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe-lb", - "zones": [ "1" ], + "zones": [ + "1" + ], "properties": { "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerDelete.json index 933dfd39aace..2ba8b1a2d6ff 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerFrontendIPConfigurationGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerFrontendIPConfigurationGet.json index 8da9fc9172ed..2384acfa0d14 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerFrontendIPConfigurationGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerFrontendIPConfigurationGet.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerFrontendIPConfigurationList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerFrontendIPConfigurationList.json index caa1190dd195..e5d2c647b307 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerFrontendIPConfigurationList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerFrontendIPConfigurationList.json @@ -36,4 +36,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerGet.json index 3f0cd497d600..77bb87356911 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerGet.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", @@ -22,7 +22,7 @@ "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", "privateIPAllocationMethod": "Dynamic", - "subnet": { + "subnet": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnetlb/subnets/subnetlb" }, "loadBalancingRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerList.json index 9714d093160d..df00af7f7345 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "lb", @@ -59,7 +59,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/loadBalancingRules/rulelb", "properties": { "provisioningState": "Succeeded", - "frontendIPConfiguration":{ + "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/felb" }, "frontendPort": 80, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerListAll.json index 913e7603d8b8..b7d062384933 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "lb", @@ -58,7 +58,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/loadBalancingRules/rulelb", "properties": { "provisioningState": "Succeeded", - "frontendIPConfiguration":{ + "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/felb" }, "frontendPort": 80, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerNetworkInterfaceListVmss.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerNetworkInterfaceListVmss.json index ca61dada3cdd..6706b1242c67 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerNetworkInterfaceListVmss.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerNetworkInterfaceListVmss.json @@ -83,7 +83,7 @@ "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb/backendAddressPools/bepool" } ], - "loadBalancerInboundNatRules":[ + "loadBalancerInboundNatRules": [ { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb/inboundNatRules/natpool.1" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerProbeList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerProbeList.json index c9150b57bbd6..1946ba633d3a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerProbeList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/LoadBalancerProbeList.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} 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 0ab5cb51c7a1..a19bfff97f1e 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 @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic", "parameters": { @@ -12,10 +12,10 @@ "name": "ipconfig1", "properties": { "publicIPAddress": { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, "subnet": { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" } } } @@ -24,76 +24,78 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "responses": { + "200": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } }, - "201" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "201": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceDelete.json index 09c717130871..78420050173d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceEffectiveNSGList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceEffectiveNSGList.json index 1f38ecf381c3..d75be4a2a784 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceEffectiveNSGList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceEffectiveNSGList.json @@ -1,71 +1,71 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "nic1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/test-nsg" + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/test-nsg" }, - "association" : { - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "association": { + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "networkInterface" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" + "networkInterface": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" } }, - "effectiveSecurityRules" : [ + "effectiveSecurityRules": [ { - "name" : "securityRules/rule1", - "protocol" : "Tcp", - "sourcePortRange" : "456-456", - "destinationPortRange" : "6579-6579", - "sourceAddressPrefix" : "0.0.0.0/32", - "destinationAddressPrefix" : "0.0.0.0/32", - "access" : "Allow", - "priority" : 234, - "direction" : "Inbound" + "name": "securityRules/rule1", + "protocol": "Tcp", + "sourcePortRange": "456-456", + "destinationPortRange": "6579-6579", + "sourceAddressPrefix": "0.0.0.0/32", + "destinationAddressPrefix": "0.0.0.0/32", + "access": "Allow", + "priority": 234, + "direction": "Inbound" }, { - "name" : "securityRules/default-allow-rdp", - "protocol" : "Tcp", - "sourcePortRange" : "0-65535", - "destinationPortRange" : "3389-3389", - "sourceAddressPrefix" : "1.1.1.1/32", - "destinationAddressPrefix" : "0.0.0.0/0", - "access" : "Allow", - "priority" : 1000, - "direction" : "Inbound" + "name": "securityRules/default-allow-rdp", + "protocol": "Tcp", + "sourcePortRange": "0-65535", + "destinationPortRange": "3389-3389", + "sourceAddressPrefix": "1.1.1.1/32", + "destinationAddressPrefix": "0.0.0.0/0", + "access": "Allow", + "priority": 1000, + "direction": "Inbound" }, { - "name" : "defaultSecurityRules/AllowInternetOutBound", - "protocol" : "All", - "sourcePortRange" : "0-65535", - "destinationPortRange" : "0-65535", - "sourceAddressPrefix" : "0.0.0.0/0", - "destinationAddressPrefix" : "Internet", - "expandedDestinationAddressPrefix" : [ + "name": "defaultSecurityRules/AllowInternetOutBound", + "protocol": "All", + "sourcePortRange": "0-65535", + "destinationPortRange": "0-65535", + "sourceAddressPrefix": "0.0.0.0/0", + "destinationAddressPrefix": "Internet", + "expandedDestinationAddressPrefix": [ "32.0.0.0/3", "4.0.0.0/6", "2.0.0.0/7", "1.0.0.0/8" ], - "access" : "Allow", - "priority" : 65001, - "direction" : "Outbound" + "access": "Allow", + "priority": 65001, + "direction": "Outbound" } ] } ] } }, - "202" : { } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceEffectiveRouteTableList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceEffectiveRouteTableList.json index 344c7d07589c..e7f76484e89d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceEffectiveRouteTableList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceEffectiveRouteTableList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "nic1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "source": "Default", @@ -55,7 +55,7 @@ "nextHopIpAddress": [] }, { - "source": "Default", + "source": "Default", "state": "Active", "addressPrefix": [ "192.168.0.0/16" @@ -66,6 +66,6 @@ ] } }, - "202" : { } + "202": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceGet.json index a49cafab64eb..a0f0640aa7cd 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceGet.json @@ -1,54 +1,55 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic" }, - "responses" : { - "200" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "responses": { + "200": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceList.json index 508cfa4b27c1..112d5fdac53b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceList.json @@ -1,90 +1,92 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" }, { - "name" : "test-nic2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip2" + "name": "test-nic2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip2" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet2/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet2/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } ] } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceListAll.json index 7adbb8ee48cd..3199b54aa5fa 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkInterfaceListAll.json @@ -1,89 +1,91 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" }, { - "name" : "test-nic2", - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/publicIPAddresses/test-ip2" + "name": "test-nic2", + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/publicIPAddresses/test-ip2" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/virtualNetworks/rgnew-vnet2/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/virtualNetworks/rgnew-vnet2/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } ] } } } -} \ No newline at end of file +} 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 3795fd55ed11..413cebdfce38 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 @@ -1,23 +1,23 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "parameters": { "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "securityRules": [ ], + "securityRules": [], "defaultSecurityRules": [ { "name": "AllowVnetInBound", @@ -36,7 +36,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -83,7 +83,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -102,7 +102,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", @@ -119,15 +119,15 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "securityRules": [ ], + "securityRules": [], "defaultSecurityRules": [ { "name": "AllowVnetInBound", @@ -146,7 +146,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -193,7 +193,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -212,7 +212,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", 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 9b5ed62a395e..54abdf967d61 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "parameters": { "properties": { "securityRules": [ @@ -25,9 +25,9 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -69,7 +69,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -116,7 +116,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -135,7 +135,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", @@ -152,8 +152,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -195,7 +195,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -242,7 +242,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -261,7 +261,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupDelete.json index 734dbdeb2217..41099bcd10ef 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupGet.json index 4050720614b9..5a88afddc2a5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupGet.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -49,7 +49,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -96,7 +96,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -115,7 +115,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupList.json index 86b3750d0e5f..fe0a1d9834e0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nsg1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupListAll.json index 398b94f72320..a8a5acd69cfc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nsg1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleCreate.json index 96a328e6a4fa..3d7008d50b94 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleCreate.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1", "securityRuleParameters": { "properties": { @@ -18,11 +18,11 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", @@ -36,10 +36,10 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleDelete.json index a904cc127fe8..9b14fbd81a99 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleDelete.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleGet.json index 05a8c7345848..aa66655bfde3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleGet.json @@ -1,16 +1,16 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleList.json index c39a24a53f0b..5012972c7387 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkSecurityGroupRuleList.json @@ -1,17 +1,17 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherConnectivityCheck.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherConnectivityCheck.json index 9eef2b1042ac..3f404925e78f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherConnectivityCheck.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherConnectivityCheck.json @@ -1,79 +1,79 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "source" : { - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "source": { + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" }, - "destination" : { - "address" : "192.168.100.4", - "port" : 3389 + "destination": { + "address": "192.168.100.4", + "port": 3389 } } }, - "responses" : { - "200" : { - "body" : { - "hops" : [ + "responses": { + "200": { + "body": { + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ], - "connectionStatus" : "Connected", - "avgLatencyInMs" : 1, - "minLatencyInMs" : 1, - "maxLatencyInMs" : 4, - "probesSent" : 100, - "probesFailed" : 0 + "connectionStatus": "Connected", + "avgLatencyInMs": 1, + "minLatencyInMs": 1, + "maxLatencyInMs": 4, + "probesSent": 100, + "probesFailed": 0 } }, - "202" : { - "body" : { - "hops" : [ + "202": { + "body": { + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ], - "connectionStatus" : "Connected", - "avgLatencyInMs" : 1, - "minLatencyInMs" : 1, - "maxLatencyInMs" : 4, - "probesSent" : 100, - "probesFailed" : 0 + "connectionStatus": "Connected", + "avgLatencyInMs": 1, + "minLatencyInMs": 1, + "maxLatencyInMs": 4, + "probesSent": 100, + "probesFailed": 0 } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherCreate.json index dc5dc89e8356..bf199e1e2d1e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherCreate.json @@ -1,38 +1,38 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "location" : "eastus", - "properties" : {} + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "location": "eastus", + "properties": {} } }, - "responses" : { - "200" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "responses": { + "200": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } }, - "201" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "201": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherDelete.json index 69aed7590de8..934a0718dc1c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherDelete.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "202" : {}, - "204" : {} + "responses": { + "202": {}, + "204": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherFlowLogConfigure.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherFlowLogConfigure.json index 8beca72cab93..30e395ebe721 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherFlowLogConfigure.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherFlowLogConfigure.json @@ -1,33 +1,33 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "responses" : { - "200" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "responses": { + "200": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "202" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "202": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherFlowLogStatusQuery.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherFlowLogStatusQuery.json index cd5dd5957a9f..f34949198018 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherFlowLogStatusQuery.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherFlowLogStatusQuery.json @@ -1,29 +1,29 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" } }, - "responses" : { - "200" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "responses": { + "200": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "202" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "202": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherGet.json index 5618a62e01c0..b13efad8ff22 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherGet.json @@ -1,21 +1,21 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "200" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "responses": { + "200": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherIpFlowVerify.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherIpFlowVerify.json index c87495970caf..72873c2d1470 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherIpFlowVerify.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherIpFlowVerify.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "direction" : "Outbound", - "protocol" : "TCP", - "localPort" : "80", - "remotePort" : "80", - "localIPAddress" : "10.2.0.4", - "remoteIPAddress" : "121.10.1.1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "direction": "Outbound", + "protocol": "TCP", + "localPort": "80", + "remotePort": "80", + "localIPAddress": "10.2.0.4", + "remoteIPAddress": "121.10.1.1" } }, - "responses" : { - "200" : { - "body" : { - "access" : "Allow", - "ruleName" : "Rule1" + "responses": { + "200": { + "body": { + "access": "Allow", + "ruleName": "Rule1" } }, - "202" : { - "body" : { - "access" : "Allow", - "ruleName" : "Rule1" + "202": { + "body": { + "access": "Allow", + "ruleName": "Rule1" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherList.json index b4d294f468e3..5e21250f8acd 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherList.json @@ -1,33 +1,33 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } }, { - "name" : "nw2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherListAll.json index a63d75955d7b..652c6cd29566 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherListAll.json @@ -1,32 +1,32 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } }, { - "name" : "nw2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "westus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "westus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherNextHopGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherNextHopGet.json index caca3fd530ff..1fb5021a7e0d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherNextHopGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherNextHopGet.json @@ -1,29 +1,29 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "sourceIPAddress" : "10.0.0.5", - "destinationIPAddress" : "10.0.0.10", - "targetNicResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "sourceIPAddress": "10.0.0.5", + "destinationIPAddress": "10.0.0.10", + "targetNicResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" } }, - "responses" : { - "200" : { - "body" : { - "nextHopType" : "VnetLocal", - "nextHopIpAddress" : "10.0.0.1", - "routeTableId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" + "responses": { + "200": { + "body": { + "nextHopType": "VnetLocal", + "nextHopIpAddress": "10.0.0.1", + "routeTableId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" } }, - "202" : { - "body" : { - "nextHopType" : "VnetLocal", - "nextHopIpAddress" : "10.0.0.1", - "routeTableId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" + "202": { + "body": { + "nextHopType": "VnetLocal", + "nextHopIpAddress": "10.0.0.1", + "routeTableId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureCreate.json index de8f43638aa5..8b3b21c4b69c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureCreate.json @@ -1,56 +1,56 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1", - "parameters" : { - "properties" : { - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1", + "parameters": { + "properties": { + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } } }, - "responses" : { - "201" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "properties" : { - "provisioningState" : "Updating", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "responses": { + "201": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "properties": { + "provisioningState": "Updating", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureDelete.json index bb489367b5be..ecb7d0fe7a69 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "204" : {}, - "202" : {} + "responses": { + "204": {}, + "202": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureGet.json index a758618fa20e..dd4eb1af42af 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureGet.json @@ -1,37 +1,37 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Updating", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "responses": { + "200": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Updating", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureQueryStatus.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureQueryStatus.json index 97992d19bd09..894713b3686f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureQueryStatus.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureQueryStatus.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "captureStartTime" : "2016-01-08T03:42:33.3387305Z", - "packetCaptureStatus" : "Stopped", - "stopReason" : "TimeExceeded", - "packetCaptureError" : [] + "responses": { + "200": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "captureStartTime": "2016-01-08T03:42:33.3387305Z", + "packetCaptureStatus": "Stopped", + "stopReason": "TimeExceeded", + "packetCaptureError": [] } }, - "202" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "captureStartTime" : "2016-01-08T03:42:33.3387305Z", - "packetCaptureStatus" : "Stopped", - "stopReason" : "TimeExceeded", - "packetCaptureError" : [] + "202": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "captureStartTime": "2016-01-08T03:42:33.3387305Z", + "packetCaptureStatus": "Stopped", + "stopReason": "TimeExceeded", + "packetCaptureError": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureStop.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureStop.json index 6fed8e949541..d206496cb51b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureStop.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCaptureStop.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : {}, - "202" : {} + "responses": { + "200": {}, + "202": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCapturesList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCapturesList.json index 9ad9f2b4e2c4..7680fd68212e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCapturesList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherPacketCapturesList.json @@ -1,58 +1,58 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Updating", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Updating", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } }, { - "name" : "pc2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc2.cap", - "filePath" : "D:\\capture\\pc2.cap" + "name": "pc2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc2.cap", + "filePath": "D:\\capture\\pc2.cap" }, - "filters" : [] + "filters": [] } } ] } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherSecurityGroupViewGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherSecurityGroupViewGet.json index 50e72182fe2a..98b98bc1e895 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherSecurityGroupViewGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherSecurityGroupViewGet.json @@ -1,38 +1,38 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "responses" : { - "200" : { - "body" : { - "networkInterfaces" : [ + "responses": { + "200": { + "body": { + "networkInterfaces": [ { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", - "securityRuleAssociations" : { - "subnetAssociation" : { + "securityRuleAssociations": { + "subnetAssociation": { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", - "securityRules" : [ + "securityRules": [ { - "name" : "fe_rule", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "description" : "Allow Frontend", - "protocol" : "Tcp", - "sourcePortRange" : "*", - "destinationPortRange" : "*", - "sourceAddressPrefix" : "10.1.0.0/24", - "destinationAddressPrefix" : "*", - "access" : "Allow", - "priority" : 100, - "direction" : "Inbound" + "name": "fe_rule", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "description": "Allow Frontend", + "protocol": "Tcp", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "10.1.0.0/24", + "destinationAddressPrefix": "*", + "access": "Allow", + "priority": 100, + "direction": "Inbound" } } ] @@ -42,30 +42,30 @@ ] } }, - "202" : { - "body" : { + "202": { + "body": { "networkInterfaces": [ { - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", - "securityRuleAssociations" : { - "subnetAssociation" : { - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", - "securityRules" : [ + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", + "securityRuleAssociations": { + "subnetAssociation": { + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", + "securityRules": [ { - "name" : "fe_rule", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "description" : "Allow Frontend", - "protocol" : "Tcp", - "sourcePortRange" : "*", - "destinationPortRange" : "*", - "sourceAddressPrefix" : "10.1.0.0/24", - "destinationAddressPrefix" : "*", - "access" : "Allow", - "priority" : 100, - "direction" : "Inbound" + "name": "fe_rule", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "description": "Allow Frontend", + "protocol": "Tcp", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "10.1.0.0/24", + "destinationAddressPrefix": "*", + "access": "Allow", + "priority": 100, + "direction": "Inbound" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherTopologyGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherTopologyGet.json index fb54df9201b8..fec30d352206 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherTopologyGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherTopologyGet.json @@ -1,34 +1,34 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { "targetResourceGroupName": "rg2" } }, - "responses" : { - "200" : { - "body" : { - "id" : "ce592f46-8164-4bf2-ad36-b8e4acf6fb68", - "createdDateTime" : "2017-08-02T19:31:55.9461781Z", - "lastModified" : "2017-05-27T00:00:13.2005337Z", - "resources" : [ + "responses": { + "200": { + "body": { + "id": "ce592f46-8164-4bf2-ad36-b8e4acf6fb68", + "createdDateTime": "2017-08-02T19:31:55.9461781Z", + "lastModified": "2017-05-27T00:00:13.2005337Z", + "resources": [ { - "name" : "MultiTierApp0", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/MultiTierApp0", - "location" : "westus", - "associations" : [ + "name": "MultiTierApp0", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/MultiTierApp0", + "location": "westus", + "associations": [ { - "name" : "appNic0", - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic0", - "associationType" : "Contains" + "name": "appNic0", + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic0", + "associationType": "Contains" }, { - "name" : "appNic10", - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic10", - "associationType" : "Contains" + "name": "appNic10", + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic10", + "associationType": "Contains" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherTroubleshootGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherTroubleshootGet.json index df048bbf5456..91066a620699 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherTroubleshootGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherTroubleshootGet.json @@ -1,69 +1,69 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "storagePath" : "https://st1.blob.core.windows.net/cn1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "storagePath": "https://st1.blob.core.windows.net/cn1" } } }, - "responses" : { - "200" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary": "We are sorry, your VPN gateway is unreachable from the Internet", - "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions": [ - { - "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "responses": { + "200": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText": "Verify" - }, - { - "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", "actionUriText": "contact support" - } - ] - } + } + ] + } ] } }, - "202" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary": "We are sorry, your VPN gateway is unreachable from the Internet", - "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions": [ - { - "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "202": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText": "Verify" - }, - { - "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", "actionUriText": "contact support" - } - ] - } + } + ] + } ] } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherTroubleshootResultQuery.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherTroubleshootResultQuery.json index 5712fee298d7..5179dd0827b8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherTroubleshootResultQuery.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/NetworkWatcherTroubleshootResultQuery.json @@ -1,65 +1,65 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "responses" : { - "200" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary" : "We are sorry, your VPN gateway is unreachable from the Internet", - "detail" : "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions" : [ - { - "actionText" : "Verify if there is a network security group (NSG) applied to the GatewaySubnet", - "actionUri" : "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText" : "Verify" - }, - { - "actionText" : "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri" : "http://azure.microsoft.com/support", - "actionUriText" : "contact support" - } - ] - } + "responses": { + "200": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "contact support" + } + ] + } ] } }, - "202" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id" : "000000", - "reasonType" : "VipUnResponsive", - "summary" : "We are sorry, your VPN gateway is unreachable from the Internet", - "detail" : "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions" : [ - { - "actionText" : "Verify if there is a network security group (NSG) applied to the GatewaySubnet", - "actionUri" : "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText" : "Verify" - }, - { - "actionText" : "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri" : "http://azure.microsoft.com/support", - "actionUriText" : "contact support" - } - ] - } + "202": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "contact support" + } + ] + } ] } } 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 afba60ce621a..9c9114f5d662 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 @@ -1,10 +1,12 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "zones": [ "1" ], + "zones": [ + "1" + ], "parameters": { "properties": { "publicIPAllocationMethod": "Static", @@ -14,42 +16,46 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "zones": [ "1" ], - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Static", - "idleTimeoutInMinutes" : 10, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "zones": [ + "1" + ], + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Static", + "idleTimeoutInMinutes": 10, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "zones": [ "1" ], - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Static", - "idleTimeoutInMinutes" : 10, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "zones": [ + "1" + ], + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Static", + "idleTimeoutInMinutes": 10, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } -} \ No newline at end of file +} 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 6192eaebfca3..a0b6b8789c8b 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 @@ -1,47 +1,47 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", "parameters": { "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } -} \ No newline at end of file +} 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 1276546bcff9..2c455e7fc029 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 @@ -1,60 +1,60 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", "parameters": { "properties": { "dnsSettings": { "domainNameLabel": "dnslbl" - }, - "location": "eastus" - } + } + }, + "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "dnslbl", - "fqdn" : "dnslbl.westus.cloudapp.azure.com" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "dnslbl", + "fqdn": "dnslbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "dnslbl", - "fqdn" : "dnslbl.westus.cloudapp.azure.com" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "dnslbl", + "fqdn": "dnslbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressDelete.json index 2acdd5f6817d..d2d39d46da69 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressGet.json index 9fcccf845f1e..7eb82b90d8d4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressGet.json @@ -1,27 +1,27 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "testDNS-ip" }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressList.json index 87c1e9c20794..82cc45c9328d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressList.json @@ -1,50 +1,50 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" }, { - "name" : "ip03", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/ip03", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "ipAddress" : "40.85.154.247", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "testlbl", - "fqdn" : "testlbl.westus.cloudapp.azure.com" + "name": "ip03", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/ip03", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "ipAddress": "40.85.154.247", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "testlbl", + "fqdn": "testlbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } ] } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressListAll.json index 414c160a5497..8b36c56c5c4b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/PublicIpAddressListAll.json @@ -1,49 +1,49 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" }, { - "name" : "ip01", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/publicIPAddresses/ip01", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "ipAddress" : "40.85.154.247", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "testlbl", - "fqdn" : "testlbl.westus.cloudapp.azure.com" + "name": "ip01", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/publicIPAddresses/ip01", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "ipAddress": "40.85.154.247", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "testlbl", + "fqdn": "testlbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } ] } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterCreate.json index bad4e8068b55..57a6eb4ac1d9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterCreate.json @@ -1,96 +1,96 @@ { - "parameters": { - "routeFilterName": "filterName", - "resourceGroupName": "rg1", - "api-version": "2017-06-01", - "subscriptionId": "subid", - "routeFilterParameters": { - "location": "West US", - "tags": { - "key1": "value1" - }, + "parameters": { + "routeFilterName": "filterName", + "resourceGroupName": "rg1", + "api-version": "2017-06-01", + "subscriptionId": "subid", + "routeFilterParameters": { + "location": "West US", + "tags": { + "key1": "value1" + }, + "properties": { + "rules": [ + { + "name": "ruleName", "properties": { - "rules": [ - { - "name": "ruleName", - "properties": { - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } + } + ], + "peerings": [] + } + } + }, + "responses": { + "201": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] + } + } + ], + "peerings": [] } + } }, - "responses": { - "201": { - "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] - } - } + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" }, - "200": { - "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] - } + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] + } } + ], + "peerings": [] } + } } -} \ No newline at end of file + } +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterDelete.json index b3fdd56eb4da..1e126091982d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterDelete.json @@ -6,8 +6,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterGet.json index d31f617455b7..43ad513cb9c5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterGet.json @@ -39,4 +39,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterList.json index a735ff901aa7..89e13cbce685 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterList.json @@ -8,37 +8,37 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } - ], - "peerings": [] - } + } + ], + "peerings": [] + } } ] } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterListByResourceGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterListByResourceGroup.json index 3a14f005ecf3..c5530b2b28a0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterListByResourceGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterListByResourceGroup.json @@ -9,37 +9,37 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } - ], - "peerings": [] - } + } + ], + "peerings": [] + } } ] } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleCreate.json index 9315ba88f58f..6b3793570ba8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleCreate.json @@ -59,4 +59,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleDelete.json index 0c6798fdc318..561048e29b16 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleGet.json index 4e96ff3656dd..eb96851e361a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleGet.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleListByRouteFilter.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleListByRouteFilter.json index f17fe095c6d3..4bad8fd7a041 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleListByRouteFilter.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleListByRouteFilter.json @@ -30,4 +30,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleUpdate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleUpdate.json index ab6be48982eb..a6312653279a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleUpdate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterRuleUpdate.json @@ -40,4 +40,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterUpdate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterUpdate.json index a54e30520618..34be5f6ea806 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterUpdate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteFilterUpdate.json @@ -57,4 +57,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableCreate.json index 6abfa7e1b552..4bfd31a28ebb 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableCreate.json @@ -1,35 +1,35 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "parameters": { "location": "westus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableCreateWithRoute.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableCreateWithRoute.json index 55aa7cfad07f..32d4c6c00d31 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableCreateWithRoute.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableCreateWithRoute.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "parameters": { "properties": { "routes": [ @@ -19,9 +19,9 @@ "location": "westus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", @@ -42,8 +42,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableDelete.json index 57248eb1dd11..5854d4873a8f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableGet.json index 881d6352a66e..4a7c376e89e2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableGet.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableList.json index d80ffb3046c0..e9864915ec28 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "testrt", @@ -35,7 +35,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableListAll.json index 69ab346d079f..dff1120eb2a6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "testrt", @@ -34,7 +34,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteCreate.json index a408e800697c..a050f657b6c2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteCreate.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1", "routeParameters": { "properties": { @@ -12,9 +12,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { @@ -24,8 +24,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteDelete.json index 70f04f612c27..1286ed8e44b0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteDelete.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteGet.json index f081e9fde049..1b17e4b3c6fc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteGet.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteList.json index 3ea5d03e533e..c1c7794e66a3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/RouteTableRouteList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "route1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ServiceCommunityList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ServiceCommunityList.json index edec4faa13b3..4052fe3d7e06 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ServiceCommunityList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/ServiceCommunityList.json @@ -12,7 +12,7 @@ "name": "skype", "type": "Microsofot.Network/bgpServiceCommunities", "properties": { - "serviceName" : "skype", + "serviceName": "skype", "bgpCommunities": [ { "serviceSupportedRegion": "Global", @@ -23,7 +23,7 @@ "13.67.186.105/32" ], "isAuthorizedToUse": true, - "serviceGroup" : "O365" + "serviceGroup": "O365" } ] } @@ -33,7 +33,7 @@ "name": "exchange", "type": "Microsofot.Network/bgpServiceCommunities", "properties": { - "serviceName" : "exchange", + "serviceName": "exchange", "bgpCommunities": [ { "serviceSupportedRegion": "Global", @@ -44,7 +44,7 @@ "13.67.186.105/32" ], "isAuthorizedToUse": true, - "serviceGroup" : "O365" + "serviceGroup": "O365" } ] } @@ -53,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetCreate.json index ca5df74388d1..213bf3d2707c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetCreate.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetCreateServiceEndpoint.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetCreateServiceEndpoint.json index 4f7a96f06783..6610ef15565a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetCreateServiceEndpoint.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetCreateServiceEndpoint.json @@ -9,7 +9,9 @@ "properties": { "addressPrefix": "10.0.0.0/16", "serviceEndpoints": [ - { "service": "Microsoft.Storage" } + { + "service": "Microsoft.Storage" + } ] } } @@ -21,14 +23,16 @@ "name": "subnet1", "properties": { "addressPrefix": "10.0.0.0/16", - "serviceEndpoints": [{ - "service": "Microsoft.Storage", - "locations": [ - "eastus2(stage)", - "usnorth(stage)" - ], - "provisioningState": "Succeeded" - }], + "serviceEndpoints": [ + { + "service": "Microsoft.Storage", + "locations": [ + "eastus2(stage)", + "usnorth(stage)" + ], + "provisioningState": "Succeeded" + } + ], "provisioningState": "Succeeded" } } @@ -39,17 +43,19 @@ "name": "subnet1", "properties": { "addressPrefix": "10.0.0.0/16", - "serviceEndpoints": [{ - "service": "Microsoft.Storage", - "locations": [ - "eastus2(stage)", - "usnorth(stage)" - ], - "provisioningState": "Succeeded" - }], + "serviceEndpoints": [ + { + "service": "Microsoft.Storage", + "locations": [ + "eastus2(stage)", + "usnorth(stage)" + ], + "provisioningState": "Succeeded" + } + ], "provisioningState": "Succeeded" } } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetDelete.json index 497ce0515756..b7232647e140 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetGet.json index 31d4efd768ae..264a878b3711 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetGet.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetList.json index 68fa32e8271e..a276ed08cef0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/SubnetList.json @@ -29,4 +29,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/UsageList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/UsageList.json index 8472da1b4c2a..6b0d79b9d743 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/UsageList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/UsageList.json @@ -111,4 +111,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCheckIPAddressAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCheckIPAddressAvailability.json index 29cb05c909a1..0245abaf9723 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCheckIPAddressAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkCheckIPAddressAvailability.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "IPAddress": "10.0.1.4" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "available": false, "availableIPAddresses": [ "10.0.1.5", 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 a2a655b412fa..52a6320fd6c1 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "parameters": { "properties": { "addressSpace": { @@ -15,40 +15,40 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [], - "virtualNetworkPeerings" : [] + "subnets": [], + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [], - "virtualNetworkPeerings" : [] + "subnets": [], + "virtualNetworkPeerings": [] } } } 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 78f33f58ae99..f7121760a861 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "vnetTest", - "virtualNetworkName" : "vnet1", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "vnetTest", + "virtualNetworkName": "vnet1", "parameters": { "properties": { "addressSpace": { @@ -28,17 +28,17 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "vnet1", - "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "vnet1", + "id": "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -64,20 +64,20 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "vnet1", - "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "vnet1", + "id": "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -103,7 +103,7 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } 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 54edd7752c17..6e7d151d9a5a 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "parameters": { "properties": { "addressSpace": { @@ -23,17 +23,17 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -47,20 +47,20 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -74,7 +74,7 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkDelete.json index 08c1d7011164..3a677cc2ba2c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "virtualNetworkName": "test-vnet" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkGatewaysListConnections.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkGatewaysListConnections.json index 1dd3fbfb435b..5bd03473a7a9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkGatewaysListConnections.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkGatewaysListConnections.json @@ -9,7 +9,7 @@ "200": { "body": { "value": [ - { + { "name": "test-vpn-connection", "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/connections/test-vpn-connection", "etag": "W/\\\"00000000-0000-0000-0000-000000000000\\\"", @@ -37,4 +37,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkGet.json index 18f0825db8b1..e2e0821763c7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkGet.json @@ -1,39 +1,40 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet" }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [{ - "name" : "subnet1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1", - "properties" : { - "provisioningState" : "Succeeded", - - "addressPrefix" : "10.0.1.0/24", - "ipConfigurations" : [{ - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe" + "subnets": [ + { + "name": "subnet1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.1.0/24", + "ipConfigurations": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe" } ] } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkList.json index 7ab4eba709f5..40547b18a148 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkListAll.json index ea2f96058361..48a780541890 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-06-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-06-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkListUsage.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkListUsage.json index 5aae3d487f08..e12d02311c26 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkListUsage.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkListUsage.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringCreate.json index 4f1e4ccd20e9..416db16b315c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringCreate.json @@ -53,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringDelete.json index d838278c21e4..412608bd4c3c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringGet.json index fb141458c6f5..ae70a41eff5f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringGet.json @@ -25,4 +25,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringList.json index f1ed95ee3ff2..d316bc68ed55 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VirtualNetworkPeeringList.json @@ -43,4 +43,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssNetworkInterfaceGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssNetworkInterfaceGet.json index 6a309c899c6b..bb1b21c63014 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssNetworkInterfaceGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssNetworkInterfaceGet.json @@ -1,62 +1,62 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkInterfaceName" : "nic1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkInterfaceName": "nic1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "1" }, - "responses" : { - "200" : { - "body" : { - "name" : "nic1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [ + "responses": { + "200": { + "body": { + "name": "nic1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ { - "name" : "ip1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "10.0.0.5", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" + "name": "ip1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "10.0.0.5", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4", - "loadBalancerBackendAddressPools" : [ + "primary": true, + "privateIPAddressVersion": "IPv4", + "loadBalancerBackendAddressPools": [ { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1" } ], - "loadBalancerInboundNatRules" : [ + "loadBalancerInboundNatRules": [ { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.1" } ] } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "dns.cdmx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "dns.cdmx.internal.cloudapp.net" }, - "macAddress" : "00-00-00-00-00-00", - "enableAcceleratedNetworking" : false, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" + "macAddress": "00-00-00-00-00-00", + "enableAcceleratedNetworking": false, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssNetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssNetworkInterfaceList.json index 01cc5ea64615..a554ba43fc16 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssNetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssNetworkInterfaceList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nic1", @@ -42,7 +42,7 @@ ] } } - ], + ], "dnsSettings": { "dnsServers": [], "appliedDnsServers": [], @@ -74,7 +74,7 @@ "privateIPAddress": "10.0.0.5", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" }, "subnet": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssPublicIpGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssPublicIpGet.json index 6163cda40a8d..3601aa554519 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssPublicIpGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssPublicIpGet.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssPublicIpListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssPublicIpListAll.json index 5d20af64ab0e..2371537ba644 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssPublicIpListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssPublicIpListAll.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssVmNetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssVmNetworkInterfaceList.json index 36e0b86265c0..b351fa9dce32 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssVmNetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssVmNetworkInterfaceList.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nic1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssVmPublicIpList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssVmPublicIpList.json index 5f179ef0a801..5df78ff0a7d1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssVmPublicIpList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/examples/VmssVmPublicIpList.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/expressRouteCircuit.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/expressRouteCircuit.json index d12bec574696..2297aac3536e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/expressRouteCircuit.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/expressRouteCircuit.json @@ -1568,4 +1568,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/network.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/network.json index 748ddc0a504c..f8f700091c5f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/network.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/network.json @@ -151,4 +151,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/networkInterface.json index 8f1b7ca7fc51..8b3fc5b456c8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/networkInterface.json @@ -1073,4 +1073,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/networkSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/networkSecurityGroup.json index daf5f217b025..f8bd6925cffb 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/networkSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/networkSecurityGroup.json @@ -823,4 +823,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/networkWatcher.json index 215219f8dd04..b74f6117cbda 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/networkWatcher.json @@ -89,7 +89,9 @@ } }, "x-ms-examples": { - "Create Network Watcher": { "$ref": "./examples/NetworkWatcherCreate.json" } + "Create Network Watcher": { + "$ref": "./examples/NetworkWatcherCreate.json" + } } }, "get": { @@ -128,8 +130,10 @@ } } }, - "x-ms-examples": { - "Get Network Watcher": { "$ref": "./examples/NetworkWatcherGet.json" } + "x-ms-examples": { + "Get Network Watcher": { + "$ref": "./examples/NetworkWatcherGet.json" + } } }, "delete": { @@ -170,7 +174,9 @@ } }, "x-ms-examples": { - "Delete Network Watcher": { "$ref": "./examples/NetworkWatcherDelete.json" } + "Delete Network Watcher": { + "$ref": "./examples/NetworkWatcherDelete.json" + } } } }, @@ -205,7 +211,9 @@ } }, "x-ms-examples": { - "List Network Watchers": { "$ref": "./examples/NetworkWatcherList.json" } + "List Network Watchers": { + "$ref": "./examples/NetworkWatcherList.json" + } }, "x-ms-pageable": { "nextLinkName": null @@ -236,7 +244,9 @@ } }, "x-ms-examples": { - "List Network Watchers": { "$ref": "./examples/NetworkWatcherListAll.json" } + "List Network Watchers": { + "$ref": "./examples/NetworkWatcherListAll.json" + } }, "x-ms-pageable": { "nextLinkName": null @@ -290,7 +300,9 @@ } }, "x-ms-examples": { - "Get Topology": { "$ref": "./examples/NetworkWatcherTopologyGet.json" } + "Get Topology": { + "$ref": "./examples/NetworkWatcherTopologyGet.json" + } } } }, @@ -348,7 +360,9 @@ } }, "x-ms-examples": { - "Verify IP Flow": { "$ref": "./examples/NetworkWatcherIpFlowVerify.json" } + "Verify IP Flow": { + "$ref": "./examples/NetworkWatcherIpFlowVerify.json" + } } } }, @@ -406,7 +420,9 @@ } }, "x-ms-examples": { - "Get Next Hop": { "$ref": "./examples/NetworkWatcherNextHopGet.json" } + "Get Next Hop": { + "$ref": "./examples/NetworkWatcherNextHopGet.json" + } } } }, @@ -464,7 +480,9 @@ } }, "x-ms-examples": { - "Get Security Group View": { "$ref": "./examples/NetworkWatcherSecurityGroupViewGet.json" } + "Get Security Group View": { + "$ref": "./examples/NetworkWatcherSecurityGroupViewGet.json" + } } } }, @@ -523,7 +541,9 @@ } }, "x-ms-examples": { - "Create Packet Capture": { "$ref": "./examples/NetworkWatcherPacketCaptureCreate.json" } + "Create Packet Capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureCreate.json" + } } }, "get": { @@ -570,7 +590,9 @@ } }, "x-ms-examples": { - "Create Packet Capture": { "$ref": "./examples/NetworkWatcherPacketCaptureGet.json" } + "Create Packet Capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureGet.json" + } } }, "delete": { @@ -618,7 +640,9 @@ } }, "x-ms-examples": { - "Delete Packet Capture": { "$ref": "./examples/NetworkWatcherPacketCaptureDelete.json" } + "Delete Packet Capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureDelete.json" + } } } }, @@ -668,7 +692,9 @@ } }, "x-ms-examples": { - "Stop Packet Capture": { "$ref": "./examples/NetworkWatcherPacketCaptureStop.json" } + "Stop Packet Capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureStop.json" + } } } }, @@ -727,7 +753,9 @@ } }, "x-ms-examples": { - "Get Packet Capture status": { "$ref": "./examples/NetworkWatcherPacketCaptureQueryStatus.json" } + "Get Packet Capture status": { + "$ref": "./examples/NetworkWatcherPacketCaptureQueryStatus.json" + } } } }, @@ -769,7 +797,9 @@ } }, "x-ms-examples": { - "List Packet Captures": { "$ref": "./examples/NetworkWatcherPacketCapturesList.json" } + "List Packet Captures": { + "$ref": "./examples/NetworkWatcherPacketCapturesList.json" + } }, "x-ms-pageable": { "nextLinkName": null @@ -830,7 +860,9 @@ } }, "x-ms-examples": { - "Troubleshoot Resource": { "$ref": "./examples/NetworkWatcherTroubleshootGet.json" } + "Troubleshoot Resource": { + "$ref": "./examples/NetworkWatcherTroubleshootGet.json" + } } } }, @@ -888,7 +920,9 @@ } }, "x-ms-examples": { - "Get Troubleshoot result": { "$ref": "./examples/NetworkWatcherTroubleshootResultQuery.json" } + "Get Troubleshoot result": { + "$ref": "./examples/NetworkWatcherTroubleshootResultQuery.json" + } } } }, @@ -946,7 +980,9 @@ } }, "x-ms-examples": { - "Configure Flow Logs": { "$ref": "./examples/NetworkWatcherFlowLogConfigure.json" } + "Configure Flow Logs": { + "$ref": "./examples/NetworkWatcherFlowLogConfigure.json" + } } } }, @@ -1004,7 +1040,9 @@ } }, "x-ms-examples": { - "Query Flow Log Status": { "$ref": "./examples/NetworkWatcherFlowLogStatusQuery.json" } + "Query Flow Log Status": { + "$ref": "./examples/NetworkWatcherFlowLogStatusQuery.json" + } } } }, @@ -1062,7 +1100,9 @@ } }, "x-ms-examples": { - "Check Connectivity": { "$ref": "./examples/NetworkWatcherConnectivityCheck.json" } + "Check Connectivity": { + "$ref": "./examples/NetworkWatcherConnectivityCheck.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/publicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/publicIpAddress.json index e540f6ae1191..8df0de55f0b2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/publicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/publicIpAddress.json @@ -403,4 +403,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/routeFilter.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/routeFilter.json index 3966f4576771..9d7ba99890c2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/routeFilter.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/routeFilter.json @@ -832,4 +832,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/routeTable.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/routeTable.json index e95a2d01f50d..8d54f7a62ce6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/routeTable.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/routeTable.json @@ -635,4 +635,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/serviceCommunity.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/serviceCommunity.json index 56a1bec56d17..26fb44ea8992 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/serviceCommunity.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/serviceCommunity.json @@ -164,4 +164,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/usage.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/usage.json index 5783e5cb7010..9ddaeacc9062 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/usage.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/usage.json @@ -161,4 +161,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/virtualNetworkGateway.json index 9ae13e89a4b4..6a0652714c55 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/virtualNetworkGateway.json @@ -2138,4 +2138,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/vmssNetworkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/vmssNetworkInterface.json index 75d27585e5a5..a82afec50e57 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/vmssNetworkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/vmssNetworkInterface.json @@ -245,4 +245,4 @@ "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/vmssPublicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/vmssPublicIpAddress.json index 2052f8c0e4aa..f08533b361ac 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/vmssPublicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-06-01/vmssPublicIpAddress.json @@ -264,4 +264,4 @@ "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/applicationGateway.json index b3d160959959..a280c9fce699 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/applicationGateway.json @@ -34,7 +34,7 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}": { "delete": { "tags": [ "ApplicationGateways" @@ -344,7 +344,7 @@ "required": false, "type": "string", "description": "Expands BackendAddressPool and BackendHttpSettings referenced in backend health." - } + } ], "responses": { "200": { @@ -360,7 +360,7 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets": { + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets": { "get": { "tags": [ "ApplicationGateways" @@ -392,7 +392,9 @@ ], "operationId": "ApplicationGateways_ListAvailableSslOptions", "x-ms-examples": { - "ApplicationGatewayAvailableSslOptionsGet": { "$ref": "./examples/ApplicationGatewayAvailableSslOptionsGet.json" } + "ApplicationGatewayAvailableSslOptionsGet": { + "$ref": "./examples/ApplicationGatewayAvailableSslOptionsGet.json" + } }, "description": "Lists available Ssl options for configuring Ssl policy.", "parameters": [ @@ -420,7 +422,9 @@ ], "operationId": "ApplicationGateways_ListAvailableSslPredefinedPolicies", "x-ms-examples": { - "ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet": { "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json" } + "ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet": { + "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -451,7 +455,9 @@ ], "operationId": "ApplicationGateways_GetSslPredefinedPolicy", "x-ms-examples": { - "ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet": { "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json" } + "ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet": { + "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json" + } }, "description": "Gets Ssl predefined policy with the specified policy name.", "parameters": [ @@ -485,25 +491,25 @@ "properties": { "backendAddressPools": { "type": "array", - "items": { + "items": { "$ref": "#/definitions/ApplicationGatewayBackendHealthPool" - } - } - }, - "description": "List of ApplicationGatewayBackendHealthPool resources." - }, + } + } + }, + "description": "List of ApplicationGatewayBackendHealthPool resources." + }, "ApplicationGatewayBackendHealthPool": { "properties": { "backendAddressPool": { "$ref": "#/definitions/ApplicationGatewayBackendAddressPool", "description": "Reference of an ApplicationGatewayBackendAddressPool resource." - }, + }, "backendHttpSettingsCollection": { "type": "array", "items": { "$ref": "#/definitions/ApplicationGatewayBackendHealthHttpSettings" }, - "description": "List of ApplicationGatewayBackendHealthHttpSettings resources." + "description": "List of ApplicationGatewayBackendHealthHttpSettings resources." } }, "description": "Application gateway BackendHealth pool." @@ -513,27 +519,27 @@ "backendHttpSettings": { "$ref": "#/definitions/ApplicationGatewayBackendHttpSettings", "description": "Reference of an ApplicationGatewayBackendHttpSettings resource." - }, + }, "servers": { "type": "array", "items": { "$ref": "#/definitions/ApplicationGatewayBackendHealthServer" - }, - "description": "List of ApplicationGatewayBackendHealthServer resources." + }, + "description": "List of ApplicationGatewayBackendHealthServer resources." } }, "description": "Application gateway BackendHealthHttp settings." - }, + }, "ApplicationGatewayBackendHealthServer": { "properties": { "address": { - "type": "string", - "description": "IP address or FQDN of backend server." - }, + "type": "string", + "description": "IP address or FQDN of backend server." + }, "ipConfiguration": { "$ref": "./networkInterface.json#/definitions/NetworkInterfaceIPConfiguration", "description": "Reference of IP configuration of backend server." - }, + }, "health": { "type": "string", "description": "Health of backend server.", @@ -549,9 +555,9 @@ "modelAsString": true } } - }, + }, "description": "Application gateway backendhealth http settings." - }, + }, "ApplicationGatewaySku": { "properties": { "name": { @@ -594,7 +600,7 @@ "disabledSslProtocols": { "type": "array", "description": "Ssl protocols to be disabled on application gateway.", - "items":{ + "items": { "type": "string", "$ref": "#/definitions/ProtocolsEnum", "x-ms-enum": { @@ -615,18 +621,18 @@ "modelAsString": true } }, - "policyName":{ + "policyName": { "$ref": "#/definitions/PolicyNameEnum", "description": "Name of Ssl predefined policy" }, - "cipherSuites":{ + "cipherSuites": { "type": "array", - "items":{ + "items": { "$ref": "#/definitions/CipherSuitesEnum" }, - "description":"Ssl cipher suites to be enabled in the specified order to application gateway." + "description": "Ssl cipher suites to be enabled in the specified order to application gateway." }, - "minProtocolVersion":{ + "minProtocolVersion": { "$ref": "#/definitions/ProtocolsEnum", "description": "Minimum version of Ssl protocol to be supported on application gateway." } @@ -967,8 +973,8 @@ "description": "Array of references to application gateway authentication certificates." }, "connectionDraining": { - "$ref": "#/definitions/ApplicationGatewayConnectionDraining", - "description": "Connection draining of the backend http settings resource." + "$ref": "#/definitions/ApplicationGatewayConnectionDraining", + "description": "Connection draining of the backend http settings resource." }, "hostName": { "type": "string", @@ -991,8 +997,8 @@ "description": "Path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "type": "string", + "description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." } }, "description": "Properties of Backend address pool settings of an application gateway." @@ -1181,16 +1187,16 @@ "format": "int32", "description": "The probe retry count. Backend server is marked down after consecutive probe failure count reaches UnhealthyThreshold. Acceptable values are from 1 second to 20." }, - "pickHostNameFromBackendHttpSettings":{ - "type":"boolean", + "pickHostNameFromBackendHttpSettings": { + "type": "boolean", "description": "Whether the host header should be picked from the backend http settings. Default value is false." }, - "minServers":{ - "type":"integer", + "minServers": { + "type": "integer", "format": "int32", "description": "Minimum number of servers that are always marked healthy. Default value is 0." }, - "match":{ + "match": { "$ref": "#/definitions/ApplicationGatewayProbeHealthResponseMatch", "description": "Criterion for classifying a healthy probe response." }, @@ -1203,16 +1209,16 @@ }, "ApplicationGatewayProbeHealthResponseMatch": { "properties": { - "body":{ + "body": { "type": "string", "description": "Body that must be contained in the health response. Default value is empty." }, - "statusCodes":{ + "statusCodes": { "type": "array", - "items":{ + "items": { "type": "string" }, - "description":"Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399." + "description": "Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399." } }, "description": "Application gateway probe health response match" @@ -1314,7 +1320,7 @@ "properties": { "redirectType": { "type": "string", - "$ref":"#/definitions/RedirectTypeEnum", + "$ref": "#/definitions/RedirectTypeEnum", "description": "Supported http redirection types - Permanent, Temporary, Found, SeeOther.", "x-ms-enum": { "name": "ApplicationGatewayRedirectType", @@ -1322,7 +1328,7 @@ } }, "targetListener": { - "$ref":"./network.json#/definitions/SubResource", + "$ref": "./network.json#/definitions/SubResource", "description": "Reference to a listener to redirect the request to." }, "targetUrl": { @@ -1347,14 +1353,14 @@ "urlPathMaps": { "type": "array", "items": { - "$ref":"./network.json#/definitions/SubResource" + "$ref": "./network.json#/definitions/SubResource" }, "description": "Url path maps specifying default redirect configuration." }, "pathRules": { "type": "array", "items": { - "$ref":"./network.json#/definitions/SubResource" + "$ref": "./network.json#/definitions/SubResource" }, "description": "Path rules specifying redirect configuration." } @@ -1642,26 +1648,26 @@ "description": "Application gateway web application firewall configuration." }, "ApplicationGatewayConnectionDraining": { - "properties": { - "enabled": { - "type": "boolean", - "description": "Whether connection draining is enabled or not." - }, - "drainTimeoutInSec": { - "type": "integer", - "format": "int32", - "maximum": 3600, - "exclusiveMaximum": false, - "minimum": 1, - "exclusiveMinimum": false, - "description": "The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds." - } + "properties": { + "enabled": { + "type": "boolean", + "description": "Whether connection draining is enabled or not." }, - "required": [ - "enabled", - "drainTimeoutInSec" - ], - "description": "Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration." + "drainTimeoutInSec": { + "type": "integer", + "format": "int32", + "maximum": 3600, + "exclusiveMaximum": false, + "minimum": 1, + "exclusiveMinimum": false, + "description": "The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds." + } + }, + "required": [ + "enabled", + "drainTimeoutInSec" + ], + "description": "Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration." }, "ApplicationGatewayFirewallDisabledRuleGroup": { "properties": { @@ -1795,28 +1801,28 @@ "description": "Response for ApplicationGatewayAvailableSslOptions API service call." }, "ApplicationGatewayAvailableSslOptionsPropertiesFormat": { - "properties": { - "predefinedPolicies":{ - "type": "array", - "items": { - "$ref": "./network.json#/definitions/SubResource" - }, - "description": "List of available Ssl predefined policy." - }, - "defaultPolicy":{ - "$ref": "#/definitions/PolicyNameEnum", - "description": "Name of the Ssl predefined policy applied by default to application gateway" + "properties": { + "predefinedPolicies": { + "type": "array", + "items": { + "$ref": "./network.json#/definitions/SubResource" }, - "availableCipherSuites":{ - "type":"array", - "items":{ - "$ref": "#/definitions/CipherSuitesEnum" - }, - "description": "List of available Ssl cipher suites." + "description": "List of available Ssl predefined policy." + }, + "defaultPolicy": { + "$ref": "#/definitions/PolicyNameEnum", + "description": "Name of the Ssl predefined policy applied by default to application gateway" + }, + "availableCipherSuites": { + "type": "array", + "items": { + "$ref": "#/definitions/CipherSuitesEnum" }, - "availableProtocols":{ - "type":"array", - "items":{ + "description": "List of available Ssl cipher suites." + }, + "availableProtocols": { + "type": "array", + "items": { "$ref": "#/definitions/ProtocolsEnum" }, "description": "List of available Ssl protocols." @@ -1826,7 +1832,7 @@ }, "ApplicationGatewayAvailableSslPredefinedPolicies": { "properties": { - "value":{ + "value": { "type": "array", "items": { "$ref": "#/definitions/ApplicationGatewaySslPredefinedPolicy" @@ -1851,59 +1857,59 @@ "$ref": "#/definitions/ApplicationGatewaySslPredefinedPolicyPropertiesFormat" } }, - "allOf":[ + "allOf": [ { "$ref": "./network.json#/definitions/SubResource" } ], "description": "An Ssl predefined policy" }, - "ApplicationGatewaySslPredefinedPolicyPropertiesFormat":{ - "properties":{ - "cipherSuites":{ - "type":"array", - "items":{ + "ApplicationGatewaySslPredefinedPolicyPropertiesFormat": { + "properties": { + "cipherSuites": { + "type": "array", + "items": { "$ref": "#/definitions/CipherSuitesEnum" }, "description": "Ssl cipher suites to be enabled in the specified order for application gateway." }, - "minProtocolVersion":{ + "minProtocolVersion": { "$ref": "#/definitions/ProtocolsEnum", "description": "Minimum version of Ssl protocol to be supported on application gateway." } }, "description": "Properties of ApplicationGatewaySslPredefinedPolicy" }, - "PolicyNameEnum":{ + "PolicyNameEnum": { "type": "string", "description": "Ssl predefined policy name enums.", - "enum":[ + "enum": [ "AppGwSslPolicy20150501", "AppGwSslPolicy20170401", "AppGwSslPolicy20170401S" ], - "x-ms-enum":{ + "x-ms-enum": { "name": "ApplicationGatewaySslPolicyName", "modelAsString": true } }, - "ProtocolsEnum":{ + "ProtocolsEnum": { "type": "string", "description": "Ssl protocol enums.", - "enum":[ + "enum": [ "TLSv1_0", "TLSv1_1", "TLSv1_2" ], - "x-ms-enum":{ + "x-ms-enum": { "name": "ApplicationGatewaySslProtocol", "modelAsString": true } }, - "CipherSuitesEnum":{ + "CipherSuitesEnum": { "type": "string", "description": "Ssl cipher suites enums.", - "enum":[ + "enum": [ "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384", "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", @@ -1935,15 +1941,15 @@ "modelAsString": true } }, - "RedirectTypeEnum":{ + "RedirectTypeEnum": { "type": "string", - "enum":[ + "enum": [ "Permanent", "Found", "SeeOther", "Temporary" ], - "x-ms-enum":{ + "x-ms-enum": { "name": "ApplicationGatewayRedirectType", "modelAsString": true } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/checkDnsAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/checkDnsAvailability.json index 074c068a9922..a0d08c48b324 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/checkDnsAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/checkDnsAvailability.json @@ -71,7 +71,9 @@ } }, "x-ms-examples": { - "Check Dns Name Availability": { "$ref": "./examples/CheckDnsNameAvailability.json" } + "Check Dns Name Availability": { + "$ref": "./examples/CheckDnsNameAvailability.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/endpointService.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/endpointService.json index 7bc037f2fb2d..c8cfc52d6b56 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/endpointService.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/endpointService.json @@ -65,7 +65,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "EndpointServicesList": { "$ref": "./examples/EndpointServicesList.json" } + "EndpointServicesList": { + "$ref": "./examples/EndpointServicesList.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ApplicationGatewayAvailableSslOptionsGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ApplicationGatewayAvailableSslOptionsGet.json index c4365ee67428..96351f607cc6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ApplicationGatewayAvailableSslOptionsGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ApplicationGatewayAvailableSslOptionsGet.json @@ -4,6 +4,6 @@ "subscriptionId": "subid" }, "responses": { - "200": { } + "200": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json index c4365ee67428..96351f607cc6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json @@ -4,6 +4,6 @@ "subscriptionId": "subid" }, "responses": { - "200": { } + "200": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json index 5c8973c9ec96..7c710544fc08 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json @@ -5,6 +5,6 @@ "predefinedPolicyName": "AppGwSslPolicy20150501" }, "responses": { - "200": { } + "200": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/CheckDnsNameAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/CheckDnsNameAvailability.json index 49a8c934d1e1..911dafc0d16b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/CheckDnsNameAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/CheckDnsNameAvailability.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "location" : "westus", - "domainNameLabel" : "testdns" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "location": "westus", + "domainNameLabel": "testdns" }, - "responses" : { - "200" : { + "responses": { + "200": { "body": { "available": false } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/EndpointServicesList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/EndpointServicesList.json index 6dca61f7d577..79c0cce5c8cb 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/EndpointServicesList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/EndpointServicesList.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleCreate.json index d340b5196e71..81066bf1eab7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleCreate.json @@ -8,7 +8,9 @@ "inboundNatRuleParameters": { "properties": { "protocol": "Tcp", - "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1"}, + "frontendIPConfiguration": { + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + }, "frontendPort": 3390, "backendPort": 3389, "idleTimeoutInMinutes": 4, @@ -24,7 +26,7 @@ "properties": { "provisioningState": "Succeeded", "frontendIPConfiguration": { - "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" }, "frontendPort": 3390, "backendPort": 3389, @@ -44,7 +46,7 @@ "properties": { "provisioningState": "Succeeded", "frontendIPConfiguration": { - "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" }, "frontendPort": 3390, "backendPort": 3389, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleDelete.json index 8c3c85c9c30e..388bd9f15138 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleDelete.json @@ -7,8 +7,8 @@ "inboundNatRuleName": "natRule1.1" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleGet.json index 79cfbfbff5b3..f7b53df30144 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleGet.json @@ -14,7 +14,7 @@ "properties": { "provisioningState": "Succeeded", "frontendIPConfiguration": { - "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" }, "frontendPort": 3390, "backendPort": 3389, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleList.json index 1081270bf0a3..6a459101a11e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/InboundNatRuleList.json @@ -21,7 +21,7 @@ "backendPort": 3389, "enableFloatingIP": false, "idleTimeoutInMinutes": 4, - "protocol": "Tcp", + "protocol": "Tcp", "backendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1" } 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 d7996800907e..b1c3a2d2bff0 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "properties": { @@ -98,15 +98,15 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", @@ -214,14 +214,14 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", 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 c5a792b3d1d0..498a4253ea25 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "sku": { @@ -101,15 +101,15 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Standard" + "name": "Standard" }, "properties": { "provisioningState": "Succeeded", @@ -217,14 +217,14 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Standard" + "name": "Standard" }, "properties": { "provisioningState": "Succeeded", 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 b7ff40cb86b5..21f42994cf2c 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "properties": { @@ -25,7 +25,9 @@ } ] }, - "zones": [ "1" ] + "zones": [ + "1" + ] } ], "backendAddressPools": [ @@ -99,15 +101,15 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", @@ -115,7 +117,9 @@ { "name": "fe-lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe-lb", - "zones": [ "1" ], + "zones": [ + "1" + ], "properties": { "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", @@ -216,14 +220,14 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", @@ -231,7 +235,9 @@ { "name": "fe-lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe-lb", - "zones": [ "1" ], + "zones": [ + "1" + ], "properties": { "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerDelete.json index a8a0e8e087a6..5e8712c41f31 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerGet.json index 880b54457550..870388758d7b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerGet.json @@ -1,20 +1,20 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "westus", "sku": { - "name": "Basic" - }, + "name": "Basic" + }, "properties": { "provisioningState": "Succeeded", "frontendIPConfigurations": [ @@ -25,7 +25,7 @@ "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", "privateIPAllocationMethod": "Dynamic", - "subnet": { + "subnet": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnetlb/subnets/subnetlb" }, "loadBalancingRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerList.json index 9bed8aeb7d29..9442fa5cefb6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "lb", @@ -59,7 +59,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/loadBalancingRules/rulelb", "properties": { "provisioningState": "Succeeded", - "frontendIPConfiguration":{ + "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/felb" }, "frontendPort": 80, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerListAll.json index 77e7403cde2d..84f32e23c990 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "lb", @@ -58,7 +58,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/loadBalancingRules/rulelb", "properties": { "provisioningState": "Succeeded", - "frontendIPConfiguration":{ + "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/felb" }, "frontendPort": 80, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerNetworkInterfaceListVmss.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerNetworkInterfaceListVmss.json index 7a67e8857d8b..be7d78dd0a1b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerNetworkInterfaceListVmss.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/LoadBalancerNetworkInterfaceListVmss.json @@ -83,7 +83,7 @@ "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb/backendAddressPools/bepool" } ], - "loadBalancerInboundNatRules":[ + "loadBalancerInboundNatRules": [ { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb/inboundNatRules/natpool.1" } 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 be5e0a2e2ebc..f0d7347f5ff1 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 @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic", "parameters": { @@ -12,10 +12,10 @@ "name": "ipconfig1", "properties": { "publicIPAddress": { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, "subnet": { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" } } } @@ -24,75 +24,77 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "responses": { + "200": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } }, - "201" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "201": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceDelete.json index 868638d96717..8054d3ef6579 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceEffectiveNSGList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceEffectiveNSGList.json index a47230231b89..b7a876845675 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceEffectiveNSGList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceEffectiveNSGList.json @@ -1,71 +1,71 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "nic1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/test-nsg" + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/test-nsg" }, - "association" : { - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "association": { + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "networkInterface" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" + "networkInterface": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" } }, - "effectiveSecurityRules" : [ + "effectiveSecurityRules": [ { - "name" : "securityRules/rule1", - "protocol" : "Tcp", - "sourcePortRange" : "456-456", - "destinationPortRange" : "6579-6579", - "sourceAddressPrefix" : "0.0.0.0/32", - "destinationAddressPrefix" : "0.0.0.0/32", - "access" : "Allow", - "priority" : 234, - "direction" : "Inbound" + "name": "securityRules/rule1", + "protocol": "Tcp", + "sourcePortRange": "456-456", + "destinationPortRange": "6579-6579", + "sourceAddressPrefix": "0.0.0.0/32", + "destinationAddressPrefix": "0.0.0.0/32", + "access": "Allow", + "priority": 234, + "direction": "Inbound" }, { - "name" : "securityRules/default-allow-rdp", - "protocol" : "Tcp", - "sourcePortRange" : "0-65535", - "destinationPortRange" : "3389-3389", - "sourceAddressPrefix" : "1.1.1.1/32", - "destinationAddressPrefix" : "0.0.0.0/0", - "access" : "Allow", - "priority" : 1000, - "direction" : "Inbound" + "name": "securityRules/default-allow-rdp", + "protocol": "Tcp", + "sourcePortRange": "0-65535", + "destinationPortRange": "3389-3389", + "sourceAddressPrefix": "1.1.1.1/32", + "destinationAddressPrefix": "0.0.0.0/0", + "access": "Allow", + "priority": 1000, + "direction": "Inbound" }, { - "name" : "defaultSecurityRules/AllowInternetOutBound", - "protocol" : "All", - "sourcePortRange" : "0-65535", - "destinationPortRange" : "0-65535", - "sourceAddressPrefix" : "0.0.0.0/0", - "destinationAddressPrefix" : "Internet", - "expandedDestinationAddressPrefix" : [ + "name": "defaultSecurityRules/AllowInternetOutBound", + "protocol": "All", + "sourcePortRange": "0-65535", + "destinationPortRange": "0-65535", + "sourceAddressPrefix": "0.0.0.0/0", + "destinationAddressPrefix": "Internet", + "expandedDestinationAddressPrefix": [ "32.0.0.0/3", "4.0.0.0/6", "2.0.0.0/7", "1.0.0.0/8" ], - "access" : "Allow", - "priority" : 65001, - "direction" : "Outbound" + "access": "Allow", + "priority": 65001, + "direction": "Outbound" } ] } ] } }, - "202" : { } + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceEffectiveRouteTableList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceEffectiveRouteTableList.json index caf8c7e0920f..a086235d6895 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceEffectiveRouteTableList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceEffectiveRouteTableList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "nic1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "source": "Default", @@ -55,7 +55,7 @@ "nextHopIpAddress": [] }, { - "source": "Default", + "source": "Default", "state": "Active", "addressPrefix": [ "192.168.0.0/16" @@ -66,6 +66,6 @@ ] } }, - "202" : { } + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceGet.json index 773a19012007..49fe0faab846 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceGet.json @@ -1,53 +1,54 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic" }, - "responses" : { - "200" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "responses": { + "200": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceList.json index 27f3222281a3..68a0fbcfa141 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceList.json @@ -1,87 +1,89 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" }, { - "name" : "test-nic2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip2" + "name": "test-nic2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip2" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet2/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet2/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceListAll.json index 572db9b95301..f8e8ae9a8c70 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkInterfaceListAll.json @@ -1,86 +1,88 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" }, { - "name" : "test-nic2", - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/publicIPAddresses/test-ip2" + "name": "test-nic2", + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/publicIPAddresses/test-ip2" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/virtualNetworks/rgnew-vnet2/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/virtualNetworks/rgnew-vnet2/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } ] } 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 b4766b92456b..baca1f4c0500 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 @@ -1,23 +1,23 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "parameters": { "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "securityRules": [ ], + "securityRules": [], "defaultSecurityRules": [ { "name": "AllowVnetInBound", @@ -36,7 +36,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -83,7 +83,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -102,7 +102,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", @@ -119,15 +119,15 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "securityRules": [ ], + "securityRules": [], "defaultSecurityRules": [ { "name": "AllowVnetInBound", @@ -146,7 +146,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -193,7 +193,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -212,7 +212,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", 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 4b950c40a0f4..ec2da31d01bf 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "parameters": { "properties": { "securityRules": [ @@ -25,9 +25,9 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -69,7 +69,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -116,7 +116,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -135,7 +135,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", @@ -152,8 +152,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -195,7 +195,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -242,7 +242,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -261,7 +261,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupDelete.json index c87c36aa83a7..52b9ef63eb5a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupGet.json index cbdc05925ba1..41d31c21a049 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupGet.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -49,7 +49,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -96,7 +96,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -115,7 +115,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupList.json index 309029cf1735..345d31926a5e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nsg1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupListAll.json index ce5e8f4344f6..3674fbcde14f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nsg1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleCreate.json index 413226369789..fe5474a4281d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleCreate.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1", "securityRuleParameters": { "properties": { @@ -18,11 +18,11 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", @@ -36,10 +36,10 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleDelete.json index 5b693ee88ffe..c2f5414c30d0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleDelete.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleGet.json index e032c625dc06..98adbdb0c4dd 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleGet.json @@ -1,16 +1,16 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleList.json index 887a5df547cc..537e3c3f856f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkSecurityGroupRuleList.json @@ -1,17 +1,17 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherConnectivityCheck.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherConnectivityCheck.json index fe621fc2b3cf..7f598514aade 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherConnectivityCheck.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherConnectivityCheck.json @@ -1,79 +1,79 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "source" : { - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "source": { + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" }, - "destination" : { - "address" : "192.168.100.4", - "port" : 3389 + "destination": { + "address": "192.168.100.4", + "port": 3389 } } }, - "responses" : { - "200" : { - "body" : { - "hops" : [ + "responses": { + "200": { + "body": { + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ], - "connectionStatus" : "Connected", - "avgLatencyInMs" : 1, - "minLatencyInMs" : 1, - "maxLatencyInMs" : 4, - "probesSent" : 100, - "probesFailed" : 0 + "connectionStatus": "Connected", + "avgLatencyInMs": 1, + "minLatencyInMs": 1, + "maxLatencyInMs": 4, + "probesSent": 100, + "probesFailed": 0 } }, - "202" : { - "body" : { - "hops" : [ + "202": { + "body": { + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ], - "connectionStatus" : "Connected", - "avgLatencyInMs" : 1, - "minLatencyInMs" : 1, - "maxLatencyInMs" : 4, - "probesSent" : 100, - "probesFailed" : 0 + "connectionStatus": "Connected", + "avgLatencyInMs": 1, + "minLatencyInMs": 1, + "maxLatencyInMs": 4, + "probesSent": 100, + "probesFailed": 0 } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherCreate.json index 353dd9e92c42..21f6492d9bf6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherCreate.json @@ -1,38 +1,38 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "location" : "eastus", - "properties" : {} + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "location": "eastus", + "properties": {} } }, - "responses" : { - "200" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "responses": { + "200": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } }, - "201" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "201": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherDelete.json index d18391628eb8..35f194bf2460 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherDelete.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "202" : {}, - "204" : {} + "responses": { + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherFlowLogConfigure.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherFlowLogConfigure.json index 78296e0f9115..43d0a93d49ba 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherFlowLogConfigure.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherFlowLogConfigure.json @@ -1,33 +1,33 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "responses" : { - "200" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "responses": { + "200": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "202" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "202": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherFlowLogStatusQuery.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherFlowLogStatusQuery.json index 1685cac9c163..42aee13d35a7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherFlowLogStatusQuery.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherFlowLogStatusQuery.json @@ -1,29 +1,29 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" } }, - "responses" : { - "200" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "responses": { + "200": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "202" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "202": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherGet.json index 5689636c70e6..dc9011c6a171 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherGet.json @@ -1,21 +1,21 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "200" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "responses": { + "200": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherIpFlowVerify.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherIpFlowVerify.json index e337325da857..c1f22dfb48c0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherIpFlowVerify.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherIpFlowVerify.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "direction" : "Outbound", - "protocol" : "TCP", - "localPort" : "80", - "remotePort" : "80", - "localIPAddress" : "10.2.0.4", - "remoteIPAddress" : "121.10.1.1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "direction": "Outbound", + "protocol": "TCP", + "localPort": "80", + "remotePort": "80", + "localIPAddress": "10.2.0.4", + "remoteIPAddress": "121.10.1.1" } }, - "responses" : { - "200" : { - "body" : { - "access" : "Allow", - "ruleName" : "Rule1" + "responses": { + "200": { + "body": { + "access": "Allow", + "ruleName": "Rule1" } }, - "202" : { - "body" : { - "access" : "Allow", - "ruleName" : "Rule1" + "202": { + "body": { + "access": "Allow", + "ruleName": "Rule1" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherList.json index edbfb47d24a7..3802e70c9c6d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherList.json @@ -1,33 +1,33 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } }, { - "name" : "nw2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherListAll.json index afe23a5f8563..d39985e24941 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherListAll.json @@ -1,32 +1,32 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } }, { - "name" : "nw2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "westus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "westus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherNextHopGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherNextHopGet.json index 82fe8a052f54..ff97d3e2b0fd 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherNextHopGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherNextHopGet.json @@ -1,29 +1,29 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "sourceIPAddress" : "10.0.0.5", - "destinationIPAddress" : "10.0.0.10", - "targetNicResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "sourceIPAddress": "10.0.0.5", + "destinationIPAddress": "10.0.0.10", + "targetNicResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" } }, - "responses" : { - "200" : { - "body" : { - "nextHopType" : "VnetLocal", - "nextHopIpAddress" : "10.0.0.1", - "routeTableId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" + "responses": { + "200": { + "body": { + "nextHopType": "VnetLocal", + "nextHopIpAddress": "10.0.0.1", + "routeTableId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" } }, - "202" : { - "body" : { - "nextHopType" : "VnetLocal", - "nextHopIpAddress" : "10.0.0.1", - "routeTableId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" + "202": { + "body": { + "nextHopType": "VnetLocal", + "nextHopIpAddress": "10.0.0.1", + "routeTableId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureCreate.json index 1da788ad2f9d..e87b2302de36 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureCreate.json @@ -1,52 +1,52 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1", - "parameters" : { - "properties" : { - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1", + "parameters": { + "properties": { + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } } }, - "responses" : { - "201" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "properties" : { - "provisioningState" : "Updating", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "responses": { + "201": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "properties": { + "provisioningState": "Updating", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureDelete.json index 2a9e503728f5..8aad5d8d98e2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "204" : {}, - "202" : {} + "responses": { + "204": {}, + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureGet.json index d336ca4d577e..323659271e75 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureGet.json @@ -1,33 +1,33 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Updating", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "responses": { + "200": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Updating", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureQueryStatus.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureQueryStatus.json index fa7b84609b68..b43226e0d46b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureQueryStatus.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureQueryStatus.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "captureStartTime" : "2016-01-08T03:42:33.3387305Z", - "packetCaptureStatus" : "Stopped", - "stopReason" : "TimeExceeded", - "packetCaptureError" : [] + "responses": { + "200": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "captureStartTime": "2016-01-08T03:42:33.3387305Z", + "packetCaptureStatus": "Stopped", + "stopReason": "TimeExceeded", + "packetCaptureError": [] } }, - "202" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "captureStartTime" : "2016-01-08T03:42:33.3387305Z", - "packetCaptureStatus" : "Stopped", - "stopReason" : "TimeExceeded", - "packetCaptureError" : [] + "202": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "captureStartTime": "2016-01-08T03:42:33.3387305Z", + "packetCaptureStatus": "Stopped", + "stopReason": "TimeExceeded", + "packetCaptureError": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureStop.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureStop.json index de9234a7b8c4..b485c1db1e20 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureStop.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCaptureStop.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : {}, - "202" : {} + "responses": { + "200": {}, + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCapturesList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCapturesList.json index 744dd344f35c..b027f76b63b0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCapturesList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherPacketCapturesList.json @@ -1,54 +1,54 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Updating", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Updating", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } }, { - "name" : "pc2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc2.cap", - "filePath" : "D:\\capture\\pc2.cap" + "name": "pc2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc2.cap", + "filePath": "D:\\capture\\pc2.cap" }, - "filters" : [] + "filters": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherSecurityGroupViewGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherSecurityGroupViewGet.json index ef451e0eb83f..bad67bfa211b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherSecurityGroupViewGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherSecurityGroupViewGet.json @@ -1,38 +1,38 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "responses" : { - "200" : { - "body" : { - "networkInterfaces" : [ + "responses": { + "200": { + "body": { + "networkInterfaces": [ { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", - "securityRuleAssociations" : { - "subnetAssociation" : { + "securityRuleAssociations": { + "subnetAssociation": { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", - "securityRules" : [ + "securityRules": [ { - "name" : "fe_rule", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "description" : "Allow Frontend", - "protocol" : "Tcp", - "sourcePortRange" : "*", - "destinationPortRange" : "*", - "sourceAddressPrefix" : "10.1.0.0/24", - "destinationAddressPrefix" : "*", - "access" : "Allow", - "priority" : 100, - "direction" : "Inbound" + "name": "fe_rule", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "description": "Allow Frontend", + "protocol": "Tcp", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "10.1.0.0/24", + "destinationAddressPrefix": "*", + "access": "Allow", + "priority": 100, + "direction": "Inbound" } } ] @@ -42,30 +42,30 @@ ] } }, - "202" : { - "body" : { + "202": { + "body": { "networkInterfaces": [ { - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", - "securityRuleAssociations" : { - "subnetAssociation" : { - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", - "securityRules" : [ + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", + "securityRuleAssociations": { + "subnetAssociation": { + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", + "securityRules": [ { - "name" : "fe_rule", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "description" : "Allow Frontend", - "protocol" : "Tcp", - "sourcePortRange" : "*", - "destinationPortRange" : "*", - "sourceAddressPrefix" : "10.1.0.0/24", - "destinationAddressPrefix" : "*", - "access" : "Allow", - "priority" : 100, - "direction" : "Inbound" + "name": "fe_rule", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "description": "Allow Frontend", + "protocol": "Tcp", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "10.1.0.0/24", + "destinationAddressPrefix": "*", + "access": "Allow", + "priority": 100, + "direction": "Inbound" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherTopologyGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherTopologyGet.json index 53e88a178c12..6afdecdd0ba8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherTopologyGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherTopologyGet.json @@ -1,34 +1,34 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { "targetResourceGroupName": "rg2" } }, - "responses" : { - "200" : { - "body" : { - "id" : "ce592f46-8164-4bf2-ad36-b8e4acf6fb68", - "createdDateTime" : "2017-08-02T19:31:55.9461781Z", - "lastModified" : "2017-05-27T00:00:13.2005337Z", - "resources" : [ + "responses": { + "200": { + "body": { + "id": "ce592f46-8164-4bf2-ad36-b8e4acf6fb68", + "createdDateTime": "2017-08-02T19:31:55.9461781Z", + "lastModified": "2017-05-27T00:00:13.2005337Z", + "resources": [ { - "name" : "MultiTierApp0", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/MultiTierApp0", - "location" : "westus", - "associations" : [ + "name": "MultiTierApp0", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/MultiTierApp0", + "location": "westus", + "associations": [ { - "name" : "appNic0", - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic0", - "associationType" : "Contains" + "name": "appNic0", + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic0", + "associationType": "Contains" }, { - "name" : "appNic10", - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic10", - "associationType" : "Contains" + "name": "appNic10", + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic10", + "associationType": "Contains" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherTroubleshootGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherTroubleshootGet.json index 1d352418fb79..ff498f2cb0cf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherTroubleshootGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherTroubleshootGet.json @@ -1,69 +1,69 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "storagePath" : "https://st1.blob.core.windows.net/cn1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "storagePath": "https://st1.blob.core.windows.net/cn1" } } }, - "responses" : { - "200" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary": "We are sorry, your VPN gateway is unreachable from the Internet", - "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions": [ - { - "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "responses": { + "200": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText": "Verify" - }, - { - "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", "actionUriText": "contact support" - } - ] - } + } + ] + } ] } }, - "202" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary": "We are sorry, your VPN gateway is unreachable from the Internet", - "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions": [ - { - "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "202": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText": "Verify" - }, - { - "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", "actionUriText": "contact support" - } - ] - } + } + ] + } ] } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherTroubleshootResultQuery.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherTroubleshootResultQuery.json index 6743c233f187..a22969c747fd 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherTroubleshootResultQuery.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/NetworkWatcherTroubleshootResultQuery.json @@ -1,65 +1,65 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "responses" : { - "200" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary" : "We are sorry, your VPN gateway is unreachable from the Internet", - "detail" : "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions" : [ - { - "actionText" : "Verify if there is a network security group (NSG) applied to the GatewaySubnet", - "actionUri" : "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText" : "Verify" - }, - { - "actionText" : "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri" : "http://azure.microsoft.com/support", - "actionUriText" : "contact support" - } - ] - } + "responses": { + "200": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "contact support" + } + ] + } ] } }, - "202" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id" : "000000", - "reasonType" : "VipUnResponsive", - "summary" : "We are sorry, your VPN gateway is unreachable from the Internet", - "detail" : "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions" : [ - { - "actionText" : "Verify if there is a network security group (NSG) applied to the GatewaySubnet", - "actionUri" : "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText" : "Verify" - }, - { - "actionText" : "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri" : "http://azure.microsoft.com/support", - "actionUriText" : "contact support" - } - ] - } + "202": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "contact support" + } + ] + } ] } } 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 6356fb53a48a..21accab8f1cb 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 @@ -1,10 +1,12 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "zones": [ "1" ], + "zones": [ + "1" + ], "parameters": { "properties": { "publicIPAllocationMethod": "Static", @@ -17,47 +19,51 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "zones": [ "1" ], - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Static", - "idleTimeoutInMinutes" : 10, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "zones": [ + "1" + ], + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Static", + "idleTimeoutInMinutes": 10, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Standard" + "name": "Standard" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "zones": [ "1" ], - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Static", - "idleTimeoutInMinutes" : 10, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "zones": [ + "1" + ], + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Static", + "idleTimeoutInMinutes": 10, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Standard" + "name": "Standard" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } 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 0100d53802c3..d879c4ee4d43 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 @@ -1,52 +1,52 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", "parameters": { "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Basic" + "name": "Basic" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Basic" + "name": "Basic" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } 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 d86edf1ea84b..ae561a62ac72 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 @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", "parameters": { @@ -13,47 +13,47 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "dnslbl", - "fqdn" : "dnslbl.westus.cloudapp.azure.com" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "dnslbl", + "fqdn": "dnslbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "dnslbl", - "fqdn" : "dnslbl.westus.cloudapp.azure.com" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "dnslbl", + "fqdn": "dnslbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressDelete.json index 59de27897051..f7783c8c326f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressGet.json index 03e17ef5a4f3..cf5308ef1114 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressGet.json @@ -1,26 +1,26 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "testDNS-ip" }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressList.json index 9d743f61a18d..9c3c6ad30f5d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressList.json @@ -1,47 +1,47 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" }, { - "name" : "ip03", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/ip03", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "ipAddress" : "40.85.154.247", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "testlbl", - "fqdn" : "testlbl.westus.cloudapp.azure.com" + "name": "ip03", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/ip03", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "ipAddress": "40.85.154.247", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "testlbl", + "fqdn": "testlbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressListAll.json index 71102a91dc7e..7e77cb570334 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/PublicIpAddressListAll.json @@ -1,46 +1,46 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" }, { - "name" : "ip01", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/publicIPAddresses/ip01", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "ipAddress" : "40.85.154.247", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "testlbl", - "fqdn" : "testlbl.westus.cloudapp.azure.com" + "name": "ip01", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/publicIPAddresses/ip01", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "ipAddress": "40.85.154.247", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "testlbl", + "fqdn": "testlbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterCreate.json index 0625634ff624..743ee9e9ccd0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterCreate.json @@ -1,96 +1,96 @@ { - "parameters": { - "routeFilterName": "filterName", - "resourceGroupName": "rg1", - "api-version": "2017-08-01", - "subscriptionId": "subid", - "routeFilterParameters": { - "location": "West US", - "tags": { - "key1": "value1" - }, + "parameters": { + "routeFilterName": "filterName", + "resourceGroupName": "rg1", + "api-version": "2017-08-01", + "subscriptionId": "subid", + "routeFilterParameters": { + "location": "West US", + "tags": { + "key1": "value1" + }, + "properties": { + "rules": [ + { + "name": "ruleName", "properties": { - "rules": [ - { - "name": "ruleName", - "properties": { - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } + } + ], + "peerings": [] + } + } + }, + "responses": { + "201": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] + } + } + ], + "peerings": [] } + } }, - "responses": { - "201": { - "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] - } - } + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" }, - "200": { - "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] - } + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] + } } + ], + "peerings": [] } + } } + } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterDelete.json index ebfe6127acd2..44174f0797b6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterDelete.json @@ -6,8 +6,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterList.json index 4c3a70ffcfad..e8e2d1ab7372 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterList.json @@ -8,34 +8,34 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } - ], - "peerings": [] - } + } + ], + "peerings": [] + } } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterListByResourceGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterListByResourceGroup.json index 31ea9c9faf04..067c5c9d73e4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterListByResourceGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterListByResourceGroup.json @@ -9,34 +9,34 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } - ], - "peerings": [] - } + } + ], + "peerings": [] + } } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterRuleDelete.json index c9b78b245ba9..ac088b824c9c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteFilterRuleDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableCreate.json index c94936ec1948..df3a9fdfebc3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableCreate.json @@ -1,35 +1,35 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "parameters": { "location": "westus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableCreateWithRoute.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableCreateWithRoute.json index 8e0f9ce6e26d..252f6712e9d5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableCreateWithRoute.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableCreateWithRoute.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "parameters": { "properties": { "routes": [ @@ -19,9 +19,9 @@ "location": "westus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", @@ -42,8 +42,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableDelete.json index 87b40c2b81fc..f62dc1033d8e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableGet.json index 94a2667f99e5..53c97c8593ac 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableGet.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableList.json index 7ae4e43208ba..2d246e7363fc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "testrt", @@ -35,7 +35,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableListAll.json index 5790aa818e40..7a36ae4fc393 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "testrt", @@ -34,7 +34,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteCreate.json index 11223ce35f14..87ea4cbfce43 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteCreate.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1", "routeParameters": { "properties": { @@ -12,9 +12,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { @@ -24,8 +24,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteDelete.json index 4e87894a2945..8921998b1467 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteDelete.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteGet.json index da092bb93a85..13ece430738c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteGet.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteList.json index 367ab74f7c61..2bfcd5ad28ca 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/RouteTableRouteList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "route1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ServiceCommunityList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ServiceCommunityList.json index 3c7e00230d9a..443fe4de3193 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ServiceCommunityList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/ServiceCommunityList.json @@ -12,7 +12,7 @@ "name": "skype", "type": "Microsofot.Network/bgpServiceCommunities", "properties": { - "serviceName" : "skype", + "serviceName": "skype", "bgpCommunities": [ { "serviceSupportedRegion": "Global", @@ -23,7 +23,7 @@ "13.67.186.105/32" ], "isAuthorizedToUse": true, - "serviceGroup" : "O365" + "serviceGroup": "O365" } ] } @@ -33,7 +33,7 @@ "name": "exchange", "type": "Microsofot.Network/bgpServiceCommunities", "properties": { - "serviceName" : "exchange", + "serviceName": "exchange", "bgpCommunities": [ { "serviceSupportedRegion": "Global", @@ -44,7 +44,7 @@ "13.67.186.105/32" ], "isAuthorizedToUse": true, - "serviceGroup" : "O365" + "serviceGroup": "O365" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/SubnetCreateServiceEndpoint.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/SubnetCreateServiceEndpoint.json index 4b3550d4d969..60ca3f2b5887 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/SubnetCreateServiceEndpoint.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/SubnetCreateServiceEndpoint.json @@ -9,7 +9,9 @@ "properties": { "addressPrefix": "10.0.0.0/16", "serviceEndpoints": [ - { "service": "Microsoft.Storage" } + { + "service": "Microsoft.Storage" + } ] } } @@ -21,14 +23,16 @@ "name": "subnet1", "properties": { "addressPrefix": "10.0.0.0/16", - "serviceEndpoints": [{ - "service": "Microsoft.Storage", - "locations": [ - "eastus2(stage)", - "usnorth(stage)" - ], - "provisioningState": "Succeeded" - }], + "serviceEndpoints": [ + { + "service": "Microsoft.Storage", + "locations": [ + "eastus2(stage)", + "usnorth(stage)" + ], + "provisioningState": "Succeeded" + } + ], "provisioningState": "Succeeded" } } @@ -39,17 +43,19 @@ "name": "subnet1", "properties": { "addressPrefix": "10.0.0.0/16", - "serviceEndpoints": [{ - "service": "Microsoft.Storage", - "locations": [ - "eastus2(stage)", - "usnorth(stage)" - ], - "provisioningState": "Succeeded" - }], + "serviceEndpoints": [ + { + "service": "Microsoft.Storage", + "locations": [ + "eastus2(stage)", + "usnorth(stage)" + ], + "provisioningState": "Succeeded" + } + ], "provisioningState": "Succeeded" } } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/SubnetDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/SubnetDelete.json index 9126333992c6..f5fcf72081b0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/SubnetDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/SubnetDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCheckIPAddressAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCheckIPAddressAvailability.json index a8a2ecce1288..92ac0acdc87f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCheckIPAddressAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkCheckIPAddressAvailability.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "IPAddress": "10.0.1.4" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "available": false, "availableIPAddresses": [ "10.0.1.5", 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 304caf4a8173..377ccee4aec5 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "parameters": { "properties": { "addressSpace": { @@ -15,40 +15,40 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [], - "virtualNetworkPeerings" : [] + "subnets": [], + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [], - "virtualNetworkPeerings" : [] + "subnets": [], + "virtualNetworkPeerings": [] } } } 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 c54ce642f81b..0f37dd78a656 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "vnetTest", - "virtualNetworkName" : "vnet1", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "vnetTest", + "virtualNetworkName": "vnet1", "parameters": { "properties": { "addressSpace": { @@ -28,17 +28,17 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "vnet1", - "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "vnet1", + "id": "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -64,20 +64,20 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "vnet1", - "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "vnet1", + "id": "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -103,7 +103,7 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } 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 8568adef5aa9..7360f00b23cc 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "parameters": { "properties": { "addressSpace": { @@ -23,17 +23,17 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -47,20 +47,20 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -74,7 +74,7 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkDelete.json index 438d8f1b0bec..775f3bc4d65b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "virtualNetworkName": "test-vnet" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkGatewaysListConnections.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkGatewaysListConnections.json index f1d6ba85248c..2d0241c025a5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkGatewaysListConnections.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkGatewaysListConnections.json @@ -9,7 +9,7 @@ "200": { "body": { "value": [ - { + { "name": "test-vpn-connection", "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/connections/test-vpn-connection", "etag": "W/\\\"00000000-0000-0000-0000-000000000000\\\"", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkGet.json index 923f786591b3..e1fe005ebdb2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkGet.json @@ -1,39 +1,40 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet" }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [{ - "name" : "subnet1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1", - "properties" : { - "provisioningState" : "Succeeded", - - "addressPrefix" : "10.0.1.0/24", - "ipConfigurations" : [{ - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe" + "subnets": [ + { + "name": "subnet1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.1.0/24", + "ipConfigurations": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe" } ] } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkList.json index 10f3dc857588..ff5b34e206e4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkListAll.json index 72dfe6002f48..5bd19b4f8674 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkPeeringDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkPeeringDelete.json index fbfbd83a88c1..e3cfb2d90e45 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkPeeringDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VirtualNetworkPeeringDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssNetworkInterfaceGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssNetworkInterfaceGet.json index 6a309c899c6b..bb1b21c63014 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssNetworkInterfaceGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssNetworkInterfaceGet.json @@ -1,62 +1,62 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkInterfaceName" : "nic1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkInterfaceName": "nic1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "1" }, - "responses" : { - "200" : { - "body" : { - "name" : "nic1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [ + "responses": { + "200": { + "body": { + "name": "nic1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ { - "name" : "ip1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "10.0.0.5", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" + "name": "ip1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "10.0.0.5", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4", - "loadBalancerBackendAddressPools" : [ + "primary": true, + "privateIPAddressVersion": "IPv4", + "loadBalancerBackendAddressPools": [ { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1" } ], - "loadBalancerInboundNatRules" : [ + "loadBalancerInboundNatRules": [ { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.1" } ] } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "dns.cdmx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "dns.cdmx.internal.cloudapp.net" }, - "macAddress" : "00-00-00-00-00-00", - "enableAcceleratedNetworking" : false, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" + "macAddress": "00-00-00-00-00-00", + "enableAcceleratedNetworking": false, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssNetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssNetworkInterfaceList.json index 01cc5ea64615..a554ba43fc16 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssNetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssNetworkInterfaceList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nic1", @@ -42,7 +42,7 @@ ] } } - ], + ], "dnsSettings": { "dnsServers": [], "appliedDnsServers": [], @@ -74,7 +74,7 @@ "privateIPAddress": "10.0.0.5", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" }, "subnet": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssPublicIpGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssPublicIpGet.json index 6163cda40a8d..3601aa554519 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssPublicIpGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssPublicIpGet.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssPublicIpListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssPublicIpListAll.json index 5d20af64ab0e..2371537ba644 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssPublicIpListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssPublicIpListAll.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssVmNetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssVmNetworkInterfaceList.json index 36e0b86265c0..b351fa9dce32 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssVmNetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssVmNetworkInterfaceList.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nic1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssVmPublicIpList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssVmPublicIpList.json index 5f179ef0a801..5df78ff0a7d1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssVmPublicIpList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/examples/VmssVmPublicIpList.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/expressRouteCircuit.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/expressRouteCircuit.json index 47762908dddd..706653e3ad1f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/expressRouteCircuit.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/expressRouteCircuit.json @@ -36,7 +36,7 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}/authorizations/{authorizationName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}/authorizations/{authorizationName}": { "delete": { "tags": [ "ExpressRouteCircuitAuthorizations" @@ -1157,8 +1157,8 @@ "description": "The GatewayManager Etag." }, "lastModifiedBy": { - "type": "string", - "description": "Gets whether the provider or the customer last modified the peering." + "type": "string", + "description": "Gets whether the provider or the customer last modified the peering." }, "routeFilter": { "$ref": "./routeFilter.json#/definitions/RouteFilter", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/loadBalancer.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/loadBalancer.json index 0697dbb0ad70..71489f157b8d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/loadBalancer.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/loadBalancer.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete load balancer": { "$ref": "./examples/LoadBalancerDelete.json" } + "Delete load balancer": { + "$ref": "./examples/LoadBalancerDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get load balancer": { "$ref": "./examples/LoadBalancerGet.json" } + "Get load balancer": { + "$ref": "./examples/LoadBalancerGet.json" + } } }, "put": { @@ -180,9 +184,15 @@ } }, "x-ms-examples": { - "Create load balancer": { "$ref": "./examples/LoadBalancerCreate.json" }, - "Create load balancer with Standard SKU": { "$ref": "./examples/LoadBalancerCreateStandardSku.json" }, - "Create load balancer with Frontend IP in Zone 1": { "$ref": "./examples/LoadBalancerCreateWithZones.json" } + "Create load balancer": { + "$ref": "./examples/LoadBalancerCreate.json" + }, + "Create load balancer with Standard SKU": { + "$ref": "./examples/LoadBalancerCreateStandardSku.json" + }, + "Create load balancer with Frontend IP in Zone 1": { + "$ref": "./examples/LoadBalancerCreateWithZones.json" + } }, "x-ms-long-running-operation": true } @@ -211,7 +221,9 @@ } }, "x-ms-examples": { - "List all load balancers": { "$ref": "./examples/LoadBalancerListAll.json" } + "List all load balancers": { + "$ref": "./examples/LoadBalancerListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -249,7 +261,9 @@ } }, "x-ms-examples": { - "List load balancers in resource group": { "$ref": "./examples/LoadBalancerList.json" } + "List load balancers in resource group": { + "$ref": "./examples/LoadBalancerList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -294,7 +308,9 @@ } }, "x-ms-examples": { - "LoadBalancerBackendAddressPoolList": { "$ref": "./examples/LoadBalancerBackendAddressPoolList.json" } + "LoadBalancerBackendAddressPoolList": { + "$ref": "./examples/LoadBalancerBackendAddressPoolList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -346,7 +362,9 @@ } }, "x-ms-examples": { - "LoadBalancerBackendAddressPoolGet": { "$ref": "./examples/LoadBalancerBackendAddressPoolGet.json" } + "LoadBalancerBackendAddressPoolGet": { + "$ref": "./examples/LoadBalancerBackendAddressPoolGet.json" + } } } }, @@ -388,7 +406,9 @@ } }, "x-ms-examples": { - "LoadBalancerFrontendIPConfigurationList": { "$ref": "./examples/LoadBalancerFrontendIPConfigurationList.json" } + "LoadBalancerFrontendIPConfigurationList": { + "$ref": "./examples/LoadBalancerFrontendIPConfigurationList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -440,7 +460,9 @@ } }, "x-ms-examples": { - "LoadBalancerFrontendIPConfigurationGet": { "$ref": "./examples/LoadBalancerFrontendIPConfigurationGet.json" } + "LoadBalancerFrontendIPConfigurationGet": { + "$ref": "./examples/LoadBalancerFrontendIPConfigurationGet.json" + } } } }, @@ -485,7 +507,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "InboundNatRuleList": { "$ref": "./examples/InboundNatRuleList.json" } + "InboundNatRuleList": { + "$ref": "./examples/InboundNatRuleList.json" + } } } }, @@ -537,7 +561,9 @@ } }, "x-ms-examples": { - "InboundNatRuleDelete": { "$ref": "./examples/InboundNatRuleDelete.json" } + "InboundNatRuleDelete": { + "$ref": "./examples/InboundNatRuleDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -592,7 +618,9 @@ } }, "x-ms-examples": { - "InboundNatRuleGet": { "$ref": "./examples/InboundNatRuleGet.json" } + "InboundNatRuleGet": { + "$ref": "./examples/InboundNatRuleGet.json" + } } }, "put": { @@ -655,7 +683,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "InboundNatRuleCreate": { "$ref": "./examples/InboundNatRuleCreate.json" } + "InboundNatRuleCreate": { + "$ref": "./examples/InboundNatRuleCreate.json" + } } } }, @@ -700,7 +730,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "LoadBalancerLoadBalancingRuleList": { "$ref": "./examples/LoadBalancerLoadBalancingRuleList.json" } + "LoadBalancerLoadBalancingRuleList": { + "$ref": "./examples/LoadBalancerLoadBalancingRuleList.json" + } } } }, @@ -749,7 +781,9 @@ } }, "x-ms-examples": { - "LoadBalancerLoadBalancingRuleGet": { "$ref": "./examples/LoadBalancerLoadBalancingRuleGet.json" } + "LoadBalancerLoadBalancingRuleGet": { + "$ref": "./examples/LoadBalancerLoadBalancingRuleGet.json" + } } } }, @@ -791,8 +825,12 @@ } }, "x-ms-examples": { - "LoadBalancerNetworkInterfaceListVmss": { "$ref": "./examples/LoadBalancerNetworkInterfaceListVmss.json" }, - "LoadBalancerNetworkInterfaceListSimple": { "$ref": "./examples/LoadBalancerNetworkInterfaceListSimple.json" } + "LoadBalancerNetworkInterfaceListVmss": { + "$ref": "./examples/LoadBalancerNetworkInterfaceListVmss.json" + }, + "LoadBalancerNetworkInterfaceListSimple": { + "$ref": "./examples/LoadBalancerNetworkInterfaceListSimple.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -837,7 +875,9 @@ } }, "x-ms-examples": { - "LoadBalancerProbeList": { "$ref": "./examples/LoadBalancerProbeList.json" } + "LoadBalancerProbeList": { + "$ref": "./examples/LoadBalancerProbeList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -889,7 +929,9 @@ } }, "x-ms-examples": { - "LoadBalancerProbeGet": { "$ref": "./examples/LoadBalancerProbeGet.json" } + "LoadBalancerProbeGet": { + "$ref": "./examples/LoadBalancerProbeGet.json" + } } } } @@ -1121,7 +1163,7 @@ "disableOutboundSnat": { "type": "boolean", "description": "Configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule." - }, + }, "provisioningState": { "type": "string", "description": "Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/network.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/network.json index a0e835724566..9a1573535c22 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/network.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/network.json @@ -35,8 +35,7 @@ } } }, - "paths": { - }, + "paths": {}, "definitions": { "ErrorDetails": { "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/networkInterface.json index a68e3abc29ad..79a5655726f6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/networkInterface.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete network interface": { "$ref": "./examples/NetworkInterfaceDelete.json" } + "Delete network interface": { + "$ref": "./examples/NetworkInterfaceDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get network interface": { "$ref": "./examples/NetworkInterfaceGet.json" } + "Get network interface": { + "$ref": "./examples/NetworkInterfaceGet.json" + } } }, "put": { @@ -180,7 +184,9 @@ } }, "x-ms-examples": { - "Create network interface": { "$ref": "./examples/NetworkInterfaceCreate.json" } + "Create network interface": { + "$ref": "./examples/NetworkInterfaceCreate.json" + } }, "x-ms-long-running-operation": true } @@ -209,7 +215,9 @@ } }, "x-ms-examples": { - "List all network interfaces": { "$ref": "./examples/NetworkInterfaceListAll.json" } + "List all network interfaces": { + "$ref": "./examples/NetworkInterfaceListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -247,7 +255,9 @@ } }, "x-ms-examples": { - "List network interfaces in resource group": { "$ref": "./examples/NetworkInterfaceList.json" } + "List network interfaces in resource group": { + "$ref": "./examples/NetworkInterfaceList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -295,7 +305,9 @@ } }, "x-ms-examples": { - "Show network interface effective route tables": { "$ref": "./examples/NetworkInterfaceEffectiveRouteTableList.json" } + "Show network interface effective route tables": { + "$ref": "./examples/NetworkInterfaceEffectiveRouteTableList.json" + } }, "x-ms-long-running-operation": true } @@ -341,7 +353,9 @@ } }, "x-ms-examples": { - "List network interface effective network security groups": { "$ref": "./examples/NetworkInterfaceEffectiveNSGList.json" } + "List network interface effective network security groups": { + "$ref": "./examples/NetworkInterfaceEffectiveNSGList.json" + } }, "x-ms-long-running-operation": true } @@ -387,7 +401,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "NetworkInterfaceIPConfigurationList": { "$ref": "./examples/NetworkInterfaceIPConfigurationList.json" } + "NetworkInterfaceIPConfigurationList": { + "$ref": "./examples/NetworkInterfaceIPConfigurationList.json" + } } } }, @@ -436,7 +452,9 @@ } }, "x-ms-examples": { - "NetworkInterfaceIPConfigurationGet": { "$ref": "./examples/NetworkInterfaceIPConfigurationGet.json" } + "NetworkInterfaceIPConfigurationGet": { + "$ref": "./examples/NetworkInterfaceIPConfigurationGet.json" + } } } }, @@ -481,7 +499,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "NetworkInterfaceLoadBalancerList": { "$ref": "./examples/NetworkInterfaceLoadBalancerList.json" } + "NetworkInterfaceLoadBalancerList": { + "$ref": "./examples/NetworkInterfaceLoadBalancerList.json" + } } } } @@ -749,7 +769,7 @@ "tagMap": { "type": "string", "additionalProperties": { - "type":"array", + "type": "array", "items": { "type": "string" }, @@ -822,14 +842,14 @@ "type": "string", "description": "The destination address prefix." }, - "sourceAddressPrefixes" : { + "sourceAddressPrefixes": { "type": "array", "items": { "type": "string" }, "description": "The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the asterisk (*)." }, - "destinationAddressPrefixes" : { + "destinationAddressPrefixes": { "type": "array", "items": { "type": "string" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/networkSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/networkSecurityGroup.json index 17fc7f6afb74..0bdaa343f0c2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/networkSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/networkSecurityGroup.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete network security group": { "$ref": "./examples/NetworkSecurityGroupDelete.json" } + "Delete network security group": { + "$ref": "./examples/NetworkSecurityGroupDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get network security group": { "$ref": "./examples/NetworkSecurityGroupGet.json" } + "Get network security group": { + "$ref": "./examples/NetworkSecurityGroupGet.json" + } } }, "put": { @@ -180,8 +184,12 @@ } }, "x-ms-examples": { - "Create network security group": { "$ref": "./examples/NetworkSecurityGroupCreate.json" }, - "Create network security group with rule": { "$ref": "./examples/NetworkSecurityGroupCreateWithRule.json" } + "Create network security group": { + "$ref": "./examples/NetworkSecurityGroupCreate.json" + }, + "Create network security group with rule": { + "$ref": "./examples/NetworkSecurityGroupCreateWithRule.json" + } }, "x-ms-long-running-operation": true } @@ -210,7 +218,9 @@ } }, "x-ms-examples": { - "List all network security groups": { "$ref": "./examples/NetworkSecurityGroupListAll.json" } + "List all network security groups": { + "$ref": "./examples/NetworkSecurityGroupListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -248,7 +258,9 @@ } }, "x-ms-examples": { - "List network security groups in resource group": { "$ref": "./examples/NetworkSecurityGroupList.json" } + "List network security groups in resource group": { + "$ref": "./examples/NetworkSecurityGroupList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -303,7 +315,9 @@ } }, "x-ms-examples": { - "Delete network security rule from network security group": { "$ref": "./examples/NetworkSecurityGroupRuleDelete.json" } + "Delete network security rule from network security group": { + "$ref": "./examples/NetworkSecurityGroupRuleDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -351,7 +365,9 @@ } }, "x-ms-examples": { - "Get network security rule in network security group": { "$ref": "./examples/NetworkSecurityGroupRuleGet.json" } + "Get network security rule in network security group": { + "$ref": "./examples/NetworkSecurityGroupRuleGet.json" + } } }, "put": { @@ -413,7 +429,9 @@ } }, "x-ms-examples": { - "Create security rule": { "$ref": "./examples/NetworkSecurityGroupRuleCreate.json" } + "Create security rule": { + "$ref": "./examples/NetworkSecurityGroupRuleCreate.json" + } }, "x-ms-long-running-operation": true } @@ -456,7 +474,9 @@ } }, "x-ms-examples": { - "List network security rules in network security group": { "$ref": "./examples/NetworkSecurityGroupRuleList.json" } + "List network security rules in network security group": { + "$ref": "./examples/NetworkSecurityGroupRuleList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -501,14 +521,16 @@ } }, "x-ms-examples": { - "DefaultSecurityRuleList": { "$ref": "./examples/DefaultSecurityRuleList.json" } + "DefaultSecurityRuleList": { + "$ref": "./examples/DefaultSecurityRuleList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}/defaultSecurityRules/{defaultSecurityRuleName}" : { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}/defaultSecurityRules/{defaultSecurityRuleName}": { "get": { "tags": [ "SecurityRules" @@ -553,7 +575,9 @@ } }, "x-ms-examples": { - "DefaultSecurityRuleGet": { "$ref": "./examples/DefaultSecurityRuleGet.json" } + "DefaultSecurityRuleGet": { + "$ref": "./examples/DefaultSecurityRuleGet.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/networkWatcher.json index 2b4a4c65360a..f146da6da5d7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/networkWatcher.json @@ -89,7 +89,9 @@ } }, "x-ms-examples": { - "Create Network Watcher": { "$ref": "./examples/NetworkWatcherCreate.json" } + "Create Network Watcher": { + "$ref": "./examples/NetworkWatcherCreate.json" + } } }, "get": { @@ -128,8 +130,10 @@ } } }, - "x-ms-examples": { - "Get Network Watcher": { "$ref": "./examples/NetworkWatcherGet.json" } + "x-ms-examples": { + "Get Network Watcher": { + "$ref": "./examples/NetworkWatcherGet.json" + } } }, "delete": { @@ -170,7 +174,9 @@ } }, "x-ms-examples": { - "Delete Network Watcher": { "$ref": "./examples/NetworkWatcherDelete.json" } + "Delete Network Watcher": { + "$ref": "./examples/NetworkWatcherDelete.json" + } } } }, @@ -205,7 +211,9 @@ } }, "x-ms-examples": { - "List Network Watchers": { "$ref": "./examples/NetworkWatcherList.json" } + "List Network Watchers": { + "$ref": "./examples/NetworkWatcherList.json" + } }, "x-ms-pageable": { "nextLinkName": null @@ -236,7 +244,9 @@ } }, "x-ms-examples": { - "List Network Watchers": { "$ref": "./examples/NetworkWatcherListAll.json" } + "List Network Watchers": { + "$ref": "./examples/NetworkWatcherListAll.json" + } }, "x-ms-pageable": { "nextLinkName": null @@ -290,7 +300,9 @@ } }, "x-ms-examples": { - "Get Topology": { "$ref": "./examples/NetworkWatcherTopologyGet.json" } + "Get Topology": { + "$ref": "./examples/NetworkWatcherTopologyGet.json" + } } } }, @@ -348,7 +360,9 @@ } }, "x-ms-examples": { - "Verify IP Flow": { "$ref": "./examples/NetworkWatcherIpFlowVerify.json" } + "Verify IP Flow": { + "$ref": "./examples/NetworkWatcherIpFlowVerify.json" + } } } }, @@ -406,7 +420,9 @@ } }, "x-ms-examples": { - "Get Next Hop": { "$ref": "./examples/NetworkWatcherNextHopGet.json" } + "Get Next Hop": { + "$ref": "./examples/NetworkWatcherNextHopGet.json" + } } } }, @@ -464,7 +480,9 @@ } }, "x-ms-examples": { - "Get Security Group View": { "$ref": "./examples/NetworkWatcherSecurityGroupViewGet.json" } + "Get Security Group View": { + "$ref": "./examples/NetworkWatcherSecurityGroupViewGet.json" + } } } }, @@ -523,7 +541,9 @@ } }, "x-ms-examples": { - "Create Packet Capture": { "$ref": "./examples/NetworkWatcherPacketCaptureCreate.json" } + "Create Packet Capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureCreate.json" + } } }, "get": { @@ -570,7 +590,9 @@ } }, "x-ms-examples": { - "Create Packet Capture": { "$ref": "./examples/NetworkWatcherPacketCaptureGet.json" } + "Create Packet Capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureGet.json" + } } }, "delete": { @@ -618,7 +640,9 @@ } }, "x-ms-examples": { - "Delete Packet Capture": { "$ref": "./examples/NetworkWatcherPacketCaptureDelete.json" } + "Delete Packet Capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureDelete.json" + } } } }, @@ -668,7 +692,9 @@ } }, "x-ms-examples": { - "Stop Packet Capture": { "$ref": "./examples/NetworkWatcherPacketCaptureStop.json" } + "Stop Packet Capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureStop.json" + } } } }, @@ -727,7 +753,9 @@ } }, "x-ms-examples": { - "Get Packet Capture status": { "$ref": "./examples/NetworkWatcherPacketCaptureQueryStatus.json" } + "Get Packet Capture status": { + "$ref": "./examples/NetworkWatcherPacketCaptureQueryStatus.json" + } } } }, @@ -769,7 +797,9 @@ } }, "x-ms-examples": { - "List Packet Captures": { "$ref": "./examples/NetworkWatcherPacketCapturesList.json" } + "List Packet Captures": { + "$ref": "./examples/NetworkWatcherPacketCapturesList.json" + } }, "x-ms-pageable": { "nextLinkName": null @@ -830,7 +860,9 @@ } }, "x-ms-examples": { - "Troubleshoot Resource": { "$ref": "./examples/NetworkWatcherTroubleshootGet.json" } + "Troubleshoot Resource": { + "$ref": "./examples/NetworkWatcherTroubleshootGet.json" + } } } }, @@ -888,7 +920,9 @@ } }, "x-ms-examples": { - "Get Troubleshoot result": { "$ref": "./examples/NetworkWatcherTroubleshootResultQuery.json" } + "Get Troubleshoot result": { + "$ref": "./examples/NetworkWatcherTroubleshootResultQuery.json" + } } } }, @@ -946,7 +980,9 @@ } }, "x-ms-examples": { - "Configure Flow Logs": { "$ref": "./examples/NetworkWatcherFlowLogConfigure.json" } + "Configure Flow Logs": { + "$ref": "./examples/NetworkWatcherFlowLogConfigure.json" + } } } }, @@ -1004,7 +1040,9 @@ } }, "x-ms-examples": { - "Query Flow Log Status": { "$ref": "./examples/NetworkWatcherFlowLogStatusQuery.json" } + "Query Flow Log Status": { + "$ref": "./examples/NetworkWatcherFlowLogStatusQuery.json" + } } } }, @@ -1062,7 +1100,9 @@ } }, "x-ms-examples": { - "Check Connectivity": { "$ref": "./examples/NetworkWatcherConnectivityCheck.json" } + "Check Connectivity": { + "$ref": "./examples/NetworkWatcherConnectivityCheck.json" + } } } } @@ -1193,7 +1233,10 @@ }, "associationType": { "type": "string", - "enum": [ "Associated", "Contains" ], + "enum": [ + "Associated", + "Contains" + ], "x-ms-enum": { "name": "AssociationType", "modelAsString": true @@ -1270,7 +1313,10 @@ "properties": { "access": { "type": "string", - "enum": [ "Allow", "Deny" ], + "enum": [ + "Allow", + "Deny" + ], "x-ms-enum": { "name": "Access", "modelAsString": true @@ -1633,11 +1679,11 @@ "items": { "type": "string", "enum": [ - "InternalError", - "AgentStopped", - "CaptureFailed", - "LocalFileFailed", - "StorageFailed" + "InternalError", + "AgentStopped", + "CaptureFailed", + "LocalFileFailed", + "StorageFailed" ], "x-ms-enum": { "name": "PcError", @@ -1895,7 +1941,12 @@ "connectionStatus": { "readOnly": true, "type": "string", - "enum": [ "Unknown", "Connected", "Disconnected", "Degraded" ], + "enum": [ + "Unknown", + "Connected", + "Disconnected", + "Degraded" + ], "x-ms-enum": { "name": "ConnectionStatus", "modelAsString": true @@ -1976,7 +2027,11 @@ "origin": { "readOnly": true, "type": "string", - "enum": [ "Local", "Inbound", "Outbound" ], + "enum": [ + "Local", + "Inbound", + "Outbound" + ], "x-ms-enum": { "name": "Origin", "modelAsString": true @@ -1986,7 +2041,10 @@ "severity": { "readOnly": true, "type": "string", - "enum": [ "Error", "Warning" ], + "enum": [ + "Error", + "Warning" + ], "x-ms-enum": { "name": "Severity", "modelAsString": true @@ -1996,7 +2054,17 @@ "type": { "readOnly": true, "type": "string", - "enum": [ "Unknown", "AgentStopped", "GuestFirewall", "DnsResolution", "SocketBind", "NetworkSecurityRule", "UserDefinedRoute", "PortThrottled", "Platform" ], + "enum": [ + "Unknown", + "AgentStopped", + "GuestFirewall", + "DnsResolution", + "SocketBind", + "NetworkSecurityRule", + "UserDefinedRoute", + "PortThrottled", + "Platform" + ], "x-ms-enum": { "name": "IssueType", "modelAsString": true diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/publicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/publicIpAddress.json index 19f32b843de1..09be3b020624 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/publicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/publicIpAddress.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete public IP address": { "$ref": "./examples/PublicIpAddressDelete.json" } + "Delete public IP address": { + "$ref": "./examples/PublicIpAddressDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get public IP address": { "$ref": "./examples/PublicIpAddressGet.json" } + "Get public IP address": { + "$ref": "./examples/PublicIpAddressGet.json" + } } }, "put": { @@ -180,9 +184,15 @@ } }, "x-ms-examples": { - "Create public IP address defaults": { "$ref": "./examples/PublicIpAddressCreateDefaults.json" }, - "Create public IP address allocation method": { "$ref": "./examples/PublicIpAddressCreateCustomizedValues.json" }, - "Create public IP address DNS": { "$ref": "./examples/PublicIpAddressCreateDns.json" } + "Create public IP address defaults": { + "$ref": "./examples/PublicIpAddressCreateDefaults.json" + }, + "Create public IP address allocation method": { + "$ref": "./examples/PublicIpAddressCreateCustomizedValues.json" + }, + "Create public IP address DNS": { + "$ref": "./examples/PublicIpAddressCreateDns.json" + } }, "x-ms-long-running-operation": true } @@ -211,7 +221,9 @@ } }, "x-ms-examples": { - "List all public IP addresses": { "$ref": "./examples/PublicIpAddressListAll.json" } + "List all public IP addresses": { + "$ref": "./examples/PublicIpAddressListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -249,7 +261,9 @@ } }, "x-ms-examples": { - "List resource group public IP addresses": { "$ref": "./examples/PublicIpAddressList.json" } + "List resource group public IP addresses": { + "$ref": "./examples/PublicIpAddressList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/routeFilter.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/routeFilter.json index 34e5563f73e1..1ba220891ffc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/routeFilter.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/routeFilter.json @@ -1,799 +1,821 @@ { - "swagger": "2.0", - "info": { - "title": "NetworkManagementClient", - "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", - "version": "2017-08-01" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" + "swagger": "2.0", + "info": { + "title": "NetworkManagementClient", + "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", + "version": "2017-08-01" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}": { + "delete": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Delete", + "x-ms-examples": { + "RouteFilterDelete": { + "$ref": "./examples/RouteFilterDelete.json" + } + }, + "description": "Deletes the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "202": { + "description": "Accepted and the operation will complete asynchronously." + }, + "200": { + "description": "Delete successful." + }, + "204": { + "description": "Delete successful." + } + }, + "x-ms-long-running-operation": true + }, + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Get", + "x-ms-examples": { + "RouteFilterGet": { + "$ref": "./examples/RouteFilterGet.json" + } + }, + "description": "Gets the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "name": "$expand", + "in": "query", + "required": false, + "type": "string", + "description": "Expands referenced express route bgp peering resources." + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" } + } } - }, - "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}": { - "delete": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Delete", - "x-ms-examples": { - "RouteFilterDelete": { "$ref": "./examples/RouteFilterDelete.json" } - }, - "description": "Deletes the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "202": { - "description": "Accepted and the operation will complete asynchronously." - }, - "200": { - "description": "Delete successful." - }, - "204": { - "description": "Delete successful." - } - }, - "x-ms-long-running-operation": true - }, - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Get", - "x-ms-examples": { - "RouteFilterGet": { "$ref": "./examples/RouteFilterGet.json" } - }, - "description": "Gets the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "name": "$expand", - "in": "query", - "required": false, - "type": "string", - "description": "Expands referenced express route bgp peering resources." - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - } + }, + "put": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_CreateOrUpdate", + "x-ms-examples": { + "RouteFilterCreate": { + "$ref": "./examples/RouteFilterCreate.json" + } + }, + "description": "Creates or updates a route filter in a specified resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "routeFilterParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/RouteFilter" }, - "put": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_CreateOrUpdate", - "x-ms-examples": { - "RouteFilterCreate": { "$ref": "./examples/RouteFilterCreate.json" } - }, - "description": "Creates or updates a route filter in a specified resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "routeFilterParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/RouteFilter" - }, - "description": "Parameters supplied to the create or update route filter operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - }, - "201": { - "description": "Create successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the create or update route filter operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" + } + }, + "201": { + "description": "Create successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" + } + } + }, + "x-ms-long-running-operation": true + }, + "patch": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Update", + "x-ms-examples": { + "RouteFilterUpdate": { + "$ref": "./examples/RouteFilterUpdate.json" + } + }, + "description": "Updates a route filter in a specified resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "routeFilterParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/PatchRouteFilter" }, - "patch": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Update", - "x-ms-examples": { - "RouteFilterUpdate": { "$ref": "./examples/RouteFilterUpdate.json" } - }, - "description": "Updates a route filter in a specified resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "routeFilterParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/PatchRouteFilter" - }, - "description": "Parameters supplied to the update route filter operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the update route filter operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" } + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters": { + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_ListByResourceGroup", + "x-ms-examples": { + "RouteFilterListByResourceGroup": { + "$ref": "./examples/RouteFilterListByResourceGroup.json" + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters": { - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_ListByResourceGroup", - "x-ms-examples": { - "RouteFilterListByResourceGroup": { "$ref": "./examples/RouteFilterListByResourceGroup.json" } - }, - "description": "Gets all route filters in a resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter resources.", - "schema": { - "$ref": "#/definitions/RouteFilterListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "description": "Gets all route filters in a resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter resources.", + "schema": { + "$ref": "#/definitions/RouteFilterListResult" } + } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeFilters": { - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_List", - "x-ms-examples": { - "RouteFilterList": { "$ref": "./examples/RouteFilterList.json" } - }, - "description": "Gets all route filters in a subscription.", - "parameters": [ - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter resources.", - "schema": { - "$ref": "#/definitions/RouteFilterListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeFilters": { + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_List", + "x-ms-examples": { + "RouteFilterList": { + "$ref": "./examples/RouteFilterList.json" + } + }, + "description": "Gets all route filters in a subscription.", + "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter resources.", + "schema": { + "$ref": "#/definitions/RouteFilterListResult" } + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}": { - "delete": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Delete", - "x-ms-examples": { - "RouteFilterRuleDelete": { "$ref": "./examples/RouteFilterRuleDelete.json" } - }, - "description": "Deletes the specified rule from a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the rule." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "202": { - "description": "Accepted and the operation will complete asynchronously." - }, - "200": { - "description": "Accepted." - }, - "204": { - "description": "Rule was deleted or not found." - } - }, - "x-ms-long-running-operation": true - }, - "get": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Get", - "x-ms-examples": { - "RouteFilterRuleGet": { "$ref": "./examples/RouteFilterRuleGet.json" } - }, - "description": "Gets the specified rule from a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the rule." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - } + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}": { + "delete": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Delete", + "x-ms-examples": { + "RouteFilterRuleDelete": { + "$ref": "./examples/RouteFilterRuleDelete.json" + } + }, + "description": "Deletes the specified rule from a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the rule." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "202": { + "description": "Accepted and the operation will complete asynchronously." + }, + "200": { + "description": "Accepted." + }, + "204": { + "description": "Rule was deleted or not found." + } + }, + "x-ms-long-running-operation": true + }, + "get": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Get", + "x-ms-examples": { + "RouteFilterRuleGet": { + "$ref": "./examples/RouteFilterRuleGet.json" + } + }, + "description": "Gets the specified rule from a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the rule." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + } + } + }, + "put": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_CreateOrUpdate", + "x-ms-examples": { + "RouteFilterRuleCreate": { + "$ref": "./examples/RouteFilterRuleCreate.json" + } + }, + "description": "Creates or updates a route in the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter rule." + }, + { + "name": "routeFilterRuleParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/RouteFilterRule" }, - "put": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_CreateOrUpdate", - "x-ms-examples": { - "RouteFilterRuleCreate": { "$ref": "./examples/RouteFilterRuleCreate.json" } - }, - "description": "Creates or updates a route in the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter rule." - }, - { - "name": "routeFilterRuleParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Parameters supplied to the create or update route filter rule operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - }, - "201": { - "description": "Create successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the create or update route filter rule operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + }, + "201": { + "description": "Create successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + } + }, + "x-ms-long-running-operation": true + }, + "patch": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Update", + "x-ms-examples": { + "RouteFilterRuleUpdate": { + "$ref": "./examples/RouteFilterRuleUpdate.json" + } + }, + "description": "Updates a route in the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter rule." + }, + { + "name": "routeFilterRuleParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/PatchRouteFilterRule" }, - "patch": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Update", - "x-ms-examples": { - "RouteFilterRuleUpdate": { "$ref": "./examples/RouteFilterRuleUpdate.json" } - }, - "description": "Updates a route in the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter rule." - }, - { - "name": "routeFilterRuleParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/PatchRouteFilterRule" - }, - "description": "Parameters supplied to the update route filter rule operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the update route filter rule operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" } + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules": { - "get": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_ListByRouteFilter", - "x-ms-examples": { - "RouteFilterRuleListByRouteFilter": { "$ref": "./examples/RouteFilterRuleListByRouteFilter.json" } - }, - "description": "Gets all RouteFilterRules in a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter Rule resources.", - "schema": { - "$ref": "#/definitions/RouteFilterRuleListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules": { + "get": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_ListByRouteFilter", + "x-ms-examples": { + "RouteFilterRuleListByRouteFilter": { + "$ref": "./examples/RouteFilterRuleListByRouteFilter.json" + } + }, + "description": "Gets all RouteFilterRules in a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter Rule resources.", + "schema": { + "$ref": "#/definitions/RouteFilterRuleListResult" } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + } + }, + "definitions": { + "RouteFilterRulePropertiesFormat": { + "required": [ + "access", + "routeFilterRuleType", + "communities" + ], + "properties": { + "access": { + "type": "string", + "description": "The access type of the rule. Valid values are: 'Allow', 'Deny'", + "enum": [ + "Allow", + "Deny" + ], + "x-ms-enum": { + "name": "Access", + "modelAsString": true + } + }, + "routeFilterRuleType": { + "type": "string", + "description": "The rule type of the rule. Valid value is: 'Community'", + "enum": [ + "Community" + ], + "x-ms-enum": { + "name": "RouteFilterRuleType", + "modelAsString": true + } + }, + "communities": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']" + }, + "provisioningState": { + "type": "string", + "readOnly": true, + "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." } + }, + "description": "Route Filter Rule Resource" }, - "definitions": { - "RouteFilterRulePropertiesFormat": { - "required": [ - "access", - "routeFilterRuleType", - "communities" - ], - "properties": { - "access": { - "type": "string", - "description": "The access type of the rule. Valid values are: 'Allow', 'Deny'", - "enum": [ - "Allow", - "Deny" - ], - "x-ms-enum": { - "name": "Access", - "modelAsString": true - } - }, - "routeFilterRuleType": { - "type": "string", - "description": "The rule type of the rule. Valid value is: 'Community'", - "enum": [ - "Community" - ], - "x-ms-enum": { - "name": "RouteFilterRuleType", - "modelAsString": true - } - }, - "communities": { - "type": "array", - "items": { - "type": "string" - }, - "description": "The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']" - }, - "provisioningState": { - "type": "string", - "readOnly": true, - "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." - } - }, - "description": "Route Filter Rule Resource" - }, - "RouteFilterRule": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterRulePropertiesFormat" - }, - "name": { - "type": "string", - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "location": { - "type": "string", - "description": "Resource location." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Rule Resource" - }, - "PatchRouteFilterRule": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterRulePropertiesFormat" - }, - "name": { - "type": "string", - "readOnly": true, - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Rule Resource" - }, - "RouteFilterPropertiesFormat": { - "properties": { - "rules": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Collection of RouteFilterRules contained within a route filter." - }, - "peerings": { - "type": "array", - "items": { - "$ref": "./expressRouteCircuit.json#/definitions/ExpressRouteCircuitPeering" - }, - "description": "A collection of references to express route circuit peerings." - }, - "provisioningState": { - "type": "string", - "readOnly": true, - "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." - } - }, - "description": "Route Filter Resource" - }, - "RouteFilter": { - "required": [ - "location" - ], - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterPropertiesFormat" - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "Gets a unique read-only string that changes whenever the resource is updated." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/Resource" - } - ], - "description": "Route Filter Resource." - }, - "PatchRouteFilter": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterPropertiesFormat" - }, - "name": { - "type": "string", - "readOnly": true, - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Resource." - }, - "RouteFilterListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilter" - }, - "description": "Gets a list of route filters in a resource group." - }, - "nextLink": { - "type": "string", - "description": "The URL to get the next set of results." - } - }, - "description": "Response for the ListRouteFilters API service call." - }, - "RouteFilterRuleListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Gets a list of RouteFilterRules in a resource group." - }, - "nextLink": { - "type": "string", - "description": "The URL to get the next set of results." - } - }, - "description": "Response for the ListRouteFilterRules API service call" + "RouteFilterRule": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterRulePropertiesFormat" + }, + "name": { + "type": "string", + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "location": { + "type": "string", + "description": "Resource location." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Rule Resource" + }, + "PatchRouteFilterRule": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterRulePropertiesFormat" + }, + "name": { + "type": "string", + "readOnly": true, + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Rule Resource" + }, + "RouteFilterPropertiesFormat": { + "properties": { + "rules": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilterRule" + }, + "description": "Collection of RouteFilterRules contained within a route filter." + }, + "peerings": { + "type": "array", + "items": { + "$ref": "./expressRouteCircuit.json#/definitions/ExpressRouteCircuitPeering" + }, + "description": "A collection of references to express route circuit peerings." + }, + "provisioningState": { + "type": "string", + "readOnly": true, + "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." } + }, + "description": "Route Filter Resource" }, + "RouteFilter": { + "required": [ + "location" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterPropertiesFormat" + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "Gets a unique read-only string that changes whenever the resource is updated." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/Resource" + } + ], + "description": "Route Filter Resource." + }, + "PatchRouteFilter": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterPropertiesFormat" + }, + "name": { + "type": "string", + "readOnly": true, + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Resource." + }, + "RouteFilterListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilter" + }, + "description": "Gets a list of route filters in a resource group." + }, + "nextLink": { + "type": "string", + "description": "The URL to get the next set of results." + } + }, + "description": "Response for the ListRouteFilters API service call." + }, + "RouteFilterRuleListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilterRule" + }, + "description": "Gets a list of RouteFilterRules in a resource group." + }, + "nextLink": { + "type": "string", + "description": "The URL to get the next set of results." + } + }, + "description": "Response for the ListRouteFilterRules API service call" + } + }, "parameters": { "SubscriptionIdParameter": { "name": "subscriptionId", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/routeTable.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/routeTable.json index 0764295e80ae..f8facf04ac73 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/routeTable.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/routeTable.json @@ -78,7 +78,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Delete route table": { "$ref": "./examples/RouteTableDelete.json" } + "Delete route table": { + "$ref": "./examples/RouteTableDelete.json" + } } }, "get": { @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get route table": { "$ref": "./examples/RouteTableGet.json" } + "Get route table": { + "$ref": "./examples/RouteTableGet.json" + } } }, "put": { @@ -180,8 +184,12 @@ } }, "x-ms-examples": { - "Create route table": { "$ref": "./examples/RouteTableCreate.json" }, - "Create route table with route": { "$ref": "./examples/RouteTableCreateWithRoute.json" } + "Create route table": { + "$ref": "./examples/RouteTableCreate.json" + }, + "Create route table with route": { + "$ref": "./examples/RouteTableCreateWithRoute.json" + } }, "x-ms-long-running-operation": true } @@ -217,7 +225,9 @@ } }, "x-ms-examples": { - "List route tables in resource group": { "$ref": "./examples/RouteTableList.json" } + "List route tables in resource group": { + "$ref": "./examples/RouteTableList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -248,7 +258,9 @@ } }, "x-ms-examples": { - "List all route tables": { "$ref": "./examples/RouteTableListAll.json" } + "List all route tables": { + "$ref": "./examples/RouteTableListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -303,7 +315,9 @@ } }, "x-ms-examples": { - "Delete route": { "$ref": "./examples/RouteTableRouteDelete.json" } + "Delete route": { + "$ref": "./examples/RouteTableRouteDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -351,7 +365,9 @@ } }, "x-ms-examples": { - "Get route": { "$ref": "./examples/RouteTableRouteGet.json" } + "Get route": { + "$ref": "./examples/RouteTableRouteGet.json" + } } }, "put": { @@ -413,7 +429,9 @@ } }, "x-ms-examples": { - "Create route": { "$ref": "./examples/RouteTableRouteCreate.json" } + "Create route": { + "$ref": "./examples/RouteTableRouteCreate.json" + } }, "x-ms-long-running-operation": true } @@ -459,10 +477,12 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List routes": { "$ref": "./examples/RouteTableRouteList.json" } + "List routes": { + "$ref": "./examples/RouteTableRouteList.json" + } } } - } + } }, "definitions": { "RoutePropertiesFormat": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/serviceCommunity.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/serviceCommunity.json index fb8e7980c19a..e6e94bc8ca37 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/serviceCommunity.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/serviceCommunity.json @@ -41,7 +41,9 @@ ], "operationId": "BgpServiceCommunities_List", "x-ms-examples": { - "ServiceCommunityList": { "$ref": "./examples/ServiceCommunityList.json" } + "ServiceCommunityList": { + "$ref": "./examples/ServiceCommunityList.json" + } }, "description": "Gets all the available bgp service communities.", "parameters": [ @@ -71,7 +73,7 @@ "properties": { "serviceSupportedRegion": { "type": "string", - "description": "The region which the service support. e.g. For O365, region is Global." + "description": "The region which the service support. e.g. For O365, region is Global." }, "communityName": { "type": "string", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/usage.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/usage.json index 391efd0f154a..a69871c8580e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/usage.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/usage.json @@ -68,7 +68,9 @@ } }, "x-ms-examples": { - "List usages": { "$ref": "./examples/UsageList.json" } + "List usages": { + "$ref": "./examples/UsageList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/virtualNetwork.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/virtualNetwork.json index 2ceca86a516e..1093f547486b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/virtualNetwork.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/virtualNetwork.json @@ -78,7 +78,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Delete virtual network": { "$ref": "./examples/VirtualNetworkDelete.json" } + "Delete virtual network": { + "$ref": "./examples/VirtualNetworkDelete.json" + } } }, "get": { @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get virtual network": { "$ref": "./examples/VirtualNetworkGet.json" } + "Get virtual network": { + "$ref": "./examples/VirtualNetworkGet.json" + } } }, "put": { @@ -181,9 +185,15 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Create virtual network": { "$ref": "./examples/VirtualNetworkCreate.json" }, - "Create virtual network with subnet": { "$ref": "./examples/VirtualNetworkCreateSubnet.json" }, - "Create virtual network with service endpoints": { "$ref": "./examples/VirtualNetworkCreateServiceEndpoints.json" } + "Create virtual network": { + "$ref": "./examples/VirtualNetworkCreate.json" + }, + "Create virtual network with subnet": { + "$ref": "./examples/VirtualNetworkCreateSubnet.json" + }, + "Create virtual network with service endpoints": { + "$ref": "./examples/VirtualNetworkCreateServiceEndpoints.json" + } } } }, @@ -211,7 +221,9 @@ } }, "x-ms-examples": { - "List all virtual networks": { "$ref": "./examples/VirtualNetworkListAll.json" } + "List all virtual networks": { + "$ref": "./examples/VirtualNetworkListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -249,14 +261,16 @@ } }, "x-ms-examples": { - "List virtual networks in resource group": { "$ref": "./examples/VirtualNetworkList.json" } + "List virtual networks in resource group": { + "$ref": "./examples/VirtualNetworkList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}": { "delete": { "tags": [ "Subnets" @@ -304,7 +318,9 @@ } }, "x-ms-examples": { - "Delete subnet": { "$ref": "./examples/SubnetDelete.json" } + "Delete subnet": { + "$ref": "./examples/SubnetDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -359,7 +375,9 @@ } }, "x-ms-examples": { - "Get subnet": { "$ref": "./examples/SubnetGet.json" } + "Get subnet": { + "$ref": "./examples/SubnetGet.json" + } } }, "put": { @@ -422,8 +440,12 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Create subnet": { "$ref": "./examples/SubnetCreate.json" }, - "Create subnet with service endpoints": { "$ref": "./examples/SubnetCreateServiceEndpoint.json" } + "Create subnet": { + "$ref": "./examples/SubnetCreate.json" + }, + "Create subnet with service endpoints": { + "$ref": "./examples/SubnetCreateServiceEndpoint.json" + } } } }, @@ -468,7 +490,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List subnets": { "$ref": "./examples/SubnetList.json" } + "List subnets": { + "$ref": "./examples/SubnetList.json" + } } } }, @@ -520,7 +544,9 @@ } }, "x-ms-examples": { - "Delete peering": { "$ref": "./examples/VirtualNetworkPeeringDelete.json" } + "Delete peering": { + "$ref": "./examples/VirtualNetworkPeeringDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -568,7 +594,9 @@ } }, "x-ms-examples": { - "Get peering": { "$ref": "./examples/VirtualNetworkPeeringGet.json" } + "Get peering": { + "$ref": "./examples/VirtualNetworkPeeringGet.json" + } } }, "put": { @@ -630,7 +658,9 @@ } }, "x-ms-examples": { - "Create peering": { "$ref": "./examples/VirtualNetworkPeeringCreate.json" } + "Create peering": { + "$ref": "./examples/VirtualNetworkPeeringCreate.json" + } }, "x-ms-long-running-operation": true } @@ -676,7 +706,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List peerings": { "$ref": "./examples/VirtualNetworkPeeringList.json" } + "List peerings": { + "$ref": "./examples/VirtualNetworkPeeringList.json" + } } } }, @@ -722,7 +754,9 @@ } }, "x-ms-examples": { - "Check IP address availability": { "$ref": "./examples/VirtualNetworkCheckIPAddressAvailability.json" } + "Check IP address availability": { + "$ref": "./examples/VirtualNetworkCheckIPAddressAvailability.json" + } } } }, @@ -761,7 +795,9 @@ } }, "x-ms-examples": { - "VnetGetUsage": { "$ref": "./examples/VirtualNetworkListUsage.json" } + "VnetGetUsage": { + "$ref": "./examples/VirtualNetworkListUsage.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -827,7 +863,7 @@ "description": "The reference of the RouteTable resource." }, "serviceEndpoints": { - "type": "array", + "type": "array", "items": { "$ref": "#/definitions/ServiceEndpointPropertiesFormat" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/virtualNetworkGateway.json index 36b117b77caa..89becf3288b4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/virtualNetworkGateway.json @@ -245,7 +245,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "VirtualNetworkGatewaysListConnections": { "$ref": "./examples/VirtualNetworkGatewaysListConnections.json" } + "VirtualNetworkGatewaysListConnections": { + "$ref": "./examples/VirtualNetworkGatewaysListConnections.json" + } } } }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/vmssNetworkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/vmssNetworkInterface.json index 434dd6ca4fde..a82afec50e57 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/vmssNetworkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/vmssNetworkInterface.json @@ -92,7 +92,9 @@ } }, "x-ms-examples": { - "List virtual machine scale set vm network interfaces": { "$ref": "./examples/VmssVmNetworkInterfaceList.json" } + "List virtual machine scale set vm network interfaces": { + "$ref": "./examples/VmssVmNetworkInterfaceList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -148,7 +150,9 @@ } }, "x-ms-examples": { - "List virtual machine scale set network interfaces": { "$ref": "./examples/VmssNetworkInterfaceList.json" } + "List virtual machine scale set network interfaces": { + "$ref": "./examples/VmssNetworkInterfaceList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -225,7 +229,9 @@ } }, "x-ms-examples": { - "Get virtual machine scale set network interface": { "$ref": "./examples/VmssNetworkInterfaceGet.json" } + "Get virtual machine scale set network interface": { + "$ref": "./examples/VmssNetworkInterfaceGet.json" + } } } } @@ -239,4 +245,4 @@ "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/vmssPublicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/vmssPublicIpAddress.json index 79113ac031f9..f08533b361ac 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/vmssPublicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-08-01/vmssPublicIpAddress.json @@ -82,14 +82,16 @@ } }, "x-ms-examples": { - "ListVMSSPublicIP": { "$ref": "./examples/VmssPublicIpListAll.json" } + "ListVMSSPublicIP": { + "$ref": "./examples/VmssPublicIpListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipconfigurations/{ipConfigurationName}/publicipaddresses" : { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipconfigurations/{ipConfigurationName}/publicipaddresses": { "get": { "operationId": "PublicIPAddresses_ListVirtualMachineScaleSetVMPublicIPAddresses", "description": "Gets information about all public IP addresses in a virtual machine IP configuration in a virtual machine scale set.", @@ -156,7 +158,9 @@ } }, "x-ms-examples": { - "ListVMSSVMPublicIP": { "$ref": "./examples/VmssVmPublicIpList.json" } + "ListVMSSVMPublicIP": { + "$ref": "./examples/VmssVmPublicIpList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -236,7 +240,9 @@ } ], "x-ms-examples": { - "GetVMSSPublicIP": { "$ref": "./examples/VmssPublicIpGet.json" } + "GetVMSSPublicIP": { + "$ref": "./examples/VmssPublicIpGet.json" + } }, "responses": { "200": { @@ -258,4 +264,4 @@ "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/applicationGateway.json index b1530172650c..5e4622901e7a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/applicationGateway.json @@ -212,7 +212,9 @@ } }, "x-ms-examples": { - "Update Application Gateway tags": { "$ref": "./examples/ApplicationGatewayUpdateTags.json" } + "Update Application Gateway tags": { + "$ref": "./examples/ApplicationGatewayUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -394,7 +396,7 @@ "required": false, "type": "string", "description": "Expands BackendAddressPool and BackendHttpSettings referenced in backend health." - } + } ], "responses": { "200": { @@ -410,7 +412,7 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets": { + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets": { "get": { "tags": [ "ApplicationGateways" @@ -442,7 +444,9 @@ ], "operationId": "ApplicationGateways_ListAvailableSslOptions", "x-ms-examples": { - "ApplicationGatewayAvailableSslOptionsGet": { "$ref": "./examples/ApplicationGatewayAvailableSslOptionsGet.json" } + "ApplicationGatewayAvailableSslOptionsGet": { + "$ref": "./examples/ApplicationGatewayAvailableSslOptionsGet.json" + } }, "description": "Lists available Ssl options for configuring Ssl policy.", "parameters": [ @@ -470,7 +474,9 @@ ], "operationId": "ApplicationGateways_ListAvailableSslPredefinedPolicies", "x-ms-examples": { - "ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet": { "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json" } + "ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet": { + "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -501,7 +507,9 @@ ], "operationId": "ApplicationGateways_GetSslPredefinedPolicy", "x-ms-examples": { - "ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet": { "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json" } + "ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet": { + "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json" + } }, "description": "Gets Ssl predefined policy with the specified policy name.", "parameters": [ @@ -535,25 +543,25 @@ "properties": { "backendAddressPools": { "type": "array", - "items": { + "items": { "$ref": "#/definitions/ApplicationGatewayBackendHealthPool" - } - } - }, - "description": "List of ApplicationGatewayBackendHealthPool resources." - }, + } + } + }, + "description": "List of ApplicationGatewayBackendHealthPool resources." + }, "ApplicationGatewayBackendHealthPool": { "properties": { "backendAddressPool": { "$ref": "#/definitions/ApplicationGatewayBackendAddressPool", "description": "Reference of an ApplicationGatewayBackendAddressPool resource." - }, + }, "backendHttpSettingsCollection": { "type": "array", "items": { "$ref": "#/definitions/ApplicationGatewayBackendHealthHttpSettings" }, - "description": "List of ApplicationGatewayBackendHealthHttpSettings resources." + "description": "List of ApplicationGatewayBackendHealthHttpSettings resources." } }, "description": "Application gateway BackendHealth pool." @@ -563,27 +571,27 @@ "backendHttpSettings": { "$ref": "#/definitions/ApplicationGatewayBackendHttpSettings", "description": "Reference of an ApplicationGatewayBackendHttpSettings resource." - }, + }, "servers": { "type": "array", "items": { "$ref": "#/definitions/ApplicationGatewayBackendHealthServer" - }, - "description": "List of ApplicationGatewayBackendHealthServer resources." + }, + "description": "List of ApplicationGatewayBackendHealthServer resources." } }, "description": "Application gateway BackendHealthHttp settings." - }, + }, "ApplicationGatewayBackendHealthServer": { "properties": { "address": { - "type": "string", - "description": "IP address or FQDN of backend server." - }, + "type": "string", + "description": "IP address or FQDN of backend server." + }, "ipConfiguration": { "$ref": "./networkInterface.json#/definitions/NetworkInterfaceIPConfiguration", "description": "Reference of IP configuration of backend server." - }, + }, "health": { "type": "string", "description": "Health of backend server.", @@ -599,9 +607,9 @@ "modelAsString": true } } - }, + }, "description": "Application gateway backendhealth http settings." - }, + }, "ApplicationGatewaySku": { "properties": { "name": { @@ -644,7 +652,7 @@ "disabledSslProtocols": { "type": "array", "description": "Ssl protocols to be disabled on application gateway.", - "items":{ + "items": { "type": "string", "$ref": "#/definitions/ProtocolsEnum", "x-ms-enum": { @@ -665,18 +673,18 @@ "modelAsString": true } }, - "policyName":{ + "policyName": { "$ref": "#/definitions/PolicyNameEnum", "description": "Name of Ssl predefined policy" }, - "cipherSuites":{ + "cipherSuites": { "type": "array", - "items":{ + "items": { "$ref": "#/definitions/CipherSuitesEnum" }, - "description":"Ssl cipher suites to be enabled in the specified order to application gateway." + "description": "Ssl cipher suites to be enabled in the specified order to application gateway." }, - "minProtocolVersion":{ + "minProtocolVersion": { "$ref": "#/definitions/ProtocolsEnum", "description": "Minimum version of Ssl protocol to be supported on application gateway." } @@ -1017,8 +1025,8 @@ "description": "Array of references to application gateway authentication certificates." }, "connectionDraining": { - "$ref": "#/definitions/ApplicationGatewayConnectionDraining", - "description": "Connection draining of the backend http settings resource." + "$ref": "#/definitions/ApplicationGatewayConnectionDraining", + "description": "Connection draining of the backend http settings resource." }, "hostName": { "type": "string", @@ -1041,8 +1049,8 @@ "description": "Path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "type": "string", + "description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." } }, "description": "Properties of Backend address pool settings of an application gateway." @@ -1231,16 +1239,16 @@ "format": "int32", "description": "The probe retry count. Backend server is marked down after consecutive probe failure count reaches UnhealthyThreshold. Acceptable values are from 1 second to 20." }, - "pickHostNameFromBackendHttpSettings":{ - "type":"boolean", + "pickHostNameFromBackendHttpSettings": { + "type": "boolean", "description": "Whether the host header should be picked from the backend http settings. Default value is false." }, - "minServers":{ - "type":"integer", + "minServers": { + "type": "integer", "format": "int32", "description": "Minimum number of servers that are always marked healthy. Default value is 0." }, - "match":{ + "match": { "$ref": "#/definitions/ApplicationGatewayProbeHealthResponseMatch", "description": "Criterion for classifying a healthy probe response." }, @@ -1253,16 +1261,16 @@ }, "ApplicationGatewayProbeHealthResponseMatch": { "properties": { - "body":{ + "body": { "type": "string", "description": "Body that must be contained in the health response. Default value is empty." }, - "statusCodes":{ + "statusCodes": { "type": "array", - "items":{ + "items": { "type": "string" }, - "description":"Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399." + "description": "Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399." } }, "description": "Application gateway probe health response match" @@ -1364,7 +1372,7 @@ "properties": { "redirectType": { "type": "string", - "$ref":"#/definitions/RedirectTypeEnum", + "$ref": "#/definitions/RedirectTypeEnum", "description": "Supported http redirection types - Permanent, Temporary, Found, SeeOther.", "x-ms-enum": { "name": "ApplicationGatewayRedirectType", @@ -1372,7 +1380,7 @@ } }, "targetListener": { - "$ref":"./network.json#/definitions/SubResource", + "$ref": "./network.json#/definitions/SubResource", "description": "Reference to a listener to redirect the request to." }, "targetUrl": { @@ -1397,14 +1405,14 @@ "urlPathMaps": { "type": "array", "items": { - "$ref":"./network.json#/definitions/SubResource" + "$ref": "./network.json#/definitions/SubResource" }, "description": "Url path maps specifying default redirect configuration." }, "pathRules": { "type": "array", "items": { - "$ref":"./network.json#/definitions/SubResource" + "$ref": "./network.json#/definitions/SubResource" }, "description": "Path rules specifying redirect configuration." } @@ -1692,26 +1700,26 @@ "description": "Application gateway web application firewall configuration." }, "ApplicationGatewayConnectionDraining": { - "properties": { - "enabled": { - "type": "boolean", - "description": "Whether connection draining is enabled or not." - }, - "drainTimeoutInSec": { - "type": "integer", - "format": "int32", - "maximum": 3600, - "exclusiveMaximum": false, - "minimum": 1, - "exclusiveMinimum": false, - "description": "The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds." - } + "properties": { + "enabled": { + "type": "boolean", + "description": "Whether connection draining is enabled or not." }, - "required": [ - "enabled", - "drainTimeoutInSec" - ], - "description": "Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration." + "drainTimeoutInSec": { + "type": "integer", + "format": "int32", + "maximum": 3600, + "exclusiveMaximum": false, + "minimum": 1, + "exclusiveMinimum": false, + "description": "The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds." + } + }, + "required": [ + "enabled", + "drainTimeoutInSec" + ], + "description": "Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration." }, "ApplicationGatewayFirewallDisabledRuleGroup": { "properties": { @@ -1845,28 +1853,28 @@ "description": "Response for ApplicationGatewayAvailableSslOptions API service call." }, "ApplicationGatewayAvailableSslOptionsPropertiesFormat": { - "properties": { - "predefinedPolicies":{ - "type": "array", - "items": { - "$ref": "./network.json#/definitions/SubResource" - }, - "description": "List of available Ssl predefined policy." - }, - "defaultPolicy":{ - "$ref": "#/definitions/PolicyNameEnum", - "description": "Name of the Ssl predefined policy applied by default to application gateway" + "properties": { + "predefinedPolicies": { + "type": "array", + "items": { + "$ref": "./network.json#/definitions/SubResource" }, - "availableCipherSuites":{ - "type":"array", - "items":{ - "$ref": "#/definitions/CipherSuitesEnum" - }, - "description": "List of available Ssl cipher suites." + "description": "List of available Ssl predefined policy." + }, + "defaultPolicy": { + "$ref": "#/definitions/PolicyNameEnum", + "description": "Name of the Ssl predefined policy applied by default to application gateway" + }, + "availableCipherSuites": { + "type": "array", + "items": { + "$ref": "#/definitions/CipherSuitesEnum" }, - "availableProtocols":{ - "type":"array", - "items":{ + "description": "List of available Ssl cipher suites." + }, + "availableProtocols": { + "type": "array", + "items": { "$ref": "#/definitions/ProtocolsEnum" }, "description": "List of available Ssl protocols." @@ -1876,7 +1884,7 @@ }, "ApplicationGatewayAvailableSslPredefinedPolicies": { "properties": { - "value":{ + "value": { "type": "array", "items": { "$ref": "#/definitions/ApplicationGatewaySslPredefinedPolicy" @@ -1901,59 +1909,59 @@ "$ref": "#/definitions/ApplicationGatewaySslPredefinedPolicyPropertiesFormat" } }, - "allOf":[ + "allOf": [ { "$ref": "./network.json#/definitions/SubResource" } ], "description": "An Ssl predefined policy" }, - "ApplicationGatewaySslPredefinedPolicyPropertiesFormat":{ - "properties":{ - "cipherSuites":{ - "type":"array", - "items":{ + "ApplicationGatewaySslPredefinedPolicyPropertiesFormat": { + "properties": { + "cipherSuites": { + "type": "array", + "items": { "$ref": "#/definitions/CipherSuitesEnum" }, "description": "Ssl cipher suites to be enabled in the specified order for application gateway." }, - "minProtocolVersion":{ + "minProtocolVersion": { "$ref": "#/definitions/ProtocolsEnum", "description": "Minimum version of Ssl protocol to be supported on application gateway." } }, "description": "Properties of ApplicationGatewaySslPredefinedPolicy" }, - "PolicyNameEnum":{ + "PolicyNameEnum": { "type": "string", "description": "Ssl predefined policy name enums.", - "enum":[ + "enum": [ "AppGwSslPolicy20150501", "AppGwSslPolicy20170401", "AppGwSslPolicy20170401S" ], - "x-ms-enum":{ + "x-ms-enum": { "name": "ApplicationGatewaySslPolicyName", "modelAsString": true } }, - "ProtocolsEnum":{ + "ProtocolsEnum": { "type": "string", "description": "Ssl protocol enums.", - "enum":[ + "enum": [ "TLSv1_0", "TLSv1_1", "TLSv1_2" ], - "x-ms-enum":{ + "x-ms-enum": { "name": "ApplicationGatewaySslProtocol", "modelAsString": true } }, - "CipherSuitesEnum":{ + "CipherSuitesEnum": { "type": "string", "description": "Ssl cipher suites enums.", - "enum":[ + "enum": [ "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384", "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", @@ -1985,15 +1993,15 @@ "modelAsString": true } }, - "RedirectTypeEnum":{ + "RedirectTypeEnum": { "type": "string", - "enum":[ + "enum": [ "Permanent", "Found", "SeeOther", "Temporary" ], - "x-ms-enum":{ + "x-ms-enum": { "name": "ApplicationGatewayRedirectType", "modelAsString": true } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/applicationSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/applicationSecurityGroup.json index 3067478f7a88..74608cf8e345 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/applicationSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/applicationSecurityGroup.json @@ -76,7 +76,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Delete application security group": { "$ref": "./examples/ApplicationSecurityGroupDelete.json" } + "Delete application security group": { + "$ref": "./examples/ApplicationSecurityGroupDelete.json" + } } }, "get": { @@ -116,7 +118,9 @@ } }, "x-ms-examples": { - "Get application security group": { "$ref": "./examples/ApplicationSecurityGroupGet.json" } + "Get application security group": { + "$ref": "./examples/ApplicationSecurityGroupGet.json" + } } }, "put": { @@ -172,7 +176,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Create application security group": { "$ref": "./examples/ApplicationSecurityGroupCreate.json" } + "Create application security group": { + "$ref": "./examples/ApplicationSecurityGroupCreate.json" + } } } }, @@ -203,7 +209,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List all application security groups": { "$ref": "./examples/ApplicationSecurityGroupListAll.json" } + "List all application security groups": { + "$ref": "./examples/ApplicationSecurityGroupListAll.json" + } } } }, @@ -238,7 +246,9 @@ } }, "x-ms-examples": { - "List load balancers in resource group": { "$ref": "./examples/ApplicationSecurityGroupList.json" } + "List load balancers in resource group": { + "$ref": "./examples/ApplicationSecurityGroupList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/checkDnsAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/checkDnsAvailability.json index 029c7a086f27..199c14efdec1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/checkDnsAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/checkDnsAvailability.json @@ -71,7 +71,9 @@ } }, "x-ms-examples": { - "Check Dns Name Availability": { "$ref": "./examples/CheckDnsNameAvailability.json" } + "Check Dns Name Availability": { + "$ref": "./examples/CheckDnsNameAvailability.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/endpointService.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/endpointService.json index 6e6304f64177..a2a802f12cf6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/endpointService.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/endpointService.json @@ -65,7 +65,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "EndpointServicesList": { "$ref": "./examples/EndpointServicesList.json" } + "EndpointServicesList": { + "$ref": "./examples/EndpointServicesList.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayAvailableSslOptionsGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayAvailableSslOptionsGet.json index f4ad6b0e1a5f..d22f75b02895 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayAvailableSslOptionsGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayAvailableSslOptionsGet.json @@ -4,6 +4,6 @@ "subscriptionId": "subid" }, "responses": { - "200": { } + "200": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json index f4ad6b0e1a5f..d22f75b02895 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json @@ -4,6 +4,6 @@ "subscriptionId": "subid" }, "responses": { - "200": { } + "200": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json index 597ffd436600..066f97d5162e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json @@ -5,6 +5,6 @@ "predefinedPolicyName": "AppGwSslPolicy20150501" }, "responses": { - "200": { } + "200": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayUpdateTags.json index c5957cd03667..4826ff600d87 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationGatewayUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "applicationGatewayName" : "AppGw", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "applicationGatewayName": "AppGw", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "AppGw", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/AppGw", "type": "Microsoft.Network/applicationGateways", @@ -145,4 +145,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupCreate.json index 3cc86049315b..0a5c692e86f2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupCreate.json @@ -6,7 +6,7 @@ "applicationSecurityGroupName": "test-asg", "parameters": { "location": "westus", - "properties": { } + "properties": {} } }, "responses": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupDelete.json index f034c0679cc0..e6222bb60b55 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupDelete.json @@ -6,8 +6,8 @@ "applicationSecurityGroupName": "test-asg" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupList.json index 5d0e7a7aeaac..406f1efa69cf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupList.json @@ -1,35 +1,35 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName": "rg1" - }, - "responses" : { - "200" : { - "body" : { - "value": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg1", - "name": "asg1", - "type": "Microsoft.Network/applicationSecurityGroups", - "location": "westus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "00000000-0000-0000-0000-000000000000" - } - }, - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg2", - "name": "asg2", - "type": "Microsoft.Network/applicationSecurityGroups", - "location": "westus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "00000000-0000-0000-0000-000000000000" - } + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg1", + "name": "asg1", + "type": "Microsoft.Network/applicationSecurityGroups", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "00000000-0000-0000-0000-000000000000" } - ] - } + }, + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg2", + "name": "asg2", + "type": "Microsoft.Network/applicationSecurityGroups", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "00000000-0000-0000-0000-000000000000" + } + } + ] } } } +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupListAll.json index 3253d729464b..3213aadb1b13 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ApplicationSecurityGroupListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/CheckDnsNameAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/CheckDnsNameAvailability.json index d3db22242f1d..562dfb8b9d84 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/CheckDnsNameAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/CheckDnsNameAvailability.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "location" : "westus", - "domainNameLabel" : "testdns" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "location": "westus", + "domainNameLabel": "testdns" }, - "responses" : { - "200" : { + "responses": { + "200": { "body": { "available": false } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/EndpointServicesList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/EndpointServicesList.json index a0771f1e3d16..5d8f723ae85f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/EndpointServicesList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/EndpointServicesList.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ExpressRouteCircuitUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ExpressRouteCircuitUpdateTags.json index e436d0674785..983496c0144b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ExpressRouteCircuitUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ExpressRouteCircuitUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "ertest", - "circuitName" : "er1", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "ertest", + "circuitName": "er1", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "er1", "id": "/subscriptions/subid/resourceGroups/ertest/providers/Microsoft.Network/expressRouteCircuits/er1", "type": "Microsoft.Network/expressRouteCircuits", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleCreate.json index 83d418e5ab2c..dc7b5b874ba1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleCreate.json @@ -8,7 +8,9 @@ "inboundNatRuleParameters": { "properties": { "protocol": "Tcp", - "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1"}, + "frontendIPConfiguration": { + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + }, "frontendPort": 3390, "backendPort": 3389, "idleTimeoutInMinutes": 4, @@ -24,7 +26,7 @@ "properties": { "provisioningState": "Succeeded", "frontendIPConfiguration": { - "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" }, "frontendPort": 3390, "backendPort": 3389, @@ -44,7 +46,7 @@ "properties": { "provisioningState": "Succeeded", "frontendIPConfiguration": { - "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" }, "frontendPort": 3390, "backendPort": 3389, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleDelete.json index 487c5b54761d..38bac5e7cb6b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleDelete.json @@ -7,8 +7,8 @@ "inboundNatRuleName": "natRule1.1" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleGet.json index 88fb4cb6b26b..84663de1f8d8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleGet.json @@ -14,7 +14,7 @@ "properties": { "provisioningState": "Succeeded", "frontendIPConfiguration": { - "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" }, "frontendPort": 3390, "backendPort": 3389, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleList.json index 5e494dee4898..562c3cfb3a3b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/InboundNatRuleList.json @@ -21,7 +21,7 @@ "backendPort": 3389, "enableFloatingIP": false, "idleTimeoutInMinutes": 4, - "protocol": "Tcp", + "protocol": "Tcp", "backendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1" } 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 f64cecbb53d5..d2cf92870815 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "properties": { @@ -98,15 +98,15 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", @@ -214,14 +214,14 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", 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 5598141bf7f2..e66feb5077d5 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "sku": { @@ -101,15 +101,15 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Standard" + "name": "Standard" }, "properties": { "provisioningState": "Succeeded", @@ -217,14 +217,14 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Standard" + "name": "Standard" }, "properties": { "provisioningState": "Succeeded", 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 7fd43591aee5..77be3556ae4d 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "properties": { @@ -25,7 +25,9 @@ } ] }, - "zones": [ "1" ] + "zones": [ + "1" + ] } ], "backendAddressPools": [ @@ -99,15 +101,15 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", @@ -115,7 +117,9 @@ { "name": "fe-lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe-lb", - "zones": [ "1" ], + "zones": [ + "1" + ], "properties": { "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", @@ -216,14 +220,14 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", @@ -231,7 +235,9 @@ { "name": "fe-lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe-lb", - "zones": [ "1" ], + "zones": [ + "1" + ], "properties": { "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerDelete.json index 0e380eb1ce64..ee8090f7e773 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerGet.json index a1539809e6af..4d60661e9188 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerGet.json @@ -1,20 +1,20 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "westus", "sku": { - "name": "Basic" - }, + "name": "Basic" + }, "properties": { "provisioningState": "Succeeded", "frontendIPConfigurations": [ @@ -25,7 +25,7 @@ "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", "privateIPAllocationMethod": "Dynamic", - "subnet": { + "subnet": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnetlb/subnets/subnetlb" }, "loadBalancingRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerList.json index c7924133bea8..40bd2eea237e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "lb", @@ -59,7 +59,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/loadBalancingRules/rulelb", "properties": { "provisioningState": "Succeeded", - "frontendIPConfiguration":{ + "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/felb" }, "frontendPort": 80, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerListAll.json index 28c7a0a6e731..29f2cdb1bbd6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "lb", @@ -58,7 +58,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/loadBalancingRules/rulelb", "properties": { "provisioningState": "Succeeded", - "frontendIPConfiguration":{ + "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/felb" }, "frontendPort": 80, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerNetworkInterfaceListVmss.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerNetworkInterfaceListVmss.json index 83e438194e5b..42c62551e1c8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerNetworkInterfaceListVmss.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerNetworkInterfaceListVmss.json @@ -83,7 +83,7 @@ "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb/backendAddressPools/bepool" } ], - "loadBalancerInboundNatRules":[ + "loadBalancerInboundNatRules": [ { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb/inboundNatRules/natpool.1" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerUpdateTags.json index caea75dbff76..ae5654ed4645 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LoadBalancerUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LocalNetworkGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LocalNetworkGatewayUpdateTags.json index d39054ca15b7..43d5b67856a1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LocalNetworkGatewayUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/LocalNetworkGatewayUpdateTags.json @@ -1,8 +1,8 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "localNetworkGatewayName": "lgw", "parameters": { "tags": { @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lgw", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/localNetworkGateways/lgw", "type": "Microsoft.Network/localNetworkGateways", 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 8d27d8daf66a..bd5dcabef4b1 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 @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic", "parameters": { @@ -12,10 +12,10 @@ "name": "ipconfig1", "properties": { "publicIPAddress": { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, "subnet": { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" } } } @@ -24,75 +24,77 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "responses": { + "200": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } }, - "201" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "201": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceDelete.json index a659cfa0163c..d0f7ac41004b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceEffectiveNSGList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceEffectiveNSGList.json index 5014ebc7d6ce..5c63778f202b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceEffectiveNSGList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceEffectiveNSGList.json @@ -1,71 +1,71 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "nic1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/test-nsg" + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/test-nsg" }, - "association" : { - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "association": { + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "networkInterface" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" + "networkInterface": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" } }, - "effectiveSecurityRules" : [ + "effectiveSecurityRules": [ { - "name" : "securityRules/rule1", - "protocol" : "Tcp", - "sourcePortRange" : "456-456", - "destinationPortRange" : "6579-6579", - "sourceAddressPrefix" : "0.0.0.0/32", - "destinationAddressPrefix" : "0.0.0.0/32", - "access" : "Allow", - "priority" : 234, - "direction" : "Inbound" + "name": "securityRules/rule1", + "protocol": "Tcp", + "sourcePortRange": "456-456", + "destinationPortRange": "6579-6579", + "sourceAddressPrefix": "0.0.0.0/32", + "destinationAddressPrefix": "0.0.0.0/32", + "access": "Allow", + "priority": 234, + "direction": "Inbound" }, { - "name" : "securityRules/default-allow-rdp", - "protocol" : "Tcp", - "sourcePortRange" : "0-65535", - "destinationPortRange" : "3389-3389", - "sourceAddressPrefix" : "1.1.1.1/32", - "destinationAddressPrefix" : "0.0.0.0/0", - "access" : "Allow", - "priority" : 1000, - "direction" : "Inbound" + "name": "securityRules/default-allow-rdp", + "protocol": "Tcp", + "sourcePortRange": "0-65535", + "destinationPortRange": "3389-3389", + "sourceAddressPrefix": "1.1.1.1/32", + "destinationAddressPrefix": "0.0.0.0/0", + "access": "Allow", + "priority": 1000, + "direction": "Inbound" }, { - "name" : "defaultSecurityRules/AllowInternetOutBound", - "protocol" : "All", - "sourcePortRange" : "0-65535", - "destinationPortRange" : "0-65535", - "sourceAddressPrefix" : "0.0.0.0/0", - "destinationAddressPrefix" : "Internet", - "expandedDestinationAddressPrefix" : [ + "name": "defaultSecurityRules/AllowInternetOutBound", + "protocol": "All", + "sourcePortRange": "0-65535", + "destinationPortRange": "0-65535", + "sourceAddressPrefix": "0.0.0.0/0", + "destinationAddressPrefix": "Internet", + "expandedDestinationAddressPrefix": [ "32.0.0.0/3", "4.0.0.0/6", "2.0.0.0/7", "1.0.0.0/8" ], - "access" : "Allow", - "priority" : 65001, - "direction" : "Outbound" + "access": "Allow", + "priority": 65001, + "direction": "Outbound" } ] } ] } }, - "202" : { } + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceEffectiveRouteTableList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceEffectiveRouteTableList.json index 1c8dee0d04f4..307bce0b6e8f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceEffectiveRouteTableList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceEffectiveRouteTableList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "nic1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "source": "Default", @@ -55,7 +55,7 @@ "nextHopIpAddress": [] }, { - "source": "Default", + "source": "Default", "state": "Active", "addressPrefix": [ "192.168.0.0/16" @@ -66,6 +66,6 @@ ] } }, - "202" : { } + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceGet.json index 520bf5c3ef5a..8cbe798968d1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceGet.json @@ -1,53 +1,54 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic" }, - "responses" : { - "200" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "responses": { + "200": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceList.json index f494ec7f6b5b..5977664904d5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceList.json @@ -1,87 +1,89 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" }, { - "name" : "test-nic2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip2" + "name": "test-nic2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip2" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet2/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet2/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceListAll.json index 21ce3791ce6f..9b0d3b59fa76 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceListAll.json @@ -1,86 +1,88 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" }, { - "name" : "test-nic2", - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/publicIPAddresses/test-ip2" + "name": "test-nic2", + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/publicIPAddresses/test-ip2" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/virtualNetworks/rgnew-vnet2/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/virtualNetworks/rgnew-vnet2/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceUpdateTags.json index 7e9b4880a753..653149fcb42f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkInterfaceUpdateTags.json @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic", "parameters": { @@ -11,44 +11,45 @@ } } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", + "responses": { + "200": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", "tags": { "tag1": "value1", "tag2": "value2" }, - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } } } 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 863151fcbd06..610ee828345d 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 @@ -1,23 +1,23 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "parameters": { "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "securityRules": [ ], + "securityRules": [], "defaultSecurityRules": [ { "name": "AllowVnetInBound", @@ -36,7 +36,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -83,7 +83,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -102,7 +102,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", @@ -119,15 +119,15 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "securityRules": [ ], + "securityRules": [], "defaultSecurityRules": [ { "name": "AllowVnetInBound", @@ -146,7 +146,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -193,7 +193,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -212,7 +212,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", 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 1593aa414ec9..bd9d56b71140 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "parameters": { "properties": { "securityRules": [ @@ -25,9 +25,9 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -69,7 +69,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -116,7 +116,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -135,7 +135,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", @@ -152,8 +152,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -195,7 +195,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -242,7 +242,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -261,7 +261,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupDelete.json index c55c574a6f8b..8790866dfea3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupGet.json index 094149b1bff3..5820b8b126d0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupGet.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -49,7 +49,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -96,7 +96,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -115,7 +115,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupList.json index a3fb26af6a77..d41f1b6683e9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nsg1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupListAll.json index 6e8fb2f55b76..be8ed8a1ca5b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nsg1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleCreate.json index f1106b430dc5..a0d6ff2212bd 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleCreate.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1", "securityRuleParameters": { "properties": { @@ -18,11 +18,11 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", @@ -36,10 +36,10 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleDelete.json index de6132cfe63e..d9ce3ce9048b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleDelete.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleGet.json index 23c00afaabe3..68b9bfc6cfda 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleGet.json @@ -1,16 +1,16 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleList.json index 6c17d06d3a51..08325457298c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupRuleList.json @@ -1,17 +1,17 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupUpdateTags.json index b38fc48a190f..796f0c78bbfc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkSecurityGroupUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -24,7 +24,7 @@ }, "properties": { "provisioningState": "Succeeded", - "securityRules": [ ], + "securityRules": [], "defaultSecurityRules": [ { "name": "AllowVnetInBound", @@ -43,7 +43,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -90,7 +90,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -109,7 +109,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherAvailableProvidersListGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherAvailableProvidersListGet.json index 61198b394290..55fc4f4fbbd8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherAvailableProvidersListGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherAvailableProvidersListGet.json @@ -1,29 +1,31 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "azureLocations" : [ "West US" ], - "country" : "United States", - "state" : "washington", - "city" : "seattle" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "azureLocations": [ + "West US" + ], + "country": "United States", + "state": "washington", + "city": "seattle" } }, - "responses" : { - "200" : { - "body" : { - "countries" : [ + "responses": { + "200": { + "body": { + "countries": [ { - "countryName" : "United States", - "states" : [ + "countryName": "United States", + "states": [ { - "stateName" : "washington", - "cities" : [ + "stateName": "washington", + "cities": [ { - "cityName" : "seattle", - "providers" : [ + "cityName": "seattle", + "providers": [ "Comcast Cable Communications, Inc. - ASN 7922", "Comcast Cable Communications, LLC - ASN 7922", "Level 3 Communications, Inc. (GBLX) - ASN 3549", @@ -37,18 +39,18 @@ ] } }, - "202" : { - "body" : { - "countries" : [ + "202": { + "body": { + "countries": [ { - "countryName" : "United States", - "states" : [ + "countryName": "United States", + "states": [ { - "stateName" : "washington", - "cities" : [ + "stateName": "washington", + "cities": [ { - "cityName" : "seattle", - "providers" : [ + "cityName": "seattle", + "providers": [ "Comcast Cable Communications, Inc. - ASN 7922", "Comcast Cable Communications, LLC - ASN 7922", "Level 3 Communications, Inc. (GBLX) - ASN 3549", @@ -63,4 +65,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherAzureReachabilityReportGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherAzureReachabilityReportGet.json index dca51d710b16..dbf40afe58f2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherAzureReachabilityReportGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherAzureReachabilityReportGet.json @@ -1,35 +1,35 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "providerLocation" : { - "country" : "United States", - "state" : "washington" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "providerLocation": { + "country": "United States", + "state": "washington" }, - "providers" : [ + "providers": [ "Frontier Communications of America, Inc. - ASN 5650" ], - "azureLocations" : [ + "azureLocations": [ "West US" ], "startTime": "2017-09-07T00:00:00Z", "endTime": "2017-09-10T00:00:00Z" } }, - "responses" : { - "200" : { - "body" : { - "aggregationLevel" : "State", - "providerLocation" : { - "country" : "United States", - "state" : "washington" + "responses": { + "200": { + "body": { + "aggregationLevel": "State", + "providerLocation": { + "country": "United States", + "state": "washington" }, - "reachabilityReport" : [ + "reachabilityReport": [ { - "provider" : "Frontier Communications of America, Inc. - ASN 5650", + "provider": "Frontier Communications of America, Inc. - ASN 5650", "azureLocation": "West US", "latencies": [ { @@ -42,23 +42,23 @@ }, { "timeStamp": "2017-09-09T00:00:00Z", - "score": 94 + "score": 94 } - ] + ] } ] } }, - "202" : { - "body" : { - "aggregationLevel" : "State", - "providerLocation" : { - "country" : "United States", - "state" : "washington" + "202": { + "body": { + "aggregationLevel": "State", + "providerLocation": { + "country": "United States", + "state": "washington" }, - "reachabilityReport" : [ + "reachabilityReport": [ { - "provider" : "Frontier Communications of America, Inc. - ASN 5650", + "provider": "Frontier Communications of America, Inc. - ASN 5650", "azureLocation": "West US", "latencies": [ { @@ -71,12 +71,12 @@ }, { "timeStamp": "2017-09-09T00:00:00Z", - "score": 94 + "score": 94 } - ] + ] } ] } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherConnectivityCheck.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherConnectivityCheck.json index d55321fc95c8..ec50a4d10adf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherConnectivityCheck.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherConnectivityCheck.json @@ -1,79 +1,79 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "source" : { - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "source": { + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" }, - "destination" : { - "address" : "192.168.100.4", - "port" : 3389 + "destination": { + "address": "192.168.100.4", + "port": 3389 } } }, - "responses" : { - "200" : { - "body" : { - "hops" : [ + "responses": { + "200": { + "body": { + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ], - "connectionStatus" : "Connected", - "avgLatencyInMs" : 1, - "minLatencyInMs" : 1, - "maxLatencyInMs" : 4, - "probesSent" : 100, - "probesFailed" : 0 + "connectionStatus": "Connected", + "avgLatencyInMs": 1, + "minLatencyInMs": 1, + "maxLatencyInMs": 4, + "probesSent": 100, + "probesFailed": 0 } }, - "202" : { - "body" : { - "hops" : [ + "202": { + "body": { + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ], - "connectionStatus" : "Connected", - "avgLatencyInMs" : 1, - "minLatencyInMs" : 1, - "maxLatencyInMs" : 4, - "probesSent" : 100, - "probesFailed" : 0 + "connectionStatus": "Connected", + "avgLatencyInMs": 1, + "minLatencyInMs": 1, + "maxLatencyInMs": 4, + "probesSent": 100, + "probesFailed": 0 } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherCreate.json index 37dedcd1994b..24b996e763c5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherCreate.json @@ -1,38 +1,38 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "location" : "eastus", - "properties" : {} + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "location": "eastus", + "properties": {} } }, - "responses" : { - "200" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "responses": { + "200": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } }, - "201" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "201": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherDelete.json index 9e2f511198e6..536dc874e305 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherDelete.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "202" : {}, - "204" : {} + "responses": { + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherFlowLogConfigure.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherFlowLogConfigure.json index 5c5edf0c3225..f1704003c03b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherFlowLogConfigure.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherFlowLogConfigure.json @@ -1,33 +1,33 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "responses" : { - "200" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "responses": { + "200": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "202" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "202": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherFlowLogStatusQuery.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherFlowLogStatusQuery.json index ce99e84c0ec6..cbae1f320242 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherFlowLogStatusQuery.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherFlowLogStatusQuery.json @@ -1,29 +1,29 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" } }, - "responses" : { - "200" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "responses": { + "200": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "202" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "202": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherGet.json index e45ed2265e6a..dc3279e41bb2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherGet.json @@ -1,21 +1,21 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "200" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "responses": { + "200": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherIpFlowVerify.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherIpFlowVerify.json index d225458dcf33..27ccdb2d14d2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherIpFlowVerify.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherIpFlowVerify.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "direction" : "Outbound", - "protocol" : "TCP", - "localPort" : "80", - "remotePort" : "80", - "localIPAddress" : "10.2.0.4", - "remoteIPAddress" : "121.10.1.1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "direction": "Outbound", + "protocol": "TCP", + "localPort": "80", + "remotePort": "80", + "localIPAddress": "10.2.0.4", + "remoteIPAddress": "121.10.1.1" } }, - "responses" : { - "200" : { - "body" : { - "access" : "Allow", - "ruleName" : "Rule1" + "responses": { + "200": { + "body": { + "access": "Allow", + "ruleName": "Rule1" } }, - "202" : { - "body" : { - "access" : "Allow", - "ruleName" : "Rule1" + "202": { + "body": { + "access": "Allow", + "ruleName": "Rule1" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherList.json index 0f5e13903d61..b5a00e85d1d2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherList.json @@ -1,33 +1,33 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } }, { - "name" : "nw2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherListAll.json index a546494810a9..4dc314c58e14 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherListAll.json @@ -1,32 +1,32 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } }, { - "name" : "nw2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "westus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "westus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherNextHopGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherNextHopGet.json index 2f936623c350..0e40e9a8a2cc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherNextHopGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherNextHopGet.json @@ -1,29 +1,29 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "sourceIPAddress" : "10.0.0.5", - "destinationIPAddress" : "10.0.0.10", - "targetNicResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "sourceIPAddress": "10.0.0.5", + "destinationIPAddress": "10.0.0.10", + "targetNicResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" } }, - "responses" : { - "200" : { - "body" : { - "nextHopType" : "VnetLocal", - "nextHopIpAddress" : "10.0.0.1", - "routeTableId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" + "responses": { + "200": { + "body": { + "nextHopType": "VnetLocal", + "nextHopIpAddress": "10.0.0.1", + "routeTableId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" } }, - "202" : { - "body" : { - "nextHopType" : "VnetLocal", - "nextHopIpAddress" : "10.0.0.1", - "routeTableId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" + "202": { + "body": { + "nextHopType": "VnetLocal", + "nextHopIpAddress": "10.0.0.1", + "routeTableId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureCreate.json index 9f88d84d4e60..4d6b1a319ad2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureCreate.json @@ -1,52 +1,52 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1", - "parameters" : { - "properties" : { - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1", + "parameters": { + "properties": { + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } } }, - "responses" : { - "201" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "properties" : { - "provisioningState" : "Updating", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "responses": { + "201": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "properties": { + "provisioningState": "Updating", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureDelete.json index 4db4ff17b609..845a5b0e291f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "204" : {}, - "202" : {} + "responses": { + "204": {}, + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureGet.json index 54ca9a35a2be..8f4a8c7def48 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureGet.json @@ -1,33 +1,33 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Updating", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "responses": { + "200": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Updating", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureQueryStatus.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureQueryStatus.json index 4dc3e51b9689..db3546f5f126 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureQueryStatus.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureQueryStatus.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "captureStartTime" : "2016-01-08T03:42:33.3387305Z", - "packetCaptureStatus" : "Stopped", - "stopReason" : "TimeExceeded", - "packetCaptureError" : [] + "responses": { + "200": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "captureStartTime": "2016-01-08T03:42:33.3387305Z", + "packetCaptureStatus": "Stopped", + "stopReason": "TimeExceeded", + "packetCaptureError": [] } }, - "202" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "captureStartTime" : "2016-01-08T03:42:33.3387305Z", - "packetCaptureStatus" : "Stopped", - "stopReason" : "TimeExceeded", - "packetCaptureError" : [] + "202": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "captureStartTime": "2016-01-08T03:42:33.3387305Z", + "packetCaptureStatus": "Stopped", + "stopReason": "TimeExceeded", + "packetCaptureError": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureStop.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureStop.json index 36de38c1b9b2..66366635d641 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureStop.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCaptureStop.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : {}, - "202" : {} + "responses": { + "200": {}, + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCapturesList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCapturesList.json index 259e37e7d81e..9c60f662abbf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCapturesList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherPacketCapturesList.json @@ -1,54 +1,54 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Updating", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Updating", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } }, { - "name" : "pc2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc2.cap", - "filePath" : "D:\\capture\\pc2.cap" + "name": "pc2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc2.cap", + "filePath": "D:\\capture\\pc2.cap" }, - "filters" : [] + "filters": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherSecurityGroupViewGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherSecurityGroupViewGet.json index 425e777a0dba..d76fd7505ad2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherSecurityGroupViewGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherSecurityGroupViewGet.json @@ -1,38 +1,38 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "responses" : { - "200" : { - "body" : { - "networkInterfaces" : [ + "responses": { + "200": { + "body": { + "networkInterfaces": [ { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", - "securityRuleAssociations" : { - "subnetAssociation" : { + "securityRuleAssociations": { + "subnetAssociation": { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", - "securityRules" : [ + "securityRules": [ { - "name" : "fe_rule", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "description" : "Allow Frontend", - "protocol" : "Tcp", - "sourcePortRange" : "*", - "destinationPortRange" : "*", - "sourceAddressPrefix" : "10.1.0.0/24", - "destinationAddressPrefix" : "*", - "access" : "Allow", - "priority" : 100, - "direction" : "Inbound" + "name": "fe_rule", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "description": "Allow Frontend", + "protocol": "Tcp", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "10.1.0.0/24", + "destinationAddressPrefix": "*", + "access": "Allow", + "priority": 100, + "direction": "Inbound" } } ] @@ -42,30 +42,30 @@ ] } }, - "202" : { - "body" : { + "202": { + "body": { "networkInterfaces": [ { - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", - "securityRuleAssociations" : { - "subnetAssociation" : { - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", - "securityRules" : [ + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", + "securityRuleAssociations": { + "subnetAssociation": { + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", + "securityRules": [ { - "name" : "fe_rule", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "description" : "Allow Frontend", - "protocol" : "Tcp", - "sourcePortRange" : "*", - "destinationPortRange" : "*", - "sourceAddressPrefix" : "10.1.0.0/24", - "destinationAddressPrefix" : "*", - "access" : "Allow", - "priority" : 100, - "direction" : "Inbound" + "name": "fe_rule", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "description": "Allow Frontend", + "protocol": "Tcp", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "10.1.0.0/24", + "destinationAddressPrefix": "*", + "access": "Allow", + "priority": 100, + "direction": "Inbound" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherTopologyGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherTopologyGet.json index 0ee551856d94..d22b6eb92930 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherTopologyGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherTopologyGet.json @@ -1,34 +1,34 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { "targetResourceGroupName": "rg2" } }, - "responses" : { - "200" : { - "body" : { - "id" : "ce592f46-8164-4bf2-ad36-b8e4acf6fb68", - "createdDateTime" : "2017-08-02T19:31:55.9461781Z", - "lastModified" : "2017-05-27T00:00:13.2005337Z", - "resources" : [ + "responses": { + "200": { + "body": { + "id": "ce592f46-8164-4bf2-ad36-b8e4acf6fb68", + "createdDateTime": "2017-08-02T19:31:55.9461781Z", + "lastModified": "2017-05-27T00:00:13.2005337Z", + "resources": [ { - "name" : "MultiTierApp0", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/MultiTierApp0", - "location" : "westus", - "associations" : [ + "name": "MultiTierApp0", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/MultiTierApp0", + "location": "westus", + "associations": [ { - "name" : "appNic0", - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic0", - "associationType" : "Contains" + "name": "appNic0", + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic0", + "associationType": "Contains" }, { - "name" : "appNic10", - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic10", - "associationType" : "Contains" + "name": "appNic10", + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic10", + "associationType": "Contains" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherTroubleshootGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherTroubleshootGet.json index 020e4589c2e9..72379a77af31 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherTroubleshootGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherTroubleshootGet.json @@ -1,69 +1,69 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "storagePath" : "https://st1.blob.core.windows.net/cn1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "storagePath": "https://st1.blob.core.windows.net/cn1" } } }, - "responses" : { - "200" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary": "We are sorry, your VPN gateway is unreachable from the Internet", - "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions": [ - { - "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "responses": { + "200": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText": "Verify" - }, - { - "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", "actionUriText": "contact support" - } - ] - } + } + ] + } ] } }, - "202" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary": "We are sorry, your VPN gateway is unreachable from the Internet", - "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions": [ - { - "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "202": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText": "Verify" - }, - { - "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", "actionUriText": "contact support" - } - ] - } + } + ] + } ] } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherTroubleshootResultQuery.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherTroubleshootResultQuery.json index bf9245eb4758..7ea4b4e6601f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherTroubleshootResultQuery.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherTroubleshootResultQuery.json @@ -1,65 +1,65 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "responses" : { - "200" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary" : "We are sorry, your VPN gateway is unreachable from the Internet", - "detail" : "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions" : [ - { - "actionText" : "Verify if there is a network security group (NSG) applied to the GatewaySubnet", - "actionUri" : "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText" : "Verify" - }, - { - "actionText" : "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri" : "http://azure.microsoft.com/support", - "actionUriText" : "contact support" - } - ] - } + "responses": { + "200": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "contact support" + } + ] + } ] } }, - "202" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id" : "000000", - "reasonType" : "VipUnResponsive", - "summary" : "We are sorry, your VPN gateway is unreachable from the Internet", - "detail" : "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions" : [ - { - "actionText" : "Verify if there is a network security group (NSG) applied to the GatewaySubnet", - "actionUri" : "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText" : "Verify" - }, - { - "actionText" : "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri" : "http://azure.microsoft.com/support", - "actionUriText" : "contact support" - } - ] - } + "202": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "contact support" + } + ] + } ] } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherUpdateTags.json index 33039a9a3a50..f407f1b5b3ff 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/NetworkWatcherUpdateTags.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { "tags": { "tag1": "value1", "tag2": "value2" } } }, - "responses" : { - "200" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", + "responses": { + "200": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", "tags": { "tag1": "value1", "tag2": "value2" }, - "properties" : { - "provisioningState" : "Succeeded" + "properties": { + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/OperationList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/OperationList.json index 0797e392a4d8..b3ba4b25b076 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/OperationList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/OperationList.json @@ -134,4 +134,4 @@ } } } -} \ No newline at end of file +} 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 7b8bd687ba6e..c4309ea6fa3f 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 @@ -1,10 +1,12 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "zones": [ "1" ], + "zones": [ + "1" + ], "parameters": { "properties": { "publicIPAllocationMethod": "Static", @@ -17,47 +19,51 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "zones": [ "1" ], - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Static", - "idleTimeoutInMinutes" : 10, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "zones": [ + "1" + ], + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Static", + "idleTimeoutInMinutes": 10, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Standard" + "name": "Standard" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "zones": [ "1" ], - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Static", - "idleTimeoutInMinutes" : 10, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "zones": [ + "1" + ], + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Static", + "idleTimeoutInMinutes": 10, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Standard" + "name": "Standard" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } 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 7147103cd866..273b5d324c69 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 @@ -1,52 +1,52 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", "parameters": { "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Basic" + "name": "Basic" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Basic" + "name": "Basic" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } 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 b212d4d0448d..7000b274f35b 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 @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", "parameters": { @@ -13,47 +13,47 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "dnslbl", - "fqdn" : "dnslbl.westus.cloudapp.azure.com" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "dnslbl", + "fqdn": "dnslbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "dnslbl", - "fqdn" : "dnslbl.westus.cloudapp.azure.com" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "dnslbl", + "fqdn": "dnslbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressDelete.json index 34c57467f2f1..5c2f4eb0b1d9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressGet.json index db854a793a6c..aaed8a7324a8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressGet.json @@ -1,26 +1,26 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "testDNS-ip" }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressList.json index efcc8ba4b938..2ec82b70320a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressList.json @@ -1,47 +1,47 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" }, { - "name" : "ip03", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/ip03", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "ipAddress" : "40.85.154.247", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "testlbl", - "fqdn" : "testlbl.westus.cloudapp.azure.com" + "name": "ip03", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/ip03", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "ipAddress": "40.85.154.247", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "testlbl", + "fqdn": "testlbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressListAll.json index 615908e9a25b..c6781bc78b78 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressListAll.json @@ -1,46 +1,46 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" }, { - "name" : "ip01", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/publicIPAddresses/ip01", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "ipAddress" : "40.85.154.247", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "testlbl", - "fqdn" : "testlbl.westus.cloudapp.azure.com" + "name": "ip01", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/publicIPAddresses/ip01", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "ipAddress": "40.85.154.247", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "testlbl", + "fqdn": "testlbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressUpdateTags.json index 3d11597c584d..c791a942c592 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/PublicIpAddressUpdateTags.json @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", "parameters": { @@ -11,26 +11,26 @@ } } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Static", - "idleTimeoutInMinutes" : 10, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Static", + "idleTimeoutInMinutes": 10, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "tags": { "tag1": "value1", "tag2": "value2" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterCreate.json index 1a03c2a003d4..2c2bac088333 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterCreate.json @@ -1,96 +1,96 @@ { - "parameters": { - "routeFilterName": "filterName", - "resourceGroupName": "rg1", - "api-version": "2017-09-01", - "subscriptionId": "subid", - "routeFilterParameters": { - "location": "West US", - "tags": { - "key1": "value1" - }, + "parameters": { + "routeFilterName": "filterName", + "resourceGroupName": "rg1", + "api-version": "2017-09-01", + "subscriptionId": "subid", + "routeFilterParameters": { + "location": "West US", + "tags": { + "key1": "value1" + }, + "properties": { + "rules": [ + { + "name": "ruleName", "properties": { - "rules": [ - { - "name": "ruleName", - "properties": { - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } + } + ], + "peerings": [] + } + } + }, + "responses": { + "201": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] + } + } + ], + "peerings": [] } + } }, - "responses": { - "201": { - "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] - } - } + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" }, - "200": { - "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] - } + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] + } } + ], + "peerings": [] } + } } + } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterDelete.json index c57b05ae202d..0b6f9503ec0d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterDelete.json @@ -6,8 +6,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterList.json index f2df5453eb7e..20cdfec4b3b2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterList.json @@ -8,34 +8,34 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } - ], - "peerings": [] - } + } + ], + "peerings": [] + } } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterListByResourceGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterListByResourceGroup.json index a0ce5ff325df..041b0a903234 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterListByResourceGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterListByResourceGroup.json @@ -9,34 +9,34 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } - ], - "peerings": [] - } + } + ], + "peerings": [] + } } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterRuleDelete.json index c747dbca9761..4aceb79d320a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteFilterRuleDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableCreate.json index 67fc0e70f6cb..a9dd5ee1a81d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableCreate.json @@ -1,35 +1,35 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "parameters": { "location": "westus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableCreateWithRoute.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableCreateWithRoute.json index 9e45e4c7c8ee..782c667927f4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableCreateWithRoute.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableCreateWithRoute.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "parameters": { "properties": { "routes": [ @@ -19,9 +19,9 @@ "location": "westus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", @@ -42,8 +42,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableDelete.json index 72ce6c28e237..8f4e5c1c1361 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableGet.json index c8d6329801c1..80907b38878d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableGet.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableList.json index 9433bb4f227a..242f6f6272ac 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "testrt", @@ -35,7 +35,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableListAll.json index ff5d546c8636..47088061c0ab 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "testrt", @@ -34,7 +34,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteCreate.json index e29e98bb263f..d940291475e6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteCreate.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1", "routeParameters": { "properties": { @@ -12,9 +12,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { @@ -24,8 +24,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteDelete.json index 4bc6f47b2a88..f5afdcd45d35 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteDelete.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteGet.json index ca4b2462e583..a7a8a790cb66 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteGet.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteList.json index 82392139a0b1..d7e5b7b0d2c1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableRouteList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "route1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableUpdateTags.json index 9ee39ebf57c5..e59b1422064a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/RouteTableUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", @@ -24,7 +24,7 @@ }, "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ServiceCommunityList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ServiceCommunityList.json index 8661292021c8..1e37532979fc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ServiceCommunityList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/ServiceCommunityList.json @@ -12,7 +12,7 @@ "name": "skype", "type": "Microsofot.Network/bgpServiceCommunities", "properties": { - "serviceName" : "skype", + "serviceName": "skype", "bgpCommunities": [ { "serviceSupportedRegion": "Global", @@ -23,7 +23,7 @@ "13.67.186.105/32" ], "isAuthorizedToUse": true, - "serviceGroup" : "O365" + "serviceGroup": "O365" } ] } @@ -33,7 +33,7 @@ "name": "exchange", "type": "Microsofot.Network/bgpServiceCommunities", "properties": { - "serviceName" : "exchange", + "serviceName": "exchange", "bgpCommunities": [ { "serviceSupportedRegion": "Global", @@ -44,7 +44,7 @@ "13.67.186.105/32" ], "isAuthorizedToUse": true, - "serviceGroup" : "O365" + "serviceGroup": "O365" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/SubnetCreateServiceEndpoint.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/SubnetCreateServiceEndpoint.json index 0b00f5329356..7a217653fa55 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/SubnetCreateServiceEndpoint.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/SubnetCreateServiceEndpoint.json @@ -9,7 +9,9 @@ "properties": { "addressPrefix": "10.0.0.0/16", "serviceEndpoints": [ - { "service": "Microsoft.Storage" } + { + "service": "Microsoft.Storage" + } ] } } @@ -21,14 +23,16 @@ "name": "subnet1", "properties": { "addressPrefix": "10.0.0.0/16", - "serviceEndpoints": [{ - "service": "Microsoft.Storage", - "locations": [ - "eastus2(stage)", - "usnorth(stage)" - ], - "provisioningState": "Succeeded" - }], + "serviceEndpoints": [ + { + "service": "Microsoft.Storage", + "locations": [ + "eastus2(stage)", + "usnorth(stage)" + ], + "provisioningState": "Succeeded" + } + ], "provisioningState": "Succeeded" } } @@ -39,17 +43,19 @@ "name": "subnet1", "properties": { "addressPrefix": "10.0.0.0/16", - "serviceEndpoints": [{ - "service": "Microsoft.Storage", - "locations": [ - "eastus2(stage)", - "usnorth(stage)" - ], - "provisioningState": "Succeeded" - }], + "serviceEndpoints": [ + { + "service": "Microsoft.Storage", + "locations": [ + "eastus2(stage)", + "usnorth(stage)" + ], + "provisioningState": "Succeeded" + } + ], "provisioningState": "Succeeded" } } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/SubnetDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/SubnetDelete.json index c719b7ce8112..484f051488bc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/SubnetDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/SubnetDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/UsageListSpacedLocation.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/UsageListSpacedLocation.json index fc4590090144..b9a506f63d74 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/UsageListSpacedLocation.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/UsageListSpacedLocation.json @@ -262,4 +262,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCheckIPAddressAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCheckIPAddressAvailability.json index 9a27f888fa6e..8dea26b9d6cc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCheckIPAddressAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkCheckIPAddressAvailability.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "IPAddress": "10.0.1.4" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "available": false, "availableIPAddresses": [ "10.0.1.5", 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 e23e58a28aaa..33356e289a9f 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "parameters": { "properties": { "addressSpace": { @@ -15,40 +15,40 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [], - "virtualNetworkPeerings" : [] + "subnets": [], + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [], - "virtualNetworkPeerings" : [] + "subnets": [], + "virtualNetworkPeerings": [] } } } 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 6c1a093c0e72..44a9e8cc9720 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "vnetTest", - "virtualNetworkName" : "vnet1", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "vnetTest", + "virtualNetworkName": "vnet1", "parameters": { "properties": { "addressSpace": { @@ -28,17 +28,17 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "vnet1", - "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "vnet1", + "id": "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -64,20 +64,20 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "vnet1", - "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "vnet1", + "id": "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -103,7 +103,7 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } 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 4bd4e195b6b2..7af3abb19ee1 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "parameters": { "properties": { "addressSpace": { @@ -23,17 +23,17 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -47,20 +47,20 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -74,7 +74,7 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkDelete.json index a552376d5a53..55e190f2237a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "virtualNetworkName": "test-vnet" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json index ce3e3dc369b7..49a1735e2b5e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json @@ -1,8 +1,8 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualNetworkGatewayConnectionName": "test", "parameters": { "tags": { @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "test", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/connections/test", "type": "Microsoft.Network/connections", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGatewayUpdateTags.json index f012ae85d16c..8d0758c2ba3b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGatewayUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGatewayUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkGatewayName" : "vpngw", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkGatewayName": "vpngw", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "vpngw", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworkGateways/vpngw", "type": "Microsoft.Network/virtualNetworkGateways", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGatewaysListConnections.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGatewaysListConnections.json index f7225c76c3ca..f02fcfff86ee 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGatewaysListConnections.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGatewaysListConnections.json @@ -9,7 +9,7 @@ "200": { "body": { "value": [ - { + { "name": "test-vpn-connection", "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/connections/test-vpn-connection", "etag": "W/\\\"00000000-0000-0000-0000-000000000000\\\"", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGet.json index 7a9c0d2acce0..8087bd4cfcaf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkGet.json @@ -1,39 +1,40 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet" }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [{ - "name" : "subnet1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1", - "properties" : { - "provisioningState" : "Succeeded", - - "addressPrefix" : "10.0.1.0/24", - "ipConfigurations" : [{ - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe" + "subnets": [ + { + "name": "subnet1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.1.0/24", + "ipConfigurations": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe" } ] } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkList.json index 60456e097cd8..ee5f1525a095 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkListAll.json index 9d1871b5c91e..f3d57cf492c0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkPeeringDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkPeeringDelete.json index b50c365b87d2..6ecc6ebfd52d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkPeeringDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkPeeringDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkUpdateTags.json index 072df547c2ca..7a291d2d5c3c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VirtualNetworkUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-09-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-09-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "location": "westus", "parameters": { "tags": { @@ -12,26 +12,26 @@ } } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus", "tags": { "tag1": "value1", "tag2": "value2" }, - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [], - "virtualNetworkPeerings" : [] + "subnets": [], + "virtualNetworkPeerings": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceGet.json index 6a309c899c6b..bb1b21c63014 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceGet.json @@ -1,62 +1,62 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkInterfaceName" : "nic1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkInterfaceName": "nic1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "1" }, - "responses" : { - "200" : { - "body" : { - "name" : "nic1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [ + "responses": { + "200": { + "body": { + "name": "nic1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ { - "name" : "ip1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "10.0.0.5", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" + "name": "ip1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "10.0.0.5", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4", - "loadBalancerBackendAddressPools" : [ + "primary": true, + "privateIPAddressVersion": "IPv4", + "loadBalancerBackendAddressPools": [ { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1" } ], - "loadBalancerInboundNatRules" : [ + "loadBalancerInboundNatRules": [ { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.1" } ] } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "dns.cdmx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "dns.cdmx.internal.cloudapp.net" }, - "macAddress" : "00-00-00-00-00-00", - "enableAcceleratedNetworking" : false, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" + "macAddress": "00-00-00-00-00-00", + "enableAcceleratedNetworking": false, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceIpConfigGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceIpConfigGet.json index 50253777dc63..3b0b460e3e5d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceIpConfigGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceIpConfigGet.json @@ -1,16 +1,16 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "2", "networkInterfaceName": "nic1", "ipConfigurationName": "ip1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "ip1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/2/networkInterfaces/nic1/ipConfigurations/ip1", "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceIpConfigList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceIpConfigList.json index fe4db041f128..096c72dd6cd5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceIpConfigList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceIpConfigList.json @@ -1,15 +1,15 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "2", "networkInterfaceName": "nic1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "ip1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceList.json index 01cc5ea64615..a554ba43fc16 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssNetworkInterfaceList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nic1", @@ -42,7 +42,7 @@ ] } } - ], + ], "dnsSettings": { "dnsServers": [], "appliedDnsServers": [], @@ -74,7 +74,7 @@ "privateIPAddress": "10.0.0.5", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" }, "subnet": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssPublicIpGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssPublicIpGet.json index 6163cda40a8d..3601aa554519 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssPublicIpGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssPublicIpGet.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssPublicIpListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssPublicIpListAll.json index 5d20af64ab0e..2371537ba644 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssPublicIpListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssPublicIpListAll.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssVmNetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssVmNetworkInterfaceList.json index 36e0b86265c0..b351fa9dce32 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssVmNetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssVmNetworkInterfaceList.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nic1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssVmPublicIpList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssVmPublicIpList.json index 5f179ef0a801..5df78ff0a7d1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssVmPublicIpList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/examples/VmssVmPublicIpList.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/expressRouteCircuit.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/expressRouteCircuit.json index 66eb6522827e..53d203ba0864 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/expressRouteCircuit.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/expressRouteCircuit.json @@ -606,7 +606,9 @@ } }, "x-ms-examples": { - "Update Express Route Circuit Tags": { "$ref": "./examples/ExpressRouteCircuitUpdateTags.json" } + "Update Express Route Circuit Tags": { + "$ref": "./examples/ExpressRouteCircuitUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -1207,8 +1209,8 @@ "description": "The GatewayManager Etag." }, "lastModifiedBy": { - "type": "string", - "description": "Gets whether the provider or the customer last modified the peering." + "type": "string", + "description": "Gets whether the provider or the customer last modified the peering." }, "routeFilter": { "$ref": "./routeFilter.json#/definitions/RouteFilter", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/loadBalancer.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/loadBalancer.json index 6a38479b62b8..cdc2c958f1c6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/loadBalancer.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/loadBalancer.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete load balancer": { "$ref": "./examples/LoadBalancerDelete.json" } + "Delete load balancer": { + "$ref": "./examples/LoadBalancerDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get load balancer": { "$ref": "./examples/LoadBalancerGet.json" } + "Get load balancer": { + "$ref": "./examples/LoadBalancerGet.json" + } } }, "put": { @@ -180,9 +184,15 @@ } }, "x-ms-examples": { - "Create load balancer": { "$ref": "./examples/LoadBalancerCreate.json" }, - "Create load balancer with Standard SKU": { "$ref": "./examples/LoadBalancerCreateStandardSku.json" }, - "Create load balancer with Frontend IP in Zone 1": { "$ref": "./examples/LoadBalancerCreateWithZones.json" } + "Create load balancer": { + "$ref": "./examples/LoadBalancerCreate.json" + }, + "Create load balancer with Standard SKU": { + "$ref": "./examples/LoadBalancerCreateStandardSku.json" + }, + "Create load balancer with Frontend IP in Zone 1": { + "$ref": "./examples/LoadBalancerCreateWithZones.json" + } }, "x-ms-long-running-operation": true }, @@ -232,7 +242,9 @@ } }, "x-ms-examples": { - "Update load balancer tags": { "$ref": "./examples/LoadBalancerUpdateTags.json" } + "Update load balancer tags": { + "$ref": "./examples/LoadBalancerUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -261,7 +273,9 @@ } }, "x-ms-examples": { - "List all load balancers": { "$ref": "./examples/LoadBalancerListAll.json" } + "List all load balancers": { + "$ref": "./examples/LoadBalancerListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -299,7 +313,9 @@ } }, "x-ms-examples": { - "List load balancers in resource group": { "$ref": "./examples/LoadBalancerList.json" } + "List load balancers in resource group": { + "$ref": "./examples/LoadBalancerList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -344,7 +360,9 @@ } }, "x-ms-examples": { - "LoadBalancerBackendAddressPoolList": { "$ref": "./examples/LoadBalancerBackendAddressPoolList.json" } + "LoadBalancerBackendAddressPoolList": { + "$ref": "./examples/LoadBalancerBackendAddressPoolList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -396,7 +414,9 @@ } }, "x-ms-examples": { - "LoadBalancerBackendAddressPoolGet": { "$ref": "./examples/LoadBalancerBackendAddressPoolGet.json" } + "LoadBalancerBackendAddressPoolGet": { + "$ref": "./examples/LoadBalancerBackendAddressPoolGet.json" + } } } }, @@ -438,7 +458,9 @@ } }, "x-ms-examples": { - "LoadBalancerFrontendIPConfigurationList": { "$ref": "./examples/LoadBalancerFrontendIPConfigurationList.json" } + "LoadBalancerFrontendIPConfigurationList": { + "$ref": "./examples/LoadBalancerFrontendIPConfigurationList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -490,7 +512,9 @@ } }, "x-ms-examples": { - "LoadBalancerFrontendIPConfigurationGet": { "$ref": "./examples/LoadBalancerFrontendIPConfigurationGet.json" } + "LoadBalancerFrontendIPConfigurationGet": { + "$ref": "./examples/LoadBalancerFrontendIPConfigurationGet.json" + } } } }, @@ -535,7 +559,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "InboundNatRuleList": { "$ref": "./examples/InboundNatRuleList.json" } + "InboundNatRuleList": { + "$ref": "./examples/InboundNatRuleList.json" + } } } }, @@ -587,7 +613,9 @@ } }, "x-ms-examples": { - "InboundNatRuleDelete": { "$ref": "./examples/InboundNatRuleDelete.json" } + "InboundNatRuleDelete": { + "$ref": "./examples/InboundNatRuleDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -642,7 +670,9 @@ } }, "x-ms-examples": { - "InboundNatRuleGet": { "$ref": "./examples/InboundNatRuleGet.json" } + "InboundNatRuleGet": { + "$ref": "./examples/InboundNatRuleGet.json" + } } }, "put": { @@ -705,7 +735,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "InboundNatRuleCreate": { "$ref": "./examples/InboundNatRuleCreate.json" } + "InboundNatRuleCreate": { + "$ref": "./examples/InboundNatRuleCreate.json" + } } } }, @@ -750,7 +782,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "LoadBalancerLoadBalancingRuleList": { "$ref": "./examples/LoadBalancerLoadBalancingRuleList.json" } + "LoadBalancerLoadBalancingRuleList": { + "$ref": "./examples/LoadBalancerLoadBalancingRuleList.json" + } } } }, @@ -799,7 +833,9 @@ } }, "x-ms-examples": { - "LoadBalancerLoadBalancingRuleGet": { "$ref": "./examples/LoadBalancerLoadBalancingRuleGet.json" } + "LoadBalancerLoadBalancingRuleGet": { + "$ref": "./examples/LoadBalancerLoadBalancingRuleGet.json" + } } } }, @@ -841,8 +877,12 @@ } }, "x-ms-examples": { - "LoadBalancerNetworkInterfaceListVmss": { "$ref": "./examples/LoadBalancerNetworkInterfaceListVmss.json" }, - "LoadBalancerNetworkInterfaceListSimple": { "$ref": "./examples/LoadBalancerNetworkInterfaceListSimple.json" } + "LoadBalancerNetworkInterfaceListVmss": { + "$ref": "./examples/LoadBalancerNetworkInterfaceListVmss.json" + }, + "LoadBalancerNetworkInterfaceListSimple": { + "$ref": "./examples/LoadBalancerNetworkInterfaceListSimple.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -887,7 +927,9 @@ } }, "x-ms-examples": { - "LoadBalancerProbeList": { "$ref": "./examples/LoadBalancerProbeList.json" } + "LoadBalancerProbeList": { + "$ref": "./examples/LoadBalancerProbeList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -939,7 +981,9 @@ } }, "x-ms-examples": { - "LoadBalancerProbeGet": { "$ref": "./examples/LoadBalancerProbeGet.json" } + "LoadBalancerProbeGet": { + "$ref": "./examples/LoadBalancerProbeGet.json" + } } } } @@ -1162,7 +1206,7 @@ "disableOutboundSnat": { "type": "boolean", "description": "Configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule." - }, + }, "provisioningState": { "type": "string", "description": "Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/network.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/network.json index 3a8e3466b6bb..23a79971e5e9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/network.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/network.json @@ -35,8 +35,7 @@ } } }, - "paths": { - }, + "paths": {}, "definitions": { "ErrorDetails": { "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/networkInterface.json index 497081ed881a..77cbc934689b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/networkInterface.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete network interface": { "$ref": "./examples/NetworkInterfaceDelete.json" } + "Delete network interface": { + "$ref": "./examples/NetworkInterfaceDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get network interface": { "$ref": "./examples/NetworkInterfaceGet.json" } + "Get network interface": { + "$ref": "./examples/NetworkInterfaceGet.json" + } } }, "put": { @@ -180,7 +184,9 @@ } }, "x-ms-examples": { - "Create network interface": { "$ref": "./examples/NetworkInterfaceCreate.json" } + "Create network interface": { + "$ref": "./examples/NetworkInterfaceCreate.json" + } }, "x-ms-long-running-operation": true }, @@ -230,7 +236,9 @@ } }, "x-ms-examples": { - "Update network interface tags": { "$ref": "./examples/NetworkInterfaceUpdateTags.json" } + "Update network interface tags": { + "$ref": "./examples/NetworkInterfaceUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -259,7 +267,9 @@ } }, "x-ms-examples": { - "List all network interfaces": { "$ref": "./examples/NetworkInterfaceListAll.json" } + "List all network interfaces": { + "$ref": "./examples/NetworkInterfaceListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -297,7 +307,9 @@ } }, "x-ms-examples": { - "List network interfaces in resource group": { "$ref": "./examples/NetworkInterfaceList.json" } + "List network interfaces in resource group": { + "$ref": "./examples/NetworkInterfaceList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -345,7 +357,9 @@ } }, "x-ms-examples": { - "Show network interface effective route tables": { "$ref": "./examples/NetworkInterfaceEffectiveRouteTableList.json" } + "Show network interface effective route tables": { + "$ref": "./examples/NetworkInterfaceEffectiveRouteTableList.json" + } }, "x-ms-long-running-operation": true } @@ -391,7 +405,9 @@ } }, "x-ms-examples": { - "List network interface effective network security groups": { "$ref": "./examples/NetworkInterfaceEffectiveNSGList.json" } + "List network interface effective network security groups": { + "$ref": "./examples/NetworkInterfaceEffectiveNSGList.json" + } }, "x-ms-long-running-operation": true } @@ -437,7 +453,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "NetworkInterfaceIPConfigurationList": { "$ref": "./examples/NetworkInterfaceIPConfigurationList.json" } + "NetworkInterfaceIPConfigurationList": { + "$ref": "./examples/NetworkInterfaceIPConfigurationList.json" + } } } }, @@ -486,7 +504,9 @@ } }, "x-ms-examples": { - "NetworkInterfaceIPConfigurationGet": { "$ref": "./examples/NetworkInterfaceIPConfigurationGet.json" } + "NetworkInterfaceIPConfigurationGet": { + "$ref": "./examples/NetworkInterfaceIPConfigurationGet.json" + } } } }, @@ -531,7 +551,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "NetworkInterfaceLoadBalancerList": { "$ref": "./examples/NetworkInterfaceLoadBalancerList.json" } + "NetworkInterfaceLoadBalancerList": { + "$ref": "./examples/NetworkInterfaceLoadBalancerList.json" + } } } } @@ -806,7 +828,7 @@ "tagMap": { "type": "string", "additionalProperties": { - "type":"array", + "type": "array", "items": { "type": "string" }, @@ -879,14 +901,14 @@ "type": "string", "description": "The destination address prefix." }, - "sourceAddressPrefixes" : { + "sourceAddressPrefixes": { "type": "array", "items": { "type": "string" }, "description": "The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the asterisk (*)." }, - "destinationAddressPrefixes" : { + "destinationAddressPrefixes": { "type": "array", "items": { "type": "string" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/networkSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/networkSecurityGroup.json index a98700f4be00..7e1fe013d0f4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/networkSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/networkSecurityGroup.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete network security group": { "$ref": "./examples/NetworkSecurityGroupDelete.json" } + "Delete network security group": { + "$ref": "./examples/NetworkSecurityGroupDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get network security group": { "$ref": "./examples/NetworkSecurityGroupGet.json" } + "Get network security group": { + "$ref": "./examples/NetworkSecurityGroupGet.json" + } } }, "put": { @@ -180,8 +184,12 @@ } }, "x-ms-examples": { - "Create network security group": { "$ref": "./examples/NetworkSecurityGroupCreate.json" }, - "Create network security group with rule": { "$ref": "./examples/NetworkSecurityGroupCreateWithRule.json" } + "Create network security group": { + "$ref": "./examples/NetworkSecurityGroupCreate.json" + }, + "Create network security group with rule": { + "$ref": "./examples/NetworkSecurityGroupCreateWithRule.json" + } }, "x-ms-long-running-operation": true }, @@ -231,7 +239,9 @@ } }, "x-ms-examples": { - "Update network security group tags": { "$ref": "./examples/NetworkSecurityGroupUpdateTags.json" } + "Update network security group tags": { + "$ref": "./examples/NetworkSecurityGroupUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -260,7 +270,9 @@ } }, "x-ms-examples": { - "List all network security groups": { "$ref": "./examples/NetworkSecurityGroupListAll.json" } + "List all network security groups": { + "$ref": "./examples/NetworkSecurityGroupListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -298,7 +310,9 @@ } }, "x-ms-examples": { - "List network security groups in resource group": { "$ref": "./examples/NetworkSecurityGroupList.json" } + "List network security groups in resource group": { + "$ref": "./examples/NetworkSecurityGroupList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -353,7 +367,9 @@ } }, "x-ms-examples": { - "Delete network security rule from network security group": { "$ref": "./examples/NetworkSecurityGroupRuleDelete.json" } + "Delete network security rule from network security group": { + "$ref": "./examples/NetworkSecurityGroupRuleDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -401,7 +417,9 @@ } }, "x-ms-examples": { - "Get network security rule in network security group": { "$ref": "./examples/NetworkSecurityGroupRuleGet.json" } + "Get network security rule in network security group": { + "$ref": "./examples/NetworkSecurityGroupRuleGet.json" + } } }, "put": { @@ -463,7 +481,9 @@ } }, "x-ms-examples": { - "Create security rule": { "$ref": "./examples/NetworkSecurityGroupRuleCreate.json" } + "Create security rule": { + "$ref": "./examples/NetworkSecurityGroupRuleCreate.json" + } }, "x-ms-long-running-operation": true } @@ -506,7 +526,9 @@ } }, "x-ms-examples": { - "List network security rules in network security group": { "$ref": "./examples/NetworkSecurityGroupRuleList.json" } + "List network security rules in network security group": { + "$ref": "./examples/NetworkSecurityGroupRuleList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -551,14 +573,16 @@ } }, "x-ms-examples": { - "DefaultSecurityRuleList": { "$ref": "./examples/DefaultSecurityRuleList.json" } + "DefaultSecurityRuleList": { + "$ref": "./examples/DefaultSecurityRuleList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}/defaultSecurityRules/{defaultSecurityRuleName}" : { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}/defaultSecurityRules/{defaultSecurityRuleName}": { "get": { "tags": [ "SecurityRules" @@ -603,7 +627,9 @@ } }, "x-ms-examples": { - "DefaultSecurityRuleGet": { "$ref": "./examples/DefaultSecurityRuleGet.json" } + "DefaultSecurityRuleGet": { + "$ref": "./examples/DefaultSecurityRuleGet.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/networkWatcher.json index ab6a3b50df2f..85a1673ae32d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/networkWatcher.json @@ -89,7 +89,9 @@ } }, "x-ms-examples": { - "Create network watcher": { "$ref": "./examples/NetworkWatcherCreate.json" } + "Create network watcher": { + "$ref": "./examples/NetworkWatcherCreate.json" + } } }, "get": { @@ -129,7 +131,9 @@ } }, "x-ms-examples": { - "Get network watcher": { "$ref": "./examples/NetworkWatcherGet.json" } + "Get network watcher": { + "$ref": "./examples/NetworkWatcherGet.json" + } } }, "delete": { @@ -170,7 +174,9 @@ } }, "x-ms-examples": { - "Delete network watcher": { "$ref": "./examples/NetworkWatcherDelete.json" } + "Delete network watcher": { + "$ref": "./examples/NetworkWatcherDelete.json" + } } }, "patch": { @@ -219,7 +225,9 @@ } }, "x-ms-examples": { - "Update network watcher tags": { "$ref": "./examples/NetworkWatcherUpdateTags.json" } + "Update network watcher tags": { + "$ref": "./examples/NetworkWatcherUpdateTags.json" + } } } }, @@ -257,7 +265,9 @@ "nextLinkName": null }, "x-ms-examples": { - "List network watchers": { "$ref": "./examples/NetworkWatcherList.json" } + "List network watchers": { + "$ref": "./examples/NetworkWatcherList.json" + } } } }, @@ -288,7 +298,9 @@ "nextLinkName": null }, "x-ms-examples": { - "List all network watchers": { "$ref": "./examples/NetworkWatcherListAll.json" } + "List all network watchers": { + "$ref": "./examples/NetworkWatcherListAll.json" + } } } }, @@ -399,7 +411,9 @@ } }, "x-ms-examples": { - "Ip flow verify": { "$ref": "./examples/NetworkWatcherIpFlowVerify.json" } + "Ip flow verify": { + "$ref": "./examples/NetworkWatcherIpFlowVerify.json" + } } } }, @@ -457,7 +471,9 @@ } }, "x-ms-examples": { - "Get next hop": { "$ref": "./examples/NetworkWatcherNextHopGet.json" } + "Get next hop": { + "$ref": "./examples/NetworkWatcherNextHopGet.json" + } } } }, @@ -515,7 +531,9 @@ } }, "x-ms-examples": { - "Get security group view": { "$ref": "./examples/NetworkWatcherSecurityGroupViewGet.json" } + "Get security group view": { + "$ref": "./examples/NetworkWatcherSecurityGroupViewGet.json" + } } } }, @@ -574,7 +592,9 @@ } }, "x-ms-examples": { - "Create packet capture": { "$ref": "./examples/NetworkWatcherPacketCaptureCreate.json" } + "Create packet capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureCreate.json" + } } }, "get": { @@ -621,7 +641,9 @@ } }, "x-ms-examples": { - "Get packet capture": { "$ref": "./examples/NetworkWatcherPacketCaptureGet.json" } + "Get packet capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureGet.json" + } } }, "delete": { @@ -669,7 +691,9 @@ } }, "x-ms-examples": { - "Delete packet capture": { "$ref": "./examples/NetworkWatcherPacketCaptureDelete.json" } + "Delete packet capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureDelete.json" + } } } }, @@ -719,7 +743,9 @@ } }, "x-ms-examples": { - "Stop packet capture": { "$ref": "./examples/NetworkWatcherPacketCaptureStop.json" } + "Stop packet capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureStop.json" + } } } }, @@ -778,7 +804,9 @@ } }, "x-ms-examples": { - "Query packet capture status": { "$ref": "./examples/NetworkWatcherPacketCaptureQueryStatus.json" } + "Query packet capture status": { + "$ref": "./examples/NetworkWatcherPacketCaptureQueryStatus.json" + } } } }, @@ -823,7 +851,9 @@ "nextLinkName": null }, "x-ms-examples": { - "List packet captures": { "$ref": "./examples/NetworkWatcherPacketCapturesList.json" } + "List packet captures": { + "$ref": "./examples/NetworkWatcherPacketCapturesList.json" + } } } }, @@ -881,7 +911,9 @@ } }, "x-ms-examples": { - "Get troubleshooting": { "$ref": "./examples/NetworkWatcherTroubleshootGet.json" } + "Get troubleshooting": { + "$ref": "./examples/NetworkWatcherTroubleshootGet.json" + } } } }, @@ -939,7 +971,9 @@ } }, "x-ms-examples": { - "Get troubleshoot result": { "$ref": "./examples/NetworkWatcherTroubleshootResultQuery.json" } + "Get troubleshoot result": { + "$ref": "./examples/NetworkWatcherTroubleshootResultQuery.json" + } } } }, @@ -997,7 +1031,9 @@ } }, "x-ms-examples": { - "Configure flow log": { "$ref": "./examples/NetworkWatcherFlowLogConfigure.json" } + "Configure flow log": { + "$ref": "./examples/NetworkWatcherFlowLogConfigure.json" + } } } }, @@ -1055,7 +1091,9 @@ } }, "x-ms-examples": { - "Get flow log status": { "$ref": "./examples/NetworkWatcherFlowLogStatusQuery.json" } + "Get flow log status": { + "$ref": "./examples/NetworkWatcherFlowLogStatusQuery.json" + } } } }, @@ -1113,7 +1151,9 @@ } }, "x-ms-examples": { - "Check connectivity": { "$ref": "./examples/NetworkWatcherConnectivityCheck.json" } + "Check connectivity": { + "$ref": "./examples/NetworkWatcherConnectivityCheck.json" + } } } }, @@ -2454,4 +2494,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/operation.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/operation.json index 11b1605f1d5d..b2f22bff175f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/operation.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/operation.json @@ -55,14 +55,16 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "Get a list of operations for a resource provider": { "$ref": "./examples/OperationList.json" } + "Get a list of operations for a resource provider": { + "$ref": "./examples/OperationList.json" + } } } } }, "definitions": { "OperationListResult": { - "description": "Result of the request to list Network operations. It contains a list of operations and a URL link to get the next set of results.", + "description": "Result of the request to list Network operations. It contains a list of operations and a URL link to get the next set of results.", "properties": { "value": { "type": "array", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/publicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/publicIpAddress.json index 4ddab8af7f48..96c83d1aaf7e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/publicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/publicIpAddress.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete public IP address": { "$ref": "./examples/PublicIpAddressDelete.json" } + "Delete public IP address": { + "$ref": "./examples/PublicIpAddressDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get public IP address": { "$ref": "./examples/PublicIpAddressGet.json" } + "Get public IP address": { + "$ref": "./examples/PublicIpAddressGet.json" + } } }, "put": { @@ -180,9 +184,15 @@ } }, "x-ms-examples": { - "Create public IP address defaults": { "$ref": "./examples/PublicIpAddressCreateDefaults.json" }, - "Create public IP address allocation method": { "$ref": "./examples/PublicIpAddressCreateCustomizedValues.json" }, - "Create public IP address DNS": { "$ref": "./examples/PublicIpAddressCreateDns.json" } + "Create public IP address defaults": { + "$ref": "./examples/PublicIpAddressCreateDefaults.json" + }, + "Create public IP address allocation method": { + "$ref": "./examples/PublicIpAddressCreateCustomizedValues.json" + }, + "Create public IP address DNS": { + "$ref": "./examples/PublicIpAddressCreateDns.json" + } }, "x-ms-long-running-operation": true }, @@ -232,7 +242,9 @@ } }, "x-ms-examples": { - "Update public IP address tags": { "$ref": "./examples/PublicIpAddressUpdateTags.json" } + "Update public IP address tags": { + "$ref": "./examples/PublicIpAddressUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -261,7 +273,9 @@ } }, "x-ms-examples": { - "List all public IP addresses": { "$ref": "./examples/PublicIpAddressListAll.json" } + "List all public IP addresses": { + "$ref": "./examples/PublicIpAddressListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -299,7 +313,9 @@ } }, "x-ms-examples": { - "List resource group public IP addresses": { "$ref": "./examples/PublicIpAddressList.json" } + "List resource group public IP addresses": { + "$ref": "./examples/PublicIpAddressList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/routeFilter.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/routeFilter.json index a1ce3f61957b..7243c9abe05c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/routeFilter.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/routeFilter.json @@ -1,799 +1,821 @@ { - "swagger": "2.0", - "info": { - "title": "NetworkManagementClient", - "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", - "version": "2017-09-01" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" + "swagger": "2.0", + "info": { + "title": "NetworkManagementClient", + "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", + "version": "2017-09-01" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}": { + "delete": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Delete", + "x-ms-examples": { + "RouteFilterDelete": { + "$ref": "./examples/RouteFilterDelete.json" + } + }, + "description": "Deletes the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "202": { + "description": "Accepted and the operation will complete asynchronously." + }, + "200": { + "description": "Delete successful." + }, + "204": { + "description": "Delete successful." + } + }, + "x-ms-long-running-operation": true + }, + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Get", + "x-ms-examples": { + "RouteFilterGet": { + "$ref": "./examples/RouteFilterGet.json" + } + }, + "description": "Gets the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "name": "$expand", + "in": "query", + "required": false, + "type": "string", + "description": "Expands referenced express route bgp peering resources." + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" } + } } - }, - "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}": { - "delete": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Delete", - "x-ms-examples": { - "RouteFilterDelete": { "$ref": "./examples/RouteFilterDelete.json" } - }, - "description": "Deletes the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "202": { - "description": "Accepted and the operation will complete asynchronously." - }, - "200": { - "description": "Delete successful." - }, - "204": { - "description": "Delete successful." - } - }, - "x-ms-long-running-operation": true - }, - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Get", - "x-ms-examples": { - "RouteFilterGet": { "$ref": "./examples/RouteFilterGet.json" } - }, - "description": "Gets the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "name": "$expand", - "in": "query", - "required": false, - "type": "string", - "description": "Expands referenced express route bgp peering resources." - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - } + }, + "put": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_CreateOrUpdate", + "x-ms-examples": { + "RouteFilterCreate": { + "$ref": "./examples/RouteFilterCreate.json" + } + }, + "description": "Creates or updates a route filter in a specified resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "routeFilterParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/RouteFilter" }, - "put": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_CreateOrUpdate", - "x-ms-examples": { - "RouteFilterCreate": { "$ref": "./examples/RouteFilterCreate.json" } - }, - "description": "Creates or updates a route filter in a specified resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "routeFilterParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/RouteFilter" - }, - "description": "Parameters supplied to the create or update route filter operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - }, - "201": { - "description": "Create successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the create or update route filter operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" + } + }, + "201": { + "description": "Create successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" + } + } + }, + "x-ms-long-running-operation": true + }, + "patch": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Update", + "x-ms-examples": { + "RouteFilterUpdate": { + "$ref": "./examples/RouteFilterUpdate.json" + } + }, + "description": "Updates a route filter in a specified resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "routeFilterParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/PatchRouteFilter" }, - "patch": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Update", - "x-ms-examples": { - "RouteFilterUpdate": { "$ref": "./examples/RouteFilterUpdate.json" } - }, - "description": "Updates a route filter in a specified resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "routeFilterParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/PatchRouteFilter" - }, - "description": "Parameters supplied to the update route filter operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the update route filter operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" } + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters": { + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_ListByResourceGroup", + "x-ms-examples": { + "RouteFilterListByResourceGroup": { + "$ref": "./examples/RouteFilterListByResourceGroup.json" + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters": { - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_ListByResourceGroup", - "x-ms-examples": { - "RouteFilterListByResourceGroup": { "$ref": "./examples/RouteFilterListByResourceGroup.json" } - }, - "description": "Gets all route filters in a resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter resources.", - "schema": { - "$ref": "#/definitions/RouteFilterListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "description": "Gets all route filters in a resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter resources.", + "schema": { + "$ref": "#/definitions/RouteFilterListResult" } + } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeFilters": { - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_List", - "x-ms-examples": { - "RouteFilterList": { "$ref": "./examples/RouteFilterList.json" } - }, - "description": "Gets all route filters in a subscription.", - "parameters": [ - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter resources.", - "schema": { - "$ref": "#/definitions/RouteFilterListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeFilters": { + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_List", + "x-ms-examples": { + "RouteFilterList": { + "$ref": "./examples/RouteFilterList.json" + } + }, + "description": "Gets all route filters in a subscription.", + "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter resources.", + "schema": { + "$ref": "#/definitions/RouteFilterListResult" } + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}": { - "delete": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Delete", - "x-ms-examples": { - "RouteFilterRuleDelete": { "$ref": "./examples/RouteFilterRuleDelete.json" } - }, - "description": "Deletes the specified rule from a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the rule." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "202": { - "description": "Accepted and the operation will complete asynchronously." - }, - "200": { - "description": "Accepted." - }, - "204": { - "description": "Rule was deleted or not found." - } - }, - "x-ms-long-running-operation": true - }, - "get": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Get", - "x-ms-examples": { - "RouteFilterRuleGet": { "$ref": "./examples/RouteFilterRuleGet.json" } - }, - "description": "Gets the specified rule from a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the rule." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - } + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}": { + "delete": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Delete", + "x-ms-examples": { + "RouteFilterRuleDelete": { + "$ref": "./examples/RouteFilterRuleDelete.json" + } + }, + "description": "Deletes the specified rule from a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the rule." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "202": { + "description": "Accepted and the operation will complete asynchronously." + }, + "200": { + "description": "Accepted." + }, + "204": { + "description": "Rule was deleted or not found." + } + }, + "x-ms-long-running-operation": true + }, + "get": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Get", + "x-ms-examples": { + "RouteFilterRuleGet": { + "$ref": "./examples/RouteFilterRuleGet.json" + } + }, + "description": "Gets the specified rule from a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the rule." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + } + } + }, + "put": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_CreateOrUpdate", + "x-ms-examples": { + "RouteFilterRuleCreate": { + "$ref": "./examples/RouteFilterRuleCreate.json" + } + }, + "description": "Creates or updates a route in the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter rule." + }, + { + "name": "routeFilterRuleParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/RouteFilterRule" }, - "put": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_CreateOrUpdate", - "x-ms-examples": { - "RouteFilterRuleCreate": { "$ref": "./examples/RouteFilterRuleCreate.json" } - }, - "description": "Creates or updates a route in the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter rule." - }, - { - "name": "routeFilterRuleParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Parameters supplied to the create or update route filter rule operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - }, - "201": { - "description": "Create successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the create or update route filter rule operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + }, + "201": { + "description": "Create successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + } + }, + "x-ms-long-running-operation": true + }, + "patch": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Update", + "x-ms-examples": { + "RouteFilterRuleUpdate": { + "$ref": "./examples/RouteFilterRuleUpdate.json" + } + }, + "description": "Updates a route in the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter rule." + }, + { + "name": "routeFilterRuleParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/PatchRouteFilterRule" }, - "patch": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Update", - "x-ms-examples": { - "RouteFilterRuleUpdate": { "$ref": "./examples/RouteFilterRuleUpdate.json" } - }, - "description": "Updates a route in the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter rule." - }, - { - "name": "routeFilterRuleParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/PatchRouteFilterRule" - }, - "description": "Parameters supplied to the update route filter rule operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the update route filter rule operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" } + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules": { - "get": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_ListByRouteFilter", - "x-ms-examples": { - "RouteFilterRuleListByRouteFilter": { "$ref": "./examples/RouteFilterRuleListByRouteFilter.json" } - }, - "description": "Gets all RouteFilterRules in a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter Rule resources.", - "schema": { - "$ref": "#/definitions/RouteFilterRuleListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules": { + "get": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_ListByRouteFilter", + "x-ms-examples": { + "RouteFilterRuleListByRouteFilter": { + "$ref": "./examples/RouteFilterRuleListByRouteFilter.json" + } + }, + "description": "Gets all RouteFilterRules in a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter Rule resources.", + "schema": { + "$ref": "#/definitions/RouteFilterRuleListResult" } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + } + }, + "definitions": { + "RouteFilterRulePropertiesFormat": { + "required": [ + "access", + "routeFilterRuleType", + "communities" + ], + "properties": { + "access": { + "type": "string", + "description": "The access type of the rule. Valid values are: 'Allow', 'Deny'", + "enum": [ + "Allow", + "Deny" + ], + "x-ms-enum": { + "name": "Access", + "modelAsString": true + } + }, + "routeFilterRuleType": { + "type": "string", + "description": "The rule type of the rule. Valid value is: 'Community'", + "enum": [ + "Community" + ], + "x-ms-enum": { + "name": "RouteFilterRuleType", + "modelAsString": true + } + }, + "communities": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']" + }, + "provisioningState": { + "type": "string", + "readOnly": true, + "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." } + }, + "description": "Route Filter Rule Resource" }, - "definitions": { - "RouteFilterRulePropertiesFormat": { - "required": [ - "access", - "routeFilterRuleType", - "communities" - ], - "properties": { - "access": { - "type": "string", - "description": "The access type of the rule. Valid values are: 'Allow', 'Deny'", - "enum": [ - "Allow", - "Deny" - ], - "x-ms-enum": { - "name": "Access", - "modelAsString": true - } - }, - "routeFilterRuleType": { - "type": "string", - "description": "The rule type of the rule. Valid value is: 'Community'", - "enum": [ - "Community" - ], - "x-ms-enum": { - "name": "RouteFilterRuleType", - "modelAsString": true - } - }, - "communities": { - "type": "array", - "items": { - "type": "string" - }, - "description": "The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']" - }, - "provisioningState": { - "type": "string", - "readOnly": true, - "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." - } - }, - "description": "Route Filter Rule Resource" - }, - "RouteFilterRule": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterRulePropertiesFormat" - }, - "name": { - "type": "string", - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "location": { - "type": "string", - "description": "Resource location." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Rule Resource" - }, - "PatchRouteFilterRule": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterRulePropertiesFormat" - }, - "name": { - "type": "string", - "readOnly": true, - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Rule Resource" - }, - "RouteFilterPropertiesFormat": { - "properties": { - "rules": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Collection of RouteFilterRules contained within a route filter." - }, - "peerings": { - "type": "array", - "items": { - "$ref": "./expressRouteCircuit.json#/definitions/ExpressRouteCircuitPeering" - }, - "description": "A collection of references to express route circuit peerings." - }, - "provisioningState": { - "type": "string", - "readOnly": true, - "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." - } - }, - "description": "Route Filter Resource" - }, - "RouteFilter": { - "required": [ - "location" - ], - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterPropertiesFormat" - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "Gets a unique read-only string that changes whenever the resource is updated." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/Resource" - } - ], - "description": "Route Filter Resource." - }, - "PatchRouteFilter": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterPropertiesFormat" - }, - "name": { - "type": "string", - "readOnly": true, - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Resource." - }, - "RouteFilterListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilter" - }, - "description": "Gets a list of route filters in a resource group." - }, - "nextLink": { - "type": "string", - "description": "The URL to get the next set of results." - } - }, - "description": "Response for the ListRouteFilters API service call." - }, - "RouteFilterRuleListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Gets a list of RouteFilterRules in a resource group." - }, - "nextLink": { - "type": "string", - "description": "The URL to get the next set of results." - } - }, - "description": "Response for the ListRouteFilterRules API service call" + "RouteFilterRule": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterRulePropertiesFormat" + }, + "name": { + "type": "string", + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "location": { + "type": "string", + "description": "Resource location." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Rule Resource" + }, + "PatchRouteFilterRule": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterRulePropertiesFormat" + }, + "name": { + "type": "string", + "readOnly": true, + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Rule Resource" + }, + "RouteFilterPropertiesFormat": { + "properties": { + "rules": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilterRule" + }, + "description": "Collection of RouteFilterRules contained within a route filter." + }, + "peerings": { + "type": "array", + "items": { + "$ref": "./expressRouteCircuit.json#/definitions/ExpressRouteCircuitPeering" + }, + "description": "A collection of references to express route circuit peerings." + }, + "provisioningState": { + "type": "string", + "readOnly": true, + "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." } + }, + "description": "Route Filter Resource" }, + "RouteFilter": { + "required": [ + "location" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterPropertiesFormat" + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "Gets a unique read-only string that changes whenever the resource is updated." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/Resource" + } + ], + "description": "Route Filter Resource." + }, + "PatchRouteFilter": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterPropertiesFormat" + }, + "name": { + "type": "string", + "readOnly": true, + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Resource." + }, + "RouteFilterListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilter" + }, + "description": "Gets a list of route filters in a resource group." + }, + "nextLink": { + "type": "string", + "description": "The URL to get the next set of results." + } + }, + "description": "Response for the ListRouteFilters API service call." + }, + "RouteFilterRuleListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilterRule" + }, + "description": "Gets a list of RouteFilterRules in a resource group." + }, + "nextLink": { + "type": "string", + "description": "The URL to get the next set of results." + } + }, + "description": "Response for the ListRouteFilterRules API service call" + } + }, "parameters": { "SubscriptionIdParameter": { "name": "subscriptionId", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/routeTable.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/routeTable.json index ecae64cc4210..16f540a9c86f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/routeTable.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/routeTable.json @@ -78,7 +78,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Delete route table": { "$ref": "./examples/RouteTableDelete.json" } + "Delete route table": { + "$ref": "./examples/RouteTableDelete.json" + } } }, "get": { @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get route table": { "$ref": "./examples/RouteTableGet.json" } + "Get route table": { + "$ref": "./examples/RouteTableGet.json" + } } }, "put": { @@ -180,8 +184,12 @@ } }, "x-ms-examples": { - "Create route table": { "$ref": "./examples/RouteTableCreate.json" }, - "Create route table with route": { "$ref": "./examples/RouteTableCreateWithRoute.json" } + "Create route table": { + "$ref": "./examples/RouteTableCreate.json" + }, + "Create route table with route": { + "$ref": "./examples/RouteTableCreateWithRoute.json" + } }, "x-ms-long-running-operation": true }, @@ -231,7 +239,9 @@ } }, "x-ms-examples": { - "Update route table tags": { "$ref": "./examples/RouteTableUpdateTags.json" } + "Update route table tags": { + "$ref": "./examples/RouteTableUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -267,7 +277,9 @@ } }, "x-ms-examples": { - "List route tables in resource group": { "$ref": "./examples/RouteTableList.json" } + "List route tables in resource group": { + "$ref": "./examples/RouteTableList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -298,7 +310,9 @@ } }, "x-ms-examples": { - "List all route tables": { "$ref": "./examples/RouteTableListAll.json" } + "List all route tables": { + "$ref": "./examples/RouteTableListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -353,7 +367,9 @@ } }, "x-ms-examples": { - "Delete route": { "$ref": "./examples/RouteTableRouteDelete.json" } + "Delete route": { + "$ref": "./examples/RouteTableRouteDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -401,7 +417,9 @@ } }, "x-ms-examples": { - "Get route": { "$ref": "./examples/RouteTableRouteGet.json" } + "Get route": { + "$ref": "./examples/RouteTableRouteGet.json" + } } }, "put": { @@ -463,7 +481,9 @@ } }, "x-ms-examples": { - "Create route": { "$ref": "./examples/RouteTableRouteCreate.json" } + "Create route": { + "$ref": "./examples/RouteTableRouteCreate.json" + } }, "x-ms-long-running-operation": true } @@ -509,10 +529,12 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List routes": { "$ref": "./examples/RouteTableRouteList.json" } + "List routes": { + "$ref": "./examples/RouteTableRouteList.json" + } } } - } + } }, "definitions": { "RoutePropertiesFormat": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/serviceCommunity.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/serviceCommunity.json index f09575c05a30..8c9b7e675eea 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/serviceCommunity.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/serviceCommunity.json @@ -41,7 +41,9 @@ ], "operationId": "BgpServiceCommunities_List", "x-ms-examples": { - "ServiceCommunityList": { "$ref": "./examples/ServiceCommunityList.json" } + "ServiceCommunityList": { + "$ref": "./examples/ServiceCommunityList.json" + } }, "description": "Gets all the available bgp service communities.", "parameters": [ @@ -71,7 +73,7 @@ "properties": { "serviceSupportedRegion": { "type": "string", - "description": "The region which the service support. e.g. For O365, region is Global." + "description": "The region which the service support. e.g. For O365, region is Global." }, "communityName": { "type": "string", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/usage.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/usage.json index 3d15f1083d86..0c18fbfd950a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/usage.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/usage.json @@ -68,8 +68,12 @@ } }, "x-ms-examples": { - "List usages": { "$ref": "./examples/UsageList.json" }, - "List usages spaced location": { "$ref": "./examples/UsageListSpacedLocation.json" } + "List usages": { + "$ref": "./examples/UsageList.json" + }, + "List usages spaced location": { + "$ref": "./examples/UsageListSpacedLocation.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/virtualNetwork.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/virtualNetwork.json index 641b71153a36..a73329289ef8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/virtualNetwork.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/virtualNetwork.json @@ -78,7 +78,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Delete virtual network": { "$ref": "./examples/VirtualNetworkDelete.json" } + "Delete virtual network": { + "$ref": "./examples/VirtualNetworkDelete.json" + } } }, "get": { @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get virtual network": { "$ref": "./examples/VirtualNetworkGet.json" } + "Get virtual network": { + "$ref": "./examples/VirtualNetworkGet.json" + } } }, "put": { @@ -181,9 +185,15 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Create virtual network": { "$ref": "./examples/VirtualNetworkCreate.json" }, - "Create virtual network with subnet": { "$ref": "./examples/VirtualNetworkCreateSubnet.json" }, - "Create virtual network with service endpoints": { "$ref": "./examples/VirtualNetworkCreateServiceEndpoints.json" } + "Create virtual network": { + "$ref": "./examples/VirtualNetworkCreate.json" + }, + "Create virtual network with subnet": { + "$ref": "./examples/VirtualNetworkCreateSubnet.json" + }, + "Create virtual network with service endpoints": { + "$ref": "./examples/VirtualNetworkCreateServiceEndpoints.json" + } } }, "patch": { @@ -233,7 +243,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Update virtual network tags": { "$ref": "./examples/VirtualNetworkUpdateTags.json" } + "Update virtual network tags": { + "$ref": "./examples/VirtualNetworkUpdateTags.json" + } } } }, @@ -261,7 +273,9 @@ } }, "x-ms-examples": { - "List all virtual networks": { "$ref": "./examples/VirtualNetworkListAll.json" } + "List all virtual networks": { + "$ref": "./examples/VirtualNetworkListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -299,14 +313,16 @@ } }, "x-ms-examples": { - "List virtual networks in resource group": { "$ref": "./examples/VirtualNetworkList.json" } + "List virtual networks in resource group": { + "$ref": "./examples/VirtualNetworkList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}": { "delete": { "tags": [ "Subnets" @@ -354,7 +370,9 @@ } }, "x-ms-examples": { - "Delete subnet": { "$ref": "./examples/SubnetDelete.json" } + "Delete subnet": { + "$ref": "./examples/SubnetDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -409,7 +427,9 @@ } }, "x-ms-examples": { - "Get subnet": { "$ref": "./examples/SubnetGet.json" } + "Get subnet": { + "$ref": "./examples/SubnetGet.json" + } } }, "put": { @@ -472,8 +492,12 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Create subnet": { "$ref": "./examples/SubnetCreate.json" }, - "Create subnet with service endpoints": { "$ref": "./examples/SubnetCreateServiceEndpoint.json" } + "Create subnet": { + "$ref": "./examples/SubnetCreate.json" + }, + "Create subnet with service endpoints": { + "$ref": "./examples/SubnetCreateServiceEndpoint.json" + } } } }, @@ -518,7 +542,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List subnets": { "$ref": "./examples/SubnetList.json" } + "List subnets": { + "$ref": "./examples/SubnetList.json" + } } } }, @@ -570,7 +596,9 @@ } }, "x-ms-examples": { - "Delete peering": { "$ref": "./examples/VirtualNetworkPeeringDelete.json" } + "Delete peering": { + "$ref": "./examples/VirtualNetworkPeeringDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -618,7 +646,9 @@ } }, "x-ms-examples": { - "Get peering": { "$ref": "./examples/VirtualNetworkPeeringGet.json" } + "Get peering": { + "$ref": "./examples/VirtualNetworkPeeringGet.json" + } } }, "put": { @@ -680,7 +710,9 @@ } }, "x-ms-examples": { - "Create peering": { "$ref": "./examples/VirtualNetworkPeeringCreate.json" } + "Create peering": { + "$ref": "./examples/VirtualNetworkPeeringCreate.json" + } }, "x-ms-long-running-operation": true } @@ -726,7 +758,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List peerings": { "$ref": "./examples/VirtualNetworkPeeringList.json" } + "List peerings": { + "$ref": "./examples/VirtualNetworkPeeringList.json" + } } } }, @@ -772,7 +806,9 @@ } }, "x-ms-examples": { - "Check IP address availability": { "$ref": "./examples/VirtualNetworkCheckIPAddressAvailability.json" } + "Check IP address availability": { + "$ref": "./examples/VirtualNetworkCheckIPAddressAvailability.json" + } } } }, @@ -811,7 +847,9 @@ } }, "x-ms-examples": { - "VnetGetUsage": { "$ref": "./examples/VirtualNetworkListUsage.json" } + "VnetGetUsage": { + "$ref": "./examples/VirtualNetworkListUsage.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -877,7 +915,7 @@ "description": "The reference of the RouteTable resource." }, "serviceEndpoints": { - "type": "array", + "type": "array", "items": { "$ref": "#/definitions/ServiceEndpointPropertiesFormat" }, @@ -1081,13 +1119,13 @@ "type": "string", "description": "The provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." }, - "enableDdosProtection": { - "type": "boolean", - "description": "Indicates if DDoS protection is enabled for all the protected resources in a Virtual Network." - }, - "enableVmProtection": { - "type": "boolean", - "description": "Indicates if Vm protection is enabled for all the subnets in a Virtual Network." + "enableDdosProtection": { + "type": "boolean", + "description": "Indicates if DDoS protection is enabled for all the protected resources in a Virtual Network." + }, + "enableVmProtection": { + "type": "boolean", + "description": "Indicates if Vm protection is enabled for all the subnets in a Virtual Network." } }, "description": "Properties of the virtual network." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/virtualNetworkGateway.json index 2af22b91f395..3908fcb9d0d5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/virtualNetworkGateway.json @@ -214,7 +214,9 @@ } }, "x-ms-examples": { - "Update Virtual Network Gateway Tags": { "$ref": "./examples/VirtualNetworkGatewayUpdateTags.json" } + "Update Virtual Network Gateway Tags": { + "$ref": "./examples/VirtualNetworkGatewayUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -295,7 +297,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "VirtualNetworkGatewaysListConnections": { "$ref": "./examples/VirtualNetworkGatewaysListConnections.json" } + "VirtualNetworkGatewaysListConnections": { + "$ref": "./examples/VirtualNetworkGatewaysListConnections.json" + } } } }, @@ -551,7 +555,7 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/supportedvpndevices": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/supportedvpndevices": { "post": { "tags": [ "VirtualNetworkGateways" @@ -683,7 +687,7 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName}/vpndeviceconfigurationscript": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName}/vpndeviceconfigurationscript": { "post": { "tags": [ "VirtualNetworkGateways" @@ -909,7 +913,9 @@ } }, "x-ms-examples": { - "Update Virtual Network Gateway Connection Tags": { "$ref": "./examples/VirtualNetworkGatewayConnectionUpdateTags.json" } + "Update Virtual Network Gateway Connection Tags": { + "$ref": "./examples/VirtualNetworkGatewayConnectionUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -1275,7 +1281,9 @@ } }, "x-ms-examples": { - "Update Local Network Gateway Tags": { "$ref": "./examples/LocalNetworkGatewayUpdateTags.json" } + "Update Local Network Gateway Tags": { + "$ref": "./examples/LocalNetworkGatewayUpdateTags.json" + } }, "x-ms-long-running-operation": true } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/vmssNetworkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/vmssNetworkInterface.json index b9cb4ede4929..1f6c30ffb8f9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/vmssNetworkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/vmssNetworkInterface.json @@ -92,7 +92,9 @@ } }, "x-ms-examples": { - "List virtual machine scale set vm network interfaces": { "$ref": "./examples/VmssVmNetworkInterfaceList.json" } + "List virtual machine scale set vm network interfaces": { + "$ref": "./examples/VmssVmNetworkInterfaceList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -148,7 +150,9 @@ } }, "x-ms-examples": { - "List virtual machine scale set network interfaces": { "$ref": "./examples/VmssNetworkInterfaceList.json" } + "List virtual machine scale set network interfaces": { + "$ref": "./examples/VmssNetworkInterfaceList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -225,7 +229,9 @@ } }, "x-ms-examples": { - "Get virtual machine scale set network interface": { "$ref": "./examples/VmssNetworkInterfaceGet.json" } + "Get virtual machine scale set network interface": { + "$ref": "./examples/VmssNetworkInterfaceGet.json" + } } } }, @@ -299,7 +305,9 @@ } }, "x-ms-examples": { - "List virtual machine scale set network interface ip configurations": { "$ref": "./examples/VmssNetworkInterfaceIpConfigList.json" } + "List virtual machine scale set network interface ip configurations": { + "$ref": "./examples/VmssNetworkInterfaceIpConfigList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -383,7 +391,9 @@ } }, "x-ms-examples": { - "Get virtual machine scale set network interface": { "$ref": "./examples/VmssNetworkInterfaceIpConfigGet.json" } + "Get virtual machine scale set network interface": { + "$ref": "./examples/VmssNetworkInterfaceIpConfigGet.json" + } } } } @@ -397,4 +407,4 @@ "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/vmssPublicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/vmssPublicIpAddress.json index 79113ac031f9..f08533b361ac 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/vmssPublicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-09-01/vmssPublicIpAddress.json @@ -82,14 +82,16 @@ } }, "x-ms-examples": { - "ListVMSSPublicIP": { "$ref": "./examples/VmssPublicIpListAll.json" } + "ListVMSSPublicIP": { + "$ref": "./examples/VmssPublicIpListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipconfigurations/{ipConfigurationName}/publicipaddresses" : { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipconfigurations/{ipConfigurationName}/publicipaddresses": { "get": { "operationId": "PublicIPAddresses_ListVirtualMachineScaleSetVMPublicIPAddresses", "description": "Gets information about all public IP addresses in a virtual machine IP configuration in a virtual machine scale set.", @@ -156,7 +158,9 @@ } }, "x-ms-examples": { - "ListVMSSVMPublicIP": { "$ref": "./examples/VmssVmPublicIpList.json" } + "ListVMSSVMPublicIP": { + "$ref": "./examples/VmssVmPublicIpList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -236,7 +240,9 @@ } ], "x-ms-examples": { - "GetVMSSPublicIP": { "$ref": "./examples/VmssPublicIpGet.json" } + "GetVMSSPublicIP": { + "$ref": "./examples/VmssPublicIpGet.json" + } }, "responses": { "200": { @@ -258,4 +264,4 @@ "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/applicationGateway.json index 55b424d1ec9e..5ebc398853c7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/applicationGateway.json @@ -212,7 +212,9 @@ } }, "x-ms-examples": { - "Update Application Gateway tags": { "$ref": "./examples/ApplicationGatewayUpdateTags.json" } + "Update Application Gateway tags": { + "$ref": "./examples/ApplicationGatewayUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -410,7 +412,7 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets": { + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets": { "get": { "tags": [ "ApplicationGateways" @@ -442,7 +444,9 @@ ], "operationId": "ApplicationGateways_ListAvailableSslOptions", "x-ms-examples": { - "ApplicationGatewayAvailableSslOptionsGet": { "$ref": "./examples/ApplicationGatewayAvailableSslOptionsGet.json" } + "ApplicationGatewayAvailableSslOptionsGet": { + "$ref": "./examples/ApplicationGatewayAvailableSslOptionsGet.json" + } }, "description": "Lists available Ssl options for configuring Ssl policy.", "parameters": [ @@ -470,7 +474,9 @@ ], "operationId": "ApplicationGateways_ListAvailableSslPredefinedPolicies", "x-ms-examples": { - "ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet": { "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json" } + "ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet": { + "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -501,7 +507,9 @@ ], "operationId": "ApplicationGateways_GetSslPredefinedPolicy", "x-ms-examples": { - "ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet": { "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json" } + "ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet": { + "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json" + } }, "description": "Gets Ssl predefined policy with the specified policy name.", "parameters": [ @@ -553,7 +561,7 @@ "items": { "$ref": "#/definitions/ApplicationGatewayBackendHealthHttpSettings" }, - "description": "List of ApplicationGatewayBackendHealthHttpSettings resources." + "description": "List of ApplicationGatewayBackendHealthHttpSettings resources." } }, "description": "Application gateway BackendHealth pool." @@ -568,8 +576,8 @@ "type": "array", "items": { "$ref": "#/definitions/ApplicationGatewayBackendHealthServer" - }, - "description": "List of ApplicationGatewayBackendHealthServer resources." + }, + "description": "List of ApplicationGatewayBackendHealthServer resources." } }, "description": "Application gateway BackendHealthHttp settings." @@ -577,8 +585,8 @@ "ApplicationGatewayBackendHealthServer": { "properties": { "address": { - "type": "string", - "description": "IP address or FQDN of backend server." + "type": "string", + "description": "IP address or FQDN of backend server." }, "ipConfiguration": { "$ref": "./networkInterface.json#/definitions/NetworkInterfaceIPConfiguration", @@ -644,7 +652,7 @@ "disabledSslProtocols": { "type": "array", "description": "Ssl protocols to be disabled on application gateway.", - "items":{ + "items": { "type": "string", "$ref": "#/definitions/ProtocolsEnum", "x-ms-enum": { @@ -665,18 +673,18 @@ "modelAsString": true } }, - "policyName":{ + "policyName": { "$ref": "#/definitions/PolicyNameEnum", "description": "Name of Ssl predefined policy" }, - "cipherSuites":{ + "cipherSuites": { "type": "array", - "items":{ + "items": { "$ref": "#/definitions/CipherSuitesEnum" }, - "description":"Ssl cipher suites to be enabled in the specified order to application gateway." + "description": "Ssl cipher suites to be enabled in the specified order to application gateway." }, - "minProtocolVersion":{ + "minProtocolVersion": { "$ref": "#/definitions/ProtocolsEnum", "description": "Minimum version of Ssl protocol to be supported on application gateway." } @@ -1017,8 +1025,8 @@ "description": "Array of references to application gateway authentication certificates." }, "connectionDraining": { - "$ref": "#/definitions/ApplicationGatewayConnectionDraining", - "description": "Connection draining of the backend http settings resource." + "$ref": "#/definitions/ApplicationGatewayConnectionDraining", + "description": "Connection draining of the backend http settings resource." }, "hostName": { "type": "string", @@ -1041,8 +1049,8 @@ "description": "Path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "type": "string", + "description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." } }, "description": "Properties of Backend address pool settings of an application gateway." @@ -1231,16 +1239,16 @@ "format": "int32", "description": "The probe retry count. Backend server is marked down after consecutive probe failure count reaches UnhealthyThreshold. Acceptable values are from 1 second to 20." }, - "pickHostNameFromBackendHttpSettings":{ - "type":"boolean", + "pickHostNameFromBackendHttpSettings": { + "type": "boolean", "description": "Whether the host header should be picked from the backend http settings. Default value is false." }, - "minServers":{ - "type":"integer", + "minServers": { + "type": "integer", "format": "int32", "description": "Minimum number of servers that are always marked healthy. Default value is 0." }, - "match":{ + "match": { "$ref": "#/definitions/ApplicationGatewayProbeHealthResponseMatch", "description": "Criterion for classifying a healthy probe response." }, @@ -1253,16 +1261,16 @@ }, "ApplicationGatewayProbeHealthResponseMatch": { "properties": { - "body":{ + "body": { "type": "string", "description": "Body that must be contained in the health response. Default value is empty." }, - "statusCodes":{ + "statusCodes": { "type": "array", - "items":{ + "items": { "type": "string" }, - "description":"Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399." + "description": "Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399." } }, "description": "Application gateway probe health response match" @@ -1364,7 +1372,7 @@ "properties": { "redirectType": { "type": "string", - "$ref":"#/definitions/RedirectTypeEnum", + "$ref": "#/definitions/RedirectTypeEnum", "description": "Supported http redirection types - Permanent, Temporary, Found, SeeOther.", "x-ms-enum": { "name": "ApplicationGatewayRedirectType", @@ -1372,7 +1380,7 @@ } }, "targetListener": { - "$ref":"./network.json#/definitions/SubResource", + "$ref": "./network.json#/definitions/SubResource", "description": "Reference to a listener to redirect the request to." }, "targetUrl": { @@ -1397,14 +1405,14 @@ "urlPathMaps": { "type": "array", "items": { - "$ref":"./network.json#/definitions/SubResource" + "$ref": "./network.json#/definitions/SubResource" }, "description": "Url path maps specifying default redirect configuration." }, "pathRules": { "type": "array", "items": { - "$ref":"./network.json#/definitions/SubResource" + "$ref": "./network.json#/definitions/SubResource" }, "description": "Path rules specifying redirect configuration." } @@ -1696,26 +1704,26 @@ "description": "Application gateway web application firewall configuration." }, "ApplicationGatewayConnectionDraining": { - "properties": { - "enabled": { - "type": "boolean", - "description": "Whether connection draining is enabled or not." - }, - "drainTimeoutInSec": { - "type": "integer", - "format": "int32", - "maximum": 3600, - "exclusiveMaximum": false, - "minimum": 1, - "exclusiveMinimum": false, - "description": "The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds." - } + "properties": { + "enabled": { + "type": "boolean", + "description": "Whether connection draining is enabled or not." }, - "required": [ - "enabled", - "drainTimeoutInSec" - ], - "description": "Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration." + "drainTimeoutInSec": { + "type": "integer", + "format": "int32", + "maximum": 3600, + "exclusiveMaximum": false, + "minimum": 1, + "exclusiveMinimum": false, + "description": "The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds." + } + }, + "required": [ + "enabled", + "drainTimeoutInSec" + ], + "description": "Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration." }, "ApplicationGatewayFirewallDisabledRuleGroup": { "properties": { @@ -1849,28 +1857,28 @@ "description": "Response for ApplicationGatewayAvailableSslOptions API service call." }, "ApplicationGatewayAvailableSslOptionsPropertiesFormat": { - "properties": { - "predefinedPolicies":{ - "type": "array", - "items": { - "$ref": "./network.json#/definitions/SubResource" - }, - "description": "List of available Ssl predefined policy." - }, - "defaultPolicy":{ - "$ref": "#/definitions/PolicyNameEnum", - "description": "Name of the Ssl predefined policy applied by default to application gateway" + "properties": { + "predefinedPolicies": { + "type": "array", + "items": { + "$ref": "./network.json#/definitions/SubResource" }, - "availableCipherSuites":{ - "type":"array", - "items":{ - "$ref": "#/definitions/CipherSuitesEnum" - }, - "description": "List of available Ssl cipher suites." + "description": "List of available Ssl predefined policy." + }, + "defaultPolicy": { + "$ref": "#/definitions/PolicyNameEnum", + "description": "Name of the Ssl predefined policy applied by default to application gateway" + }, + "availableCipherSuites": { + "type": "array", + "items": { + "$ref": "#/definitions/CipherSuitesEnum" }, - "availableProtocols":{ - "type":"array", - "items":{ + "description": "List of available Ssl cipher suites." + }, + "availableProtocols": { + "type": "array", + "items": { "$ref": "#/definitions/ProtocolsEnum" }, "description": "List of available Ssl protocols." @@ -1880,7 +1888,7 @@ }, "ApplicationGatewayAvailableSslPredefinedPolicies": { "properties": { - "value":{ + "value": { "type": "array", "items": { "$ref": "#/definitions/ApplicationGatewaySslPredefinedPolicy" @@ -1905,59 +1913,59 @@ "$ref": "#/definitions/ApplicationGatewaySslPredefinedPolicyPropertiesFormat" } }, - "allOf":[ + "allOf": [ { "$ref": "./network.json#/definitions/SubResource" } ], "description": "An Ssl predefined policy" }, - "ApplicationGatewaySslPredefinedPolicyPropertiesFormat":{ - "properties":{ - "cipherSuites":{ - "type":"array", - "items":{ + "ApplicationGatewaySslPredefinedPolicyPropertiesFormat": { + "properties": { + "cipherSuites": { + "type": "array", + "items": { "$ref": "#/definitions/CipherSuitesEnum" }, "description": "Ssl cipher suites to be enabled in the specified order for application gateway." }, - "minProtocolVersion":{ + "minProtocolVersion": { "$ref": "#/definitions/ProtocolsEnum", "description": "Minimum version of Ssl protocol to be supported on application gateway." } }, "description": "Properties of ApplicationGatewaySslPredefinedPolicy" }, - "PolicyNameEnum":{ + "PolicyNameEnum": { "type": "string", "description": "Ssl predefined policy name enums.", - "enum":[ + "enum": [ "AppGwSslPolicy20150501", "AppGwSslPolicy20170401", "AppGwSslPolicy20170401S" ], - "x-ms-enum":{ + "x-ms-enum": { "name": "ApplicationGatewaySslPolicyName", "modelAsString": true } }, - "ProtocolsEnum":{ + "ProtocolsEnum": { "type": "string", "description": "Ssl protocol enums.", - "enum":[ + "enum": [ "TLSv1_0", "TLSv1_1", "TLSv1_2" ], - "x-ms-enum":{ + "x-ms-enum": { "name": "ApplicationGatewaySslProtocol", "modelAsString": true } }, - "CipherSuitesEnum":{ + "CipherSuitesEnum": { "type": "string", "description": "Ssl cipher suites enums.", - "enum":[ + "enum": [ "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384", "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", @@ -1989,15 +1997,15 @@ "modelAsString": true } }, - "RedirectTypeEnum":{ + "RedirectTypeEnum": { "type": "string", - "enum":[ + "enum": [ "Permanent", "Found", "SeeOther", "Temporary" ], - "x-ms-enum":{ + "x-ms-enum": { "name": "ApplicationGatewayRedirectType", "modelAsString": true } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/applicationSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/applicationSecurityGroup.json index 46b5557920ff..71bf84d9549d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/applicationSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/applicationSecurityGroup.json @@ -76,7 +76,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Delete application security group": { "$ref": "./examples/ApplicationSecurityGroupDelete.json" } + "Delete application security group": { + "$ref": "./examples/ApplicationSecurityGroupDelete.json" + } } }, "get": { @@ -116,7 +118,9 @@ } }, "x-ms-examples": { - "Get application security group": { "$ref": "./examples/ApplicationSecurityGroupGet.json" } + "Get application security group": { + "$ref": "./examples/ApplicationSecurityGroupGet.json" + } } }, "put": { @@ -172,7 +176,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Create application security group": { "$ref": "./examples/ApplicationSecurityGroupCreate.json" } + "Create application security group": { + "$ref": "./examples/ApplicationSecurityGroupCreate.json" + } } } }, @@ -203,7 +209,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List all application security groups": { "$ref": "./examples/ApplicationSecurityGroupListAll.json" } + "List all application security groups": { + "$ref": "./examples/ApplicationSecurityGroupListAll.json" + } } } }, @@ -238,7 +246,9 @@ } }, "x-ms-examples": { - "List load balancers in resource group": { "$ref": "./examples/ApplicationSecurityGroupList.json" } + "List load balancers in resource group": { + "$ref": "./examples/ApplicationSecurityGroupList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/checkDnsAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/checkDnsAvailability.json index 60b25db55e99..fd54926a0e1d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/checkDnsAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/checkDnsAvailability.json @@ -71,7 +71,9 @@ } }, "x-ms-examples": { - "Check Dns Name Availability": { "$ref": "./examples/CheckDnsNameAvailability.json" } + "Check Dns Name Availability": { + "$ref": "./examples/CheckDnsNameAvailability.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/endpointService.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/endpointService.json index d0f826190de3..1d06e25eab98 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/endpointService.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/endpointService.json @@ -65,7 +65,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "EndpointServicesList": { "$ref": "./examples/EndpointServicesList.json" } + "EndpointServicesList": { + "$ref": "./examples/EndpointServicesList.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayAvailableSslOptionsGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayAvailableSslOptionsGet.json index d5013a88d92c..3334444c2ee7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayAvailableSslOptionsGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayAvailableSslOptionsGet.json @@ -4,6 +4,6 @@ "subscriptionId": "subid" }, "responses": { - "200": { } + "200": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json index d5013a88d92c..3334444c2ee7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json @@ -4,6 +4,6 @@ "subscriptionId": "subid" }, "responses": { - "200": { } + "200": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json index 461cd496c742..6f0fc3c95ccc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json @@ -5,6 +5,6 @@ "predefinedPolicyName": "AppGwSslPolicy20150501" }, "responses": { - "200": { } + "200": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayUpdateTags.json index 857c00e49e46..d143eaa5ea13 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationGatewayUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "applicationGatewayName" : "AppGw", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "applicationGatewayName": "AppGw", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "AppGw", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/AppGw", "type": "Microsoft.Network/applicationGateways", @@ -145,4 +145,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupCreate.json index 0e80df36afc7..5828c192e1a8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupCreate.json @@ -6,7 +6,7 @@ "applicationSecurityGroupName": "test-asg", "parameters": { "location": "westus", - "properties": { } + "properties": {} } }, "responses": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupDelete.json index 66ee7f830ad1..817c10665d07 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupDelete.json @@ -6,8 +6,8 @@ "applicationSecurityGroupName": "test-asg" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupList.json index bc5097d01cff..de151c60133b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupList.json @@ -1,35 +1,35 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName": "rg1" - }, - "responses" : { - "200" : { - "body" : { - "value": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg1", - "name": "asg1", - "type": "Microsoft.Network/applicationSecurityGroups", - "location": "westus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "00000000-0000-0000-0000-000000000000" - } - }, - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg2", - "name": "asg2", - "type": "Microsoft.Network/applicationSecurityGroups", - "location": "westus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "00000000-0000-0000-0000-000000000000" - } + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg1", + "name": "asg1", + "type": "Microsoft.Network/applicationSecurityGroups", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "00000000-0000-0000-0000-000000000000" } - ] - } + }, + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg2", + "name": "asg2", + "type": "Microsoft.Network/applicationSecurityGroups", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "00000000-0000-0000-0000-000000000000" + } + } + ] } } } +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupListAll.json index 560c76360598..7d153c9dc239 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ApplicationSecurityGroupListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/CheckDnsNameAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/CheckDnsNameAvailability.json index 92bafd7df713..16a82849caf1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/CheckDnsNameAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/CheckDnsNameAvailability.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "location" : "westus", - "domainNameLabel" : "testdns" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "location": "westus", + "domainNameLabel": "testdns" }, - "responses" : { - "200" : { + "responses": { + "200": { "body": { "available": false } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/EndpointServicesList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/EndpointServicesList.json index 94d296d9243f..d48b6e78d8bd 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/EndpointServicesList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/EndpointServicesList.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ExpressRouteCircuitUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ExpressRouteCircuitUpdateTags.json index 54a8bd2a5bfa..ae39b7af9f75 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ExpressRouteCircuitUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ExpressRouteCircuitUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "ertest", - "circuitName" : "er1", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "ertest", + "circuitName": "er1", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "er1", "id": "/subscriptions/subid/resourceGroups/ertest/providers/Microsoft.Network/expressRouteCircuits/er1", "type": "Microsoft.Network/expressRouteCircuits", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleCreate.json index 7db7f92c59ab..a06a7f0cd6e5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleCreate.json @@ -8,7 +8,9 @@ "inboundNatRuleParameters": { "properties": { "protocol": "Tcp", - "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1"}, + "frontendIPConfiguration": { + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + }, "frontendPort": 3390, "backendPort": 3389, "idleTimeoutInMinutes": 4, @@ -24,7 +26,7 @@ "properties": { "provisioningState": "Succeeded", "frontendIPConfiguration": { - "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" }, "frontendPort": 3390, "backendPort": 3389, @@ -44,7 +46,7 @@ "properties": { "provisioningState": "Succeeded", "frontendIPConfiguration": { - "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" }, "frontendPort": 3390, "backendPort": 3389, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleDelete.json index fbde302a08cb..a850cbec0424 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleDelete.json @@ -7,8 +7,8 @@ "inboundNatRuleName": "natRule1.1" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleGet.json index 39783fa8346c..16834e0c8387 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleGet.json @@ -14,7 +14,7 @@ "properties": { "provisioningState": "Succeeded", "frontendIPConfiguration": { - "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" }, "frontendPort": 3390, "backendPort": 3389, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleList.json index 2a816f2c4088..ce9742fa21c6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/InboundNatRuleList.json @@ -21,7 +21,7 @@ "backendPort": 3389, "enableFloatingIP": false, "idleTimeoutInMinutes": 4, - "protocol": "Tcp", + "protocol": "Tcp", "backendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1" } 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 0803014d33c5..30cfd0744c56 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "properties": { @@ -98,15 +98,15 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", @@ -214,14 +214,14 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", 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 c98ffd9fda56..6c21a2d40a55 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "sku": { @@ -101,15 +101,15 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Standard" + "name": "Standard" }, "properties": { "provisioningState": "Succeeded", @@ -217,14 +217,14 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Standard" + "name": "Standard" }, "properties": { "provisioningState": "Succeeded", 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 6ca73d1078d5..fe1916d80319 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "properties": { @@ -25,7 +25,9 @@ } ] }, - "zones": [ "1" ] + "zones": [ + "1" + ] } ], "backendAddressPools": [ @@ -99,15 +101,15 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", @@ -115,7 +117,9 @@ { "name": "fe-lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe-lb", - "zones": [ "1" ], + "zones": [ + "1" + ], "properties": { "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", @@ -216,14 +220,14 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", @@ -231,7 +235,9 @@ { "name": "fe-lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe-lb", - "zones": [ "1" ], + "zones": [ + "1" + ], "properties": { "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerDelete.json index 7a03b07922d6..2fcfa5100223 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerGet.json index 37b04e8eb355..3c33f8394ed6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerGet.json @@ -1,20 +1,20 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "westus", "sku": { - "name": "Basic" - }, + "name": "Basic" + }, "properties": { "provisioningState": "Succeeded", "frontendIPConfigurations": [ @@ -25,7 +25,7 @@ "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", "privateIPAllocationMethod": "Dynamic", - "subnet": { + "subnet": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnetlb/subnets/subnetlb" }, "loadBalancingRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerList.json index f9da94e548a0..0cb218638431 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "lb", @@ -59,7 +59,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/loadBalancingRules/rulelb", "properties": { "provisioningState": "Succeeded", - "frontendIPConfiguration":{ + "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/felb" }, "frontendPort": 80, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerListAll.json index d4ba5a108e75..b1d38f5c3138 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "lb", @@ -58,7 +58,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/loadBalancingRules/rulelb", "properties": { "provisioningState": "Succeeded", - "frontendIPConfiguration":{ + "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/felb" }, "frontendPort": 80, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerNetworkInterfaceListVmss.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerNetworkInterfaceListVmss.json index cbfe2d6f0a33..cde262ae98d9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerNetworkInterfaceListVmss.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerNetworkInterfaceListVmss.json @@ -83,7 +83,7 @@ "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb/backendAddressPools/bepool" } ], - "loadBalancerInboundNatRules":[ + "loadBalancerInboundNatRules": [ { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb/inboundNatRules/natpool.1" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerUpdateTags.json index 3c1a838047e4..020d4573e878 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LoadBalancerUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LocalNetworkGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LocalNetworkGatewayUpdateTags.json index 7e17d508ae7a..173361e00bf1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LocalNetworkGatewayUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/LocalNetworkGatewayUpdateTags.json @@ -1,8 +1,8 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "localNetworkGatewayName": "lgw", "parameters": { "tags": { @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lgw", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/localNetworkGateways/lgw", "type": "Microsoft.Network/localNetworkGateways", 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 e6fbbaa59ed0..dbcdd7805c82 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 @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic", "parameters": { @@ -12,10 +12,10 @@ "name": "ipconfig1", "properties": { "publicIPAddress": { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, "subnet": { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" } } } @@ -24,75 +24,77 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "responses": { + "200": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } }, - "201" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "201": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceDelete.json index 3d36250edf07..b8e4aca07234 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceEffectiveNSGList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceEffectiveNSGList.json index c58ef0ffe47f..c21b6ef85f4b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceEffectiveNSGList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceEffectiveNSGList.json @@ -1,71 +1,71 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "nic1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/test-nsg" + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/test-nsg" }, - "association" : { - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "association": { + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "networkInterface" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" + "networkInterface": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" } }, - "effectiveSecurityRules" : [ + "effectiveSecurityRules": [ { - "name" : "securityRules/rule1", - "protocol" : "Tcp", - "sourcePortRange" : "456-456", - "destinationPortRange" : "6579-6579", - "sourceAddressPrefix" : "0.0.0.0/32", - "destinationAddressPrefix" : "0.0.0.0/32", - "access" : "Allow", - "priority" : 234, - "direction" : "Inbound" + "name": "securityRules/rule1", + "protocol": "Tcp", + "sourcePortRange": "456-456", + "destinationPortRange": "6579-6579", + "sourceAddressPrefix": "0.0.0.0/32", + "destinationAddressPrefix": "0.0.0.0/32", + "access": "Allow", + "priority": 234, + "direction": "Inbound" }, { - "name" : "securityRules/default-allow-rdp", - "protocol" : "Tcp", - "sourcePortRange" : "0-65535", - "destinationPortRange" : "3389-3389", - "sourceAddressPrefix" : "1.1.1.1/32", - "destinationAddressPrefix" : "0.0.0.0/0", - "access" : "Allow", - "priority" : 1000, - "direction" : "Inbound" + "name": "securityRules/default-allow-rdp", + "protocol": "Tcp", + "sourcePortRange": "0-65535", + "destinationPortRange": "3389-3389", + "sourceAddressPrefix": "1.1.1.1/32", + "destinationAddressPrefix": "0.0.0.0/0", + "access": "Allow", + "priority": 1000, + "direction": "Inbound" }, { - "name" : "defaultSecurityRules/AllowInternetOutBound", - "protocol" : "All", - "sourcePortRange" : "0-65535", - "destinationPortRange" : "0-65535", - "sourceAddressPrefix" : "0.0.0.0/0", - "destinationAddressPrefix" : "Internet", - "expandedDestinationAddressPrefix" : [ + "name": "defaultSecurityRules/AllowInternetOutBound", + "protocol": "All", + "sourcePortRange": "0-65535", + "destinationPortRange": "0-65535", + "sourceAddressPrefix": "0.0.0.0/0", + "destinationAddressPrefix": "Internet", + "expandedDestinationAddressPrefix": [ "32.0.0.0/3", "4.0.0.0/6", "2.0.0.0/7", "1.0.0.0/8" ], - "access" : "Allow", - "priority" : 65001, - "direction" : "Outbound" + "access": "Allow", + "priority": 65001, + "direction": "Outbound" } ] } ] } }, - "202" : { } + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceEffectiveRouteTableList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceEffectiveRouteTableList.json index 3820d03bd60f..2f84ffb67fa2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceEffectiveRouteTableList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceEffectiveRouteTableList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "nic1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "source": "Default", @@ -55,7 +55,7 @@ "nextHopIpAddress": [] }, { - "source": "Default", + "source": "Default", "state": "Active", "addressPrefix": [ "192.168.0.0/16" @@ -66,6 +66,6 @@ ] } }, - "202" : { } + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceGet.json index d5843231cdf3..1aaead464d9f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceGet.json @@ -1,53 +1,54 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic" }, - "responses" : { - "200" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "responses": { + "200": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceList.json index d6ed05ad3cba..b1272dadef01 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceList.json @@ -1,87 +1,89 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" }, { - "name" : "test-nic2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip2" + "name": "test-nic2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip2" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet2/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet2/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceListAll.json index 2e6545ea2e82..e1e312ce8ae3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceListAll.json @@ -1,86 +1,88 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" }, { - "name" : "test-nic2", - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/publicIPAddresses/test-ip2" + "name": "test-nic2", + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/publicIPAddresses/test-ip2" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/virtualNetworks/rgnew-vnet2/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/virtualNetworks/rgnew-vnet2/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceUpdateTags.json index 5664d275ecd7..40b3182be08b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkInterfaceUpdateTags.json @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic", "parameters": { @@ -11,44 +11,45 @@ } } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", + "responses": { + "200": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", "tags": { "tag1": "value1", "tag2": "value2" }, - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } } } 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 7376b5ff2163..a2efa273f1ab 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 @@ -1,23 +1,23 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "parameters": { "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "securityRules": [ ], + "securityRules": [], "defaultSecurityRules": [ { "name": "AllowVnetInBound", @@ -36,7 +36,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -83,7 +83,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -102,7 +102,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", @@ -119,15 +119,15 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "securityRules": [ ], + "securityRules": [], "defaultSecurityRules": [ { "name": "AllowVnetInBound", @@ -146,7 +146,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -193,7 +193,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -212,7 +212,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", 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 d054cecd921e..992780cf3d23 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "parameters": { "properties": { "securityRules": [ @@ -25,9 +25,9 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -69,7 +69,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -116,7 +116,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -135,7 +135,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", @@ -152,8 +152,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -195,7 +195,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -242,7 +242,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -261,7 +261,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupDelete.json index e3d7b8c4b946..4e92c835c688 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupGet.json index 530dcd8f097c..cfec721c2cc2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupGet.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -49,7 +49,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -96,7 +96,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -115,7 +115,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupList.json index e08e223b8fe1..622f6bc711e7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nsg1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupListAll.json index 1f49fd0eca94..f2cb99173417 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nsg1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleCreate.json index 586d94781083..a62fb78338a4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleCreate.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1", "securityRuleParameters": { "properties": { @@ -18,11 +18,11 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", @@ -36,10 +36,10 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleDelete.json index dc232bc9c42c..d255d5beb723 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleDelete.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleGet.json index 31b81f100ffd..5b6709bb334a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleGet.json @@ -1,16 +1,16 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleList.json index c31d969cd7c5..4bd7a9a1bab1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupRuleList.json @@ -1,17 +1,17 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupUpdateTags.json index 3f01def8185c..fc0a630d1121 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkSecurityGroupUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -24,7 +24,7 @@ }, "properties": { "provisioningState": "Succeeded", - "securityRules": [ ], + "securityRules": [], "defaultSecurityRules": [ { "name": "AllowVnetInBound", @@ -43,7 +43,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -90,7 +90,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -109,7 +109,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherAvailableProvidersListGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherAvailableProvidersListGet.json index 61198b394290..55fc4f4fbbd8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherAvailableProvidersListGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherAvailableProvidersListGet.json @@ -1,29 +1,31 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "azureLocations" : [ "West US" ], - "country" : "United States", - "state" : "washington", - "city" : "seattle" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "azureLocations": [ + "West US" + ], + "country": "United States", + "state": "washington", + "city": "seattle" } }, - "responses" : { - "200" : { - "body" : { - "countries" : [ + "responses": { + "200": { + "body": { + "countries": [ { - "countryName" : "United States", - "states" : [ + "countryName": "United States", + "states": [ { - "stateName" : "washington", - "cities" : [ + "stateName": "washington", + "cities": [ { - "cityName" : "seattle", - "providers" : [ + "cityName": "seattle", + "providers": [ "Comcast Cable Communications, Inc. - ASN 7922", "Comcast Cable Communications, LLC - ASN 7922", "Level 3 Communications, Inc. (GBLX) - ASN 3549", @@ -37,18 +39,18 @@ ] } }, - "202" : { - "body" : { - "countries" : [ + "202": { + "body": { + "countries": [ { - "countryName" : "United States", - "states" : [ + "countryName": "United States", + "states": [ { - "stateName" : "washington", - "cities" : [ + "stateName": "washington", + "cities": [ { - "cityName" : "seattle", - "providers" : [ + "cityName": "seattle", + "providers": [ "Comcast Cable Communications, Inc. - ASN 7922", "Comcast Cable Communications, LLC - ASN 7922", "Level 3 Communications, Inc. (GBLX) - ASN 3549", @@ -63,4 +65,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherAzureReachabilityReportGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherAzureReachabilityReportGet.json index dca51d710b16..dbf40afe58f2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherAzureReachabilityReportGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherAzureReachabilityReportGet.json @@ -1,35 +1,35 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "providerLocation" : { - "country" : "United States", - "state" : "washington" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "providerLocation": { + "country": "United States", + "state": "washington" }, - "providers" : [ + "providers": [ "Frontier Communications of America, Inc. - ASN 5650" ], - "azureLocations" : [ + "azureLocations": [ "West US" ], "startTime": "2017-09-07T00:00:00Z", "endTime": "2017-09-10T00:00:00Z" } }, - "responses" : { - "200" : { - "body" : { - "aggregationLevel" : "State", - "providerLocation" : { - "country" : "United States", - "state" : "washington" + "responses": { + "200": { + "body": { + "aggregationLevel": "State", + "providerLocation": { + "country": "United States", + "state": "washington" }, - "reachabilityReport" : [ + "reachabilityReport": [ { - "provider" : "Frontier Communications of America, Inc. - ASN 5650", + "provider": "Frontier Communications of America, Inc. - ASN 5650", "azureLocation": "West US", "latencies": [ { @@ -42,23 +42,23 @@ }, { "timeStamp": "2017-09-09T00:00:00Z", - "score": 94 + "score": 94 } - ] + ] } ] } }, - "202" : { - "body" : { - "aggregationLevel" : "State", - "providerLocation" : { - "country" : "United States", - "state" : "washington" + "202": { + "body": { + "aggregationLevel": "State", + "providerLocation": { + "country": "United States", + "state": "washington" }, - "reachabilityReport" : [ + "reachabilityReport": [ { - "provider" : "Frontier Communications of America, Inc. - ASN 5650", + "provider": "Frontier Communications of America, Inc. - ASN 5650", "azureLocation": "West US", "latencies": [ { @@ -71,12 +71,12 @@ }, { "timeStamp": "2017-09-09T00:00:00Z", - "score": 94 + "score": 94 } - ] + ] } ] } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorCreate.json index 77dabed75e25..477f3cf52a2c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorCreate.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "connectionMonitorName" : "cm1", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "connectionMonitorName": "cm1", "location": "centraluseuap", - "parameters" : { + "parameters": { "properties": { "source": { "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" @@ -19,13 +19,13 @@ } } }, - "responses" : { - "201" : { - "body" : { - "name" : "cm1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", - "etag" : "W/\"e7497f26-5f09-4559-900b-fe98f3dedb6f\"", - "properties" : { + "responses": { + "201": { + "body": { + "name": "cm1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", + "etag": "W/\"e7497f26-5f09-4559-900b-fe98f3dedb6f\"", + "properties": { "provisioningState": "Updating", "source": { "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1", @@ -43,12 +43,12 @@ "type": "Microsoft.Network/networkWatchers/connectionMonitors" } }, - "200" : { - "body" : { - "name" : "cm1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", - "etag" : "W/\"e7497f26-5f09-4559-900b-fe98f3dedb6f\"", - "properties" : { + "200": { + "body": { + "name": "cm1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", + "etag": "W/\"e7497f26-5f09-4559-900b-fe98f3dedb6f\"", + "properties": { "provisioningState": "Updating", "source": { "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1", @@ -67,4 +67,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorGet.json index 4478b9e784d0..a98b6c650303 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorGet.json @@ -1,19 +1,19 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "connectionMonitorName" : "cm1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "connectionMonitorName": "cm1" }, - "responses" : { - "200" : { - "body" : { - "name" : "cm1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", + "responses": { + "200": { + "body": { + "name": "cm1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", "source": { "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1", "port": 0 @@ -32,4 +32,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorList.json index ffedd0e21499..286df1f8afcf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorList.json @@ -1,20 +1,20 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "cm1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", + "name": "cm1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", "source": { "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1", "port": 0 @@ -32,11 +32,11 @@ "type": "Microsoft.Network/networkWatchers/connectionMonitors" }, { - "name" : "cm2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", + "name": "cm2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", "source": { "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm2", "port": 0 @@ -57,4 +57,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorQuery.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorQuery.json index 530f29a5bee3..3cdaa4d5287c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorQuery.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorQuery.json @@ -1,70 +1,70 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "connectionMonitorName" : "cm1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "connectionMonitorName": "cm1" }, - "responses" : { - "200" : { - "body" : { - "states" : [ + "responses": { + "200": { + "body": { + "states": [ { - "connectionState" : "Reachable", - "startTime" : "2018-01-08T03:42:33.3387305Z", - "endTime" : "2018-01-08T05:12:41.5265438Z", - "evaluationState" : "Completed", - "hops" : [ + "connectionState": "Reachable", + "startTime": "2018-01-08T03:42:33.3387305Z", + "endTime": "2018-01-08T05:12:41.5265438Z", + "evaluationState": "Completed", + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ - "75c8d819-b208-4584-a311-1aa45ce753f9" + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ + "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ] } ] } }, - "202" : { - "body" : { - "states" : [ + "202": { + "body": { + "states": [ { - "connectionState" : "Reachable", - "startTime" : "2018-01-08T03:42:33.3387305Z", - "endTime" : "2018-01-08T05:12:41.5265438Z", - "evaluationState" : "Completed", - "hops" : [ + "connectionState": "Reachable", + "startTime": "2018-01-08T03:42:33.3387305Z", + "endTime": "2018-01-08T05:12:41.5265438Z", + "evaluationState": "Completed", + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ - "75c8d819-b208-4584-a311-1aa45ce753f9" + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ + "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ] } @@ -72,4 +72,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorStart.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorStart.json index 406e4136af36..2c503944caeb 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorStart.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorStart.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "connectionMonitorName" : "cm1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "connectionMonitorName": "cm1" }, - "responses" : { - "200" : {}, - "202" : {} + "responses": { + "200": {}, + "202": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorStop.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorStop.json index 406e4136af36..2c503944caeb 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorStop.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectionMonitorStop.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "connectionMonitorName" : "cm1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "connectionMonitorName": "cm1" }, - "responses" : { - "200" : {}, - "202" : {} + "responses": { + "200": {}, + "202": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectivityCheck.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectivityCheck.json index 096659584019..ce5b6b33971f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectivityCheck.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherConnectivityCheck.json @@ -1,79 +1,79 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "source" : { - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "source": { + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" }, - "destination" : { - "address" : "192.168.100.4", - "port" : 3389 + "destination": { + "address": "192.168.100.4", + "port": 3389 } } }, - "responses" : { - "200" : { - "body" : { - "hops" : [ + "responses": { + "200": { + "body": { + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ], - "connectionStatus" : "Connected", - "avgLatencyInMs" : 1, - "minLatencyInMs" : 1, - "maxLatencyInMs" : 4, - "probesSent" : 100, - "probesFailed" : 0 + "connectionStatus": "Connected", + "avgLatencyInMs": 1, + "minLatencyInMs": 1, + "maxLatencyInMs": 4, + "probesSent": 100, + "probesFailed": 0 } }, - "202" : { - "body" : { - "hops" : [ + "202": { + "body": { + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ], - "connectionStatus" : "Connected", - "avgLatencyInMs" : 1, - "minLatencyInMs" : 1, - "maxLatencyInMs" : 4, - "probesSent" : 100, - "probesFailed" : 0 + "connectionStatus": "Connected", + "avgLatencyInMs": 1, + "minLatencyInMs": 1, + "maxLatencyInMs": 4, + "probesSent": 100, + "probesFailed": 0 } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherCreate.json index c3508f3544c5..827053f0c484 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherCreate.json @@ -1,38 +1,38 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "location" : "eastus", - "properties" : {} + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "location": "eastus", + "properties": {} } }, - "responses" : { - "200" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "responses": { + "200": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } }, - "201" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "201": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherDelete.json index 007ae20715ba..ad6f7c9c71c7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherDelete.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "202" : {}, - "204" : {} + "responses": { + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherFlowLogConfigure.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherFlowLogConfigure.json index bb997d734124..65fbd092ee9c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherFlowLogConfigure.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherFlowLogConfigure.json @@ -1,33 +1,33 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "responses" : { - "200" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "responses": { + "200": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "202" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "202": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherFlowLogStatusQuery.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherFlowLogStatusQuery.json index 937e974f6521..50034045bd31 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherFlowLogStatusQuery.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherFlowLogStatusQuery.json @@ -1,29 +1,29 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" } }, - "responses" : { - "200" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "responses": { + "200": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "202" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "202": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherGet.json index dd9180c93c22..4cd4e214d9f7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherGet.json @@ -1,21 +1,21 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "200" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "responses": { + "200": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherIpFlowVerify.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherIpFlowVerify.json index 5571bc605e4f..293a4b798c3c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherIpFlowVerify.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherIpFlowVerify.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "direction" : "Outbound", - "protocol" : "TCP", - "localPort" : "80", - "remotePort" : "80", - "localIPAddress" : "10.2.0.4", - "remoteIPAddress" : "121.10.1.1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "direction": "Outbound", + "protocol": "TCP", + "localPort": "80", + "remotePort": "80", + "localIPAddress": "10.2.0.4", + "remoteIPAddress": "121.10.1.1" } }, - "responses" : { - "200" : { - "body" : { - "access" : "Allow", - "ruleName" : "Rule1" + "responses": { + "200": { + "body": { + "access": "Allow", + "ruleName": "Rule1" } }, - "202" : { - "body" : { - "access" : "Allow", - "ruleName" : "Rule1" + "202": { + "body": { + "access": "Allow", + "ruleName": "Rule1" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherList.json index 9b33d325779c..8b0f49bb72f9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherList.json @@ -1,33 +1,33 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } }, { - "name" : "nw2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherListAll.json index fe8720737f4a..3ae7e96bf131 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherListAll.json @@ -1,32 +1,32 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } }, { - "name" : "nw2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "westus", - "tags" : {}, - "properties" : { - "provisioningState" : "Succeeded" + "name": "nw2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "westus", + "tags": {}, + "properties": { + "provisioningState": "Succeeded" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherNextHopGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherNextHopGet.json index 948158f606f3..7b9bf67672fa 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherNextHopGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherNextHopGet.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "sourceIPAddress" : "10.0.0.5", - "destinationIPAddress" : "10.0.0.10", - "targetNicResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "sourceIPAddress": "10.0.0.5", + "destinationIPAddress": "10.0.0.10", + "targetNicResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" } }, - "responses" : { - "200" : { - "body" : { - "nextHopType" : "VnetLocal", - "nextHopIpAddress" : "10.0.0.1", - "routeTableId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" + "responses": { + "200": { + "body": { + "nextHopType": "VnetLocal", + "nextHopIpAddress": "10.0.0.1", + "routeTableId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" } }, - "202" : { - "body" : { - "nextHopType" : "VnetLocal", - "nextHopIpAddress" : "10.0.0.1", - "routeTableId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" + "202": { + "body": { + "nextHopType": "VnetLocal", + "nextHopIpAddress": "10.0.0.1", + "routeTableId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureCreate.json index b6963712bf67..b99b665a1d0c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureCreate.json @@ -1,52 +1,52 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1", - "parameters" : { - "properties" : { - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1", + "parameters": { + "properties": { + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } } }, - "responses" : { - "201" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "properties" : { - "provisioningState" : "Updating", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "responses": { + "201": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "properties": { + "provisioningState": "Updating", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureDelete.json index a0806167ec00..2afe321d66fa 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "204" : {}, - "202" : {} + "responses": { + "204": {}, + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureGet.json index 5104be9790cb..e70268a82422 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureGet.json @@ -1,33 +1,33 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Updating", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "responses": { + "200": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Updating", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureQueryStatus.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureQueryStatus.json index e3733d0374da..6f08d39ecf3a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureQueryStatus.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureQueryStatus.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "captureStartTime" : "2016-01-08T03:42:33.3387305Z", - "packetCaptureStatus" : "Stopped", - "stopReason" : "TimeExceeded", - "packetCaptureError" : [] + "responses": { + "200": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "captureStartTime": "2016-01-08T03:42:33.3387305Z", + "packetCaptureStatus": "Stopped", + "stopReason": "TimeExceeded", + "packetCaptureError": [] } }, - "202" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "captureStartTime" : "2016-01-08T03:42:33.3387305Z", - "packetCaptureStatus" : "Stopped", - "stopReason" : "TimeExceeded", - "packetCaptureError" : [] + "202": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "captureStartTime": "2016-01-08T03:42:33.3387305Z", + "packetCaptureStatus": "Stopped", + "stopReason": "TimeExceeded", + "packetCaptureError": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureStop.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureStop.json index db9ca8b5643d..adb3c4982dbc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureStop.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCaptureStop.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : {}, - "202" : {} + "responses": { + "200": {}, + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCapturesList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCapturesList.json index 2af98d700e0f..0595b4ee3eba 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCapturesList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherPacketCapturesList.json @@ -1,54 +1,54 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Updating", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Updating", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } }, { - "name" : "pc2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc2.cap", - "filePath" : "D:\\capture\\pc2.cap" + "name": "pc2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc2.cap", + "filePath": "D:\\capture\\pc2.cap" }, - "filters" : [] + "filters": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherSecurityGroupViewGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherSecurityGroupViewGet.json index 4c7eb20c68a5..9ae781a6df4d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherSecurityGroupViewGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherSecurityGroupViewGet.json @@ -1,38 +1,38 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "responses" : { - "200" : { - "body" : { - "networkInterfaces" : [ + "responses": { + "200": { + "body": { + "networkInterfaces": [ { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", - "securityRuleAssociations" : { - "subnetAssociation" : { + "securityRuleAssociations": { + "subnetAssociation": { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", - "securityRules" : [ + "securityRules": [ { - "name" : "fe_rule", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "description" : "Allow Frontend", - "protocol" : "Tcp", - "sourcePortRange" : "*", - "destinationPortRange" : "*", - "sourceAddressPrefix" : "10.1.0.0/24", - "destinationAddressPrefix" : "*", - "access" : "Allow", - "priority" : 100, - "direction" : "Inbound" + "name": "fe_rule", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "description": "Allow Frontend", + "protocol": "Tcp", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "10.1.0.0/24", + "destinationAddressPrefix": "*", + "access": "Allow", + "priority": 100, + "direction": "Inbound" } } ] @@ -42,30 +42,30 @@ ] } }, - "202" : { - "body" : { + "202": { + "body": { "networkInterfaces": [ { - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", - "securityRuleAssociations" : { - "subnetAssociation" : { - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", - "securityRules" : [ + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", + "securityRuleAssociations": { + "subnetAssociation": { + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", + "securityRules": [ { - "name" : "fe_rule", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "description" : "Allow Frontend", - "protocol" : "Tcp", - "sourcePortRange" : "*", - "destinationPortRange" : "*", - "sourceAddressPrefix" : "10.1.0.0/24", - "destinationAddressPrefix" : "*", - "access" : "Allow", - "priority" : 100, - "direction" : "Inbound" + "name": "fe_rule", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "description": "Allow Frontend", + "protocol": "Tcp", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "10.1.0.0/24", + "destinationAddressPrefix": "*", + "access": "Allow", + "priority": 100, + "direction": "Inbound" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherTopologyGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherTopologyGet.json index 5ffe4eda5f06..4acc7745134d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherTopologyGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherTopologyGet.json @@ -1,34 +1,34 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { "targetResourceGroupName": "rg2" } }, - "responses" : { - "200" : { - "body" : { - "id" : "ce592f46-8164-4bf2-ad36-b8e4acf6fb68", - "createdDateTime" : "2017-08-02T19:31:55.9461781Z", - "lastModified" : "2017-05-27T00:00:13.2005337Z", - "resources" : [ + "responses": { + "200": { + "body": { + "id": "ce592f46-8164-4bf2-ad36-b8e4acf6fb68", + "createdDateTime": "2017-08-02T19:31:55.9461781Z", + "lastModified": "2017-05-27T00:00:13.2005337Z", + "resources": [ { - "name" : "MultiTierApp0", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/MultiTierApp0", - "location" : "westus", - "associations" : [ + "name": "MultiTierApp0", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/MultiTierApp0", + "location": "westus", + "associations": [ { - "name" : "appNic0", - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic0", - "associationType" : "Contains" + "name": "appNic0", + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic0", + "associationType": "Contains" }, { - "name" : "appNic10", - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic10", - "associationType" : "Contains" + "name": "appNic10", + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic10", + "associationType": "Contains" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherTroubleshootGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherTroubleshootGet.json index 1e1761d59238..14fb0922ad34 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherTroubleshootGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherTroubleshootGet.json @@ -1,69 +1,69 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "storagePath" : "https://st1.blob.core.windows.net/cn1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "storagePath": "https://st1.blob.core.windows.net/cn1" } } }, - "responses" : { - "200" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary": "We are sorry, your VPN gateway is unreachable from the Internet", - "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions": [ - { - "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "responses": { + "200": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText": "Verify" - }, - { - "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", "actionUriText": "contact support" - } - ] - } + } + ] + } ] } }, - "202" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary": "We are sorry, your VPN gateway is unreachable from the Internet", - "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions": [ - { - "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "202": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText": "Verify" - }, - { - "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", "actionUriText": "contact support" - } - ] - } + } + ] + } ] } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherTroubleshootResultQuery.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherTroubleshootResultQuery.json index 8009f2f4cce8..ad085faa7125 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherTroubleshootResultQuery.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherTroubleshootResultQuery.json @@ -1,65 +1,65 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "responses" : { - "200" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary" : "We are sorry, your VPN gateway is unreachable from the Internet", - "detail" : "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions" : [ - { - "actionText" : "Verify if there is a network security group (NSG) applied to the GatewaySubnet", - "actionUri" : "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText" : "Verify" - }, - { - "actionText" : "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri" : "http://azure.microsoft.com/support", - "actionUriText" : "contact support" - } - ] - } + "responses": { + "200": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "contact support" + } + ] + } ] } }, - "202" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id" : "000000", - "reasonType" : "VipUnResponsive", - "summary" : "We are sorry, your VPN gateway is unreachable from the Internet", - "detail" : "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions" : [ - { - "actionText" : "Verify if there is a network security group (NSG) applied to the GatewaySubnet", - "actionUri" : "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText" : "Verify" - }, - { - "actionText" : "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri" : "http://azure.microsoft.com/support", - "actionUriText" : "contact support" - } - ] - } + "202": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "contact support" + } + ] + } ] } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherUpdateTags.json index fcdd1103556f..5bf7f341c620 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/NetworkWatcherUpdateTags.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { "tags": { "tag1": "value1", "tag2": "value2" } } }, - "responses" : { - "200" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", + "responses": { + "200": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", "tags": { "tag1": "value1", "tag2": "value2" }, - "properties" : { - "provisioningState" : "Succeeded" + "properties": { + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/OperationList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/OperationList.json index 86113b9b55b8..9c6886a0832c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/OperationList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/OperationList.json @@ -134,4 +134,4 @@ } } } -} \ No newline at end of file +} 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 aab0afab7f68..0754d7af4eb5 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 @@ -1,10 +1,12 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "zones": [ "1" ], + "zones": [ + "1" + ], "parameters": { "properties": { "publicIPAllocationMethod": "Static", @@ -17,47 +19,51 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "zones": [ "1" ], - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Static", - "idleTimeoutInMinutes" : 10, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "zones": [ + "1" + ], + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Static", + "idleTimeoutInMinutes": 10, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Standard" + "name": "Standard" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "zones": [ "1" ], - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Static", - "idleTimeoutInMinutes" : 10, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "zones": [ + "1" + ], + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Static", + "idleTimeoutInMinutes": 10, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Standard" + "name": "Standard" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } 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 915491870bc3..2968b8b4c89b 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 @@ -1,52 +1,52 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", "parameters": { "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Basic" + "name": "Basic" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Basic" + "name": "Basic" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } 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 cb9a8164368f..3a975c41055e 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 @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", "parameters": { @@ -13,47 +13,47 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "dnslbl", - "fqdn" : "dnslbl.westus.cloudapp.azure.com" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "dnslbl", + "fqdn": "dnslbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "dnslbl", - "fqdn" : "dnslbl.westus.cloudapp.azure.com" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "dnslbl", + "fqdn": "dnslbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressDelete.json index c357e49771f5..3c3494a2405c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressGet.json index 6d2a5ed8416b..c1f3db1f8c67 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressGet.json @@ -1,26 +1,26 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "testDNS-ip" }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressList.json index 16d710c28e98..7ee1ec29e68b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressList.json @@ -1,47 +1,47 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" }, { - "name" : "ip03", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/ip03", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "ipAddress" : "40.85.154.247", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "testlbl", - "fqdn" : "testlbl.westus.cloudapp.azure.com" + "name": "ip03", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/ip03", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "ipAddress": "40.85.154.247", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "testlbl", + "fqdn": "testlbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressListAll.json index 2bb1eb2aac67..922006a85040 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressListAll.json @@ -1,46 +1,46 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" }, { - "name" : "ip01", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/publicIPAddresses/ip01", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "ipAddress" : "40.85.154.247", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "testlbl", - "fqdn" : "testlbl.westus.cloudapp.azure.com" + "name": "ip01", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/publicIPAddresses/ip01", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "ipAddress": "40.85.154.247", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "testlbl", + "fqdn": "testlbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressUpdateTags.json index e3a7b79c86da..c014392c4800 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/PublicIpAddressUpdateTags.json @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", "parameters": { @@ -11,26 +11,26 @@ } } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Static", - "idleTimeoutInMinutes" : 10, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Static", + "idleTimeoutInMinutes": 10, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "tags": { "tag1": "value1", "tag2": "value2" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterCreate.json index 1143db4e13b0..e8db04840baa 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterCreate.json @@ -1,96 +1,96 @@ { - "parameters": { - "routeFilterName": "filterName", - "resourceGroupName": "rg1", - "api-version": "2017-10-01", - "subscriptionId": "subid", - "routeFilterParameters": { - "location": "West US", - "tags": { - "key1": "value1" - }, + "parameters": { + "routeFilterName": "filterName", + "resourceGroupName": "rg1", + "api-version": "2017-10-01", + "subscriptionId": "subid", + "routeFilterParameters": { + "location": "West US", + "tags": { + "key1": "value1" + }, + "properties": { + "rules": [ + { + "name": "ruleName", "properties": { - "rules": [ - { - "name": "ruleName", - "properties": { - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } + } + ], + "peerings": [] + } + } + }, + "responses": { + "201": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] + } + } + ], + "peerings": [] } + } }, - "responses": { - "201": { - "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] - } - } + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" }, - "200": { - "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] - } + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] + } } + ], + "peerings": [] } + } } + } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterDelete.json index 7745a05e8221..436d6d9a323b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterDelete.json @@ -6,8 +6,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterList.json index c72bac8cf394..7d387ffb86b0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterList.json @@ -8,34 +8,34 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } - ], - "peerings": [] - } + } + ], + "peerings": [] + } } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterListByResourceGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterListByResourceGroup.json index 8a4698930dc7..1dee65f0f16a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterListByResourceGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterListByResourceGroup.json @@ -9,34 +9,34 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } - ], - "peerings": [] - } + } + ], + "peerings": [] + } } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterRuleDelete.json index 533538a68598..1ac72b615cee 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteFilterRuleDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableCreate.json index 9dfab897b7a8..98357f441307 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableCreate.json @@ -1,29 +1,29 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "parameters": { "location": "westus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ], + "routes": [], "disableBgpRoutePropagation": true } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", @@ -31,7 +31,7 @@ "properties": { "provisioningState": "Succeeded", "disableBgpRoutePropagation": true, - "routes": [ ] + "routes": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableCreateWithRoute.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableCreateWithRoute.json index b7d969917f88..141dec13833c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableCreateWithRoute.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableCreateWithRoute.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "parameters": { "properties": { "disableBgpRoutePropagation": true, @@ -20,9 +20,9 @@ "location": "westus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", @@ -44,8 +44,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableDelete.json index 9cdfa5ebc54a..d5148c7313e1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableGet.json index 973e5f65333d..8bf11760c341 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableGet.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableList.json index e82a0bd26a1e..394a48af8445 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "testrt", @@ -37,7 +37,7 @@ "properties": { "disableBgpRoutePropagation": true, "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableListAll.json index 0311bd2be92b..da8b93ef4f86 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "testrt", @@ -34,7 +34,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteCreate.json index 12c6110b016d..c8422db12f5b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteCreate.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1", "routeParameters": { "properties": { @@ -12,9 +12,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { @@ -24,8 +24,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteDelete.json index 3355209117fa..5798130a67b8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteDelete.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteGet.json index f85880ed6d4f..28802444462e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteGet.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteList.json index b3aaed39bdca..0b96d1262480 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableRouteList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "route1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableUpdateTags.json index 3f5ea94a9797..f85740cc7760 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/RouteTableUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", @@ -24,7 +24,7 @@ }, "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ServiceCommunityList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ServiceCommunityList.json index 61152189b689..72c266c7907f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ServiceCommunityList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/ServiceCommunityList.json @@ -12,7 +12,7 @@ "name": "skype", "type": "Microsofot.Network/bgpServiceCommunities", "properties": { - "serviceName" : "skype", + "serviceName": "skype", "bgpCommunities": [ { "serviceSupportedRegion": "Global", @@ -23,7 +23,7 @@ "13.67.186.105/32" ], "isAuthorizedToUse": true, - "serviceGroup" : "O365" + "serviceGroup": "O365" } ] } @@ -33,7 +33,7 @@ "name": "exchange", "type": "Microsofot.Network/bgpServiceCommunities", "properties": { - "serviceName" : "exchange", + "serviceName": "exchange", "bgpCommunities": [ { "serviceSupportedRegion": "Global", @@ -44,7 +44,7 @@ "13.67.186.105/32" ], "isAuthorizedToUse": true, - "serviceGroup" : "O365" + "serviceGroup": "O365" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/SubnetCreateServiceEndpoint.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/SubnetCreateServiceEndpoint.json index 8ead29230595..a629edbd421d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/SubnetCreateServiceEndpoint.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/SubnetCreateServiceEndpoint.json @@ -9,7 +9,9 @@ "properties": { "addressPrefix": "10.0.0.0/16", "serviceEndpoints": [ - { "service": "Microsoft.Storage" } + { + "service": "Microsoft.Storage" + } ] } } @@ -21,14 +23,16 @@ "name": "subnet1", "properties": { "addressPrefix": "10.0.0.0/16", - "serviceEndpoints": [{ - "service": "Microsoft.Storage", - "locations": [ - "eastus2(stage)", - "usnorth(stage)" - ], - "provisioningState": "Succeeded" - }], + "serviceEndpoints": [ + { + "service": "Microsoft.Storage", + "locations": [ + "eastus2(stage)", + "usnorth(stage)" + ], + "provisioningState": "Succeeded" + } + ], "provisioningState": "Succeeded" } } @@ -39,17 +43,19 @@ "name": "subnet1", "properties": { "addressPrefix": "10.0.0.0/16", - "serviceEndpoints": [{ - "service": "Microsoft.Storage", - "locations": [ - "eastus2(stage)", - "usnorth(stage)" - ], - "provisioningState": "Succeeded" - }], + "serviceEndpoints": [ + { + "service": "Microsoft.Storage", + "locations": [ + "eastus2(stage)", + "usnorth(stage)" + ], + "provisioningState": "Succeeded" + } + ], "provisioningState": "Succeeded" } } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/SubnetDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/SubnetDelete.json index 624428461eb5..d4caacbc5bf9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/SubnetDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/SubnetDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCheckIPAddressAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCheckIPAddressAvailability.json index 7a8f91cb71ed..922b70c50e82 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCheckIPAddressAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkCheckIPAddressAvailability.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "IPAddress": "10.0.1.4" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "available": false, "availableIPAddresses": [ "10.0.1.5", 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 3bff3ab3ee49..50cfe0c9565b 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "parameters": { "properties": { "addressSpace": { @@ -15,40 +15,40 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [], - "virtualNetworkPeerings" : [] + "subnets": [], + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [], - "virtualNetworkPeerings" : [] + "subnets": [], + "virtualNetworkPeerings": [] } } } 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 695c9138163a..e07ba2851d43 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "vnetTest", - "virtualNetworkName" : "vnet1", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "vnetTest", + "virtualNetworkName": "vnet1", "parameters": { "properties": { "addressSpace": { @@ -28,17 +28,17 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "vnet1", - "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "vnet1", + "id": "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -64,20 +64,20 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "vnet1", - "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "vnet1", + "id": "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -103,7 +103,7 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } 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 af3765534361..8c75fa0a8995 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "parameters": { "properties": { "addressSpace": { @@ -23,17 +23,17 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -47,20 +47,20 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -74,7 +74,7 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkDelete.json index 8f398f70cca3..570c3a8d6cd0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "virtualNetworkName": "test-vnet" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json index a4fb2ce35d6f..300c3e608962 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json @@ -1,8 +1,8 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualNetworkGatewayConnectionName": "test", "parameters": { "tags": { @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "test", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/connections/test", "type": "Microsoft.Network/connections", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGatewayUpdateTags.json index 6345cbd51e89..8d8cc387340c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGatewayUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGatewayUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkGatewayName" : "vpngw", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkGatewayName": "vpngw", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "vpngw", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworkGateways/vpngw", "type": "Microsoft.Network/virtualNetworkGateways", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGatewaysListConnections.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGatewaysListConnections.json index bf92808aa664..bfdac3bc8fa5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGatewaysListConnections.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGatewaysListConnections.json @@ -9,7 +9,7 @@ "200": { "body": { "value": [ - { + { "name": "test-vpn-connection", "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/connections/test-vpn-connection", "etag": "W/\\\"00000000-0000-0000-0000-000000000000\\\"", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGet.json index ce9351e8b267..01be7a145010 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkGet.json @@ -1,39 +1,40 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet" }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [{ - "name" : "subnet1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1", - "properties" : { - "provisioningState" : "Succeeded", - - "addressPrefix" : "10.0.1.0/24", - "ipConfigurations" : [{ - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe" + "subnets": [ + { + "name": "subnet1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.1.0/24", + "ipConfigurations": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe" } ] } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkList.json index 44992adc839c..1e92f4a4f461 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkListAll.json index 5dc1ff1b13f4..69e9eb602623 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkPeeringDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkPeeringDelete.json index 4a88f8592699..298d8ee3c5e1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkPeeringDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkPeeringDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkUpdateTags.json index 3dd1213ebbf5..d6a6a10c27f7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VirtualNetworkUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-10-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-10-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "location": "westus", "parameters": { "tags": { @@ -12,26 +12,26 @@ } } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus", "tags": { "tag1": "value1", "tag2": "value2" }, - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [], - "virtualNetworkPeerings" : [] + "subnets": [], + "virtualNetworkPeerings": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceGet.json index 6a309c899c6b..bb1b21c63014 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceGet.json @@ -1,62 +1,62 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkInterfaceName" : "nic1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkInterfaceName": "nic1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "1" }, - "responses" : { - "200" : { - "body" : { - "name" : "nic1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [ + "responses": { + "200": { + "body": { + "name": "nic1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ { - "name" : "ip1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "10.0.0.5", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" + "name": "ip1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "10.0.0.5", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4", - "loadBalancerBackendAddressPools" : [ + "primary": true, + "privateIPAddressVersion": "IPv4", + "loadBalancerBackendAddressPools": [ { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1" } ], - "loadBalancerInboundNatRules" : [ + "loadBalancerInboundNatRules": [ { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.1" } ] } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "dns.cdmx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "dns.cdmx.internal.cloudapp.net" }, - "macAddress" : "00-00-00-00-00-00", - "enableAcceleratedNetworking" : false, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" + "macAddress": "00-00-00-00-00-00", + "enableAcceleratedNetworking": false, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceIpConfigGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceIpConfigGet.json index 50253777dc63..3b0b460e3e5d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceIpConfigGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceIpConfigGet.json @@ -1,16 +1,16 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "2", "networkInterfaceName": "nic1", "ipConfigurationName": "ip1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "ip1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/2/networkInterfaces/nic1/ipConfigurations/ip1", "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceIpConfigList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceIpConfigList.json index fe4db041f128..096c72dd6cd5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceIpConfigList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceIpConfigList.json @@ -1,15 +1,15 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "2", "networkInterfaceName": "nic1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "ip1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceList.json index 01cc5ea64615..a554ba43fc16 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssNetworkInterfaceList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nic1", @@ -42,7 +42,7 @@ ] } } - ], + ], "dnsSettings": { "dnsServers": [], "appliedDnsServers": [], @@ -74,7 +74,7 @@ "privateIPAddress": "10.0.0.5", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" }, "subnet": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssPublicIpGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssPublicIpGet.json index 6163cda40a8d..3601aa554519 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssPublicIpGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssPublicIpGet.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssPublicIpListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssPublicIpListAll.json index 5d20af64ab0e..2371537ba644 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssPublicIpListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssPublicIpListAll.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssVmNetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssVmNetworkInterfaceList.json index 36e0b86265c0..b351fa9dce32 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssVmNetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssVmNetworkInterfaceList.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nic1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssVmPublicIpList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssVmPublicIpList.json index 5f179ef0a801..5df78ff0a7d1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssVmPublicIpList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/examples/VmssVmPublicIpList.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/expressRouteCircuit.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/expressRouteCircuit.json index 5266b1b15ad3..0395e65715bf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/expressRouteCircuit.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/expressRouteCircuit.json @@ -606,7 +606,9 @@ } }, "x-ms-examples": { - "Update Express Route Circuit Tags": { "$ref": "./examples/ExpressRouteCircuitUpdateTags.json" } + "Update Express Route Circuit Tags": { + "$ref": "./examples/ExpressRouteCircuitUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -1209,8 +1211,8 @@ "description": "The GatewayManager Etag." }, "lastModifiedBy": { - "type": "string", - "description": "Gets whether the provider or the customer last modified the peering." + "type": "string", + "description": "Gets whether the provider or the customer last modified the peering." }, "routeFilter": { "$ref": "./routeFilter.json#/definitions/RouteFilter", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/loadBalancer.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/loadBalancer.json index 8798611bee13..d730eabd9254 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/loadBalancer.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/loadBalancer.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete load balancer": { "$ref": "./examples/LoadBalancerDelete.json" } + "Delete load balancer": { + "$ref": "./examples/LoadBalancerDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get load balancer": { "$ref": "./examples/LoadBalancerGet.json" } + "Get load balancer": { + "$ref": "./examples/LoadBalancerGet.json" + } } }, "put": { @@ -180,9 +184,15 @@ } }, "x-ms-examples": { - "Create load balancer": { "$ref": "./examples/LoadBalancerCreate.json" }, - "Create load balancer with Standard SKU": { "$ref": "./examples/LoadBalancerCreateStandardSku.json" }, - "Create load balancer with Frontend IP in Zone 1": { "$ref": "./examples/LoadBalancerCreateWithZones.json" } + "Create load balancer": { + "$ref": "./examples/LoadBalancerCreate.json" + }, + "Create load balancer with Standard SKU": { + "$ref": "./examples/LoadBalancerCreateStandardSku.json" + }, + "Create load balancer with Frontend IP in Zone 1": { + "$ref": "./examples/LoadBalancerCreateWithZones.json" + } }, "x-ms-long-running-operation": true }, @@ -232,7 +242,9 @@ } }, "x-ms-examples": { - "Update load balancer tags": { "$ref": "./examples/LoadBalancerUpdateTags.json" } + "Update load balancer tags": { + "$ref": "./examples/LoadBalancerUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -261,7 +273,9 @@ } }, "x-ms-examples": { - "List all load balancers": { "$ref": "./examples/LoadBalancerListAll.json" } + "List all load balancers": { + "$ref": "./examples/LoadBalancerListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -299,7 +313,9 @@ } }, "x-ms-examples": { - "List load balancers in resource group": { "$ref": "./examples/LoadBalancerList.json" } + "List load balancers in resource group": { + "$ref": "./examples/LoadBalancerList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -344,7 +360,9 @@ } }, "x-ms-examples": { - "LoadBalancerBackendAddressPoolList": { "$ref": "./examples/LoadBalancerBackendAddressPoolList.json" } + "LoadBalancerBackendAddressPoolList": { + "$ref": "./examples/LoadBalancerBackendAddressPoolList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -396,7 +414,9 @@ } }, "x-ms-examples": { - "LoadBalancerBackendAddressPoolGet": { "$ref": "./examples/LoadBalancerBackendAddressPoolGet.json" } + "LoadBalancerBackendAddressPoolGet": { + "$ref": "./examples/LoadBalancerBackendAddressPoolGet.json" + } } } }, @@ -438,7 +458,9 @@ } }, "x-ms-examples": { - "LoadBalancerFrontendIPConfigurationList": { "$ref": "./examples/LoadBalancerFrontendIPConfigurationList.json" } + "LoadBalancerFrontendIPConfigurationList": { + "$ref": "./examples/LoadBalancerFrontendIPConfigurationList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -490,7 +512,9 @@ } }, "x-ms-examples": { - "LoadBalancerFrontendIPConfigurationGet": { "$ref": "./examples/LoadBalancerFrontendIPConfigurationGet.json" } + "LoadBalancerFrontendIPConfigurationGet": { + "$ref": "./examples/LoadBalancerFrontendIPConfigurationGet.json" + } } } }, @@ -535,7 +559,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "InboundNatRuleList": { "$ref": "./examples/InboundNatRuleList.json" } + "InboundNatRuleList": { + "$ref": "./examples/InboundNatRuleList.json" + } } } }, @@ -587,7 +613,9 @@ } }, "x-ms-examples": { - "InboundNatRuleDelete": { "$ref": "./examples/InboundNatRuleDelete.json" } + "InboundNatRuleDelete": { + "$ref": "./examples/InboundNatRuleDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -642,7 +670,9 @@ } }, "x-ms-examples": { - "InboundNatRuleGet": { "$ref": "./examples/InboundNatRuleGet.json" } + "InboundNatRuleGet": { + "$ref": "./examples/InboundNatRuleGet.json" + } } }, "put": { @@ -705,7 +735,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "InboundNatRuleCreate": { "$ref": "./examples/InboundNatRuleCreate.json" } + "InboundNatRuleCreate": { + "$ref": "./examples/InboundNatRuleCreate.json" + } } } }, @@ -750,7 +782,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "LoadBalancerLoadBalancingRuleList": { "$ref": "./examples/LoadBalancerLoadBalancingRuleList.json" } + "LoadBalancerLoadBalancingRuleList": { + "$ref": "./examples/LoadBalancerLoadBalancingRuleList.json" + } } } }, @@ -799,7 +833,9 @@ } }, "x-ms-examples": { - "LoadBalancerLoadBalancingRuleGet": { "$ref": "./examples/LoadBalancerLoadBalancingRuleGet.json" } + "LoadBalancerLoadBalancingRuleGet": { + "$ref": "./examples/LoadBalancerLoadBalancingRuleGet.json" + } } } }, @@ -841,8 +877,12 @@ } }, "x-ms-examples": { - "LoadBalancerNetworkInterfaceListVmss": { "$ref": "./examples/LoadBalancerNetworkInterfaceListVmss.json" }, - "LoadBalancerNetworkInterfaceListSimple": { "$ref": "./examples/LoadBalancerNetworkInterfaceListSimple.json" } + "LoadBalancerNetworkInterfaceListVmss": { + "$ref": "./examples/LoadBalancerNetworkInterfaceListVmss.json" + }, + "LoadBalancerNetworkInterfaceListSimple": { + "$ref": "./examples/LoadBalancerNetworkInterfaceListSimple.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -887,7 +927,9 @@ } }, "x-ms-examples": { - "LoadBalancerProbeList": { "$ref": "./examples/LoadBalancerProbeList.json" } + "LoadBalancerProbeList": { + "$ref": "./examples/LoadBalancerProbeList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -939,7 +981,9 @@ } }, "x-ms-examples": { - "LoadBalancerProbeGet": { "$ref": "./examples/LoadBalancerProbeGet.json" } + "LoadBalancerProbeGet": { + "$ref": "./examples/LoadBalancerProbeGet.json" + } } } } @@ -1162,7 +1206,7 @@ "disableOutboundSnat": { "type": "boolean", "description": "Configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule." - }, + }, "provisioningState": { "type": "string", "description": "Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/network.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/network.json index 5b31e0c3eaf4..eaf33e1e0a9e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/network.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/network.json @@ -35,8 +35,7 @@ } } }, - "paths": { - }, + "paths": {}, "definitions": { "ErrorDetails": { "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/networkInterface.json index b9db9afe26db..e084e9feede5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/networkInterface.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete network interface": { "$ref": "./examples/NetworkInterfaceDelete.json" } + "Delete network interface": { + "$ref": "./examples/NetworkInterfaceDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get network interface": { "$ref": "./examples/NetworkInterfaceGet.json" } + "Get network interface": { + "$ref": "./examples/NetworkInterfaceGet.json" + } } }, "put": { @@ -180,7 +184,9 @@ } }, "x-ms-examples": { - "Create network interface": { "$ref": "./examples/NetworkInterfaceCreate.json" } + "Create network interface": { + "$ref": "./examples/NetworkInterfaceCreate.json" + } }, "x-ms-long-running-operation": true }, @@ -230,7 +236,9 @@ } }, "x-ms-examples": { - "Update network interface tags": { "$ref": "./examples/NetworkInterfaceUpdateTags.json" } + "Update network interface tags": { + "$ref": "./examples/NetworkInterfaceUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -259,7 +267,9 @@ } }, "x-ms-examples": { - "List all network interfaces": { "$ref": "./examples/NetworkInterfaceListAll.json" } + "List all network interfaces": { + "$ref": "./examples/NetworkInterfaceListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -297,7 +307,9 @@ } }, "x-ms-examples": { - "List network interfaces in resource group": { "$ref": "./examples/NetworkInterfaceList.json" } + "List network interfaces in resource group": { + "$ref": "./examples/NetworkInterfaceList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -345,7 +357,9 @@ } }, "x-ms-examples": { - "Show network interface effective route tables": { "$ref": "./examples/NetworkInterfaceEffectiveRouteTableList.json" } + "Show network interface effective route tables": { + "$ref": "./examples/NetworkInterfaceEffectiveRouteTableList.json" + } }, "x-ms-long-running-operation": true } @@ -391,7 +405,9 @@ } }, "x-ms-examples": { - "List network interface effective network security groups": { "$ref": "./examples/NetworkInterfaceEffectiveNSGList.json" } + "List network interface effective network security groups": { + "$ref": "./examples/NetworkInterfaceEffectiveNSGList.json" + } }, "x-ms-long-running-operation": true } @@ -437,7 +453,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "NetworkInterfaceIPConfigurationList": { "$ref": "./examples/NetworkInterfaceIPConfigurationList.json" } + "NetworkInterfaceIPConfigurationList": { + "$ref": "./examples/NetworkInterfaceIPConfigurationList.json" + } } } }, @@ -486,7 +504,9 @@ } }, "x-ms-examples": { - "NetworkInterfaceIPConfigurationGet": { "$ref": "./examples/NetworkInterfaceIPConfigurationGet.json" } + "NetworkInterfaceIPConfigurationGet": { + "$ref": "./examples/NetworkInterfaceIPConfigurationGet.json" + } } } }, @@ -531,7 +551,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "NetworkInterfaceLoadBalancerList": { "$ref": "./examples/NetworkInterfaceLoadBalancerList.json" } + "NetworkInterfaceLoadBalancerList": { + "$ref": "./examples/NetworkInterfaceLoadBalancerList.json" + } } } } @@ -806,7 +828,7 @@ "tagMap": { "type": "string", "additionalProperties": { - "type":"array", + "type": "array", "items": { "type": "string" }, @@ -879,14 +901,14 @@ "type": "string", "description": "The destination address prefix." }, - "sourceAddressPrefixes" : { + "sourceAddressPrefixes": { "type": "array", "items": { "type": "string" }, "description": "The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the asterisk (*)." }, - "destinationAddressPrefixes" : { + "destinationAddressPrefixes": { "type": "array", "items": { "type": "string" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/networkSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/networkSecurityGroup.json index e41775badfd1..956438838f4e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/networkSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/networkSecurityGroup.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete network security group": { "$ref": "./examples/NetworkSecurityGroupDelete.json" } + "Delete network security group": { + "$ref": "./examples/NetworkSecurityGroupDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get network security group": { "$ref": "./examples/NetworkSecurityGroupGet.json" } + "Get network security group": { + "$ref": "./examples/NetworkSecurityGroupGet.json" + } } }, "put": { @@ -180,8 +184,12 @@ } }, "x-ms-examples": { - "Create network security group": { "$ref": "./examples/NetworkSecurityGroupCreate.json" }, - "Create network security group with rule": { "$ref": "./examples/NetworkSecurityGroupCreateWithRule.json" } + "Create network security group": { + "$ref": "./examples/NetworkSecurityGroupCreate.json" + }, + "Create network security group with rule": { + "$ref": "./examples/NetworkSecurityGroupCreateWithRule.json" + } }, "x-ms-long-running-operation": true }, @@ -231,7 +239,9 @@ } }, "x-ms-examples": { - "Update network security group tags": { "$ref": "./examples/NetworkSecurityGroupUpdateTags.json" } + "Update network security group tags": { + "$ref": "./examples/NetworkSecurityGroupUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -260,7 +270,9 @@ } }, "x-ms-examples": { - "List all network security groups": { "$ref": "./examples/NetworkSecurityGroupListAll.json" } + "List all network security groups": { + "$ref": "./examples/NetworkSecurityGroupListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -298,7 +310,9 @@ } }, "x-ms-examples": { - "List network security groups in resource group": { "$ref": "./examples/NetworkSecurityGroupList.json" } + "List network security groups in resource group": { + "$ref": "./examples/NetworkSecurityGroupList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -353,7 +367,9 @@ } }, "x-ms-examples": { - "Delete network security rule from network security group": { "$ref": "./examples/NetworkSecurityGroupRuleDelete.json" } + "Delete network security rule from network security group": { + "$ref": "./examples/NetworkSecurityGroupRuleDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -401,7 +417,9 @@ } }, "x-ms-examples": { - "Get network security rule in network security group": { "$ref": "./examples/NetworkSecurityGroupRuleGet.json" } + "Get network security rule in network security group": { + "$ref": "./examples/NetworkSecurityGroupRuleGet.json" + } } }, "put": { @@ -463,7 +481,9 @@ } }, "x-ms-examples": { - "Create security rule": { "$ref": "./examples/NetworkSecurityGroupRuleCreate.json" } + "Create security rule": { + "$ref": "./examples/NetworkSecurityGroupRuleCreate.json" + } }, "x-ms-long-running-operation": true } @@ -506,7 +526,9 @@ } }, "x-ms-examples": { - "List network security rules in network security group": { "$ref": "./examples/NetworkSecurityGroupRuleList.json" } + "List network security rules in network security group": { + "$ref": "./examples/NetworkSecurityGroupRuleList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -551,14 +573,16 @@ } }, "x-ms-examples": { - "DefaultSecurityRuleList": { "$ref": "./examples/DefaultSecurityRuleList.json" } + "DefaultSecurityRuleList": { + "$ref": "./examples/DefaultSecurityRuleList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}/defaultSecurityRules/{defaultSecurityRuleName}" : { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}/defaultSecurityRules/{defaultSecurityRuleName}": { "get": { "tags": [ "SecurityRules" @@ -603,7 +627,9 @@ } }, "x-ms-examples": { - "DefaultSecurityRuleGet": { "$ref": "./examples/DefaultSecurityRuleGet.json" } + "DefaultSecurityRuleGet": { + "$ref": "./examples/DefaultSecurityRuleGet.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/networkWatcher.json index 81a677b33ed9..7812f21093be 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/networkWatcher.json @@ -89,7 +89,9 @@ } }, "x-ms-examples": { - "Create network watcher": { "$ref": "./examples/NetworkWatcherCreate.json" } + "Create network watcher": { + "$ref": "./examples/NetworkWatcherCreate.json" + } } }, "get": { @@ -129,7 +131,9 @@ } }, "x-ms-examples": { - "Get network watcher": { "$ref": "./examples/NetworkWatcherGet.json" } + "Get network watcher": { + "$ref": "./examples/NetworkWatcherGet.json" + } } }, "delete": { @@ -170,7 +174,9 @@ } }, "x-ms-examples": { - "Delete network watcher": { "$ref": "./examples/NetworkWatcherDelete.json" } + "Delete network watcher": { + "$ref": "./examples/NetworkWatcherDelete.json" + } } }, "patch": { @@ -219,7 +225,9 @@ } }, "x-ms-examples": { - "Update network watcher tags": { "$ref": "./examples/NetworkWatcherUpdateTags.json" } + "Update network watcher tags": { + "$ref": "./examples/NetworkWatcherUpdateTags.json" + } } } }, @@ -257,7 +265,9 @@ "nextLinkName": null }, "x-ms-examples": { - "List network watchers": { "$ref": "./examples/NetworkWatcherList.json" } + "List network watchers": { + "$ref": "./examples/NetworkWatcherList.json" + } } } }, @@ -288,7 +298,9 @@ "nextLinkName": null }, "x-ms-examples": { - "List all network watchers": { "$ref": "./examples/NetworkWatcherListAll.json" } + "List all network watchers": { + "$ref": "./examples/NetworkWatcherListAll.json" + } } } }, @@ -399,7 +411,9 @@ } }, "x-ms-examples": { - "Ip flow verify": { "$ref": "./examples/NetworkWatcherIpFlowVerify.json" } + "Ip flow verify": { + "$ref": "./examples/NetworkWatcherIpFlowVerify.json" + } } } }, @@ -457,7 +471,9 @@ } }, "x-ms-examples": { - "Get next hop": { "$ref": "./examples/NetworkWatcherNextHopGet.json" } + "Get next hop": { + "$ref": "./examples/NetworkWatcherNextHopGet.json" + } } } }, @@ -515,7 +531,9 @@ } }, "x-ms-examples": { - "Get security group view": { "$ref": "./examples/NetworkWatcherSecurityGroupViewGet.json" } + "Get security group view": { + "$ref": "./examples/NetworkWatcherSecurityGroupViewGet.json" + } } } }, @@ -574,7 +592,9 @@ } }, "x-ms-examples": { - "Create packet capture": { "$ref": "./examples/NetworkWatcherPacketCaptureCreate.json" } + "Create packet capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureCreate.json" + } } }, "get": { @@ -621,7 +641,9 @@ } }, "x-ms-examples": { - "Get packet capture": { "$ref": "./examples/NetworkWatcherPacketCaptureGet.json" } + "Get packet capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureGet.json" + } } }, "delete": { @@ -669,7 +691,9 @@ } }, "x-ms-examples": { - "Delete packet capture": { "$ref": "./examples/NetworkWatcherPacketCaptureDelete.json" } + "Delete packet capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureDelete.json" + } } } }, @@ -719,7 +743,9 @@ } }, "x-ms-examples": { - "Stop packet capture": { "$ref": "./examples/NetworkWatcherPacketCaptureStop.json" } + "Stop packet capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureStop.json" + } } } }, @@ -778,7 +804,9 @@ } }, "x-ms-examples": { - "Query packet capture status": { "$ref": "./examples/NetworkWatcherPacketCaptureQueryStatus.json" } + "Query packet capture status": { + "$ref": "./examples/NetworkWatcherPacketCaptureQueryStatus.json" + } } } }, @@ -823,7 +851,9 @@ "nextLinkName": null }, "x-ms-examples": { - "List packet captures": { "$ref": "./examples/NetworkWatcherPacketCapturesList.json" } + "List packet captures": { + "$ref": "./examples/NetworkWatcherPacketCapturesList.json" + } } } }, @@ -881,7 +911,9 @@ } }, "x-ms-examples": { - "Get troubleshooting": { "$ref": "./examples/NetworkWatcherTroubleshootGet.json" } + "Get troubleshooting": { + "$ref": "./examples/NetworkWatcherTroubleshootGet.json" + } } } }, @@ -939,7 +971,9 @@ } }, "x-ms-examples": { - "Get troubleshoot result": { "$ref": "./examples/NetworkWatcherTroubleshootResultQuery.json" } + "Get troubleshoot result": { + "$ref": "./examples/NetworkWatcherTroubleshootResultQuery.json" + } } } }, @@ -997,7 +1031,9 @@ } }, "x-ms-examples": { - "Configure flow log": { "$ref": "./examples/NetworkWatcherFlowLogConfigure.json" } + "Configure flow log": { + "$ref": "./examples/NetworkWatcherFlowLogConfigure.json" + } } } }, @@ -1055,7 +1091,9 @@ } }, "x-ms-examples": { - "Get flow log status": { "$ref": "./examples/NetworkWatcherFlowLogStatusQuery.json" } + "Get flow log status": { + "$ref": "./examples/NetworkWatcherFlowLogStatusQuery.json" + } } } }, @@ -1113,7 +1151,9 @@ } }, "x-ms-examples": { - "Check connectivity": { "$ref": "./examples/NetworkWatcherConnectivityCheck.json" } + "Check connectivity": { + "$ref": "./examples/NetworkWatcherConnectivityCheck.json" + } } } }, @@ -1298,7 +1338,9 @@ } }, "x-ms-examples": { - "Create connection monitor": { "$ref": "./examples/NetworkWatcherConnectionMonitorCreate.json" } + "Create connection monitor": { + "$ref": "./examples/NetworkWatcherConnectionMonitorCreate.json" + } } }, "get": { @@ -1345,7 +1387,9 @@ } }, "x-ms-examples": { - "Get connection monitor": { "$ref": "./examples/NetworkWatcherConnectionMonitorGet.json" } + "Get connection monitor": { + "$ref": "./examples/NetworkWatcherConnectionMonitorGet.json" + } } }, "delete": { @@ -1393,7 +1437,9 @@ } }, "x-ms-examples": { - "Delete connection monitor": { "$ref": "./examples/NetworkWatcherConnectionMonitorDelete.json" } + "Delete connection monitor": { + "$ref": "./examples/NetworkWatcherConnectionMonitorDelete.json" + } } } }, @@ -1443,7 +1489,9 @@ } }, "x-ms-examples": { - "Stop connection monitor": { "$ref": "./examples/NetworkWatcherConnectionMonitorStop.json" } + "Stop connection monitor": { + "$ref": "./examples/NetworkWatcherConnectionMonitorStop.json" + } } } }, @@ -1493,7 +1541,9 @@ } }, "x-ms-examples": { - "Start connection monitor": { "$ref": "./examples/NetworkWatcherConnectionMonitorStart.json" } + "Start connection monitor": { + "$ref": "./examples/NetworkWatcherConnectionMonitorStart.json" + } } } }, @@ -1549,7 +1599,9 @@ } }, "x-ms-examples": { - "Query connection monitor": { "$ref": "./examples/NetworkWatcherConnectionMonitorQuery.json" } + "Query connection monitor": { + "$ref": "./examples/NetworkWatcherConnectionMonitorQuery.json" + } } } }, @@ -1594,7 +1646,9 @@ "nextLinkName": null }, "x-ms-examples": { - "List connection monitors": { "$ref": "./examples/NetworkWatcherConnectionMonitorList.json" } + "List connection monitors": { + "$ref": "./examples/NetworkWatcherConnectionMonitorList.json" + } } } } @@ -2829,10 +2883,10 @@ "ConnectionMonitorParameters": { "properties": { "source": { - "$ref": "#/definitions/ConnectionMonitorSource" + "$ref": "#/definitions/ConnectionMonitorSource" }, "destination": { - "$ref": "#/definitions/ConnectionMonitorDestination" + "$ref": "#/definitions/ConnectionMonitorDestination" }, "autoStart": { "type": "boolean", @@ -2998,7 +3052,7 @@ }, "startTime": { "type": "string", - "format": "date-time", + "format": "date-time", "description": "The start time of the connection snapshot." }, "endTime": { @@ -3047,4 +3101,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/operation.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/operation.json index b54fa33eec75..bc53a9b9892e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/operation.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/operation.json @@ -55,14 +55,16 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "Get a list of operations for a resource provider": { "$ref": "./examples/OperationList.json" } + "Get a list of operations for a resource provider": { + "$ref": "./examples/OperationList.json" + } } } } }, "definitions": { "OperationListResult": { - "description": "Result of the request to list Network operations. It contains a list of operations and a URL link to get the next set of results.", + "description": "Result of the request to list Network operations. It contains a list of operations and a URL link to get the next set of results.", "properties": { "value": { "type": "array", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/publicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/publicIpAddress.json index e12e03241a10..1c4aa4866f7b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/publicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/publicIpAddress.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete public IP address": { "$ref": "./examples/PublicIpAddressDelete.json" } + "Delete public IP address": { + "$ref": "./examples/PublicIpAddressDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get public IP address": { "$ref": "./examples/PublicIpAddressGet.json" } + "Get public IP address": { + "$ref": "./examples/PublicIpAddressGet.json" + } } }, "put": { @@ -180,9 +184,15 @@ } }, "x-ms-examples": { - "Create public IP address defaults": { "$ref": "./examples/PublicIpAddressCreateDefaults.json" }, - "Create public IP address allocation method": { "$ref": "./examples/PublicIpAddressCreateCustomizedValues.json" }, - "Create public IP address DNS": { "$ref": "./examples/PublicIpAddressCreateDns.json" } + "Create public IP address defaults": { + "$ref": "./examples/PublicIpAddressCreateDefaults.json" + }, + "Create public IP address allocation method": { + "$ref": "./examples/PublicIpAddressCreateCustomizedValues.json" + }, + "Create public IP address DNS": { + "$ref": "./examples/PublicIpAddressCreateDns.json" + } }, "x-ms-long-running-operation": true }, @@ -232,7 +242,9 @@ } }, "x-ms-examples": { - "Update public IP address tags": { "$ref": "./examples/PublicIpAddressUpdateTags.json" } + "Update public IP address tags": { + "$ref": "./examples/PublicIpAddressUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -261,7 +273,9 @@ } }, "x-ms-examples": { - "List all public IP addresses": { "$ref": "./examples/PublicIpAddressListAll.json" } + "List all public IP addresses": { + "$ref": "./examples/PublicIpAddressListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -299,7 +313,9 @@ } }, "x-ms-examples": { - "List resource group public IP addresses": { "$ref": "./examples/PublicIpAddressList.json" } + "List resource group public IP addresses": { + "$ref": "./examples/PublicIpAddressList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/routeFilter.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/routeFilter.json index 03a5ebb17bc4..27392d6b30d2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/routeFilter.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/routeFilter.json @@ -1,799 +1,821 @@ { - "swagger": "2.0", - "info": { - "title": "NetworkManagementClient", - "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", - "version": "2017-10-01" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" + "swagger": "2.0", + "info": { + "title": "NetworkManagementClient", + "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", + "version": "2017-10-01" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}": { + "delete": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Delete", + "x-ms-examples": { + "RouteFilterDelete": { + "$ref": "./examples/RouteFilterDelete.json" + } + }, + "description": "Deletes the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "202": { + "description": "Accepted and the operation will complete asynchronously." + }, + "200": { + "description": "Delete successful." + }, + "204": { + "description": "Delete successful." + } + }, + "x-ms-long-running-operation": true + }, + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Get", + "x-ms-examples": { + "RouteFilterGet": { + "$ref": "./examples/RouteFilterGet.json" + } + }, + "description": "Gets the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "name": "$expand", + "in": "query", + "required": false, + "type": "string", + "description": "Expands referenced express route bgp peering resources." + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" } + } } - }, - "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}": { - "delete": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Delete", - "x-ms-examples": { - "RouteFilterDelete": { "$ref": "./examples/RouteFilterDelete.json" } - }, - "description": "Deletes the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "202": { - "description": "Accepted and the operation will complete asynchronously." - }, - "200": { - "description": "Delete successful." - }, - "204": { - "description": "Delete successful." - } - }, - "x-ms-long-running-operation": true - }, - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Get", - "x-ms-examples": { - "RouteFilterGet": { "$ref": "./examples/RouteFilterGet.json" } - }, - "description": "Gets the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "name": "$expand", - "in": "query", - "required": false, - "type": "string", - "description": "Expands referenced express route bgp peering resources." - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - } + }, + "put": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_CreateOrUpdate", + "x-ms-examples": { + "RouteFilterCreate": { + "$ref": "./examples/RouteFilterCreate.json" + } + }, + "description": "Creates or updates a route filter in a specified resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "routeFilterParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/RouteFilter" }, - "put": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_CreateOrUpdate", - "x-ms-examples": { - "RouteFilterCreate": { "$ref": "./examples/RouteFilterCreate.json" } - }, - "description": "Creates or updates a route filter in a specified resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "routeFilterParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/RouteFilter" - }, - "description": "Parameters supplied to the create or update route filter operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - }, - "201": { - "description": "Create successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the create or update route filter operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" + } + }, + "201": { + "description": "Create successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" + } + } + }, + "x-ms-long-running-operation": true + }, + "patch": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Update", + "x-ms-examples": { + "RouteFilterUpdate": { + "$ref": "./examples/RouteFilterUpdate.json" + } + }, + "description": "Updates a route filter in a specified resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "routeFilterParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/PatchRouteFilter" }, - "patch": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Update", - "x-ms-examples": { - "RouteFilterUpdate": { "$ref": "./examples/RouteFilterUpdate.json" } - }, - "description": "Updates a route filter in a specified resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "routeFilterParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/PatchRouteFilter" - }, - "description": "Parameters supplied to the update route filter operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the update route filter operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" } + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters": { + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_ListByResourceGroup", + "x-ms-examples": { + "RouteFilterListByResourceGroup": { + "$ref": "./examples/RouteFilterListByResourceGroup.json" + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters": { - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_ListByResourceGroup", - "x-ms-examples": { - "RouteFilterListByResourceGroup": { "$ref": "./examples/RouteFilterListByResourceGroup.json" } - }, - "description": "Gets all route filters in a resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter resources.", - "schema": { - "$ref": "#/definitions/RouteFilterListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "description": "Gets all route filters in a resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter resources.", + "schema": { + "$ref": "#/definitions/RouteFilterListResult" } + } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeFilters": { - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_List", - "x-ms-examples": { - "RouteFilterList": { "$ref": "./examples/RouteFilterList.json" } - }, - "description": "Gets all route filters in a subscription.", - "parameters": [ - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter resources.", - "schema": { - "$ref": "#/definitions/RouteFilterListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeFilters": { + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_List", + "x-ms-examples": { + "RouteFilterList": { + "$ref": "./examples/RouteFilterList.json" + } + }, + "description": "Gets all route filters in a subscription.", + "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter resources.", + "schema": { + "$ref": "#/definitions/RouteFilterListResult" } + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}": { - "delete": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Delete", - "x-ms-examples": { - "RouteFilterRuleDelete": { "$ref": "./examples/RouteFilterRuleDelete.json" } - }, - "description": "Deletes the specified rule from a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the rule." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "202": { - "description": "Accepted and the operation will complete asynchronously." - }, - "200": { - "description": "Accepted." - }, - "204": { - "description": "Rule was deleted or not found." - } - }, - "x-ms-long-running-operation": true - }, - "get": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Get", - "x-ms-examples": { - "RouteFilterRuleGet": { "$ref": "./examples/RouteFilterRuleGet.json" } - }, - "description": "Gets the specified rule from a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the rule." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - } + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}": { + "delete": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Delete", + "x-ms-examples": { + "RouteFilterRuleDelete": { + "$ref": "./examples/RouteFilterRuleDelete.json" + } + }, + "description": "Deletes the specified rule from a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the rule." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "202": { + "description": "Accepted and the operation will complete asynchronously." + }, + "200": { + "description": "Accepted." + }, + "204": { + "description": "Rule was deleted or not found." + } + }, + "x-ms-long-running-operation": true + }, + "get": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Get", + "x-ms-examples": { + "RouteFilterRuleGet": { + "$ref": "./examples/RouteFilterRuleGet.json" + } + }, + "description": "Gets the specified rule from a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the rule." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + } + } + }, + "put": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_CreateOrUpdate", + "x-ms-examples": { + "RouteFilterRuleCreate": { + "$ref": "./examples/RouteFilterRuleCreate.json" + } + }, + "description": "Creates or updates a route in the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter rule." + }, + { + "name": "routeFilterRuleParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/RouteFilterRule" }, - "put": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_CreateOrUpdate", - "x-ms-examples": { - "RouteFilterRuleCreate": { "$ref": "./examples/RouteFilterRuleCreate.json" } - }, - "description": "Creates or updates a route in the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter rule." - }, - { - "name": "routeFilterRuleParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Parameters supplied to the create or update route filter rule operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - }, - "201": { - "description": "Create successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the create or update route filter rule operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + }, + "201": { + "description": "Create successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + } + }, + "x-ms-long-running-operation": true + }, + "patch": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Update", + "x-ms-examples": { + "RouteFilterRuleUpdate": { + "$ref": "./examples/RouteFilterRuleUpdate.json" + } + }, + "description": "Updates a route in the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter rule." + }, + { + "name": "routeFilterRuleParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/PatchRouteFilterRule" }, - "patch": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Update", - "x-ms-examples": { - "RouteFilterRuleUpdate": { "$ref": "./examples/RouteFilterRuleUpdate.json" } - }, - "description": "Updates a route in the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter rule." - }, - { - "name": "routeFilterRuleParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/PatchRouteFilterRule" - }, - "description": "Parameters supplied to the update route filter rule operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the update route filter rule operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" } + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules": { - "get": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_ListByRouteFilter", - "x-ms-examples": { - "RouteFilterRuleListByRouteFilter": { "$ref": "./examples/RouteFilterRuleListByRouteFilter.json" } - }, - "description": "Gets all RouteFilterRules in a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter Rule resources.", - "schema": { - "$ref": "#/definitions/RouteFilterRuleListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules": { + "get": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_ListByRouteFilter", + "x-ms-examples": { + "RouteFilterRuleListByRouteFilter": { + "$ref": "./examples/RouteFilterRuleListByRouteFilter.json" + } + }, + "description": "Gets all RouteFilterRules in a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter Rule resources.", + "schema": { + "$ref": "#/definitions/RouteFilterRuleListResult" } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + } + }, + "definitions": { + "RouteFilterRulePropertiesFormat": { + "required": [ + "access", + "routeFilterRuleType", + "communities" + ], + "properties": { + "access": { + "type": "string", + "description": "The access type of the rule. Valid values are: 'Allow', 'Deny'", + "enum": [ + "Allow", + "Deny" + ], + "x-ms-enum": { + "name": "Access", + "modelAsString": true + } + }, + "routeFilterRuleType": { + "type": "string", + "description": "The rule type of the rule. Valid value is: 'Community'", + "enum": [ + "Community" + ], + "x-ms-enum": { + "name": "RouteFilterRuleType", + "modelAsString": true + } + }, + "communities": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']" + }, + "provisioningState": { + "type": "string", + "readOnly": true, + "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." } + }, + "description": "Route Filter Rule Resource" }, - "definitions": { - "RouteFilterRulePropertiesFormat": { - "required": [ - "access", - "routeFilterRuleType", - "communities" - ], - "properties": { - "access": { - "type": "string", - "description": "The access type of the rule. Valid values are: 'Allow', 'Deny'", - "enum": [ - "Allow", - "Deny" - ], - "x-ms-enum": { - "name": "Access", - "modelAsString": true - } - }, - "routeFilterRuleType": { - "type": "string", - "description": "The rule type of the rule. Valid value is: 'Community'", - "enum": [ - "Community" - ], - "x-ms-enum": { - "name": "RouteFilterRuleType", - "modelAsString": true - } - }, - "communities": { - "type": "array", - "items": { - "type": "string" - }, - "description": "The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']" - }, - "provisioningState": { - "type": "string", - "readOnly": true, - "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." - } - }, - "description": "Route Filter Rule Resource" - }, - "RouteFilterRule": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterRulePropertiesFormat" - }, - "name": { - "type": "string", - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "location": { - "type": "string", - "description": "Resource location." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Rule Resource" - }, - "PatchRouteFilterRule": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterRulePropertiesFormat" - }, - "name": { - "type": "string", - "readOnly": true, - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Rule Resource" - }, - "RouteFilterPropertiesFormat": { - "properties": { - "rules": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Collection of RouteFilterRules contained within a route filter." - }, - "peerings": { - "type": "array", - "items": { - "$ref": "./expressRouteCircuit.json#/definitions/ExpressRouteCircuitPeering" - }, - "description": "A collection of references to express route circuit peerings." - }, - "provisioningState": { - "type": "string", - "readOnly": true, - "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." - } - }, - "description": "Route Filter Resource" - }, - "RouteFilter": { - "required": [ - "location" - ], - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterPropertiesFormat" - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "Gets a unique read-only string that changes whenever the resource is updated." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/Resource" - } - ], - "description": "Route Filter Resource." - }, - "PatchRouteFilter": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterPropertiesFormat" - }, - "name": { - "type": "string", - "readOnly": true, - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Resource." - }, - "RouteFilterListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilter" - }, - "description": "Gets a list of route filters in a resource group." - }, - "nextLink": { - "type": "string", - "description": "The URL to get the next set of results." - } - }, - "description": "Response for the ListRouteFilters API service call." - }, - "RouteFilterRuleListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Gets a list of RouteFilterRules in a resource group." - }, - "nextLink": { - "type": "string", - "description": "The URL to get the next set of results." - } - }, - "description": "Response for the ListRouteFilterRules API service call" + "RouteFilterRule": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterRulePropertiesFormat" + }, + "name": { + "type": "string", + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "location": { + "type": "string", + "description": "Resource location." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Rule Resource" + }, + "PatchRouteFilterRule": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterRulePropertiesFormat" + }, + "name": { + "type": "string", + "readOnly": true, + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Rule Resource" + }, + "RouteFilterPropertiesFormat": { + "properties": { + "rules": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilterRule" + }, + "description": "Collection of RouteFilterRules contained within a route filter." + }, + "peerings": { + "type": "array", + "items": { + "$ref": "./expressRouteCircuit.json#/definitions/ExpressRouteCircuitPeering" + }, + "description": "A collection of references to express route circuit peerings." + }, + "provisioningState": { + "type": "string", + "readOnly": true, + "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." } + }, + "description": "Route Filter Resource" }, + "RouteFilter": { + "required": [ + "location" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterPropertiesFormat" + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "Gets a unique read-only string that changes whenever the resource is updated." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/Resource" + } + ], + "description": "Route Filter Resource." + }, + "PatchRouteFilter": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterPropertiesFormat" + }, + "name": { + "type": "string", + "readOnly": true, + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Resource." + }, + "RouteFilterListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilter" + }, + "description": "Gets a list of route filters in a resource group." + }, + "nextLink": { + "type": "string", + "description": "The URL to get the next set of results." + } + }, + "description": "Response for the ListRouteFilters API service call." + }, + "RouteFilterRuleListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilterRule" + }, + "description": "Gets a list of RouteFilterRules in a resource group." + }, + "nextLink": { + "type": "string", + "description": "The URL to get the next set of results." + } + }, + "description": "Response for the ListRouteFilterRules API service call" + } + }, "parameters": { "SubscriptionIdParameter": { "name": "subscriptionId", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/routeTable.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/routeTable.json index bdfc9e93cc5e..127b278487e0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/routeTable.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/routeTable.json @@ -78,7 +78,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Delete route table": { "$ref": "./examples/RouteTableDelete.json" } + "Delete route table": { + "$ref": "./examples/RouteTableDelete.json" + } } }, "get": { @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get route table": { "$ref": "./examples/RouteTableGet.json" } + "Get route table": { + "$ref": "./examples/RouteTableGet.json" + } } }, "put": { @@ -180,8 +184,12 @@ } }, "x-ms-examples": { - "Create route table": { "$ref": "./examples/RouteTableCreate.json" }, - "Create route table with route": { "$ref": "./examples/RouteTableCreateWithRoute.json" } + "Create route table": { + "$ref": "./examples/RouteTableCreate.json" + }, + "Create route table with route": { + "$ref": "./examples/RouteTableCreateWithRoute.json" + } }, "x-ms-long-running-operation": true }, @@ -231,7 +239,9 @@ } }, "x-ms-examples": { - "Update route table tags": { "$ref": "./examples/RouteTableUpdateTags.json" } + "Update route table tags": { + "$ref": "./examples/RouteTableUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -267,7 +277,9 @@ } }, "x-ms-examples": { - "List route tables in resource group": { "$ref": "./examples/RouteTableList.json" } + "List route tables in resource group": { + "$ref": "./examples/RouteTableList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -298,7 +310,9 @@ } }, "x-ms-examples": { - "List all route tables": { "$ref": "./examples/RouteTableListAll.json" } + "List all route tables": { + "$ref": "./examples/RouteTableListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -353,7 +367,9 @@ } }, "x-ms-examples": { - "Delete route": { "$ref": "./examples/RouteTableRouteDelete.json" } + "Delete route": { + "$ref": "./examples/RouteTableRouteDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -401,7 +417,9 @@ } }, "x-ms-examples": { - "Get route": { "$ref": "./examples/RouteTableRouteGet.json" } + "Get route": { + "$ref": "./examples/RouteTableRouteGet.json" + } } }, "put": { @@ -463,7 +481,9 @@ } }, "x-ms-examples": { - "Create route": { "$ref": "./examples/RouteTableRouteCreate.json" } + "Create route": { + "$ref": "./examples/RouteTableRouteCreate.json" + } }, "x-ms-long-running-operation": true } @@ -509,10 +529,12 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List routes": { "$ref": "./examples/RouteTableRouteList.json" } + "List routes": { + "$ref": "./examples/RouteTableRouteList.json" + } } } - } + } }, "definitions": { "RoutePropertiesFormat": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/serviceCommunity.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/serviceCommunity.json index 32254cb6f831..70686285e18d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/serviceCommunity.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/serviceCommunity.json @@ -41,7 +41,9 @@ ], "operationId": "BgpServiceCommunities_List", "x-ms-examples": { - "ServiceCommunityList": { "$ref": "./examples/ServiceCommunityList.json" } + "ServiceCommunityList": { + "$ref": "./examples/ServiceCommunityList.json" + } }, "description": "Gets all the available bgp service communities.", "parameters": [ @@ -71,7 +73,7 @@ "properties": { "serviceSupportedRegion": { "type": "string", - "description": "The region which the service support. e.g. For O365, region is Global." + "description": "The region which the service support. e.g. For O365, region is Global." }, "communityName": { "type": "string", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/usage.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/usage.json index 491cd74fc518..90d5d9272c81 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/usage.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/usage.json @@ -68,7 +68,9 @@ } }, "x-ms-examples": { - "List usages": { "$ref": "./examples/UsageList.json" } + "List usages": { + "$ref": "./examples/UsageList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/virtualNetwork.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/virtualNetwork.json index b2c22981389e..16c34e771547 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/virtualNetwork.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/virtualNetwork.json @@ -78,7 +78,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Delete virtual network": { "$ref": "./examples/VirtualNetworkDelete.json" } + "Delete virtual network": { + "$ref": "./examples/VirtualNetworkDelete.json" + } } }, "get": { @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get virtual network": { "$ref": "./examples/VirtualNetworkGet.json" } + "Get virtual network": { + "$ref": "./examples/VirtualNetworkGet.json" + } } }, "put": { @@ -181,9 +185,15 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Create virtual network": { "$ref": "./examples/VirtualNetworkCreate.json" }, - "Create virtual network with subnet": { "$ref": "./examples/VirtualNetworkCreateSubnet.json" }, - "Create virtual network with service endpoints": { "$ref": "./examples/VirtualNetworkCreateServiceEndpoints.json" } + "Create virtual network": { + "$ref": "./examples/VirtualNetworkCreate.json" + }, + "Create virtual network with subnet": { + "$ref": "./examples/VirtualNetworkCreateSubnet.json" + }, + "Create virtual network with service endpoints": { + "$ref": "./examples/VirtualNetworkCreateServiceEndpoints.json" + } } }, "patch": { @@ -233,7 +243,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Update virtual network tags": { "$ref": "./examples/VirtualNetworkUpdateTags.json" } + "Update virtual network tags": { + "$ref": "./examples/VirtualNetworkUpdateTags.json" + } } } }, @@ -261,7 +273,9 @@ } }, "x-ms-examples": { - "List all virtual networks": { "$ref": "./examples/VirtualNetworkListAll.json" } + "List all virtual networks": { + "$ref": "./examples/VirtualNetworkListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -299,14 +313,16 @@ } }, "x-ms-examples": { - "List virtual networks in resource group": { "$ref": "./examples/VirtualNetworkList.json" } + "List virtual networks in resource group": { + "$ref": "./examples/VirtualNetworkList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}": { "delete": { "tags": [ "Subnets" @@ -354,7 +370,9 @@ } }, "x-ms-examples": { - "Delete subnet": { "$ref": "./examples/SubnetDelete.json" } + "Delete subnet": { + "$ref": "./examples/SubnetDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -409,7 +427,9 @@ } }, "x-ms-examples": { - "Get subnet": { "$ref": "./examples/SubnetGet.json" } + "Get subnet": { + "$ref": "./examples/SubnetGet.json" + } } }, "put": { @@ -472,8 +492,12 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Create subnet": { "$ref": "./examples/SubnetCreate.json" }, - "Create subnet with service endpoints": { "$ref": "./examples/SubnetCreateServiceEndpoint.json" } + "Create subnet": { + "$ref": "./examples/SubnetCreate.json" + }, + "Create subnet with service endpoints": { + "$ref": "./examples/SubnetCreateServiceEndpoint.json" + } } } }, @@ -518,7 +542,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List subnets": { "$ref": "./examples/SubnetList.json" } + "List subnets": { + "$ref": "./examples/SubnetList.json" + } } } }, @@ -570,7 +596,9 @@ } }, "x-ms-examples": { - "Delete peering": { "$ref": "./examples/VirtualNetworkPeeringDelete.json" } + "Delete peering": { + "$ref": "./examples/VirtualNetworkPeeringDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -618,7 +646,9 @@ } }, "x-ms-examples": { - "Get peering": { "$ref": "./examples/VirtualNetworkPeeringGet.json" } + "Get peering": { + "$ref": "./examples/VirtualNetworkPeeringGet.json" + } } }, "put": { @@ -680,7 +710,9 @@ } }, "x-ms-examples": { - "Create peering": { "$ref": "./examples/VirtualNetworkPeeringCreate.json" } + "Create peering": { + "$ref": "./examples/VirtualNetworkPeeringCreate.json" + } }, "x-ms-long-running-operation": true } @@ -726,7 +758,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List peerings": { "$ref": "./examples/VirtualNetworkPeeringList.json" } + "List peerings": { + "$ref": "./examples/VirtualNetworkPeeringList.json" + } } } }, @@ -772,7 +806,9 @@ } }, "x-ms-examples": { - "Check IP address availability": { "$ref": "./examples/VirtualNetworkCheckIPAddressAvailability.json" } + "Check IP address availability": { + "$ref": "./examples/VirtualNetworkCheckIPAddressAvailability.json" + } } } }, @@ -811,7 +847,9 @@ } }, "x-ms-examples": { - "VnetGetUsage": { "$ref": "./examples/VirtualNetworkListUsage.json" } + "VnetGetUsage": { + "$ref": "./examples/VirtualNetworkListUsage.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -877,7 +915,7 @@ "description": "The reference of the RouteTable resource." }, "serviceEndpoints": { - "type": "array", + "type": "array", "items": { "$ref": "#/definitions/ServiceEndpointPropertiesFormat" }, @@ -1081,13 +1119,13 @@ "type": "string", "description": "The provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." }, - "enableDdosProtection": { - "type": "boolean", - "description": "Indicates if DDoS protection is enabled for all the protected resources in a Virtual Network." - }, - "enableVmProtection": { - "type": "boolean", - "description": "Indicates if Vm protection is enabled for all the subnets in a Virtual Network." + "enableDdosProtection": { + "type": "boolean", + "description": "Indicates if DDoS protection is enabled for all the protected resources in a Virtual Network." + }, + "enableVmProtection": { + "type": "boolean", + "description": "Indicates if Vm protection is enabled for all the subnets in a Virtual Network." } }, "description": "Properties of the virtual network." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/virtualNetworkGateway.json index 520cf1ea5ff3..5b1423aa2352 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/virtualNetworkGateway.json @@ -214,7 +214,9 @@ } }, "x-ms-examples": { - "Update Virtual Network Gateway Tags": { "$ref": "./examples/VirtualNetworkGatewayUpdateTags.json" } + "Update Virtual Network Gateway Tags": { + "$ref": "./examples/VirtualNetworkGatewayUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -295,7 +297,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "VirtualNetworkGatewaysListConnections": { "$ref": "./examples/VirtualNetworkGatewaysListConnections.json" } + "VirtualNetworkGatewaysListConnections": { + "$ref": "./examples/VirtualNetworkGatewaysListConnections.json" + } } } }, @@ -909,7 +913,9 @@ } }, "x-ms-examples": { - "Update Virtual Network Gateway Connection Tags": { "$ref": "./examples/VirtualNetworkGatewayConnectionUpdateTags.json" } + "Update Virtual Network Gateway Connection Tags": { + "$ref": "./examples/VirtualNetworkGatewayConnectionUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -1275,7 +1281,9 @@ } }, "x-ms-examples": { - "Update Local Network Gateway Tags": { "$ref": "./examples/LocalNetworkGatewayUpdateTags.json" } + "Update Local Network Gateway Tags": { + "$ref": "./examples/LocalNetworkGatewayUpdateTags.json" + } }, "x-ms-long-running-operation": true } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/vmssNetworkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/vmssNetworkInterface.json index b9cb4ede4929..1f6c30ffb8f9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/vmssNetworkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/vmssNetworkInterface.json @@ -92,7 +92,9 @@ } }, "x-ms-examples": { - "List virtual machine scale set vm network interfaces": { "$ref": "./examples/VmssVmNetworkInterfaceList.json" } + "List virtual machine scale set vm network interfaces": { + "$ref": "./examples/VmssVmNetworkInterfaceList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -148,7 +150,9 @@ } }, "x-ms-examples": { - "List virtual machine scale set network interfaces": { "$ref": "./examples/VmssNetworkInterfaceList.json" } + "List virtual machine scale set network interfaces": { + "$ref": "./examples/VmssNetworkInterfaceList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -225,7 +229,9 @@ } }, "x-ms-examples": { - "Get virtual machine scale set network interface": { "$ref": "./examples/VmssNetworkInterfaceGet.json" } + "Get virtual machine scale set network interface": { + "$ref": "./examples/VmssNetworkInterfaceGet.json" + } } } }, @@ -299,7 +305,9 @@ } }, "x-ms-examples": { - "List virtual machine scale set network interface ip configurations": { "$ref": "./examples/VmssNetworkInterfaceIpConfigList.json" } + "List virtual machine scale set network interface ip configurations": { + "$ref": "./examples/VmssNetworkInterfaceIpConfigList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -383,7 +391,9 @@ } }, "x-ms-examples": { - "Get virtual machine scale set network interface": { "$ref": "./examples/VmssNetworkInterfaceIpConfigGet.json" } + "Get virtual machine scale set network interface": { + "$ref": "./examples/VmssNetworkInterfaceIpConfigGet.json" + } } } } @@ -397,4 +407,4 @@ "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/vmssPublicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/vmssPublicIpAddress.json index 79113ac031f9..f08533b361ac 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/vmssPublicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-10-01/vmssPublicIpAddress.json @@ -82,14 +82,16 @@ } }, "x-ms-examples": { - "ListVMSSPublicIP": { "$ref": "./examples/VmssPublicIpListAll.json" } + "ListVMSSPublicIP": { + "$ref": "./examples/VmssPublicIpListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipconfigurations/{ipConfigurationName}/publicipaddresses" : { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipconfigurations/{ipConfigurationName}/publicipaddresses": { "get": { "operationId": "PublicIPAddresses_ListVirtualMachineScaleSetVMPublicIPAddresses", "description": "Gets information about all public IP addresses in a virtual machine IP configuration in a virtual machine scale set.", @@ -156,7 +158,9 @@ } }, "x-ms-examples": { - "ListVMSSVMPublicIP": { "$ref": "./examples/VmssVmPublicIpList.json" } + "ListVMSSVMPublicIP": { + "$ref": "./examples/VmssVmPublicIpList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -236,7 +240,9 @@ } ], "x-ms-examples": { - "GetVMSSPublicIP": { "$ref": "./examples/VmssPublicIpGet.json" } + "GetVMSSPublicIP": { + "$ref": "./examples/VmssPublicIpGet.json" + } }, "responses": { "200": { @@ -258,4 +264,4 @@ "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/applicationGateway.json index 5e14c9452c52..f2d92e91a98e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/applicationGateway.json @@ -212,7 +212,9 @@ } }, "x-ms-examples": { - "Update Application Gateway tags": { "$ref": "./examples/ApplicationGatewayUpdateTags.json" } + "Update Application Gateway tags": { + "$ref": "./examples/ApplicationGatewayUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -410,7 +412,7 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets": { + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets": { "get": { "tags": [ "ApplicationGateways" @@ -442,7 +444,9 @@ ], "operationId": "ApplicationGateways_ListAvailableSslOptions", "x-ms-examples": { - "ApplicationGatewayAvailableSslOptionsGet": { "$ref": "./examples/ApplicationGatewayAvailableSslOptionsGet.json" } + "ApplicationGatewayAvailableSslOptionsGet": { + "$ref": "./examples/ApplicationGatewayAvailableSslOptionsGet.json" + } }, "description": "Lists available Ssl options for configuring Ssl policy.", "parameters": [ @@ -470,7 +474,9 @@ ], "operationId": "ApplicationGateways_ListAvailableSslPredefinedPolicies", "x-ms-examples": { - "ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet": { "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json" } + "ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet": { + "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -501,7 +507,9 @@ ], "operationId": "ApplicationGateways_GetSslPredefinedPolicy", "x-ms-examples": { - "ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet": { "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json" } + "ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet": { + "$ref": "./examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json" + } }, "description": "Gets Ssl predefined policy with the specified policy name.", "parameters": [ @@ -553,7 +561,7 @@ "items": { "$ref": "#/definitions/ApplicationGatewayBackendHealthHttpSettings" }, - "description": "List of ApplicationGatewayBackendHealthHttpSettings resources." + "description": "List of ApplicationGatewayBackendHealthHttpSettings resources." } }, "description": "Application gateway BackendHealth pool." @@ -568,8 +576,8 @@ "type": "array", "items": { "$ref": "#/definitions/ApplicationGatewayBackendHealthServer" - }, - "description": "List of ApplicationGatewayBackendHealthServer resources." + }, + "description": "List of ApplicationGatewayBackendHealthServer resources." } }, "description": "Application gateway BackendHealthHttp settings." @@ -577,8 +585,8 @@ "ApplicationGatewayBackendHealthServer": { "properties": { "address": { - "type": "string", - "description": "IP address or FQDN of backend server." + "type": "string", + "description": "IP address or FQDN of backend server." }, "ipConfiguration": { "$ref": "./networkInterface.json#/definitions/NetworkInterfaceIPConfiguration", @@ -644,7 +652,7 @@ "disabledSslProtocols": { "type": "array", "description": "Ssl protocols to be disabled on application gateway.", - "items":{ + "items": { "type": "string", "$ref": "#/definitions/ProtocolsEnum", "x-ms-enum": { @@ -665,18 +673,18 @@ "modelAsString": true } }, - "policyName":{ + "policyName": { "$ref": "#/definitions/PolicyNameEnum", "description": "Name of Ssl predefined policy" }, - "cipherSuites":{ + "cipherSuites": { "type": "array", - "items":{ + "items": { "$ref": "#/definitions/CipherSuitesEnum" }, - "description":"Ssl cipher suites to be enabled in the specified order to application gateway." + "description": "Ssl cipher suites to be enabled in the specified order to application gateway." }, - "minProtocolVersion":{ + "minProtocolVersion": { "$ref": "#/definitions/ProtocolsEnum", "description": "Minimum version of Ssl protocol to be supported on application gateway." } @@ -1017,8 +1025,8 @@ "description": "Array of references to application gateway authentication certificates." }, "connectionDraining": { - "$ref": "#/definitions/ApplicationGatewayConnectionDraining", - "description": "Connection draining of the backend http settings resource." + "$ref": "#/definitions/ApplicationGatewayConnectionDraining", + "description": "Connection draining of the backend http settings resource." }, "hostName": { "type": "string", @@ -1041,8 +1049,8 @@ "description": "Path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "type": "string", + "description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." } }, "description": "Properties of Backend address pool settings of an application gateway." @@ -1231,16 +1239,16 @@ "format": "int32", "description": "The probe retry count. Backend server is marked down after consecutive probe failure count reaches UnhealthyThreshold. Acceptable values are from 1 second to 20." }, - "pickHostNameFromBackendHttpSettings":{ - "type":"boolean", + "pickHostNameFromBackendHttpSettings": { + "type": "boolean", "description": "Whether the host header should be picked from the backend http settings. Default value is false." }, - "minServers":{ - "type":"integer", + "minServers": { + "type": "integer", "format": "int32", "description": "Minimum number of servers that are always marked healthy. Default value is 0." }, - "match":{ + "match": { "$ref": "#/definitions/ApplicationGatewayProbeHealthResponseMatch", "description": "Criterion for classifying a healthy probe response." }, @@ -1253,16 +1261,16 @@ }, "ApplicationGatewayProbeHealthResponseMatch": { "properties": { - "body":{ + "body": { "type": "string", "description": "Body that must be contained in the health response. Default value is empty." }, - "statusCodes":{ + "statusCodes": { "type": "array", - "items":{ + "items": { "type": "string" }, - "description":"Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399." + "description": "Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399." } }, "description": "Application gateway probe health response match" @@ -1364,7 +1372,7 @@ "properties": { "redirectType": { "type": "string", - "$ref":"#/definitions/RedirectTypeEnum", + "$ref": "#/definitions/RedirectTypeEnum", "description": "Supported http redirection types - Permanent, Temporary, Found, SeeOther.", "x-ms-enum": { "name": "ApplicationGatewayRedirectType", @@ -1372,7 +1380,7 @@ } }, "targetListener": { - "$ref":"./network.json#/definitions/SubResource", + "$ref": "./network.json#/definitions/SubResource", "description": "Reference to a listener to redirect the request to." }, "targetUrl": { @@ -1397,14 +1405,14 @@ "urlPathMaps": { "type": "array", "items": { - "$ref":"./network.json#/definitions/SubResource" + "$ref": "./network.json#/definitions/SubResource" }, "description": "Url path maps specifying default redirect configuration." }, "pathRules": { "type": "array", "items": { - "$ref":"./network.json#/definitions/SubResource" + "$ref": "./network.json#/definitions/SubResource" }, "description": "Path rules specifying redirect configuration." } @@ -1696,26 +1704,26 @@ "description": "Application gateway web application firewall configuration." }, "ApplicationGatewayConnectionDraining": { - "properties": { - "enabled": { - "type": "boolean", - "description": "Whether connection draining is enabled or not." - }, - "drainTimeoutInSec": { - "type": "integer", - "format": "int32", - "maximum": 3600, - "exclusiveMaximum": false, - "minimum": 1, - "exclusiveMinimum": false, - "description": "The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds." - } + "properties": { + "enabled": { + "type": "boolean", + "description": "Whether connection draining is enabled or not." }, - "required": [ - "enabled", - "drainTimeoutInSec" - ], - "description": "Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration." + "drainTimeoutInSec": { + "type": "integer", + "format": "int32", + "maximum": 3600, + "exclusiveMaximum": false, + "minimum": 1, + "exclusiveMinimum": false, + "description": "The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds." + } + }, + "required": [ + "enabled", + "drainTimeoutInSec" + ], + "description": "Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration." }, "ApplicationGatewayFirewallDisabledRuleGroup": { "properties": { @@ -1849,28 +1857,28 @@ "description": "Response for ApplicationGatewayAvailableSslOptions API service call." }, "ApplicationGatewayAvailableSslOptionsPropertiesFormat": { - "properties": { - "predefinedPolicies":{ - "type": "array", - "items": { - "$ref": "./network.json#/definitions/SubResource" - }, - "description": "List of available Ssl predefined policy." - }, - "defaultPolicy":{ - "$ref": "#/definitions/PolicyNameEnum", - "description": "Name of the Ssl predefined policy applied by default to application gateway" + "properties": { + "predefinedPolicies": { + "type": "array", + "items": { + "$ref": "./network.json#/definitions/SubResource" }, - "availableCipherSuites":{ - "type":"array", - "items":{ - "$ref": "#/definitions/CipherSuitesEnum" - }, - "description": "List of available Ssl cipher suites." + "description": "List of available Ssl predefined policy." + }, + "defaultPolicy": { + "$ref": "#/definitions/PolicyNameEnum", + "description": "Name of the Ssl predefined policy applied by default to application gateway" + }, + "availableCipherSuites": { + "type": "array", + "items": { + "$ref": "#/definitions/CipherSuitesEnum" }, - "availableProtocols":{ - "type":"array", - "items":{ + "description": "List of available Ssl cipher suites." + }, + "availableProtocols": { + "type": "array", + "items": { "$ref": "#/definitions/ProtocolsEnum" }, "description": "List of available Ssl protocols." @@ -1880,7 +1888,7 @@ }, "ApplicationGatewayAvailableSslPredefinedPolicies": { "properties": { - "value":{ + "value": { "type": "array", "items": { "$ref": "#/definitions/ApplicationGatewaySslPredefinedPolicy" @@ -1905,59 +1913,59 @@ "$ref": "#/definitions/ApplicationGatewaySslPredefinedPolicyPropertiesFormat" } }, - "allOf":[ + "allOf": [ { "$ref": "./network.json#/definitions/SubResource" } ], "description": "An Ssl predefined policy" }, - "ApplicationGatewaySslPredefinedPolicyPropertiesFormat":{ - "properties":{ - "cipherSuites":{ - "type":"array", - "items":{ + "ApplicationGatewaySslPredefinedPolicyPropertiesFormat": { + "properties": { + "cipherSuites": { + "type": "array", + "items": { "$ref": "#/definitions/CipherSuitesEnum" }, "description": "Ssl cipher suites to be enabled in the specified order for application gateway." }, - "minProtocolVersion":{ + "minProtocolVersion": { "$ref": "#/definitions/ProtocolsEnum", "description": "Minimum version of Ssl protocol to be supported on application gateway." } }, "description": "Properties of ApplicationGatewaySslPredefinedPolicy" }, - "PolicyNameEnum":{ + "PolicyNameEnum": { "type": "string", "description": "Ssl predefined policy name enums.", - "enum":[ + "enum": [ "AppGwSslPolicy20150501", "AppGwSslPolicy20170401", "AppGwSslPolicy20170401S" ], - "x-ms-enum":{ + "x-ms-enum": { "name": "ApplicationGatewaySslPolicyName", "modelAsString": true } }, - "ProtocolsEnum":{ + "ProtocolsEnum": { "type": "string", "description": "Ssl protocol enums.", - "enum":[ + "enum": [ "TLSv1_0", "TLSv1_1", "TLSv1_2" ], - "x-ms-enum":{ + "x-ms-enum": { "name": "ApplicationGatewaySslProtocol", "modelAsString": true } }, - "CipherSuitesEnum":{ + "CipherSuitesEnum": { "type": "string", "description": "Ssl cipher suites enums.", - "enum":[ + "enum": [ "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384", "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", @@ -1989,15 +1997,15 @@ "modelAsString": true } }, - "RedirectTypeEnum":{ + "RedirectTypeEnum": { "type": "string", - "enum":[ + "enum": [ "Permanent", "Found", "SeeOther", "Temporary" ], - "x-ms-enum":{ + "x-ms-enum": { "name": "ApplicationGatewayRedirectType", "modelAsString": true } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/applicationSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/applicationSecurityGroup.json index 6a79d14ce13a..5de7c1edc229 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/applicationSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/applicationSecurityGroup.json @@ -76,7 +76,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Delete application security group": { "$ref": "./examples/ApplicationSecurityGroupDelete.json" } + "Delete application security group": { + "$ref": "./examples/ApplicationSecurityGroupDelete.json" + } } }, "get": { @@ -116,7 +118,9 @@ } }, "x-ms-examples": { - "Get application security group": { "$ref": "./examples/ApplicationSecurityGroupGet.json" } + "Get application security group": { + "$ref": "./examples/ApplicationSecurityGroupGet.json" + } } }, "put": { @@ -172,7 +176,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Create application security group": { "$ref": "./examples/ApplicationSecurityGroupCreate.json" } + "Create application security group": { + "$ref": "./examples/ApplicationSecurityGroupCreate.json" + } } } }, @@ -203,7 +209,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List all application security groups": { "$ref": "./examples/ApplicationSecurityGroupListAll.json" } + "List all application security groups": { + "$ref": "./examples/ApplicationSecurityGroupListAll.json" + } } } }, @@ -238,7 +246,9 @@ } }, "x-ms-examples": { - "List load balancers in resource group": { "$ref": "./examples/ApplicationSecurityGroupList.json" } + "List load balancers in resource group": { + "$ref": "./examples/ApplicationSecurityGroupList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/checkDnsAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/checkDnsAvailability.json index 371757b33652..9e88624e0d56 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/checkDnsAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/checkDnsAvailability.json @@ -71,7 +71,9 @@ } }, "x-ms-examples": { - "Check Dns Name Availability": { "$ref": "./examples/CheckDnsNameAvailability.json" } + "Check Dns Name Availability": { + "$ref": "./examples/CheckDnsNameAvailability.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/endpointService.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/endpointService.json index 1dbcb2115dc6..c1c429fe956a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/endpointService.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/endpointService.json @@ -65,7 +65,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "EndpointServicesList": { "$ref": "./examples/EndpointServicesList.json" } + "EndpointServicesList": { + "$ref": "./examples/EndpointServicesList.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayAvailableSslOptionsGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayAvailableSslOptionsGet.json index 71efea0a9861..ebfd022e5755 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayAvailableSslOptionsGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayAvailableSslOptionsGet.json @@ -4,6 +4,6 @@ "subscriptionId": "subid" }, "responses": { - "200": { } + "200": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json index 71efea0a9861..ebfd022e5755 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet.json @@ -4,6 +4,6 @@ "subscriptionId": "subid" }, "responses": { - "200": { } + "200": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json index 34ffdd415536..7398ad781c39 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet.json @@ -5,6 +5,6 @@ "predefinedPolicyName": "AppGwSslPolicy20150501" }, "responses": { - "200": { } + "200": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayUpdateTags.json index a3621356539f..c0cc5c826262 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationGatewayUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "applicationGatewayName" : "AppGw", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "applicationGatewayName": "AppGw", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "AppGw", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/AppGw", "type": "Microsoft.Network/applicationGateways", @@ -145,4 +145,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupCreate.json index 27273fc49fc1..e7198cfafcc6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupCreate.json @@ -6,7 +6,7 @@ "applicationSecurityGroupName": "test-asg", "parameters": { "location": "westus", - "properties": { } + "properties": {} } }, "responses": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupDelete.json index 52fd1fc97b86..e31e1e2f93a4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupDelete.json @@ -6,8 +6,8 @@ "applicationSecurityGroupName": "test-asg" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupList.json index 8a5941782796..56e7b6180552 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupList.json @@ -1,35 +1,35 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName": "rg1" - }, - "responses" : { - "200" : { - "body" : { - "value": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg1", - "name": "asg1", - "type": "Microsoft.Network/applicationSecurityGroups", - "location": "westus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "00000000-0000-0000-0000-000000000000" - } - }, - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg2", - "name": "asg2", - "type": "Microsoft.Network/applicationSecurityGroups", - "location": "westus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "00000000-0000-0000-0000-000000000000" - } + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg1", + "name": "asg1", + "type": "Microsoft.Network/applicationSecurityGroups", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "00000000-0000-0000-0000-000000000000" } - ] - } + }, + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg2", + "name": "asg2", + "type": "Microsoft.Network/applicationSecurityGroups", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "00000000-0000-0000-0000-000000000000" + } + } + ] } } } +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupListAll.json index a9f1b61c8cf9..955e89c30549 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ApplicationSecurityGroupListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationSecurityGroups/asg1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/CheckDnsNameAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/CheckDnsNameAvailability.json index 8caf6fd6ea20..69de74406d9a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/CheckDnsNameAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/CheckDnsNameAvailability.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "location" : "westus", - "domainNameLabel" : "testdns" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "location": "westus", + "domainNameLabel": "testdns" }, - "responses" : { - "200" : { + "responses": { + "200": { "body": { "available": false } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/EndpointServicesList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/EndpointServicesList.json index 367b764bb12b..eaeee9929a08 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/EndpointServicesList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/EndpointServicesList.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ExpressRouteCircuitUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ExpressRouteCircuitUpdateTags.json index 042febb3d469..45d275680fc1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ExpressRouteCircuitUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ExpressRouteCircuitUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "ertest", - "circuitName" : "er1", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "ertest", + "circuitName": "er1", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "er1", "id": "/subscriptions/subid/resourceGroups/ertest/providers/Microsoft.Network/expressRouteCircuits/er1", "type": "Microsoft.Network/expressRouteCircuits", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleCreate.json index 1d18d2896ddb..71c2ecd2c482 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleCreate.json @@ -8,7 +8,9 @@ "inboundNatRuleParameters": { "properties": { "protocol": "Tcp", - "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1"}, + "frontendIPConfiguration": { + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + }, "frontendPort": 3390, "backendPort": 3389, "idleTimeoutInMinutes": 4, @@ -24,7 +26,7 @@ "properties": { "provisioningState": "Succeeded", "frontendIPConfiguration": { - "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" }, "frontendPort": 3390, "backendPort": 3389, @@ -44,7 +46,7 @@ "properties": { "provisioningState": "Succeeded", "frontendIPConfiguration": { - "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" }, "frontendPort": 3390, "backendPort": 3389, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleDelete.json index 002477923b99..08ff6d97f496 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleDelete.json @@ -7,8 +7,8 @@ "inboundNatRuleName": "natRule1.1" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleGet.json index 27cae4dd826a..5480b5a21bea 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleGet.json @@ -14,7 +14,7 @@ "properties": { "provisioningState": "Succeeded", "frontendIPConfiguration": { - "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" + "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/ip1" }, "frontendPort": 3390, "backendPort": 3389, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleList.json index bbfa0390f4a3..7c3d8033ea62 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/InboundNatRuleList.json @@ -21,7 +21,7 @@ "backendPort": 3389, "enableFloatingIP": false, "idleTimeoutInMinutes": 4, - "protocol": "Tcp", + "protocol": "Tcp", "backendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1" } 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 70baf1c87cac..fb3eec4b0188 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "properties": { @@ -98,15 +98,15 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", @@ -214,14 +214,14 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", 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 7562ddec445c..8435c207ccdf 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "sku": { @@ -101,15 +101,15 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Standard" + "name": "Standard" }, "properties": { "provisioningState": "Succeeded", @@ -217,14 +217,14 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Standard" + "name": "Standard" }, "properties": { "provisioningState": "Succeeded", 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 34b5a2817c78..1103c914c965 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "properties": { @@ -49,15 +49,15 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", @@ -106,14 +106,14 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", 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 7341e7807528..0a2b2365e8ef 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "location": "eastus", "properties": { @@ -25,7 +25,9 @@ } ] }, - "zones": [ "1" ] + "zones": [ + "1" + ] } ], "backendAddressPools": [ @@ -99,15 +101,15 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", @@ -115,7 +117,9 @@ { "name": "fe-lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe-lb", - "zones": [ "1" ], + "zones": [ + "1" + ], "properties": { "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", @@ -216,14 +220,14 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "eastus", "sku": { - "name": "Basic" + "name": "Basic" }, "properties": { "provisioningState": "Succeeded", @@ -231,7 +235,9 @@ { "name": "fe-lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe-lb", - "zones": [ "1" ], + "zones": [ + "1" + ], "properties": { "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerDelete.json index c0e6dc9b9fe7..e949c97cfd64 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerGet.json index 032d908b22d4..36b213814111 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerGet.json @@ -1,20 +1,20 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", "location": "westus", "sku": { - "name": "Basic" - }, + "name": "Basic" + }, "properties": { "provisioningState": "Succeeded", "frontendIPConfigurations": [ @@ -25,7 +25,7 @@ "provisioningState": "Succeeded", "privateIPAddress": "10.0.1.4", "privateIPAllocationMethod": "Dynamic", - "subnet": { + "subnet": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnetlb/subnets/subnetlb" }, "loadBalancingRules": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerList.json index a0a8899dc29e..61b34f15533c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "lb", @@ -59,7 +59,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/loadBalancingRules/rulelb", "properties": { "provisioningState": "Succeeded", - "frontendIPConfiguration":{ + "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/felb" }, "frontendPort": 80, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerListAll.json index f95387c79ee5..40a52d9b7155 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "lb", @@ -58,7 +58,7 @@ "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/loadBalancingRules/rulelb", "properties": { "provisioningState": "Succeeded", - "frontendIPConfiguration":{ + "frontendIPConfiguration": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/felb" }, "frontendPort": 80, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerNetworkInterfaceListVmss.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerNetworkInterfaceListVmss.json index 85889b32816a..4277e33b93a2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerNetworkInterfaceListVmss.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerNetworkInterfaceListVmss.json @@ -83,7 +83,7 @@ "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb/backendAddressPools/bepool" } ], - "loadBalancerInboundNatRules":[ + "loadBalancerInboundNatRules": [ { "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb/inboundNatRules/natpool.1" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerUpdateTags.json index 37e03108e45b..992720adffde 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LoadBalancerUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "loadBalancerName" : "lb", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "loadBalancerName": "lb", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lb", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb", "type": "Microsoft.Network/loadBalancers", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LocalNetworkGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LocalNetworkGatewayUpdateTags.json index 01cb7f869bc7..766a4df2e028 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LocalNetworkGatewayUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/LocalNetworkGatewayUpdateTags.json @@ -1,8 +1,8 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "localNetworkGatewayName": "lgw", "parameters": { "tags": { @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "lgw", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/localNetworkGateways/lgw", "type": "Microsoft.Network/localNetworkGateways", 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 671e9c3c0f7d..d68de40b3cae 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 @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic", "parameters": { @@ -12,10 +12,10 @@ "name": "ipconfig1", "properties": { "publicIPAddress": { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, "subnet": { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" } } } @@ -24,75 +24,77 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "responses": { + "200": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } }, - "201" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "201": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceDelete.json index 2c0fde594d80..edca7355f0ca 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceEffectiveNSGList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceEffectiveNSGList.json index 6ddf62d1d52e..55bd5e41d599 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceEffectiveNSGList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceEffectiveNSGList.json @@ -1,71 +1,71 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "nic1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/test-nsg" + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/test-nsg" }, - "association" : { - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "association": { + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "networkInterface" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" + "networkInterface": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" } }, - "effectiveSecurityRules" : [ + "effectiveSecurityRules": [ { - "name" : "securityRules/rule1", - "protocol" : "Tcp", - "sourcePortRange" : "456-456", - "destinationPortRange" : "6579-6579", - "sourceAddressPrefix" : "0.0.0.0/32", - "destinationAddressPrefix" : "0.0.0.0/32", - "access" : "Allow", - "priority" : 234, - "direction" : "Inbound" + "name": "securityRules/rule1", + "protocol": "Tcp", + "sourcePortRange": "456-456", + "destinationPortRange": "6579-6579", + "sourceAddressPrefix": "0.0.0.0/32", + "destinationAddressPrefix": "0.0.0.0/32", + "access": "Allow", + "priority": 234, + "direction": "Inbound" }, { - "name" : "securityRules/default-allow-rdp", - "protocol" : "Tcp", - "sourcePortRange" : "0-65535", - "destinationPortRange" : "3389-3389", - "sourceAddressPrefix" : "1.1.1.1/32", - "destinationAddressPrefix" : "0.0.0.0/0", - "access" : "Allow", - "priority" : 1000, - "direction" : "Inbound" + "name": "securityRules/default-allow-rdp", + "protocol": "Tcp", + "sourcePortRange": "0-65535", + "destinationPortRange": "3389-3389", + "sourceAddressPrefix": "1.1.1.1/32", + "destinationAddressPrefix": "0.0.0.0/0", + "access": "Allow", + "priority": 1000, + "direction": "Inbound" }, { - "name" : "defaultSecurityRules/AllowInternetOutBound", - "protocol" : "All", - "sourcePortRange" : "0-65535", - "destinationPortRange" : "0-65535", - "sourceAddressPrefix" : "0.0.0.0/0", - "destinationAddressPrefix" : "Internet", - "expandedDestinationAddressPrefix" : [ + "name": "defaultSecurityRules/AllowInternetOutBound", + "protocol": "All", + "sourcePortRange": "0-65535", + "destinationPortRange": "0-65535", + "sourceAddressPrefix": "0.0.0.0/0", + "destinationAddressPrefix": "Internet", + "expandedDestinationAddressPrefix": [ "32.0.0.0/3", "4.0.0.0/6", "2.0.0.0/7", "1.0.0.0/8" ], - "access" : "Allow", - "priority" : 65001, - "direction" : "Outbound" + "access": "Allow", + "priority": 65001, + "direction": "Outbound" } ] } ] } }, - "202" : { } + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceEffectiveRouteTableList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceEffectiveRouteTableList.json index 6b0aae845c91..762b1ddb8321 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceEffectiveRouteTableList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceEffectiveRouteTableList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "nic1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "source": "Default", @@ -55,7 +55,7 @@ "nextHopIpAddress": [] }, { - "source": "Default", + "source": "Default", "state": "Active", "addressPrefix": [ "192.168.0.0/16" @@ -66,6 +66,6 @@ ] } }, - "202" : { } + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceGet.json index fd9d699b916c..338db93b68c4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceGet.json @@ -1,53 +1,54 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic" }, - "responses" : { - "200" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "responses": { + "200": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceList.json index 7b0342763f05..884e5e76a5fd 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceList.json @@ -1,87 +1,89 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" }, { - "name" : "test-nic2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip2" + "name": "test-nic2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip2" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet2/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet2/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceListAll.json index 4959b9fcdc68..c75e9bfa2751 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceListAll.json @@ -1,86 +1,88 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "test.bx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "test.bx.internal.cloudapp.net" }, - "macAddress" : "00-0D-3A-1B-C7-21", - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" + "macAddress": "00-0D-3A-1B-C7-21", + "enableAcceleratedNetworking": true, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" }, { - "name" : "test-nic2", - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/publicIPAddresses/test-ip2" + "name": "test-nic2", + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/networkInterfaces/test-nic2/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/publicIPAddresses/test-ip2" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/virtualNetworks/rgnew-vnet2/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rgnew/providers/Microsoft.Network/virtualNetworks/rgnew-vnet2/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceUpdateTags.json index d464ebc11b46..e782a8afa60d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkInterfaceUpdateTags.json @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "networkInterfaceName": "test-nic", "parameters": { @@ -11,44 +11,45 @@ } } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-nic", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", - "location" : "eastus", + "responses": { + "200": { + "body": { + "name": "test-nic", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic", + "location": "eastus", "tags": { "tag1": "value1", "tag2": "value2" }, - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [{ - "name" : "ipconfig1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "172.20.2.4", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ + { + "name": "ipconfig1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ipconfig1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "172.20.2.4", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4" + "primary": true, + "privateIPAddressVersion": "IPv4" } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [] + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [] }, - "enableAcceleratedNetworking" : true, - "enableIPForwarding" : false + "enableAcceleratedNetworking": true, + "enableIPForwarding": false }, - "type" : "Microsoft.Network/networkInterfaces" + "type": "Microsoft.Network/networkInterfaces" } } } 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 cf8b76f26bd4..6043afc5b82c 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 @@ -1,23 +1,23 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "parameters": { "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "securityRules": [ ], + "securityRules": [], "defaultSecurityRules": [ { "name": "AllowVnetInBound", @@ -36,7 +36,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -83,7 +83,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -102,7 +102,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", @@ -119,15 +119,15 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "securityRules": [ ], + "securityRules": [], "defaultSecurityRules": [ { "name": "AllowVnetInBound", @@ -146,7 +146,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -193,7 +193,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -212,7 +212,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", 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 7114df52716f..42fdfca78517 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "parameters": { "properties": { "securityRules": [ @@ -25,9 +25,9 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -69,7 +69,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -116,7 +116,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -135,7 +135,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", @@ -152,8 +152,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -195,7 +195,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -242,7 +242,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -261,7 +261,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupDelete.json index fa69fd8b30e3..40a9c80b7876 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupGet.json index 5d245c981584..03c4e2bda6ec 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupGet.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -49,7 +49,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -96,7 +96,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -115,7 +115,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupList.json index c5d734160bc1..5ba5586d1be0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nsg1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupListAll.json index 38516d433c75..05d9feb606d5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nsg1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleCreate.json index d633da5b3a56..9b16c3640a7d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleCreate.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1", "securityRuleParameters": { "properties": { @@ -18,11 +18,11 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", @@ -36,10 +36,10 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleDelete.json index a34c3c8e5354..52c51afd6b6e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleDelete.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleGet.json index 3fb63ee657ec..eb3d85afd921 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleGet.json @@ -1,16 +1,16 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "securityRuleName": "rule1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleList.json index 16eddfdebe14..8761c0d8b97d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupRuleList.json @@ -1,17 +1,17 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "rule1", - "id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/rule1", "properties": { "provisioningState": "Succeeded", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupUpdateTags.json index a3d84614ba2e..521f7f9ba8d5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkSecurityGroupUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkSecurityGroupName" : "testnsg", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkSecurityGroupName": "testnsg", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testnsg", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg", "type": "Microsoft.Network/networkSecurityGroups", @@ -24,7 +24,7 @@ }, "properties": { "provisioningState": "Succeeded", - "securityRules": [ ], + "securityRules": [], "defaultSecurityRules": [ { "name": "AllowVnetInBound", @@ -43,7 +43,7 @@ } }, { - "name": "AllowAzureLoadBalancerInBound", + "name": "AllowAzureLoadBalancerInBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowAzureLoadBalancerInBound", "properties": { "provisioningState": "Succeeded", @@ -90,7 +90,7 @@ "direction": "Outbound" } }, - { + { "name": "AllowInternetOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/AllowInternetOutBound", "properties": { @@ -109,7 +109,7 @@ { "name": "DenyAllOutBound", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/testnsg/defaultSecurityRules/DenyAllOutBound", - "properties": { + "properties": { "provisioningState": "Succeeded", "description": "Deny all outbound traffic", "protocol": "*", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherAvailableProvidersListGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherAvailableProvidersListGet.json index 61198b394290..55fc4f4fbbd8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherAvailableProvidersListGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherAvailableProvidersListGet.json @@ -1,29 +1,31 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "azureLocations" : [ "West US" ], - "country" : "United States", - "state" : "washington", - "city" : "seattle" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "azureLocations": [ + "West US" + ], + "country": "United States", + "state": "washington", + "city": "seattle" } }, - "responses" : { - "200" : { - "body" : { - "countries" : [ + "responses": { + "200": { + "body": { + "countries": [ { - "countryName" : "United States", - "states" : [ + "countryName": "United States", + "states": [ { - "stateName" : "washington", - "cities" : [ + "stateName": "washington", + "cities": [ { - "cityName" : "seattle", - "providers" : [ + "cityName": "seattle", + "providers": [ "Comcast Cable Communications, Inc. - ASN 7922", "Comcast Cable Communications, LLC - ASN 7922", "Level 3 Communications, Inc. (GBLX) - ASN 3549", @@ -37,18 +39,18 @@ ] } }, - "202" : { - "body" : { - "countries" : [ + "202": { + "body": { + "countries": [ { - "countryName" : "United States", - "states" : [ + "countryName": "United States", + "states": [ { - "stateName" : "washington", - "cities" : [ + "stateName": "washington", + "cities": [ { - "cityName" : "seattle", - "providers" : [ + "cityName": "seattle", + "providers": [ "Comcast Cable Communications, Inc. - ASN 7922", "Comcast Cable Communications, LLC - ASN 7922", "Level 3 Communications, Inc. (GBLX) - ASN 3549", @@ -63,4 +65,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherAzureReachabilityReportGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherAzureReachabilityReportGet.json index dca51d710b16..dbf40afe58f2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherAzureReachabilityReportGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherAzureReachabilityReportGet.json @@ -1,35 +1,35 @@ { - "parameters" : { - "api-version" : "2017-08-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "providerLocation" : { - "country" : "United States", - "state" : "washington" + "parameters": { + "api-version": "2017-08-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "providerLocation": { + "country": "United States", + "state": "washington" }, - "providers" : [ + "providers": [ "Frontier Communications of America, Inc. - ASN 5650" ], - "azureLocations" : [ + "azureLocations": [ "West US" ], "startTime": "2017-09-07T00:00:00Z", "endTime": "2017-09-10T00:00:00Z" } }, - "responses" : { - "200" : { - "body" : { - "aggregationLevel" : "State", - "providerLocation" : { - "country" : "United States", - "state" : "washington" + "responses": { + "200": { + "body": { + "aggregationLevel": "State", + "providerLocation": { + "country": "United States", + "state": "washington" }, - "reachabilityReport" : [ + "reachabilityReport": [ { - "provider" : "Frontier Communications of America, Inc. - ASN 5650", + "provider": "Frontier Communications of America, Inc. - ASN 5650", "azureLocation": "West US", "latencies": [ { @@ -42,23 +42,23 @@ }, { "timeStamp": "2017-09-09T00:00:00Z", - "score": 94 + "score": 94 } - ] + ] } ] } }, - "202" : { - "body" : { - "aggregationLevel" : "State", - "providerLocation" : { - "country" : "United States", - "state" : "washington" + "202": { + "body": { + "aggregationLevel": "State", + "providerLocation": { + "country": "United States", + "state": "washington" }, - "reachabilityReport" : [ + "reachabilityReport": [ { - "provider" : "Frontier Communications of America, Inc. - ASN 5650", + "provider": "Frontier Communications of America, Inc. - ASN 5650", "azureLocation": "West US", "latencies": [ { @@ -71,12 +71,12 @@ }, { "timeStamp": "2017-09-09T00:00:00Z", - "score": 94 + "score": 94 } - ] + ] } ] } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorCreate.json index 577cd57dc4c0..a270f79980d5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorCreate.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "connectionMonitorName" : "cm1", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "connectionMonitorName": "cm1", "location": "centraluseuap", - "parameters" : { + "parameters": { "properties": { "source": { "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1" @@ -19,13 +19,13 @@ } } }, - "responses" : { - "201" : { - "body" : { - "name" : "cm1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", - "etag" : "W/\"e7497f26-5f09-4559-900b-fe98f3dedb6f\"", - "properties" : { + "responses": { + "201": { + "body": { + "name": "cm1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", + "etag": "W/\"e7497f26-5f09-4559-900b-fe98f3dedb6f\"", + "properties": { "provisioningState": "Updating", "source": { "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1", @@ -43,12 +43,12 @@ "type": "Microsoft.Network/networkWatchers/connectionMonitors" } }, - "200" : { - "body" : { - "name" : "cm1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", - "etag" : "W/\"e7497f26-5f09-4559-900b-fe98f3dedb6f\"", - "properties" : { + "200": { + "body": { + "name": "cm1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", + "etag": "W/\"e7497f26-5f09-4559-900b-fe98f3dedb6f\"", + "properties": { "provisioningState": "Updating", "source": { "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1", @@ -67,4 +67,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorDelete.json index 05ceee212913..7c8cbcd3512a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "connectionMonitorName" : "cm1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "connectionMonitorName": "cm1" }, - "responses" : { - "204" : {}, - "202" : {} + "responses": { + "204": {}, + "202": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorGet.json index 40ebf319770e..bf95110471f8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorGet.json @@ -1,19 +1,19 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "connectionMonitorName" : "cm1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "connectionMonitorName": "cm1" }, - "responses" : { - "200" : { - "body" : { - "name" : "cm1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", + "responses": { + "200": { + "body": { + "name": "cm1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", "source": { "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1", "port": 0 @@ -32,4 +32,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorList.json index c9b96f5082ab..683933f40f66 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorList.json @@ -1,20 +1,20 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "cm1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", + "name": "cm1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", "source": { "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1", "port": 0 @@ -32,11 +32,11 @@ "type": "Microsoft.Network/networkWatchers/connectionMonitors" }, { - "name" : "cm2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", + "name": "cm2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/connectionMonitors/cm2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", "source": { "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm2", "port": 0 @@ -57,4 +57,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorQuery.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorQuery.json index 2c0c3ad65a9f..6755aa50e641 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorQuery.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorQuery.json @@ -1,70 +1,70 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "connectionMonitorName" : "cm1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "connectionMonitorName": "cm1" }, - "responses" : { - "200" : { - "body" : { - "states" : [ + "responses": { + "200": { + "body": { + "states": [ { - "connectionState" : "Reachable", - "startTime" : "2018-01-08T03:42:33.3387305Z", - "endTime" : "2018-01-08T05:12:41.5265438Z", - "evaluationState" : "Completed", - "hops" : [ + "connectionState": "Reachable", + "startTime": "2018-01-08T03:42:33.3387305Z", + "endTime": "2018-01-08T05:12:41.5265438Z", + "evaluationState": "Completed", + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ - "75c8d819-b208-4584-a311-1aa45ce753f9" + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ + "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ] } ] } }, - "202" : { - "body" : { - "states" : [ + "202": { + "body": { + "states": [ { - "connectionState" : "Reachable", - "startTime" : "2018-01-08T03:42:33.3387305Z", - "endTime" : "2018-01-08T05:12:41.5265438Z", - "evaluationState" : "Completed", - "hops" : [ + "connectionState": "Reachable", + "startTime": "2018-01-08T03:42:33.3387305Z", + "endTime": "2018-01-08T05:12:41.5265438Z", + "evaluationState": "Completed", + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ - "75c8d819-b208-4584-a311-1aa45ce753f9" + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ + "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ] } @@ -72,4 +72,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorStart.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorStart.json index 20209c8e15dd..02e95df21504 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorStart.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorStart.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "connectionMonitorName" : "cm1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "connectionMonitorName": "cm1" }, - "responses" : { - "200" : {}, - "202" : {} + "responses": { + "200": {}, + "202": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorStop.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorStop.json index 20209c8e15dd..02e95df21504 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorStop.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectionMonitorStop.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "connectionMonitorName" : "cm1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "connectionMonitorName": "cm1" }, - "responses" : { - "200" : {}, - "202" : {} + "responses": { + "200": {}, + "202": {} } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectivityCheck.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectivityCheck.json index e7c1552e2639..942c4753d5bf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectivityCheck.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherConnectivityCheck.json @@ -1,79 +1,79 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "source" : { - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "source": { + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" }, - "destination" : { - "address" : "192.168.100.4", - "port" : 3389 + "destination": { + "address": "192.168.100.4", + "port": 3389 } } }, - "responses" : { - "200" : { - "body" : { - "hops" : [ + "responses": { + "200": { + "body": { + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ], - "connectionStatus" : "Connected", - "avgLatencyInMs" : 1, - "minLatencyInMs" : 1, - "maxLatencyInMs" : 4, - "probesSent" : 100, - "probesFailed" : 0 + "connectionStatus": "Connected", + "avgLatencyInMs": 1, + "minLatencyInMs": 1, + "maxLatencyInMs": 4, + "probesSent": 100, + "probesFailed": 0 } }, - "202" : { - "body" : { - "hops" : [ + "202": { + "body": { + "hops": [ { - "type" : "Source", - "id" : "7dbbe7aa-60ba-4650-831e-63d775d38e9e", - "address" : "10.1.1.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", - "nextHopIds" : [ + "type": "Source", + "id": "7dbbe7aa-60ba-4650-831e-63d775d38e9e", + "address": "10.1.1.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic0/ipConfigurations/ipconfig1", + "nextHopIds": [ "75c8d819-b208-4584-a311-1aa45ce753f9" ], - "issues" : [] + "issues": [] }, { - "type" : "VirtualNetwork", - "id" : "75c8d819-b208-4584-a311-1aa45ce753f9", - "address" : "192.168.100.4", - "resourceId" : "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", - "nextHopIds" : [], - "issues" : [] + "type": "VirtualNetwork", + "id": "75c8d819-b208-4584-a311-1aa45ce753f9", + "address": "192.168.100.4", + "resourceId": "subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/ipconfig1", + "nextHopIds": [], + "issues": [] } ], - "connectionStatus" : "Connected", - "avgLatencyInMs" : 1, - "minLatencyInMs" : 1, - "maxLatencyInMs" : 4, - "probesSent" : 100, - "probesFailed" : 0 + "connectionStatus": "Connected", + "avgLatencyInMs": 1, + "minLatencyInMs": 1, + "maxLatencyInMs": 4, + "probesSent": 100, + "probesFailed": 0 } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherCreate.json index da719a2306f9..2dff973490d8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherCreate.json @@ -1,35 +1,35 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters": { - "location": "eastus" - } + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "location": "eastus" + } }, - "responses" : { - "200" : { - "body" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "name" : "nw1", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded" + "responses": { + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "name": "nw1", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded" } } }, - "201" : { - "body" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "name" : "nw1", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded" + "201": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "name": "nw1", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherDelete.json index 839f25d57e1b..b3807dd84cf8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherDelete.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "202" : {}, - "204" : {} + "responses": { + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherFlowLogConfigure.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherFlowLogConfigure.json index c30dc804dee4..dfb665b51b0f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherFlowLogConfigure.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherFlowLogConfigure.json @@ -1,33 +1,33 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "responses" : { - "200" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "responses": { + "200": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "202" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "202": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherFlowLogStatusQuery.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherFlowLogStatusQuery.json index 9b7082bd1bed..2ba160adb9cc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherFlowLogStatusQuery.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherFlowLogStatusQuery.json @@ -1,29 +1,29 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" } }, - "responses" : { - "200" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "responses": { + "200": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } }, - "202" : { - "body" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "enabled" : true + "202": { + "body": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "enabled": true } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherGet.json index eeb48159af68..bce8e5478144 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherGet.json @@ -1,20 +1,20 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "200" : { - "body" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "name" : "nw1", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded" + "responses": { + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "name": "nw1", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherIpFlowVerify.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherIpFlowVerify.json index 1de99fbcde81..2f69f2523768 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherIpFlowVerify.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherIpFlowVerify.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "direction" : "Outbound", - "protocol" : "TCP", - "localPort" : "80", - "remotePort" : "80", - "localIPAddress" : "10.2.0.4", - "remoteIPAddress" : "121.10.1.1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "direction": "Outbound", + "protocol": "TCP", + "localPort": "80", + "remotePort": "80", + "localIPAddress": "10.2.0.4", + "remoteIPAddress": "121.10.1.1" } }, - "responses" : { - "200" : { - "body" : { - "access" : "Allow", - "ruleName" : "Rule1" + "responses": { + "200": { + "body": { + "access": "Allow", + "ruleName": "Rule1" } }, - "202" : { - "body" : { - "access" : "Allow", - "ruleName" : "Rule1" + "202": { + "body": { + "access": "Allow", + "ruleName": "Rule1" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherList.json index 984441526d95..f46c80f88286 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherList.json @@ -1,31 +1,31 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "name" : "nw1", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "name": "nw1", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded" } }, { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", - "name" : "nw2", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", + "name": "nw2", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherListAll.json index cc38c8f3cc3e..6a652e9b59e0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherListAll.json @@ -1,34 +1,34 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "name" : "nw1", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "name": "nw1", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded" } }, { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", - "name" : "nw2", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw2", + "name": "nw2", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded" } } ] } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherNextHopGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherNextHopGet.json index fa20653bcc53..348052c1ddc3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherNextHopGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherNextHopGet.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "sourceIPAddress" : "10.0.0.5", - "destinationIPAddress" : "10.0.0.10", - "targetNicResourceId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "sourceIPAddress": "10.0.0.5", + "destinationIPAddress": "10.0.0.10", + "targetNicResourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/nic1" } }, - "responses" : { - "200" : { - "body" : { - "nextHopType" : "VnetLocal", - "nextHopIpAddress" : "10.0.0.1", - "routeTableId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" + "responses": { + "200": { + "body": { + "nextHopType": "VnetLocal", + "nextHopIpAddress": "10.0.0.1", + "routeTableId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" } }, - "202" : { - "body" : { - "nextHopType" : "VnetLocal", - "nextHopIpAddress" : "10.0.0.1", - "routeTableId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" + "202": { + "body": { + "nextHopType": "VnetLocal", + "nextHopIpAddress": "10.0.0.1", + "routeTableId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/routeTables/rt1" } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureCreate.json index 8b80f62ea44f..c553c3c2bbcb 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureCreate.json @@ -1,57 +1,57 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1", - "parameters" : { - "properties" : { - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1", + "parameters": { + "properties": { + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } } }, - "responses" : { - "201" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "responses": { + "201": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", "etag": "W/\"a3a2b157-1edc-44c2-a759-f881be9f0069\"", - "properties" : { - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "properties": { + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ], - "provisioningState" : "Updating" + "provisioningState": "Updating" } } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureDelete.json index cbb3db49f96c..f531dc1beaa2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "204" : {}, - "202" : {} + "responses": { + "204": {}, + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureGet.json index 535f2ebed51f..eab43d4f53a1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureGet.json @@ -1,35 +1,35 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "responses": { + "200": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ], - "provisioningState" : "Updating" + "provisioningState": "Updating" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureQueryStatus.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureQueryStatus.json index 7c73e966d69a..f80db96ceb9c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureQueryStatus.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureQueryStatus.json @@ -1,31 +1,31 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "captureStartTime" : "2016-01-08T03:42:33.3387305Z", - "packetCaptureStatus" : "Stopped", - "stopReason" : "TimeExceeded", - "packetCaptureError" : [] + "responses": { + "200": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "captureStartTime": "2016-01-08T03:42:33.3387305Z", + "packetCaptureStatus": "Stopped", + "stopReason": "TimeExceeded", + "packetCaptureError": [] } }, - "202" : { - "body" : { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "captureStartTime" : "2016-01-08T03:42:33.3387305Z", - "packetCaptureStatus" : "Stopped", - "stopReason" : "TimeExceeded", - "packetCaptureError" : [] + "202": { + "body": { + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "captureStartTime": "2016-01-08T03:42:33.3387305Z", + "packetCaptureStatus": "Stopped", + "stopReason": "TimeExceeded", + "packetCaptureError": [] } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureStop.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureStop.json index 62ff3a4dbfe5..140adccce08a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureStop.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCaptureStop.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "packetCaptureName" : "pc1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "packetCaptureName": "pc1" }, - "responses" : { - "200" : {}, - "202" : {} + "responses": { + "200": {}, + "202": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCapturesList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCapturesList.json index c4a2755ceeaa..1bc13fc82d6e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCapturesList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherPacketCapturesList.json @@ -1,54 +1,54 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "pc1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Updating", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", - "filePath" : "D:\\capture\\pc1.cap" + "name": "pc1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Updating", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc1.cap", + "filePath": "D:\\capture\\pc1.cap" }, - "filters" : [ + "filters": [ { - "protocol" : "TCP", - "localIPAddress" : "10.0.0.4", - "localPort" : "80" + "protocol": "TCP", + "localIPAddress": "10.0.0.4", + "localPort": "80" } ] } }, { - "name" : "pc2", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc2", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "target" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "bytesToCapturePerPacket" : 10000, - "totalBytesPerSession" : 100000, - "timeLimitInSeconds" : 100, - "storageLocation" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", - "storagePath" : "https://mytestaccountname.blob.core.windows.net/capture/pc2.cap", - "filePath" : "D:\\capture\\pc2.cap" + "name": "pc2", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1/packetCaptures/pc2", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "target": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "bytesToCapturePerPacket": 10000, + "totalBytesPerSession": 100000, + "timeLimitInSeconds": 100, + "storageLocation": { + "storageId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/pcstore", + "storagePath": "https://mytestaccountname.blob.core.windows.net/capture/pc2.cap", + "filePath": "D:\\capture\\pc2.cap" }, - "filters" : [] + "filters": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherSecurityGroupViewGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherSecurityGroupViewGet.json index 0b01344f0076..a3fd38fd4956 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherSecurityGroupViewGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherSecurityGroupViewGet.json @@ -1,20 +1,20 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "responses" : { - "200" : { - "body" : { - "networkInterfaces" : [ + "responses": { + "200": { + "body": { + "networkInterfaces": [ { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", - "securityRuleAssociations" : { + "securityRuleAssociations": { "networkInterfaceAssociation": { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", "securityRules": [ @@ -40,70 +40,70 @@ } ] }, - "subnetAssociation" : { + "subnetAssociation": { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", - "securityRules" : [ + "securityRules": [ { - "name" : "fe_rule", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "description" : "Allow Frontend", - "protocol" : "Tcp", - "sourcePortRange" : "*", - "destinationPortRange" : "*", - "sourceAddressPrefix" : "10.1.0.0/24", - "destinationAddressPrefix" : "*", - "access" : "Allow", - "priority" : 100, - "direction" : "Inbound" + "name": "fe_rule", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "description": "Allow Frontend", + "protocol": "Tcp", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "10.1.0.0/24", + "destinationAddressPrefix": "*", + "access": "Allow", + "priority": 100, + "direction": "Inbound" } } ] - }, - "defaultSecurityRules" : [ + }, + "defaultSecurityRules": [ { - "name" : "AllowVnetInBound", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/nsg1/defaultSecurityRules/", - "properties" : { - "provisioningState" : "Succeeded", - "description" : "Allow inbound traffic from all VMs in VNET", - "protocol" : "*", - "sourcePortRange" : "*", - "destinationPortRange" : "*", - "sourceAddressPrefix" : "VirtualNetwork", - "destinationAddressPrefix" : "VirtualNetwork", - "access" : "Allow", - "priority" : 65000, - "direction" : "Inbound" + "name": "AllowVnetInBound", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/nsg1/defaultSecurityRules/", + "properties": { + "provisioningState": "Succeeded", + "description": "Allow inbound traffic from all VMs in VNET", + "protocol": "*", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "VirtualNetwork", + "destinationAddressPrefix": "VirtualNetwork", + "access": "Allow", + "priority": 65000, + "direction": "Inbound" } } - ], - "effectiveSecurityRules" : [ + ], + "effectiveSecurityRules": [ { - "name" : "DefaultOutboundDenyAll", - "protocol" : "All", - "sourcePortRange" : "0-65535", - "destinationPortRange" : "0-65535", - "sourceAddressPrefix" : "*", - "destinationAddressPrefix" : "*", - "access" : "Deny", - "priority" : 65500, - "direction" : "Outbound" + "name": "DefaultOutboundDenyAll", + "protocol": "All", + "sourcePortRange": "0-65535", + "destinationPortRange": "0-65535", + "sourceAddressPrefix": "*", + "destinationAddressPrefix": "*", + "access": "Deny", + "priority": 65500, + "direction": "Outbound" } - ] + ] } } ] } }, - "202" : { - "body" : { - "networkInterfaces" : [ + "202": { + "body": { + "networkInterfaces": [ { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", - "securityRuleAssociations" : { + "securityRuleAssociations": { "networkInterfaceAssociation": { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/nic1", "securityRules": [ @@ -129,63 +129,63 @@ } ] }, - "subnetAssociation" : { + "subnetAssociation": { "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1", - "securityRules" : [ + "securityRules": [ { - "name" : "fe_rule", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "properties" : { - "provisioningState" : "Succeeded", - "description" : "Allow Frontend", - "protocol" : "Tcp", - "sourcePortRange" : "*", - "destinationPortRange" : "*", - "sourceAddressPrefix" : "10.1.0.0/24", - "destinationAddressPrefix" : "*", - "access" : "Allow", - "priority" : 100, - "direction" : "Inbound" + "name": "fe_rule", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/AppNSG/securityRules/fe_rule", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "properties": { + "provisioningState": "Succeeded", + "description": "Allow Frontend", + "protocol": "Tcp", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "10.1.0.0/24", + "destinationAddressPrefix": "*", + "access": "Allow", + "priority": 100, + "direction": "Inbound" } } ] - }, - "defaultSecurityRules" : [ + }, + "defaultSecurityRules": [ { - "name" : "AllowVnetInBound", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/nsg1/defaultSecurityRules/", - "properties" : { - "provisioningState" : "Succeeded", - "description" : "Allow inbound traffic from all VMs in VNET", - "protocol" : "*", - "sourcePortRange" : "*", - "destinationPortRange" : "*", - "sourceAddressPrefix" : "VirtualNetwork", - "destinationAddressPrefix" : "VirtualNetwork", - "access" : "Allow", - "priority" : 65000, - "direction" : "Inbound" + "name": "AllowVnetInBound", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkSecurityGroups/nsg1/defaultSecurityRules/", + "properties": { + "provisioningState": "Succeeded", + "description": "Allow inbound traffic from all VMs in VNET", + "protocol": "*", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "VirtualNetwork", + "destinationAddressPrefix": "VirtualNetwork", + "access": "Allow", + "priority": 65000, + "direction": "Inbound" } } - ], - "effectiveSecurityRules" : [ + ], + "effectiveSecurityRules": [ { - "name" : "DefaultOutboundDenyAll", - "protocol" : "All", - "sourcePortRange" : "0-65535", - "destinationPortRange" : "0-65535", - "sourceAddressPrefix" : "*", - "destinationAddressPrefix" : "*", - "access" : "Deny", - "priority" : 65500, - "direction" : "Outbound" + "name": "DefaultOutboundDenyAll", + "protocol": "All", + "sourcePortRange": "0-65535", + "destinationPortRange": "0-65535", + "sourceAddressPrefix": "*", + "destinationAddressPrefix": "*", + "access": "Deny", + "priority": 65500, + "direction": "Outbound" } - ] + ] } } ] } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherTopologyGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherTopologyGet.json index c8fb3f33e935..7ba14d26873b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherTopologyGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherTopologyGet.json @@ -1,34 +1,34 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { "targetResourceGroupName": "rg2" } }, - "responses" : { - "200" : { - "body" : { - "id" : "ce592f46-8164-4bf2-ad36-b8e4acf6fb68", - "createdDateTime" : "2017-08-02T19:31:55.9461781Z", - "lastModified" : "2017-05-27T00:00:13.2005337Z", - "resources" : [ + "responses": { + "200": { + "body": { + "id": "ce592f46-8164-4bf2-ad36-b8e4acf6fb68", + "createdDateTime": "2017-08-02T19:31:55.9461781Z", + "lastModified": "2017-05-27T00:00:13.2005337Z", + "resources": [ { - "name" : "MultiTierApp0", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/MultiTierApp0", - "location" : "westus", - "associations" : [ + "name": "MultiTierApp0", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/MultiTierApp0", + "location": "westus", + "associations": [ { - "name" : "appNic0", - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic0", - "associationType" : "Contains" + "name": "appNic0", + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic0", + "associationType": "Contains" }, { - "name" : "appNic10", - "resourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic10", - "associationType" : "Contains" + "name": "appNic10", + "resourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/networkInterfaces/appNic10", + "associationType": "Contains" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherTroubleshootGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherTroubleshootGet.json index 612cccc2e2bd..6fbd66a28378 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherTroubleshootGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherTroubleshootGet.json @@ -1,69 +1,69 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", - "properties" : { - "storageId" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", - "storagePath" : "https://st1.blob.core.windows.net/cn1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1", + "properties": { + "storageId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Storage/storageAccounts/st1", + "storagePath": "https://st1.blob.core.windows.net/cn1" } } }, - "responses" : { - "200" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary": "We are sorry, your VPN gateway is unreachable from the Internet", - "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions": [ - { - "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "responses": { + "200": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText": "Verify" - }, - { - "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", "actionUriText": "contact support" - } - ] - } + } + ] + } ] } }, - "202" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary": "We are sorry, your VPN gateway is unreachable from the Internet", - "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions": [ - { - "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "202": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText": "Verify" - }, - { - "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", "actionUriText": "contact support" - } - ] - } + } + ] + } ] } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherTroubleshootResultQuery.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherTroubleshootResultQuery.json index e059d86aa09e..d81a2119f46c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherTroubleshootResultQuery.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherTroubleshootResultQuery.json @@ -1,65 +1,65 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { - "targetResourceId" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { + "targetResourceId": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Compute/virtualMachines/vm1" } }, - "responses" : { - "200" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id": "000000", - "reasonType" : "VipUnResponsive", - "summary" : "We are sorry, your VPN gateway is unreachable from the Internet", - "detail" : "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions" : [ - { - "actionText" : "Verify if there is a network security group (NSG) applied to the GatewaySubnet", - "actionUri" : "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText" : "Verify" - }, - { - "actionText" : "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri" : "http://azure.microsoft.com/support", - "actionUriText" : "contact support" - } - ] - } + "responses": { + "200": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "contact support" + } + ] + } ] } }, - "202" : { - "body" : { - "startTime" : "2017-01-12T00:19:47.0442834Z", - "endTime" : "2017-01-12T00:20:09.914Z", - "code" : "UnHealthy", - "results" : [ - { - "id" : "000000", - "reasonType" : "VipUnResponsive", - "summary" : "We are sorry, your VPN gateway is unreachable from the Internet", - "detail" : "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", - "recommendedActions" : [ - { - "actionText" : "Verify if there is a network security group (NSG) applied to the GatewaySubnet", - "actionUri" : "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", - "actionUriText" : "Verify" - }, - { - "actionText" : "If your VPN gateway isn't up and running by the expected resolution time, contact support", - "actionUri" : "http://azure.microsoft.com/support", - "actionUriText" : "contact support" - } - ] - } + "202": { + "body": { + "startTime": "2017-01-12T00:19:47.0442834Z", + "endTime": "2017-01-12T00:20:09.914Z", + "code": "UnHealthy", + "results": [ + { + "id": "000000", + "reasonType": "VipUnResponsive", + "summary": "We are sorry, your VPN gateway is unreachable from the Internet", + "detail": "During this time S2S VPN tunnels to on premises sites or other Azure virtual networks will be disconnected", + "recommendedActions": [ + { + "actionText": "Verify if there is a network security group (NSG) applied to the GatewaySubnet", + "actionUri": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-nsg-arm-pportal", + "actionUriText": "Verify" + }, + { + "actionText": "If your VPN gateway isn't up and running by the expected resolution time, contact support", + "actionUri": "http://azure.microsoft.com/support", + "actionUriText": "contact support" + } + ] + } ] } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherUpdateTags.json index 870a9d56dca3..bbc4c7cacd37 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/NetworkWatcherUpdateTags.json @@ -1,30 +1,30 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkWatcherName" : "nw1", - "parameters" : { + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkWatcherName": "nw1", + "parameters": { "tags": { "tag1": "value1", "tag2": "value2" } } }, - "responses" : { - "200" : { - "body" : { - "name" : "nw1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", - "etag" : "W/\"00000000-0000-0000-0000-000000000000\"", - "type" : "Microsoft.Network/networkWatchers", - "location" : "eastus", + "responses": { + "200": { + "body": { + "name": "nw1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkWatchers/nw1", + "etag": "W/\"00000000-0000-0000-0000-000000000000\"", + "type": "Microsoft.Network/networkWatchers", + "location": "eastus", "tags": { "tag1": "value1", "tag2": "value2" }, - "properties" : { - "provisioningState" : "Succeeded" + "properties": { + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/OperationList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/OperationList.json index 4bf12924e63f..98b73b89320c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/OperationList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/OperationList.json @@ -134,4 +134,4 @@ } } } -} \ No newline at end of file +} 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 1b19c91c4097..164168785939 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 @@ -1,10 +1,12 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", - "zones": [ "1" ], + "zones": [ + "1" + ], "parameters": { "properties": { "publicIPAllocationMethod": "Static", @@ -17,47 +19,51 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "zones": [ "1" ], - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Static", - "idleTimeoutInMinutes" : 10, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "zones": [ + "1" + ], + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Static", + "idleTimeoutInMinutes": 10, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Standard" + "name": "Standard" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "zones": [ "1" ], - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Static", - "idleTimeoutInMinutes" : 10, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "zones": [ + "1" + ], + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Static", + "idleTimeoutInMinutes": 10, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Standard" + "name": "Standard" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } 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 c0d3e538223b..b09bc2fc0b07 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 @@ -1,52 +1,52 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", "parameters": { "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Basic" + "name": "Basic" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "sku": { - "name": "Basic" + "name": "Basic" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } 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 331f1ddaa2e0..c219be46de10 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 @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", "parameters": { @@ -13,47 +13,47 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "dnslbl", - "fqdn" : "dnslbl.westus.cloudapp.azure.com" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "dnslbl", + "fqdn": "dnslbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } }, - "201" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "dnslbl", - "fqdn" : "dnslbl.westus.cloudapp.azure.com" + "201": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "dnslbl", + "fqdn": "dnslbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressDelete.json index 6fe6c8e20f3f..bbe2a73f6a8e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressGet.json index 95a9442d4a24..efc174e6ead6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressGet.json @@ -1,36 +1,36 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "testDNS-ip" }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" }, - "ipTags" : [ + "ipTags": [ { - "ipTagType" : "FirstPartyUsage", - "tag" : "SQL" + "ipTagType": "FirstPartyUsage", + "tag": "SQL" }, { - "ipTagType" : "FirstPartyUsage", - "tag" : "Storage" + "ipTagType": "FirstPartyUsage", + "tag": "Storage" } - ] - }, - "type" : "Microsoft.Network/publicIPAddresses" + ] + }, + "type": "Microsoft.Network/publicIPAddresses" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressList.json index 0eb00fea3ac5..db6368b883b4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressList.json @@ -1,57 +1,57 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" }, - "ipTags" : [ + "ipTags": [ { - "ipTagType" : "FirstPartyUsage", - "tag" : "SQL" + "ipTagType": "FirstPartyUsage", + "tag": "SQL" }, { - "ipTagType" : "FirstPartyUsage", - "tag" : "Storage" + "ipTagType": "FirstPartyUsage", + "tag": "Storage" } - ] - }, - "type" : "Microsoft.Network/publicIPAddresses" + ] + }, + "type": "Microsoft.Network/publicIPAddresses" }, { - "name" : "ip03", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/ip03", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "ipAddress" : "40.85.154.247", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "testlbl", - "fqdn" : "testlbl.westus.cloudapp.azure.com" + "name": "ip03", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/ip03", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "ipAddress": "40.85.154.247", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "testlbl", + "fqdn": "testlbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressListAll.json index 66ae5727b013..0ac211202385 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressListAll.json @@ -1,46 +1,46 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { - "value" : [ + "responses": { + "200": { + "body": { + "value": [ { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/testDNS-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" }, { - "name" : "ip01", - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/publicIPAddresses/ip01", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "ipAddress" : "40.85.154.247", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Dynamic", - "idleTimeoutInMinutes" : 4, - "dnsSettings" : { - "domainNameLabel" : "testlbl", - "fqdn" : "testlbl.westus.cloudapp.azure.com" + "name": "ip01", + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/publicIPAddresses/ip01", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "ipAddress": "40.85.154.247", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Dynamic", + "idleTimeoutInMinutes": 4, + "dnsSettings": { + "domainNameLabel": "testlbl", + "fqdn": "testlbl.westus.cloudapp.azure.com" }, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg2/providers/Microsoft.Network/loadBalancers/testLb/frontendIPConfigurations/LoadBalancerFrontEnd" } }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressUpdateTags.json index 3810385ce93d..a0b8f53fa2f5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/PublicIpAddressUpdateTags.json @@ -1,7 +1,7 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "publicIpAddressName": "test-ip", "parameters": { @@ -11,26 +11,26 @@ } } }, - "responses" : { - "200" : { - "body" : { - "name" : "testDNS-ip", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "publicIPAddressVersion" : "IPv4", - "publicIPAllocationMethod" : "Static", - "idleTimeoutInMinutes" : 10, - "ipConfiguration" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" + "responses": { + "200": { + "body": { + "name": "testDNS-ip", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/publicIPAddresses/test-ip", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "publicIPAddressVersion": "IPv4", + "publicIPAllocationMethod": "Static", + "idleTimeoutInMinutes": 10, + "ipConfiguration": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkInterfaces/testDNS649/ipConfigurations/ipconfig1" } }, "tags": { "tag1": "value1", "tag2": "value2" }, - "type" : "Microsoft.Network/publicIPAddresses" + "type": "Microsoft.Network/publicIPAddresses" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterCreate.json index bf66a75fda40..c43102f1a4c0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterCreate.json @@ -1,96 +1,96 @@ { - "parameters": { - "routeFilterName": "filterName", - "resourceGroupName": "rg1", - "api-version": "2017-11-01", - "subscriptionId": "subid", - "routeFilterParameters": { - "location": "West US", - "tags": { - "key1": "value1" - }, + "parameters": { + "routeFilterName": "filterName", + "resourceGroupName": "rg1", + "api-version": "2017-11-01", + "subscriptionId": "subid", + "routeFilterParameters": { + "location": "West US", + "tags": { + "key1": "value1" + }, + "properties": { + "rules": [ + { + "name": "ruleName", "properties": { - "rules": [ - { - "name": "ruleName", - "properties": { - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } + } + ], + "peerings": [] + } + } + }, + "responses": { + "201": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] + } + } + ], + "peerings": [] } + } }, - "responses": { - "201": { - "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] - } - } + "200": { + "body": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" }, - "200": { - "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } - } - ], - "peerings": [ ] - } + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] + } } + ], + "peerings": [] } + } } + } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterDelete.json index 2fc8efa9c46f..aca605e185e1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterDelete.json @@ -6,8 +6,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterList.json index 6fdeac61652a..c1894d443553 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterList.json @@ -8,34 +8,34 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } - ], - "peerings": [] - } + } + ], + "peerings": [] + } } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterListByResourceGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterListByResourceGroup.json index 19174fbc0e5f..cc73db752894 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterListByResourceGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterListByResourceGroup.json @@ -9,34 +9,34 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "location": "West US", - "name": "filterName", - "type": "Microsofot.Network/routeFilters", - "tags": { - "key1": "value1" - }, - "properties": { - "provisioningState": "Succeeded", - "rules": [ - { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", - "etag": "w/\\00000000-0000-0000-0000-000000000000\\", - "name": "ruleName", - "properties": { - "provisioningState": "Succeeded", - "access": "Allow", - "routeFilterRuleType": "Community", - "communities": [ - "12076:5030", - "12076:5040" - ] - } + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "location": "West US", + "name": "filterName", + "type": "Microsofot.Network/routeFilters", + "tags": { + "key1": "value1" + }, + "properties": { + "provisioningState": "Succeeded", + "rules": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/routeFilters/filterName/routeFilterRules/ruleName", + "etag": "w/\\00000000-0000-0000-0000-000000000000\\", + "name": "ruleName", + "properties": { + "provisioningState": "Succeeded", + "access": "Allow", + "routeFilterRuleType": "Community", + "communities": [ + "12076:5030", + "12076:5040" + ] } - ], - "peerings": [] - } + } + ], + "peerings": [] + } } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterRuleDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterRuleDelete.json index 91b6df5a808b..ad213683eeb3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterRuleDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteFilterRuleDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableCreate.json index 462995ff19c9..cd2deb09374d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableCreate.json @@ -1,29 +1,29 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "parameters": { "location": "westus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ], + "routes": [], "disableBgpRoutePropagation": true } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", @@ -31,7 +31,7 @@ "properties": { "provisioningState": "Succeeded", "disableBgpRoutePropagation": true, - "routes": [ ] + "routes": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableCreateWithRoute.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableCreateWithRoute.json index 3967db3af519..583e8286421a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableCreateWithRoute.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableCreateWithRoute.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "parameters": { "properties": { "disableBgpRoutePropagation": true, @@ -20,9 +20,9 @@ "location": "westus" } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", @@ -44,8 +44,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableDelete.json index 34544b76e999..8eb10fe9c3d2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableGet.json index 7f2af5b7a360..c4c4f3ad7658 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableGet.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableList.json index 642685999b1d..b1e9c0667a8a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "testrt", @@ -37,7 +37,7 @@ "properties": { "disableBgpRoutePropagation": true, "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableListAll.json index 9678c37aad39..accbb6912416 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "testrt", @@ -34,7 +34,7 @@ "location": "westus", "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteCreate.json index 425a80931d61..d4a5978120d0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteCreate.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1", "routeParameters": { "properties": { @@ -12,9 +12,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { @@ -24,8 +24,8 @@ } } }, - "201" : { - "body" : { + "201": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteDelete.json index 5d65c23b7fd2..aa2610554810 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteDelete.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteGet.json index 18b665d37f19..5f422465eaf1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteGet.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "routeName": "route1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "route1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt/routes/route1", "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteList.json index 2d767fec11ae..8195daf0ffee 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableRouteList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "route1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableUpdateTags.json index 54614f7698b3..9a82b08d5be2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/RouteTableUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "routeTableName" : "testrt", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "routeTableName": "testrt", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "testrt", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeTables/testrt", "type": "Microsoft.Network/routeTables", @@ -24,7 +24,7 @@ }, "properties": { "provisioningState": "Succeeded", - "routes": [ ] + "routes": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ServiceCommunityList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ServiceCommunityList.json index a69319b8c6be..cc06200165a6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ServiceCommunityList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/ServiceCommunityList.json @@ -12,7 +12,7 @@ "name": "skype", "type": "Microsofot.Network/bgpServiceCommunities", "properties": { - "serviceName" : "skype", + "serviceName": "skype", "bgpCommunities": [ { "serviceSupportedRegion": "Global", @@ -23,7 +23,7 @@ "13.67.186.105/32" ], "isAuthorizedToUse": true, - "serviceGroup" : "O365" + "serviceGroup": "O365" } ] } @@ -33,7 +33,7 @@ "name": "exchange", "type": "Microsofot.Network/bgpServiceCommunities", "properties": { - "serviceName" : "exchange", + "serviceName": "exchange", "bgpCommunities": [ { "serviceSupportedRegion": "Global", @@ -44,7 +44,7 @@ "13.67.186.105/32" ], "isAuthorizedToUse": true, - "serviceGroup" : "O365" + "serviceGroup": "O365" } ] } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/SubnetCreateServiceEndpoint.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/SubnetCreateServiceEndpoint.json index 595e08d6d539..28864842902d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/SubnetCreateServiceEndpoint.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/SubnetCreateServiceEndpoint.json @@ -9,7 +9,9 @@ "properties": { "addressPrefix": "10.0.0.0/16", "serviceEndpoints": [ - { "service": "Microsoft.Storage" } + { + "service": "Microsoft.Storage" + } ] } } @@ -21,14 +23,16 @@ "name": "subnet1", "properties": { "addressPrefix": "10.0.0.0/16", - "serviceEndpoints": [{ - "service": "Microsoft.Storage", - "locations": [ - "eastus2(stage)", - "usnorth(stage)" - ], - "provisioningState": "Succeeded" - }], + "serviceEndpoints": [ + { + "service": "Microsoft.Storage", + "locations": [ + "eastus2(stage)", + "usnorth(stage)" + ], + "provisioningState": "Succeeded" + } + ], "provisioningState": "Succeeded" } } @@ -39,17 +43,19 @@ "name": "subnet1", "properties": { "addressPrefix": "10.0.0.0/16", - "serviceEndpoints": [{ - "service": "Microsoft.Storage", - "locations": [ - "eastus2(stage)", - "usnorth(stage)" - ], - "provisioningState": "Succeeded" - }], + "serviceEndpoints": [ + { + "service": "Microsoft.Storage", + "locations": [ + "eastus2(stage)", + "usnorth(stage)" + ], + "provisioningState": "Succeeded" + } + ], "provisioningState": "Succeeded" } } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/SubnetDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/SubnetDelete.json index d8427c1f5b75..81b6567252ff 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/SubnetDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/SubnetDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCheckIPAddressAvailability.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCheckIPAddressAvailability.json index b16f96b5517d..02c164305e24 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCheckIPAddressAvailability.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkCheckIPAddressAvailability.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "IPAddress": "10.0.1.4" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "available": false, "availableIPAddresses": [ "10.0.1.5", 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 125d21c4b376..f453ebd1623e 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "parameters": { "properties": { "addressSpace": { @@ -15,40 +15,40 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [], - "virtualNetworkPeerings" : [] + "subnets": [], + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [], - "virtualNetworkPeerings" : [] + "subnets": [], + "virtualNetworkPeerings": [] } } } 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 b3c82facb036..f6dd414707db 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "vnetTest", - "virtualNetworkName" : "vnet1", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "vnetTest", + "virtualNetworkName": "vnet1", "parameters": { "properties": { "addressSpace": { @@ -28,17 +28,17 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "vnet1", - "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "vnet1", + "id": "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -64,20 +64,20 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "vnet1", - "id" : "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "vnet1", + "id": "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -103,7 +103,7 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } 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 847d5b4127b6..c6e3642bf715 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 @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "parameters": { "properties": { "addressSpace": { @@ -23,17 +23,17 @@ "location": "eastus" } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -47,20 +47,20 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } }, - "201" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "eastus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "201": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, @@ -74,7 +74,7 @@ } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkDelete.json index ea955d78444d..3350d710e2ef 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkDelete.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", "resourceGroupName": "rg1", "virtualNetworkName": "test-vnet" }, - "responses" : { - "200" : { }, - "202" : { }, - "204" : { } + "responses": { + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json index 4def8eab1a42..7301b60f7534 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGatewayConnectionUpdateTags.json @@ -1,8 +1,8 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualNetworkGatewayConnectionName": "test", "parameters": { "tags": { @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "test", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/connections/test", "type": "Microsoft.Network/connections", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGatewayUpdateTags.json index d77728c68e8a..1e665943e365 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGatewayUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGatewayUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkGatewayName" : "vpngw", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkGatewayName": "vpngw", "parameters": { "tags": { "tag1": "value1", @@ -11,9 +11,9 @@ } } }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "vpngw", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworkGateways/vpngw", "type": "Microsoft.Network/virtualNetworkGateways", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGatewaysListConnections.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGatewaysListConnections.json index b52434333a03..fffe1801587e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGatewaysListConnections.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGatewaysListConnections.json @@ -9,7 +9,7 @@ "200": { "body": { "value": [ - { + { "name": "test-vpn-connection", "id": "/subscriptions/subid/resourceGroups/testrg/providers/Microsoft.Network/connections/test-vpn-connection", "etag": "W/\\\"00000000-0000-0000-0000-000000000000\\\"", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGet.json index 441b9455baf7..8b792f9f8dde 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkGet.json @@ -1,39 +1,40 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet" }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus", + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [{ - "name" : "subnet1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1", - "properties" : { - "provisioningState" : "Succeeded", - - "addressPrefix" : "10.0.1.0/24", - "ipConfigurations" : [{ - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe" + "subnets": [ + { + "name": "subnet1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.1.0/24", + "ipConfigurations": [ + { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb/frontendIPConfigurations/fe" } ] } } ], - "virtualNetworkPeerings" : [] + "virtualNetworkPeerings": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkList.json index dea9539818c2..1460ffe11fbc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkList.json @@ -1,12 +1,12 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkListAll.json index ec9c0139438a..e5702244dc1f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkListAll.json @@ -1,11 +1,11 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid" + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkPeeringDelete.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkPeeringDelete.json index f9eec9e85d93..3dfc989343ff 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkPeeringDelete.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkPeeringDelete.json @@ -7,8 +7,8 @@ "subscriptionId": "subid" }, "responses": { - "200": { }, - "202": { }, - "204": { } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkUpdateTags.json index b6c960d2d42b..b0acc6fa6031 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VirtualNetworkUpdateTags.json @@ -1,9 +1,9 @@ { - "parameters" : { - "api-version" : "2017-11-01", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "virtualNetworkName" : "test-vnet", + "parameters": { + "api-version": "2017-11-01", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "virtualNetworkName": "test-vnet", "location": "westus", "parameters": { "tags": { @@ -12,26 +12,26 @@ } } }, - "responses" : { - "200" : { - "body" : { - "name" : "test-vnet", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", - "type" : "Microsoft.Network/virtualNetworks", - "location" : "westus", + "responses": { + "200": { + "body": { + "name": "test-vnet", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet", + "type": "Microsoft.Network/virtualNetworks", + "location": "westus", "tags": { "tag1": "value1", "tag2": "value2" }, - "properties" : { - "provisioningState" : "Succeeded", - "addressSpace" : { - "addressPrefixes" : [ + "properties": { + "provisioningState": "Succeeded", + "addressSpace": { + "addressPrefixes": [ "10.0.0.0/16" ] }, - "subnets" : [], - "virtualNetworkPeerings" : [] + "subnets": [], + "virtualNetworkPeerings": [] } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceGet.json index 6a309c899c6b..bb1b21c63014 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceGet.json @@ -1,62 +1,62 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", - "networkInterfaceName" : "nic1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", + "networkInterfaceName": "nic1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "1" }, - "responses" : { - "200" : { - "body" : { - "name" : "nic1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1", - "properties" : { - "provisioningState" : "Succeeded", - "ipConfigurations" : [ + "responses": { + "200": { + "body": { + "name": "nic1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1", + "properties": { + "provisioningState": "Succeeded", + "ipConfigurations": [ { - "name" : "ip1", - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1", - "properties" : { - "provisioningState" : "Succeeded", - "privateIPAddress" : "10.0.0.5", - "privateIPAllocationMethod" : "Dynamic", - "publicIPAddress" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" + "name": "ip1", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1", + "properties": { + "provisioningState": "Succeeded", + "privateIPAddress": "10.0.0.5", + "privateIPAllocationMethod": "Dynamic", + "publicIPAddress": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" }, - "subnet" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" + "subnet": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" }, - "primary" : true, - "privateIPAddressVersion" : "IPv4", - "loadBalancerBackendAddressPools" : [ + "primary": true, + "privateIPAddressVersion": "IPv4", + "loadBalancerBackendAddressPools": [ { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1" } ], - "loadBalancerInboundNatRules" : [ + "loadBalancerInboundNatRules": [ { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.1" } ] } } ], - "dnsSettings" : { - "dnsServers" : [], - "appliedDnsServers" : [], - "internalDomainNameSuffix" : "dns.cdmx.internal.cloudapp.net" + "dnsSettings": { + "dnsServers": [], + "appliedDnsServers": [], + "internalDomainNameSuffix": "dns.cdmx.internal.cloudapp.net" }, - "macAddress" : "00-00-00-00-00-00", - "enableAcceleratedNetworking" : false, - "enableIPForwarding" : false, - "networkSecurityGroup" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" + "macAddress": "00-00-00-00-00-00", + "enableAcceleratedNetworking": false, + "enableIPForwarding": false, + "networkSecurityGroup": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1" }, - "primary" : true, - "virtualMachine" : { - "id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1" + "primary": true, + "virtualMachine": { + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceIpConfigGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceIpConfigGet.json index 50253777dc63..3b0b460e3e5d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceIpConfigGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceIpConfigGet.json @@ -1,16 +1,16 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "2", "networkInterfaceName": "nic1", "ipConfigurationName": "ip1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "name": "ip1", "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/2/networkInterfaces/nic1/ipConfigurations/ip1", "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceIpConfigList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceIpConfigList.json index fe4db041f128..096c72dd6cd5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceIpConfigList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceIpConfigList.json @@ -1,15 +1,15 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "2", "networkInterfaceName": "nic1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "ip1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceList.json index 01cc5ea64615..a554ba43fc16 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssNetworkInterfaceList.json @@ -1,13 +1,13 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nic1", @@ -42,7 +42,7 @@ ] } } - ], + ], "dnsSettings": { "dnsServers": [], "appliedDnsServers": [], @@ -74,7 +74,7 @@ "privateIPAddress": "10.0.0.5", "privateIPAllocationMethod": "Dynamic", "publicIPAddress": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1" }, "subnet": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssPublicIpGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssPublicIpGet.json index 6163cda40a8d..3601aa554519 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssPublicIpGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssPublicIpGet.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssPublicIpListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssPublicIpListAll.json index 5d20af64ab0e..2371537ba644 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssPublicIpListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssPublicIpListAll.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssVmNetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssVmNetworkInterfaceList.json index 36e0b86265c0..b351fa9dce32 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssVmNetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssVmNetworkInterfaceList.json @@ -1,14 +1,14 @@ { - "parameters" : { - "api-version" : "2017-03-30", - "subscriptionId" : "subid", - "resourceGroupName" : "rg1", + "parameters": { + "api-version": "2017-03-30", + "subscriptionId": "subid", + "resourceGroupName": "rg1", "virtualMachineScaleSetName": "vmss1", "virtualmachineIndex": "1" }, - "responses" : { - "200" : { - "body" : { + "responses": { + "200": { + "body": { "value": [ { "name": "nic1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssVmPublicIpList.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssVmPublicIpList.json index 5f179ef0a801..5df78ff0a7d1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssVmPublicIpList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/examples/VmssVmPublicIpList.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/expressRouteCircuit.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/expressRouteCircuit.json index c8cc5c062843..4b0a294bb1fd 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/expressRouteCircuit.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/expressRouteCircuit.json @@ -606,7 +606,9 @@ } }, "x-ms-examples": { - "Update Express Route Circuit Tags": { "$ref": "./examples/ExpressRouteCircuitUpdateTags.json" } + "Update Express Route Circuit Tags": { + "$ref": "./examples/ExpressRouteCircuitUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -1209,8 +1211,8 @@ "description": "The GatewayManager Etag." }, "lastModifiedBy": { - "type": "string", - "description": "Gets whether the provider or the customer last modified the peering." + "type": "string", + "description": "Gets whether the provider or the customer last modified the peering." }, "routeFilter": { "$ref": "./routeFilter.json#/definitions/RouteFilter", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/loadBalancer.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/loadBalancer.json index 662ba231a716..47446746c410 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/loadBalancer.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/loadBalancer.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete load balancer": { "$ref": "./examples/LoadBalancerDelete.json" } + "Delete load balancer": { + "$ref": "./examples/LoadBalancerDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get load balancer": { "$ref": "./examples/LoadBalancerGet.json" } + "Get load balancer": { + "$ref": "./examples/LoadBalancerGet.json" + } } }, "put": { @@ -180,10 +184,18 @@ } }, "x-ms-examples": { - "Create load balancer": { "$ref": "./examples/LoadBalancerCreate.json" }, - "Create load balancer with Standard SKU": { "$ref": "./examples/LoadBalancerCreateStandardSku.json" }, - "Create load balancer with Frontend IP in Zone 1": { "$ref": "./examples/LoadBalancerCreateWithZones.json" }, - "Create load balancer with inbound nat pool": { "$ref": "./examples/LoadBalancerCreateWithInboundNatPool.json" } + "Create load balancer": { + "$ref": "./examples/LoadBalancerCreate.json" + }, + "Create load balancer with Standard SKU": { + "$ref": "./examples/LoadBalancerCreateStandardSku.json" + }, + "Create load balancer with Frontend IP in Zone 1": { + "$ref": "./examples/LoadBalancerCreateWithZones.json" + }, + "Create load balancer with inbound nat pool": { + "$ref": "./examples/LoadBalancerCreateWithInboundNatPool.json" + } }, "x-ms-long-running-operation": true }, @@ -233,7 +245,9 @@ } }, "x-ms-examples": { - "Update load balancer tags": { "$ref": "./examples/LoadBalancerUpdateTags.json" } + "Update load balancer tags": { + "$ref": "./examples/LoadBalancerUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -262,7 +276,9 @@ } }, "x-ms-examples": { - "List all load balancers": { "$ref": "./examples/LoadBalancerListAll.json" } + "List all load balancers": { + "$ref": "./examples/LoadBalancerListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -300,7 +316,9 @@ } }, "x-ms-examples": { - "List load balancers in resource group": { "$ref": "./examples/LoadBalancerList.json" } + "List load balancers in resource group": { + "$ref": "./examples/LoadBalancerList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -345,7 +363,9 @@ } }, "x-ms-examples": { - "LoadBalancerBackendAddressPoolList": { "$ref": "./examples/LoadBalancerBackendAddressPoolList.json" } + "LoadBalancerBackendAddressPoolList": { + "$ref": "./examples/LoadBalancerBackendAddressPoolList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -397,7 +417,9 @@ } }, "x-ms-examples": { - "LoadBalancerBackendAddressPoolGet": { "$ref": "./examples/LoadBalancerBackendAddressPoolGet.json" } + "LoadBalancerBackendAddressPoolGet": { + "$ref": "./examples/LoadBalancerBackendAddressPoolGet.json" + } } } }, @@ -439,7 +461,9 @@ } }, "x-ms-examples": { - "LoadBalancerFrontendIPConfigurationList": { "$ref": "./examples/LoadBalancerFrontendIPConfigurationList.json" } + "LoadBalancerFrontendIPConfigurationList": { + "$ref": "./examples/LoadBalancerFrontendIPConfigurationList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -491,7 +515,9 @@ } }, "x-ms-examples": { - "LoadBalancerFrontendIPConfigurationGet": { "$ref": "./examples/LoadBalancerFrontendIPConfigurationGet.json" } + "LoadBalancerFrontendIPConfigurationGet": { + "$ref": "./examples/LoadBalancerFrontendIPConfigurationGet.json" + } } } }, @@ -536,7 +562,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "InboundNatRuleList": { "$ref": "./examples/InboundNatRuleList.json" } + "InboundNatRuleList": { + "$ref": "./examples/InboundNatRuleList.json" + } } } }, @@ -588,7 +616,9 @@ } }, "x-ms-examples": { - "InboundNatRuleDelete": { "$ref": "./examples/InboundNatRuleDelete.json" } + "InboundNatRuleDelete": { + "$ref": "./examples/InboundNatRuleDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -643,7 +673,9 @@ } }, "x-ms-examples": { - "InboundNatRuleGet": { "$ref": "./examples/InboundNatRuleGet.json" } + "InboundNatRuleGet": { + "$ref": "./examples/InboundNatRuleGet.json" + } } }, "put": { @@ -706,7 +738,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "InboundNatRuleCreate": { "$ref": "./examples/InboundNatRuleCreate.json" } + "InboundNatRuleCreate": { + "$ref": "./examples/InboundNatRuleCreate.json" + } } } }, @@ -751,7 +785,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "LoadBalancerLoadBalancingRuleList": { "$ref": "./examples/LoadBalancerLoadBalancingRuleList.json" } + "LoadBalancerLoadBalancingRuleList": { + "$ref": "./examples/LoadBalancerLoadBalancingRuleList.json" + } } } }, @@ -800,7 +836,9 @@ } }, "x-ms-examples": { - "LoadBalancerLoadBalancingRuleGet": { "$ref": "./examples/LoadBalancerLoadBalancingRuleGet.json" } + "LoadBalancerLoadBalancingRuleGet": { + "$ref": "./examples/LoadBalancerLoadBalancingRuleGet.json" + } } } }, @@ -842,8 +880,12 @@ } }, "x-ms-examples": { - "LoadBalancerNetworkInterfaceListVmss": { "$ref": "./examples/LoadBalancerNetworkInterfaceListVmss.json" }, - "LoadBalancerNetworkInterfaceListSimple": { "$ref": "./examples/LoadBalancerNetworkInterfaceListSimple.json" } + "LoadBalancerNetworkInterfaceListVmss": { + "$ref": "./examples/LoadBalancerNetworkInterfaceListVmss.json" + }, + "LoadBalancerNetworkInterfaceListSimple": { + "$ref": "./examples/LoadBalancerNetworkInterfaceListSimple.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -888,7 +930,9 @@ } }, "x-ms-examples": { - "LoadBalancerProbeList": { "$ref": "./examples/LoadBalancerProbeList.json" } + "LoadBalancerProbeList": { + "$ref": "./examples/LoadBalancerProbeList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -940,7 +984,9 @@ } }, "x-ms-examples": { - "LoadBalancerProbeGet": { "$ref": "./examples/LoadBalancerProbeGet.json" } + "LoadBalancerProbeGet": { + "$ref": "./examples/LoadBalancerProbeGet.json" + } } } } @@ -1163,7 +1209,7 @@ "disableOutboundSnat": { "type": "boolean", "description": "Configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule." - }, + }, "provisioningState": { "type": "string", "description": "Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/network.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/network.json index 00eaa12de4ba..ac5175d7e106 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/network.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/network.json @@ -35,8 +35,7 @@ } } }, - "paths": { - }, + "paths": {}, "definitions": { "ErrorDetails": { "properties": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/networkInterface.json index f199d93a8c2f..28676fe70c3a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/networkInterface.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete network interface": { "$ref": "./examples/NetworkInterfaceDelete.json" } + "Delete network interface": { + "$ref": "./examples/NetworkInterfaceDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get network interface": { "$ref": "./examples/NetworkInterfaceGet.json" } + "Get network interface": { + "$ref": "./examples/NetworkInterfaceGet.json" + } } }, "put": { @@ -180,7 +184,9 @@ } }, "x-ms-examples": { - "Create network interface": { "$ref": "./examples/NetworkInterfaceCreate.json" } + "Create network interface": { + "$ref": "./examples/NetworkInterfaceCreate.json" + } }, "x-ms-long-running-operation": true }, @@ -230,7 +236,9 @@ } }, "x-ms-examples": { - "Update network interface tags": { "$ref": "./examples/NetworkInterfaceUpdateTags.json" } + "Update network interface tags": { + "$ref": "./examples/NetworkInterfaceUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -259,7 +267,9 @@ } }, "x-ms-examples": { - "List all network interfaces": { "$ref": "./examples/NetworkInterfaceListAll.json" } + "List all network interfaces": { + "$ref": "./examples/NetworkInterfaceListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -297,7 +307,9 @@ } }, "x-ms-examples": { - "List network interfaces in resource group": { "$ref": "./examples/NetworkInterfaceList.json" } + "List network interfaces in resource group": { + "$ref": "./examples/NetworkInterfaceList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -345,7 +357,9 @@ } }, "x-ms-examples": { - "Show network interface effective route tables": { "$ref": "./examples/NetworkInterfaceEffectiveRouteTableList.json" } + "Show network interface effective route tables": { + "$ref": "./examples/NetworkInterfaceEffectiveRouteTableList.json" + } }, "x-ms-long-running-operation": true } @@ -391,7 +405,9 @@ } }, "x-ms-examples": { - "List network interface effective network security groups": { "$ref": "./examples/NetworkInterfaceEffectiveNSGList.json" } + "List network interface effective network security groups": { + "$ref": "./examples/NetworkInterfaceEffectiveNSGList.json" + } }, "x-ms-long-running-operation": true } @@ -437,7 +453,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "NetworkInterfaceIPConfigurationList": { "$ref": "./examples/NetworkInterfaceIPConfigurationList.json" } + "NetworkInterfaceIPConfigurationList": { + "$ref": "./examples/NetworkInterfaceIPConfigurationList.json" + } } } }, @@ -486,7 +504,9 @@ } }, "x-ms-examples": { - "NetworkInterfaceIPConfigurationGet": { "$ref": "./examples/NetworkInterfaceIPConfigurationGet.json" } + "NetworkInterfaceIPConfigurationGet": { + "$ref": "./examples/NetworkInterfaceIPConfigurationGet.json" + } } } }, @@ -531,7 +551,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "NetworkInterfaceLoadBalancerList": { "$ref": "./examples/NetworkInterfaceLoadBalancerList.json" } + "NetworkInterfaceLoadBalancerList": { + "$ref": "./examples/NetworkInterfaceLoadBalancerList.json" + } } } } @@ -806,7 +828,7 @@ "tagMap": { "type": "string", "additionalProperties": { - "type":"array", + "type": "array", "items": { "type": "string" }, @@ -879,14 +901,14 @@ "type": "string", "description": "The destination address prefix." }, - "sourceAddressPrefixes" : { + "sourceAddressPrefixes": { "type": "array", "items": { "type": "string" }, "description": "The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the asterisk (*)." }, - "destinationAddressPrefixes" : { + "destinationAddressPrefixes": { "type": "array", "items": { "type": "string" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/networkSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/networkSecurityGroup.json index 467bfd98b1dd..156338d9eae6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/networkSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/networkSecurityGroup.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete network security group": { "$ref": "./examples/NetworkSecurityGroupDelete.json" } + "Delete network security group": { + "$ref": "./examples/NetworkSecurityGroupDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get network security group": { "$ref": "./examples/NetworkSecurityGroupGet.json" } + "Get network security group": { + "$ref": "./examples/NetworkSecurityGroupGet.json" + } } }, "put": { @@ -180,8 +184,12 @@ } }, "x-ms-examples": { - "Create network security group": { "$ref": "./examples/NetworkSecurityGroupCreate.json" }, - "Create network security group with rule": { "$ref": "./examples/NetworkSecurityGroupCreateWithRule.json" } + "Create network security group": { + "$ref": "./examples/NetworkSecurityGroupCreate.json" + }, + "Create network security group with rule": { + "$ref": "./examples/NetworkSecurityGroupCreateWithRule.json" + } }, "x-ms-long-running-operation": true }, @@ -231,7 +239,9 @@ } }, "x-ms-examples": { - "Update network security group tags": { "$ref": "./examples/NetworkSecurityGroupUpdateTags.json" } + "Update network security group tags": { + "$ref": "./examples/NetworkSecurityGroupUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -260,7 +270,9 @@ } }, "x-ms-examples": { - "List all network security groups": { "$ref": "./examples/NetworkSecurityGroupListAll.json" } + "List all network security groups": { + "$ref": "./examples/NetworkSecurityGroupListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -298,7 +310,9 @@ } }, "x-ms-examples": { - "List network security groups in resource group": { "$ref": "./examples/NetworkSecurityGroupList.json" } + "List network security groups in resource group": { + "$ref": "./examples/NetworkSecurityGroupList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -353,7 +367,9 @@ } }, "x-ms-examples": { - "Delete network security rule from network security group": { "$ref": "./examples/NetworkSecurityGroupRuleDelete.json" } + "Delete network security rule from network security group": { + "$ref": "./examples/NetworkSecurityGroupRuleDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -401,7 +417,9 @@ } }, "x-ms-examples": { - "Get network security rule in network security group": { "$ref": "./examples/NetworkSecurityGroupRuleGet.json" } + "Get network security rule in network security group": { + "$ref": "./examples/NetworkSecurityGroupRuleGet.json" + } } }, "put": { @@ -463,7 +481,9 @@ } }, "x-ms-examples": { - "Create security rule": { "$ref": "./examples/NetworkSecurityGroupRuleCreate.json" } + "Create security rule": { + "$ref": "./examples/NetworkSecurityGroupRuleCreate.json" + } }, "x-ms-long-running-operation": true } @@ -506,7 +526,9 @@ } }, "x-ms-examples": { - "List network security rules in network security group": { "$ref": "./examples/NetworkSecurityGroupRuleList.json" } + "List network security rules in network security group": { + "$ref": "./examples/NetworkSecurityGroupRuleList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -551,14 +573,16 @@ } }, "x-ms-examples": { - "DefaultSecurityRuleList": { "$ref": "./examples/DefaultSecurityRuleList.json" } + "DefaultSecurityRuleList": { + "$ref": "./examples/DefaultSecurityRuleList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}/defaultSecurityRules/{defaultSecurityRuleName}" : { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}/defaultSecurityRules/{defaultSecurityRuleName}": { "get": { "tags": [ "SecurityRules" @@ -603,7 +627,9 @@ } }, "x-ms-examples": { - "DefaultSecurityRuleGet": { "$ref": "./examples/DefaultSecurityRuleGet.json" } + "DefaultSecurityRuleGet": { + "$ref": "./examples/DefaultSecurityRuleGet.json" + } } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/networkWatcher.json index 7a2c7f279308..fb9548ad6383 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/networkWatcher.json @@ -89,7 +89,9 @@ } }, "x-ms-examples": { - "Create network watcher": { "$ref": "./examples/NetworkWatcherCreate.json" } + "Create network watcher": { + "$ref": "./examples/NetworkWatcherCreate.json" + } } }, "get": { @@ -129,7 +131,9 @@ } }, "x-ms-examples": { - "Get network watcher": { "$ref": "./examples/NetworkWatcherGet.json" } + "Get network watcher": { + "$ref": "./examples/NetworkWatcherGet.json" + } } }, "delete": { @@ -170,7 +174,9 @@ } }, "x-ms-examples": { - "Delete network watcher": { "$ref": "./examples/NetworkWatcherDelete.json" } + "Delete network watcher": { + "$ref": "./examples/NetworkWatcherDelete.json" + } } }, "patch": { @@ -219,7 +225,9 @@ } }, "x-ms-examples": { - "Update network watcher tags": { "$ref": "./examples/NetworkWatcherUpdateTags.json" } + "Update network watcher tags": { + "$ref": "./examples/NetworkWatcherUpdateTags.json" + } } } }, @@ -257,7 +265,9 @@ "nextLinkName": null }, "x-ms-examples": { - "List network watchers": { "$ref": "./examples/NetworkWatcherList.json" } + "List network watchers": { + "$ref": "./examples/NetworkWatcherList.json" + } } } }, @@ -288,7 +298,9 @@ "nextLinkName": null }, "x-ms-examples": { - "List all network watchers": { "$ref": "./examples/NetworkWatcherListAll.json" } + "List all network watchers": { + "$ref": "./examples/NetworkWatcherListAll.json" + } } } }, @@ -399,7 +411,9 @@ } }, "x-ms-examples": { - "Ip flow verify": { "$ref": "./examples/NetworkWatcherIpFlowVerify.json" } + "Ip flow verify": { + "$ref": "./examples/NetworkWatcherIpFlowVerify.json" + } } } }, @@ -457,7 +471,9 @@ } }, "x-ms-examples": { - "Get next hop": { "$ref": "./examples/NetworkWatcherNextHopGet.json" } + "Get next hop": { + "$ref": "./examples/NetworkWatcherNextHopGet.json" + } } } }, @@ -515,7 +531,9 @@ } }, "x-ms-examples": { - "Get security group view": { "$ref": "./examples/NetworkWatcherSecurityGroupViewGet.json" } + "Get security group view": { + "$ref": "./examples/NetworkWatcherSecurityGroupViewGet.json" + } } } }, @@ -574,7 +592,9 @@ } }, "x-ms-examples": { - "Create packet capture": { "$ref": "./examples/NetworkWatcherPacketCaptureCreate.json" } + "Create packet capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureCreate.json" + } } }, "get": { @@ -621,7 +641,9 @@ } }, "x-ms-examples": { - "Get packet capture": { "$ref": "./examples/NetworkWatcherPacketCaptureGet.json" } + "Get packet capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureGet.json" + } } }, "delete": { @@ -669,7 +691,9 @@ } }, "x-ms-examples": { - "Delete packet capture": { "$ref": "./examples/NetworkWatcherPacketCaptureDelete.json" } + "Delete packet capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureDelete.json" + } } } }, @@ -719,7 +743,9 @@ } }, "x-ms-examples": { - "Stop packet capture": { "$ref": "./examples/NetworkWatcherPacketCaptureStop.json" } + "Stop packet capture": { + "$ref": "./examples/NetworkWatcherPacketCaptureStop.json" + } } } }, @@ -778,7 +804,9 @@ } }, "x-ms-examples": { - "Query packet capture status": { "$ref": "./examples/NetworkWatcherPacketCaptureQueryStatus.json" } + "Query packet capture status": { + "$ref": "./examples/NetworkWatcherPacketCaptureQueryStatus.json" + } } } }, @@ -823,7 +851,9 @@ "nextLinkName": null }, "x-ms-examples": { - "List packet captures": { "$ref": "./examples/NetworkWatcherPacketCapturesList.json" } + "List packet captures": { + "$ref": "./examples/NetworkWatcherPacketCapturesList.json" + } } } }, @@ -881,7 +911,9 @@ } }, "x-ms-examples": { - "Get troubleshooting": { "$ref": "./examples/NetworkWatcherTroubleshootGet.json" } + "Get troubleshooting": { + "$ref": "./examples/NetworkWatcherTroubleshootGet.json" + } } } }, @@ -939,7 +971,9 @@ } }, "x-ms-examples": { - "Get troubleshoot result": { "$ref": "./examples/NetworkWatcherTroubleshootResultQuery.json" } + "Get troubleshoot result": { + "$ref": "./examples/NetworkWatcherTroubleshootResultQuery.json" + } } } }, @@ -997,7 +1031,9 @@ } }, "x-ms-examples": { - "Configure flow log": { "$ref": "./examples/NetworkWatcherFlowLogConfigure.json" } + "Configure flow log": { + "$ref": "./examples/NetworkWatcherFlowLogConfigure.json" + } } } }, @@ -1055,7 +1091,9 @@ } }, "x-ms-examples": { - "Get flow log status": { "$ref": "./examples/NetworkWatcherFlowLogStatusQuery.json" } + "Get flow log status": { + "$ref": "./examples/NetworkWatcherFlowLogStatusQuery.json" + } } } }, @@ -1113,7 +1151,9 @@ } }, "x-ms-examples": { - "Check connectivity": { "$ref": "./examples/NetworkWatcherConnectivityCheck.json" } + "Check connectivity": { + "$ref": "./examples/NetworkWatcherConnectivityCheck.json" + } } } }, @@ -1298,7 +1338,9 @@ } }, "x-ms-examples": { - "Create connection monitor": { "$ref": "./examples/NetworkWatcherConnectionMonitorCreate.json" } + "Create connection monitor": { + "$ref": "./examples/NetworkWatcherConnectionMonitorCreate.json" + } } }, "get": { @@ -1345,7 +1387,9 @@ } }, "x-ms-examples": { - "Get connection monitor": { "$ref": "./examples/NetworkWatcherConnectionMonitorGet.json" } + "Get connection monitor": { + "$ref": "./examples/NetworkWatcherConnectionMonitorGet.json" + } } }, "delete": { @@ -1393,7 +1437,9 @@ } }, "x-ms-examples": { - "Delete connection monitor": { "$ref": "./examples/NetworkWatcherConnectionMonitorDelete.json" } + "Delete connection monitor": { + "$ref": "./examples/NetworkWatcherConnectionMonitorDelete.json" + } } } }, @@ -1443,7 +1489,9 @@ } }, "x-ms-examples": { - "Stop connection monitor": { "$ref": "./examples/NetworkWatcherConnectionMonitorStop.json" } + "Stop connection monitor": { + "$ref": "./examples/NetworkWatcherConnectionMonitorStop.json" + } } } }, @@ -1493,7 +1541,9 @@ } }, "x-ms-examples": { - "Start connection monitor": { "$ref": "./examples/NetworkWatcherConnectionMonitorStart.json" } + "Start connection monitor": { + "$ref": "./examples/NetworkWatcherConnectionMonitorStart.json" + } } } }, @@ -1549,7 +1599,9 @@ } }, "x-ms-examples": { - "Query connection monitor": { "$ref": "./examples/NetworkWatcherConnectionMonitorQuery.json" } + "Query connection monitor": { + "$ref": "./examples/NetworkWatcherConnectionMonitorQuery.json" + } } } }, @@ -1594,7 +1646,9 @@ "nextLinkName": null }, "x-ms-examples": { - "List connection monitors": { "$ref": "./examples/NetworkWatcherConnectionMonitorList.json" } + "List connection monitors": { + "$ref": "./examples/NetworkWatcherConnectionMonitorList.json" + } } } } @@ -2832,10 +2886,10 @@ "ConnectionMonitorParameters": { "properties": { "source": { - "$ref": "#/definitions/ConnectionMonitorSource" + "$ref": "#/definitions/ConnectionMonitorSource" }, "destination": { - "$ref": "#/definitions/ConnectionMonitorDestination" + "$ref": "#/definitions/ConnectionMonitorDestination" }, "autoStart": { "type": "boolean", @@ -3001,7 +3055,7 @@ }, "startTime": { "type": "string", - "format": "date-time", + "format": "date-time", "description": "The start time of the connection snapshot." }, "endTime": { @@ -3050,4 +3104,4 @@ "description": "Client API version." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/operation.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/operation.json index 307994bc9899..7784c072874f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/operation.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/operation.json @@ -55,14 +55,16 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "Get a list of operations for a resource provider": { "$ref": "./examples/OperationList.json" } + "Get a list of operations for a resource provider": { + "$ref": "./examples/OperationList.json" + } } } } }, "definitions": { "OperationListResult": { - "description": "Result of the request to list Network operations. It contains a list of operations and a URL link to get the next set of results.", + "description": "Result of the request to list Network operations. It contains a list of operations and a URL link to get the next set of results.", "properties": { "value": { "type": "array", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/publicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/publicIpAddress.json index 2088f8660427..756dc2e4dc6b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/publicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/publicIpAddress.json @@ -77,7 +77,9 @@ } }, "x-ms-examples": { - "Delete public IP address": { "$ref": "./examples/PublicIpAddressDelete.json" } + "Delete public IP address": { + "$ref": "./examples/PublicIpAddressDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get public IP address": { "$ref": "./examples/PublicIpAddressGet.json" } + "Get public IP address": { + "$ref": "./examples/PublicIpAddressGet.json" + } } }, "put": { @@ -180,9 +184,15 @@ } }, "x-ms-examples": { - "Create public IP address defaults": { "$ref": "./examples/PublicIpAddressCreateDefaults.json" }, - "Create public IP address allocation method": { "$ref": "./examples/PublicIpAddressCreateCustomizedValues.json" }, - "Create public IP address DNS": { "$ref": "./examples/PublicIpAddressCreateDns.json" } + "Create public IP address defaults": { + "$ref": "./examples/PublicIpAddressCreateDefaults.json" + }, + "Create public IP address allocation method": { + "$ref": "./examples/PublicIpAddressCreateCustomizedValues.json" + }, + "Create public IP address DNS": { + "$ref": "./examples/PublicIpAddressCreateDns.json" + } }, "x-ms-long-running-operation": true }, @@ -232,7 +242,9 @@ } }, "x-ms-examples": { - "Update public IP address tags": { "$ref": "./examples/PublicIpAddressUpdateTags.json" } + "Update public IP address tags": { + "$ref": "./examples/PublicIpAddressUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -261,7 +273,9 @@ } }, "x-ms-examples": { - "List all public IP addresses": { "$ref": "./examples/PublicIpAddressListAll.json" } + "List all public IP addresses": { + "$ref": "./examples/PublicIpAddressListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -299,7 +313,9 @@ } }, "x-ms-examples": { - "List resource group public IP addresses": { "$ref": "./examples/PublicIpAddressList.json" } + "List resource group public IP addresses": { + "$ref": "./examples/PublicIpAddressList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/routeFilter.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/routeFilter.json index f2bdcda15485..dcbb74b4aa1e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/routeFilter.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/routeFilter.json @@ -1,785 +1,807 @@ { - "swagger": "2.0", - "info": { - "title": "NetworkManagementClient", - "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", - "version": "2017-11-01" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" + "swagger": "2.0", + "info": { + "title": "NetworkManagementClient", + "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", + "version": "2017-11-01" + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}": { + "delete": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Delete", + "x-ms-examples": { + "RouteFilterDelete": { + "$ref": "./examples/RouteFilterDelete.json" + } + }, + "description": "Deletes the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "202": { + "description": "Accepted and the operation will complete asynchronously." + }, + "200": { + "description": "Delete successful." + }, + "204": { + "description": "Delete successful." + } + }, + "x-ms-long-running-operation": true + }, + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Get", + "x-ms-examples": { + "RouteFilterGet": { + "$ref": "./examples/RouteFilterGet.json" + } + }, + "description": "Gets the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "name": "$expand", + "in": "query", + "required": false, + "type": "string", + "description": "Expands referenced express route bgp peering resources." + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" } + } } - }, - "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}": { - "delete": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Delete", - "x-ms-examples": { - "RouteFilterDelete": { "$ref": "./examples/RouteFilterDelete.json" } - }, - "description": "Deletes the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "202": { - "description": "Accepted and the operation will complete asynchronously." - }, - "200": { - "description": "Delete successful." - }, - "204": { - "description": "Delete successful." - } - }, - "x-ms-long-running-operation": true - }, - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Get", - "x-ms-examples": { - "RouteFilterGet": { "$ref": "./examples/RouteFilterGet.json" } - }, - "description": "Gets the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, - { - "name": "$expand", - "in": "query", - "required": false, - "type": "string", - "description": "Expands referenced express route bgp peering resources." - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - } + }, + "put": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_CreateOrUpdate", + "x-ms-examples": { + "RouteFilterCreate": { + "$ref": "./examples/RouteFilterCreate.json" + } + }, + "description": "Creates or updates a route filter in a specified resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "routeFilterParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/RouteFilter" }, - "put": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_CreateOrUpdate", - "x-ms-examples": { - "RouteFilterCreate": { "$ref": "./examples/RouteFilterCreate.json" } - }, - "description": "Creates or updates a route filter in a specified resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "routeFilterParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/RouteFilter" - }, - "description": "Parameters supplied to the create or update route filter operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - }, - "201": { - "description": "Create successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the create or update route filter operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" + } + }, + "201": { + "description": "Create successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" + } + } + }, + "x-ms-long-running-operation": true + }, + "patch": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_Update", + "x-ms-examples": { + "RouteFilterUpdate": { + "$ref": "./examples/RouteFilterUpdate.json" + } + }, + "description": "Updates a route filter in a specified resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "routeFilterParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/PatchRouteFilter" }, - "patch": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_Update", - "x-ms-examples": { - "RouteFilterUpdate": { "$ref": "./examples/RouteFilterUpdate.json" } - }, - "description": "Updates a route filter in a specified resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "routeFilterParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/PatchRouteFilter" - }, - "description": "Parameters supplied to the update route filter operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter resource.", - "schema": { - "$ref": "#/definitions/RouteFilter" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the update route filter operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter resource.", + "schema": { + "$ref": "#/definitions/RouteFilter" } + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters": { + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_ListByResourceGroup", + "x-ms-examples": { + "RouteFilterListByResourceGroup": { + "$ref": "./examples/RouteFilterListByResourceGroup.json" + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters": { - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_ListByResourceGroup", - "x-ms-examples": { - "RouteFilterListByResourceGroup": { "$ref": "./examples/RouteFilterListByResourceGroup.json" } - }, - "description": "Gets all route filters in a resource group.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter resources.", - "schema": { - "$ref": "#/definitions/RouteFilterListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "description": "Gets all route filters in a resource group.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter resources.", + "schema": { + "$ref": "#/definitions/RouteFilterListResult" } + } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeFilters": { - "get": { - "tags": [ - "RouteFilters" - ], - "operationId": "RouteFilters_List", - "x-ms-examples": { - "RouteFilterList": { "$ref": "./examples/RouteFilterList.json" } - }, - "description": "Gets all route filters in a subscription.", - "parameters": [ - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter resources.", - "schema": { - "$ref": "#/definitions/RouteFilterListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeFilters": { + "get": { + "tags": [ + "RouteFilters" + ], + "operationId": "RouteFilters_List", + "x-ms-examples": { + "RouteFilterList": { + "$ref": "./examples/RouteFilterList.json" + } + }, + "description": "Gets all route filters in a subscription.", + "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter resources.", + "schema": { + "$ref": "#/definitions/RouteFilterListResult" } + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}": { - "delete": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Delete", - "x-ms-examples": { - "RouteFilterRuleDelete": { "$ref": "./examples/RouteFilterRuleDelete.json" } - }, - "description": "Deletes the specified rule from a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the rule." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "202": { - "description": "Accepted and the operation will complete asynchronously." - }, - "200": { - "description": "Accepted." - }, - "204": { - "description": "Rule was deleted or not found." - } - }, - "x-ms-long-running-operation": true - }, - "get": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Get", - "x-ms-examples": { - "RouteFilterRuleGet": { "$ref": "./examples/RouteFilterRuleGet.json" } - }, - "description": "Gets the specified rule from a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the rule." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - } + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules/{ruleName}": { + "delete": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Delete", + "x-ms-examples": { + "RouteFilterRuleDelete": { + "$ref": "./examples/RouteFilterRuleDelete.json" + } + }, + "description": "Deletes the specified rule from a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the rule." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "202": { + "description": "Accepted and the operation will complete asynchronously." + }, + "200": { + "description": "Accepted." + }, + "204": { + "description": "Rule was deleted or not found." + } + }, + "x-ms-long-running-operation": true + }, + "get": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Get", + "x-ms-examples": { + "RouteFilterRuleGet": { + "$ref": "./examples/RouteFilterRuleGet.json" + } + }, + "description": "Gets the specified rule from a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the rule." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + } + } + }, + "put": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_CreateOrUpdate", + "x-ms-examples": { + "RouteFilterRuleCreate": { + "$ref": "./examples/RouteFilterRuleCreate.json" + } + }, + "description": "Creates or updates a route in the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter rule." + }, + { + "name": "routeFilterRuleParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/RouteFilterRule" }, - "put": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_CreateOrUpdate", - "x-ms-examples": { - "RouteFilterRuleCreate": { "$ref": "./examples/RouteFilterRuleCreate.json" } - }, - "description": "Creates or updates a route in the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter rule." - }, - { - "name": "routeFilterRuleParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Parameters supplied to the create or update route filter rule operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - }, - "201": { - "description": "Create successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the create or update route filter rule operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + }, + "201": { + "description": "Create successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" + } + } + }, + "x-ms-long-running-operation": true + }, + "patch": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_Update", + "x-ms-examples": { + "RouteFilterRuleUpdate": { + "$ref": "./examples/RouteFilterRuleUpdate.json" + } + }, + "description": "Updates a route in the specified route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "name": "ruleName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter rule." + }, + { + "name": "routeFilterRuleParameters", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/PatchRouteFilterRule" }, - "patch": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_Update", - "x-ms-examples": { - "RouteFilterRuleUpdate": { "$ref": "./examples/RouteFilterRuleUpdate.json" } - }, - "description": "Updates a route in the specified route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "name": "ruleName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter rule." - }, - { - "name": "routeFilterRuleParameters", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/PatchRouteFilterRule" - }, - "description": "Parameters supplied to the update route filter rule operation." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", - "schema": { - "$ref": "#/definitions/RouteFilterRule" - } - } - }, - "x-ms-long-running-operation": true + "description": "Parameters supplied to the update route filter rule operation." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Update successful. The operation returns the resulting Route Filter Rule resource.", + "schema": { + "$ref": "#/definitions/RouteFilterRule" } + } + }, + "x-ms-long-running-operation": true + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules": { + "get": { + "tags": [ + "RouteFilterRules" + ], + "operationId": "RouteFilterRules_ListByRouteFilter", + "x-ms-examples": { + "RouteFilterRuleListByRouteFilter": { + "$ref": "./examples/RouteFilterRuleListByRouteFilter.json" + } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeFilters/{routeFilterName}/routeFilterRules": { - "get": { - "tags": [ - "RouteFilterRules" - ], - "operationId": "RouteFilterRules_ListByRouteFilter", - "x-ms-examples": { - "RouteFilterRuleListByRouteFilter": { "$ref": "./examples/RouteFilterRuleListByRouteFilter.json" } - }, - "description": "Gets all RouteFilterRules in a route filter.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "routeFilterName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the route filter." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns a list of Route Filter Rule resources.", - "schema": { - "$ref": "#/definitions/RouteFilterRuleListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } + "description": "Gets all RouteFilterRules in a route filter.", + "parameters": [ + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group." + }, + { + "name": "routeFilterName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the route filter." + }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + } + ], + "responses": { + "200": { + "description": "Request successful. The operation returns a list of Route Filter Rule resources.", + "schema": { + "$ref": "#/definitions/RouteFilterRuleListResult" } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + } + }, + "definitions": { + "RouteFilterRulePropertiesFormat": { + "required": [ + "access", + "routeFilterRuleType", + "communities" + ], + "properties": { + "access": { + "type": "string", + "description": "The access type of the rule. Valid values are: 'Allow', 'Deny'", + "enum": [ + "Allow", + "Deny" + ], + "x-ms-enum": { + "name": "Access", + "modelAsString": true + } + }, + "routeFilterRuleType": { + "type": "string", + "description": "The rule type of the rule. Valid value is: 'Community'", + "enum": [ + "Community" + ], + "x-ms-enum": { + "name": "RouteFilterRuleType", + "modelAsString": true + } + }, + "communities": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']" + }, + "provisioningState": { + "type": "string", + "readOnly": true, + "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." } + }, + "description": "Route Filter Rule Resource" }, - "definitions": { - "RouteFilterRulePropertiesFormat": { - "required": [ - "access", - "routeFilterRuleType", - "communities" - ], - "properties": { - "access": { - "type": "string", - "description": "The access type of the rule. Valid values are: 'Allow', 'Deny'", - "enum": [ - "Allow", - "Deny" - ], - "x-ms-enum": { - "name": "Access", - "modelAsString": true - } - }, - "routeFilterRuleType": { - "type": "string", - "description": "The rule type of the rule. Valid value is: 'Community'", - "enum": [ - "Community" - ], - "x-ms-enum": { - "name": "RouteFilterRuleType", - "modelAsString": true - } - }, - "communities": { - "type": "array", - "items": { - "type": "string" - }, - "description": "The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']" - }, - "provisioningState": { - "type": "string", - "readOnly": true, - "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." - } - }, - "description": "Route Filter Rule Resource" - }, - "RouteFilterRule": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterRulePropertiesFormat" - }, - "name": { - "type": "string", - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "location": { - "type": "string", - "description": "Resource location." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Rule Resource" - }, - "PatchRouteFilterRule": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterRulePropertiesFormat" - }, - "name": { - "type": "string", - "readOnly": true, - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Rule Resource" - }, - "RouteFilterPropertiesFormat": { - "properties": { - "rules": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Collection of RouteFilterRules contained within a route filter." - }, - "peerings": { - "type": "array", - "items": { - "$ref": "./expressRouteCircuit.json#/definitions/ExpressRouteCircuitPeering" - }, - "description": "A collection of references to express route circuit peerings." - }, - "provisioningState": { - "type": "string", - "readOnly": true, - "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." - } - }, - "description": "Route Filter Resource" - }, - "RouteFilter": { - "required": [ - "location" - ], - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterPropertiesFormat" - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "Gets a unique read-only string that changes whenever the resource is updated." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/Resource" - } - ], - "description": "Route Filter Resource." - }, - "PatchRouteFilter": { - "properties": { - "properties": { - "x-ms-client-flatten": true, - "$ref": "#/definitions/RouteFilterPropertiesFormat" - }, - "name": { - "type": "string", - "readOnly": true, - "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." - }, - "etag": { - "type": "string", - "readOnly": true, - "description": "A unique read-only string that changes whenever the resource is updated." - }, - "type": { - "readOnly": true, - "type": "string", - "description": "Resource type." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Route Filter Resource." - }, - "RouteFilterListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilter" - }, - "description": "Gets a list of route filters in a resource group." - }, - "nextLink": { - "type": "string", - "description": "The URL to get the next set of results." - } - }, - "description": "Response for the ListRouteFilters API service call." - }, - "RouteFilterRuleListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/RouteFilterRule" - }, - "description": "Gets a list of RouteFilterRules in a resource group." - }, - "nextLink": { - "type": "string", - "description": "The URL to get the next set of results." - } - }, - "description": "Response for the ListRouteFilterRules API service call" + "RouteFilterRule": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterRulePropertiesFormat" + }, + "name": { + "type": "string", + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "location": { + "type": "string", + "description": "Resource location." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Rule Resource" + }, + "PatchRouteFilterRule": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterRulePropertiesFormat" + }, + "name": { + "type": "string", + "readOnly": true, + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Rule Resource" }, + "RouteFilterPropertiesFormat": { + "properties": { + "rules": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilterRule" + }, + "description": "Collection of RouteFilterRules contained within a route filter." + }, + "peerings": { + "type": "array", + "items": { + "$ref": "./expressRouteCircuit.json#/definitions/ExpressRouteCircuitPeering" + }, + "description": "A collection of references to express route circuit peerings." + }, + "provisioningState": { + "type": "string", + "readOnly": true, + "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." + } + }, + "description": "Route Filter Resource" + }, + "RouteFilter": { + "required": [ + "location" + ], + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterPropertiesFormat" + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "Gets a unique read-only string that changes whenever the resource is updated." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/Resource" + } + ], + "description": "Route Filter Resource." + }, + "PatchRouteFilter": { + "properties": { + "properties": { + "x-ms-client-flatten": true, + "$ref": "#/definitions/RouteFilterPropertiesFormat" + }, + "name": { + "type": "string", + "readOnly": true, + "description": "The name of the resource that is unique within a resource group. This name can be used to access the resource." + }, + "etag": { + "type": "string", + "readOnly": true, + "description": "A unique read-only string that changes whenever the resource is updated." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Resource type." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." + } + }, + "allOf": [ + { + "$ref": "./network.json#/definitions/SubResource" + } + ], + "description": "Route Filter Resource." + }, + "RouteFilterListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilter" + }, + "description": "Gets a list of route filters in a resource group." + }, + "nextLink": { + "type": "string", + "description": "The URL to get the next set of results." + } + }, + "description": "Response for the ListRouteFilters API service call." + }, + "RouteFilterRuleListResult": { + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/RouteFilterRule" + }, + "description": "Gets a list of RouteFilterRules in a resource group." + }, + "nextLink": { + "type": "string", + "description": "The URL to get the next set of results." + } + }, + "description": "Response for the ListRouteFilterRules API service call" + } + }, "parameters": { "SubscriptionIdParameter": { "name": "subscriptionId", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/routeTable.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/routeTable.json index fff5c2fed839..75934bc9f832 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/routeTable.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/routeTable.json @@ -78,7 +78,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Delete route table": { "$ref": "./examples/RouteTableDelete.json" } + "Delete route table": { + "$ref": "./examples/RouteTableDelete.json" + } } }, "get": { @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get route table": { "$ref": "./examples/RouteTableGet.json" } + "Get route table": { + "$ref": "./examples/RouteTableGet.json" + } } }, "put": { @@ -180,8 +184,12 @@ } }, "x-ms-examples": { - "Create route table": { "$ref": "./examples/RouteTableCreate.json" }, - "Create route table with route": { "$ref": "./examples/RouteTableCreateWithRoute.json" } + "Create route table": { + "$ref": "./examples/RouteTableCreate.json" + }, + "Create route table with route": { + "$ref": "./examples/RouteTableCreateWithRoute.json" + } }, "x-ms-long-running-operation": true }, @@ -231,7 +239,9 @@ } }, "x-ms-examples": { - "Update route table tags": { "$ref": "./examples/RouteTableUpdateTags.json" } + "Update route table tags": { + "$ref": "./examples/RouteTableUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -267,7 +277,9 @@ } }, "x-ms-examples": { - "List route tables in resource group": { "$ref": "./examples/RouteTableList.json" } + "List route tables in resource group": { + "$ref": "./examples/RouteTableList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -298,7 +310,9 @@ } }, "x-ms-examples": { - "List all route tables": { "$ref": "./examples/RouteTableListAll.json" } + "List all route tables": { + "$ref": "./examples/RouteTableListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -353,7 +367,9 @@ } }, "x-ms-examples": { - "Delete route": { "$ref": "./examples/RouteTableRouteDelete.json" } + "Delete route": { + "$ref": "./examples/RouteTableRouteDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -401,7 +417,9 @@ } }, "x-ms-examples": { - "Get route": { "$ref": "./examples/RouteTableRouteGet.json" } + "Get route": { + "$ref": "./examples/RouteTableRouteGet.json" + } } }, "put": { @@ -463,7 +481,9 @@ } }, "x-ms-examples": { - "Create route": { "$ref": "./examples/RouteTableRouteCreate.json" } + "Create route": { + "$ref": "./examples/RouteTableRouteCreate.json" + } }, "x-ms-long-running-operation": true } @@ -509,10 +529,12 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List routes": { "$ref": "./examples/RouteTableRouteList.json" } + "List routes": { + "$ref": "./examples/RouteTableRouteList.json" + } } } - } + } }, "definitions": { "RoutePropertiesFormat": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/serviceCommunity.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/serviceCommunity.json index a61602143085..1b1e6d9c7ba5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/serviceCommunity.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/serviceCommunity.json @@ -41,7 +41,9 @@ ], "operationId": "BgpServiceCommunities_List", "x-ms-examples": { - "ServiceCommunityList": { "$ref": "./examples/ServiceCommunityList.json" } + "ServiceCommunityList": { + "$ref": "./examples/ServiceCommunityList.json" + } }, "description": "Gets all the available bgp service communities.", "parameters": [ @@ -71,7 +73,7 @@ "properties": { "serviceSupportedRegion": { "type": "string", - "description": "The region which the service support. e.g. For O365, region is Global." + "description": "The region which the service support. e.g. For O365, region is Global." }, "communityName": { "type": "string", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/usage.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/usage.json index e3da7eed720c..77b7d3ca4582 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/usage.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/usage.json @@ -68,7 +68,9 @@ } }, "x-ms-examples": { - "List usages": { "$ref": "./examples/UsageList.json" } + "List usages": { + "$ref": "./examples/UsageList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/virtualNetwork.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/virtualNetwork.json index 9741fd62c65a..ec181d80dc37 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/virtualNetwork.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/virtualNetwork.json @@ -78,7 +78,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Delete virtual network": { "$ref": "./examples/VirtualNetworkDelete.json" } + "Delete virtual network": { + "$ref": "./examples/VirtualNetworkDelete.json" + } } }, "get": { @@ -125,7 +127,9 @@ } }, "x-ms-examples": { - "Get virtual network": { "$ref": "./examples/VirtualNetworkGet.json" } + "Get virtual network": { + "$ref": "./examples/VirtualNetworkGet.json" + } } }, "put": { @@ -181,9 +185,15 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Create virtual network": { "$ref": "./examples/VirtualNetworkCreate.json" }, - "Create virtual network with subnet": { "$ref": "./examples/VirtualNetworkCreateSubnet.json" }, - "Create virtual network with service endpoints": { "$ref": "./examples/VirtualNetworkCreateServiceEndpoints.json" } + "Create virtual network": { + "$ref": "./examples/VirtualNetworkCreate.json" + }, + "Create virtual network with subnet": { + "$ref": "./examples/VirtualNetworkCreateSubnet.json" + }, + "Create virtual network with service endpoints": { + "$ref": "./examples/VirtualNetworkCreateServiceEndpoints.json" + } } }, "patch": { @@ -233,7 +243,9 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Update virtual network tags": { "$ref": "./examples/VirtualNetworkUpdateTags.json" } + "Update virtual network tags": { + "$ref": "./examples/VirtualNetworkUpdateTags.json" + } } } }, @@ -261,7 +273,9 @@ } }, "x-ms-examples": { - "List all virtual networks": { "$ref": "./examples/VirtualNetworkListAll.json" } + "List all virtual networks": { + "$ref": "./examples/VirtualNetworkListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -299,14 +313,16 @@ } }, "x-ms-examples": { - "List virtual networks in resource group": { "$ref": "./examples/VirtualNetworkList.json" } + "List virtual networks in resource group": { + "$ref": "./examples/VirtualNetworkList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}": { "delete": { "tags": [ "Subnets" @@ -354,7 +370,9 @@ } }, "x-ms-examples": { - "Delete subnet": { "$ref": "./examples/SubnetDelete.json" } + "Delete subnet": { + "$ref": "./examples/SubnetDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -409,7 +427,9 @@ } }, "x-ms-examples": { - "Get subnet": { "$ref": "./examples/SubnetGet.json" } + "Get subnet": { + "$ref": "./examples/SubnetGet.json" + } } }, "put": { @@ -472,8 +492,12 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Create subnet": { "$ref": "./examples/SubnetCreate.json" }, - "Create subnet with service endpoints": { "$ref": "./examples/SubnetCreateServiceEndpoint.json" } + "Create subnet": { + "$ref": "./examples/SubnetCreate.json" + }, + "Create subnet with service endpoints": { + "$ref": "./examples/SubnetCreateServiceEndpoint.json" + } } } }, @@ -518,7 +542,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List subnets": { "$ref": "./examples/SubnetList.json" } + "List subnets": { + "$ref": "./examples/SubnetList.json" + } } } }, @@ -570,7 +596,9 @@ } }, "x-ms-examples": { - "Delete peering": { "$ref": "./examples/VirtualNetworkPeeringDelete.json" } + "Delete peering": { + "$ref": "./examples/VirtualNetworkPeeringDelete.json" + } }, "x-ms-long-running-operation": true }, @@ -618,7 +646,9 @@ } }, "x-ms-examples": { - "Get peering": { "$ref": "./examples/VirtualNetworkPeeringGet.json" } + "Get peering": { + "$ref": "./examples/VirtualNetworkPeeringGet.json" + } } }, "put": { @@ -680,7 +710,9 @@ } }, "x-ms-examples": { - "Create peering": { "$ref": "./examples/VirtualNetworkPeeringCreate.json" } + "Create peering": { + "$ref": "./examples/VirtualNetworkPeeringCreate.json" + } }, "x-ms-long-running-operation": true } @@ -726,7 +758,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List peerings": { "$ref": "./examples/VirtualNetworkPeeringList.json" } + "List peerings": { + "$ref": "./examples/VirtualNetworkPeeringList.json" + } } } }, @@ -772,7 +806,9 @@ } }, "x-ms-examples": { - "Check IP address availability": { "$ref": "./examples/VirtualNetworkCheckIPAddressAvailability.json" } + "Check IP address availability": { + "$ref": "./examples/VirtualNetworkCheckIPAddressAvailability.json" + } } } }, @@ -811,7 +847,9 @@ } }, "x-ms-examples": { - "VnetGetUsage": { "$ref": "./examples/VirtualNetworkListUsage.json" } + "VnetGetUsage": { + "$ref": "./examples/VirtualNetworkListUsage.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -877,7 +915,7 @@ "description": "The reference of the RouteTable resource." }, "serviceEndpoints": { - "type": "array", + "type": "array", "items": { "$ref": "#/definitions/ServiceEndpointPropertiesFormat" }, @@ -1081,13 +1119,13 @@ "type": "string", "description": "The provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." }, - "enableDdosProtection": { - "type": "boolean", - "description": "Indicates if DDoS protection is enabled for all the protected resources in a Virtual Network." - }, - "enableVmProtection": { - "type": "boolean", - "description": "Indicates if Vm protection is enabled for all the subnets in a Virtual Network." + "enableDdosProtection": { + "type": "boolean", + "description": "Indicates if DDoS protection is enabled for all the protected resources in a Virtual Network." + }, + "enableVmProtection": { + "type": "boolean", + "description": "Indicates if Vm protection is enabled for all the subnets in a Virtual Network." } }, "description": "Properties of the virtual network." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/virtualNetworkGateway.json index 1fda9d37605a..96fe34d43a14 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/virtualNetworkGateway.json @@ -214,7 +214,9 @@ } }, "x-ms-examples": { - "Update Virtual Network Gateway Tags": { "$ref": "./examples/VirtualNetworkGatewayUpdateTags.json" } + "Update Virtual Network Gateway Tags": { + "$ref": "./examples/VirtualNetworkGatewayUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -295,7 +297,9 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "VirtualNetworkGatewaysListConnections": { "$ref": "./examples/VirtualNetworkGatewaysListConnections.json" } + "VirtualNetworkGatewaysListConnections": { + "$ref": "./examples/VirtualNetworkGatewaysListConnections.json" + } } } }, @@ -909,7 +913,9 @@ } }, "x-ms-examples": { - "Update Virtual Network Gateway Connection Tags": { "$ref": "./examples/VirtualNetworkGatewayConnectionUpdateTags.json" } + "Update Virtual Network Gateway Connection Tags": { + "$ref": "./examples/VirtualNetworkGatewayConnectionUpdateTags.json" + } }, "x-ms-long-running-operation": true } @@ -1275,7 +1281,9 @@ } }, "x-ms-examples": { - "Update Local Network Gateway Tags": { "$ref": "./examples/LocalNetworkGatewayUpdateTags.json" } + "Update Local Network Gateway Tags": { + "$ref": "./examples/LocalNetworkGatewayUpdateTags.json" + } }, "x-ms-long-running-operation": true } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/vmssNetworkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/vmssNetworkInterface.json index b9cb4ede4929..1f6c30ffb8f9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/vmssNetworkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/vmssNetworkInterface.json @@ -92,7 +92,9 @@ } }, "x-ms-examples": { - "List virtual machine scale set vm network interfaces": { "$ref": "./examples/VmssVmNetworkInterfaceList.json" } + "List virtual machine scale set vm network interfaces": { + "$ref": "./examples/VmssVmNetworkInterfaceList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -148,7 +150,9 @@ } }, "x-ms-examples": { - "List virtual machine scale set network interfaces": { "$ref": "./examples/VmssNetworkInterfaceList.json" } + "List virtual machine scale set network interfaces": { + "$ref": "./examples/VmssNetworkInterfaceList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -225,7 +229,9 @@ } }, "x-ms-examples": { - "Get virtual machine scale set network interface": { "$ref": "./examples/VmssNetworkInterfaceGet.json" } + "Get virtual machine scale set network interface": { + "$ref": "./examples/VmssNetworkInterfaceGet.json" + } } } }, @@ -299,7 +305,9 @@ } }, "x-ms-examples": { - "List virtual machine scale set network interface ip configurations": { "$ref": "./examples/VmssNetworkInterfaceIpConfigList.json" } + "List virtual machine scale set network interface ip configurations": { + "$ref": "./examples/VmssNetworkInterfaceIpConfigList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -383,7 +391,9 @@ } }, "x-ms-examples": { - "Get virtual machine scale set network interface": { "$ref": "./examples/VmssNetworkInterfaceIpConfigGet.json" } + "Get virtual machine scale set network interface": { + "$ref": "./examples/VmssNetworkInterfaceIpConfigGet.json" + } } } } @@ -397,4 +407,4 @@ "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } } -} \ No newline at end of file +} diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/vmssPublicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/vmssPublicIpAddress.json index 79113ac031f9..f08533b361ac 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/vmssPublicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2017-11-01/vmssPublicIpAddress.json @@ -82,14 +82,16 @@ } }, "x-ms-examples": { - "ListVMSSPublicIP": { "$ref": "./examples/VmssPublicIpListAll.json" } + "ListVMSSPublicIP": { + "$ref": "./examples/VmssPublicIpListAll.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipconfigurations/{ipConfigurationName}/publicipaddresses" : { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipconfigurations/{ipConfigurationName}/publicipaddresses": { "get": { "operationId": "PublicIPAddresses_ListVirtualMachineScaleSetVMPublicIPAddresses", "description": "Gets information about all public IP addresses in a virtual machine IP configuration in a virtual machine scale set.", @@ -156,7 +158,9 @@ } }, "x-ms-examples": { - "ListVMSSVMPublicIP": { "$ref": "./examples/VmssVmPublicIpList.json" } + "ListVMSSVMPublicIP": { + "$ref": "./examples/VmssVmPublicIpList.json" + } }, "x-ms-pageable": { "nextLinkName": "nextLink" @@ -236,7 +240,9 @@ } ], "x-ms-examples": { - "GetVMSSPublicIP": { "$ref": "./examples/VmssPublicIpGet.json" } + "GetVMSSPublicIP": { + "$ref": "./examples/VmssPublicIpGet.json" + } }, "responses": { "200": { @@ -258,4 +264,4 @@ "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." } } -} \ No newline at end of file +}