diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/applicationGateway.json index 6e1aeb8b2a0f..8dfebe4b9e44 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/applicationGateway.json @@ -1953,7 +1953,7 @@ "exclusiveMaximum": false, "minimum": 8, "exclusiveMinimum": false, - "description": "Maxium request body size for WAF." + "description": "Maximum request body size for WAF." }, "maxRequestBodySizeInKb": { "type": "integer", @@ -1962,7 +1962,7 @@ "exclusiveMaximum": false, "minimum": 8, "exclusiveMinimum": false, - "description": "Maxium request body size in Kb for WAF." + "description": "Maximum request body size in Kb for WAF." }, "fileUploadLimitInMb": { "type": "integer", @@ -1971,7 +1971,7 @@ "exclusiveMaximum": false, "minimum": 0, "exclusiveMinimum": false, - "description": "Maxium file upload size in Mb for WAF." + "description": "Maximum file upload size in Mb for WAF." }, "exclusions": { "type": "array", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/azureFirewall.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/azureFirewall.json index 9c1524d65f19..189a5f664b37 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/azureFirewall.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/azureFirewall.json @@ -1,264 +1,264 @@ -{ +{ "swagger":"2.0", - "info":{ + "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": "2018-11-01" }, "host":"management.azure.com", - "schemes":[ + "schemes":[ "https" ], - "consumes":[ + "consumes":[ "application/json" ], - "produces":[ + "produces":[ "application/json" ], - "security":[ - { - "azure_auth":[ + "security":[ + { + "azure_auth":[ "user_impersonation" ] } ], - "securityDefinitions":{ - "azure_auth":{ + "securityDefinitions":{ + "azure_auth":{ "type":"oauth2", "authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize", "flow":"implicit", "description":"Azure Active Directory OAuth2 Flow", - "scopes":{ + "scopes":{ "user_impersonation":"impersonate your user account" } } }, - "paths":{ - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/azureFirewalls/{azureFirewallName}":{ - "delete":{ - "tags":[ + "paths":{ + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/azureFirewalls/{azureFirewallName}":{ + "delete":{ + "tags":[ "AzureFirewalls" ], "operationId":"AzureFirewalls_Delete", "description":"Deletes the specified Azure Firewall.", - "parameters":[ - { + "parameters":[ + { "name":"resourceGroupName", "in":"path", "required":true, "type":"string", "description":"The name of the resource group." }, - { + { "name":"azureFirewallName", "in":"path", "required":true, "type":"string", "description":"The name of the Azure Firewall." }, - { + { "$ref":"./network.json#/parameters/ApiVersionParameter" }, - { + { "$ref":"./network.json#/parameters/SubscriptionIdParameter" } ], - "responses":{ - "202":{ + "responses":{ + "202":{ "description":"Accepted and the operation will complete asynchronously." }, - "204":{ + "204":{ "description":"Request successful. Resource with the specified name does not exist" }, - "200":{ + "200":{ "description":"Delete successful." } }, - "x-ms-examples":{ - "Delete Azure Firewall":{ + "x-ms-examples":{ + "Delete Azure Firewall":{ "$ref":"./examples/AzureFirewallDelete.json" } }, "x-ms-long-running-operation":true }, - "get":{ - "tags":[ + "get":{ + "tags":[ "AzureFirewalls" ], "operationId":"AzureFirewalls_Get", "description":"Gets the specified Azure Firewall.", - "parameters":[ - { + "parameters":[ + { "name":"resourceGroupName", "in":"path", "required":true, "type":"string", "description":"The name of the resource group." }, - { + { "name":"azureFirewallName", "in":"path", "required":true, "type":"string", "description":"The name of the Azure Firewall." }, - { + { "$ref":"./network.json#/parameters/ApiVersionParameter" }, - { + { "$ref":"./network.json#/parameters/SubscriptionIdParameter" } ], - "responses":{ - "200":{ + "responses":{ + "200":{ "description":"Request successful. The operation returns an AzureFirewall resource.", - "schema":{ + "schema":{ "$ref":"#/definitions/AzureFirewall" } } }, - "x-ms-examples":{ - "Get Azure Firewall":{ + "x-ms-examples":{ + "Get Azure Firewall":{ "$ref":"./examples/AzureFirewallGet.json" } } }, - "put":{ - "tags":[ + "put":{ + "tags":[ "AzureFirewalls" ], "operationId":"AzureFirewalls_CreateOrUpdate", "description":"Creates or updates the specified Azure Firewall.", - "parameters":[ - { + "parameters":[ + { "name":"resourceGroupName", "in":"path", "required":true, "type":"string", "description":"The name of the resource group." }, - { + { "name":"azureFirewallName", "in":"path", "required":true, "type":"string", "description":"The name of the Azure Firewall." }, - { + { "name":"parameters", "in":"body", "required":true, - "schema":{ + "schema":{ "$ref":"#/definitions/AzureFirewall" }, "description":"Parameters supplied to the create or update Azure Firewall operation." }, - { + { "$ref":"./network.json#/parameters/ApiVersionParameter" }, - { + { "$ref":"./network.json#/parameters/SubscriptionIdParameter" } ], - "responses":{ - "201":{ + "responses":{ + "201":{ "description":"Create successful. The operation returns the resulting AzureFirewall resource.", - "schema":{ + "schema":{ "$ref":"#/definitions/AzureFirewall" } }, - "200":{ + "200":{ "description":"Update successful. The operation returns the resulting AzureFirewall resource.", - "schema":{ + "schema":{ "$ref":"#/definitions/AzureFirewall" } } }, - "x-ms-examples":{ - "Create Azure Firewall":{ + "x-ms-examples":{ + "Create Azure Firewall":{ "$ref":"./examples/AzureFirewallPut.json" } }, "x-ms-long-running-operation":true } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/azureFirewalls":{ - "get":{ - "tags":[ + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/azureFirewalls":{ + "get":{ + "tags":[ "AzureFirewalls" ], "operationId":"AzureFirewalls_List", "description":"Lists all Azure Firewalls in a resource group.", - "parameters":[ - { + "parameters":[ + { "name":"resourceGroupName", "in":"path", "required":true, "type":"string", "description":"The name of the resource group." }, - { + { "$ref":"./network.json#/parameters/ApiVersionParameter" }, - { + { "$ref":"./network.json#/parameters/SubscriptionIdParameter" } ], - "responses":{ - "200":{ + "responses":{ + "200":{ "description":"Success. The operation returns a list of AzureFirewall resources.", - "schema":{ + "schema":{ "$ref":"#/definitions/AzureFirewallListResult" } } }, - "x-ms-examples":{ - "List all Azure Firewalls for a given resource group":{ + "x-ms-examples":{ + "List all Azure Firewalls for a given resource group":{ "$ref":"./examples/AzureFirewallListByResourceGroup.json" } }, - "x-ms-pageable":{ + "x-ms-pageable":{ "nextLinkName":"nextLink" } } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/azureFirewalls":{ - "get":{ - "tags":[ + "/subscriptions/{subscriptionId}/providers/Microsoft.Network/azureFirewalls":{ + "get":{ + "tags":[ "AzureFirewalls" ], "operationId":"AzureFirewalls_ListAll", "description":"Gets all the Azure Firewalls in a subscription.", - "parameters":[ - { + "parameters":[ + { "$ref":"./network.json#/parameters/ApiVersionParameter" }, - { + { "$ref":"./network.json#/parameters/SubscriptionIdParameter" } ], - "responses":{ - "200":{ + "responses":{ + "200":{ "description":"Success. The operation returns a list of AzureFirewall resources.", - "schema":{ + "schema":{ "$ref":"#/definitions/AzureFirewallListResult" } } }, - "x-ms-examples":{ - "List all Azure Firewalls for a given subscription":{ + "x-ms-examples":{ + "List all Azure Firewalls for a given subscription":{ "$ref":"./examples/AzureFirewallListBySubscription.json" } }, - "x-ms-pageable":{ + "x-ms-pageable":{ "nextLinkName":"nextLink" } } } }, - "definitions":{ - "AzureFirewallIPConfigurationPropertiesFormat":{ - "properties":{ + "definitions":{ + "AzureFirewallIPConfigurationPropertiesFormat":{ + "properties":{ "privateIPAddress": { "type": "string", "readOnly": true, @@ -272,111 +272,111 @@ "$ref": "./network.json#/definitions/SubResource", "description": "Reference of the PublicIP resource. This field is a mandatory input if subnet is not null." }, - "provisioningState":{ + "provisioningState":{ "description":"The provisioning state of the resource.", "$ref":"#/definitions/ProvisioningState" } }, "description":"Properties of IP configuration of an Azure Firewall." }, - "AzureFirewallIPConfiguration":{ - "properties":{ - "properties":{ + "AzureFirewallIPConfiguration":{ + "properties":{ + "properties":{ "x-ms-client-flatten":true, "$ref":"#/definitions/AzureFirewallIPConfigurationPropertiesFormat" }, - "name":{ + "name":{ "type":"string", "description":"Name of the resource that is unique within a resource group. This name can be used to access the resource." }, - "etag":{ + "etag":{ "type":"string", "readOnly": true, "description":"A unique read-only string that changes whenever the resource is updated." } }, - "allOf":[ - { + "allOf":[ + { "$ref":"./network.json#/definitions/SubResource" } ], "description":"IP configuration of an Azure Firewall." }, - "AzureFirewallPropertiesFormat":{ - "properties":{ - "applicationRuleCollections":{ + "AzureFirewallPropertiesFormat":{ + "properties":{ + "applicationRuleCollections":{ "type":"array", - "items":{ + "items":{ "$ref":"#/definitions/AzureFirewallApplicationRuleCollection" }, "description":"Collection of application rule collections used by Azure Firewall." }, - "natRuleCollections":{ + "natRuleCollections":{ "type":"array", - "items":{ + "items":{ "$ref":"#/definitions/AzureFirewallNatRuleCollection" }, "description":"Collection of NAT rule collections used by Azure Firewall." }, - "networkRuleCollections":{ + "networkRuleCollections":{ "type":"array", - "items":{ + "items":{ "$ref":"#/definitions/AzureFirewallNetworkRuleCollection" }, "description":"Collection of network rule collections used by Azure Firewall." }, - "ipConfigurations":{ + "ipConfigurations":{ "type":"array", - "items":{ + "items":{ "$ref":"#/definitions/AzureFirewallIPConfiguration" }, "description":"IP configuration of the Azure Firewall resource." }, - "provisioningState":{ + "provisioningState":{ "description":"The provisioning state of the resource.", "$ref":"#/definitions/ProvisioningState" } }, "description":"Properties of the Azure Firewall." }, - "AzureFirewall":{ - "properties":{ - "properties":{ + "AzureFirewall":{ + "properties":{ + "properties":{ "x-ms-client-flatten":true, "$ref":"#/definitions/AzureFirewallPropertiesFormat" }, - "etag":{ + "etag":{ "type":"string", "readOnly":true, "description":"Gets a unique read-only string that changes whenever the resource is updated." } }, - "allOf":[ - { + "allOf":[ + { "$ref":"./network.json#/definitions/Resource" } ], "description":"Azure Firewall resource" }, - "AzureFirewallListResult":{ - "properties":{ - "value":{ + "AzureFirewallListResult":{ + "properties":{ + "value":{ "type":"array", - "items":{ + "items":{ "$ref":"#/definitions/AzureFirewall" }, "description":"List of Azure Firewalls in a resource group." }, - "nextLink":{ + "nextLink":{ "type":"string", "description":"URL to get the next set of results." } }, "description":"Response for ListAzureFirewalls API service call." }, - "AzureFirewallApplicationRuleCollectionPropertiesFormat":{ - "properties":{ - "priority":{ + "AzureFirewallApplicationRuleCollectionPropertiesFormat":{ + "properties":{ + "priority":{ "type":"integer", "format":"int32", "maximum":65000, @@ -385,54 +385,54 @@ "exclusiveMinimum":false, "description":"Priority of the application rule collection resource." }, - "action":{ + "action":{ "$ref":"#/definitions/AzureFirewallRCAction", "description":"The action type of a rule collection" }, - "rules":{ + "rules":{ "type":"array", - "items":{ + "items":{ "$ref":"#/definitions/AzureFirewallApplicationRule" }, "description":"Collection of rules used by a application rule collection." }, - "provisioningState":{ + "provisioningState":{ "description":"The provisioning state of the resource.", "$ref":"#/definitions/ProvisioningState" } }, "description":"Properties of the application rule collection." }, - "AzureFirewallApplicationRuleCollection":{ - "properties":{ - "properties":{ + "AzureFirewallApplicationRuleCollection":{ + "properties":{ + "properties":{ "x-ms-client-flatten":true, "$ref":"#/definitions/AzureFirewallApplicationRuleCollectionPropertiesFormat" }, - "name":{ + "name":{ "type":"string", "description":"Gets name of the resource that is unique within a resource group. This name can be used to access the resource." }, - "etag":{ + "etag":{ "type":"string", "readOnly":true, "description":"Gets a unique read-only string that changes whenever the resource is updated." } }, - "allOf":[ - { + "allOf":[ + { "$ref":"./network.json#/definitions/SubResource" } ], "description":"Application rule collection resource" }, - "AzureFirewallApplicationRuleProtocol":{ - "properties":{ - "protocolType":{ + "AzureFirewallApplicationRuleProtocol":{ + "properties":{ + "protocolType":{ "description":"Protocol type", "$ref":"#/definitions/AzureFirewallApplicationRuleProtocolType" }, - "port":{ + "port":{ "type":"integer", "format":"int32", "maximum":64000, @@ -444,41 +444,41 @@ }, "description":"Properties of the application rule protocol." }, - "AzureFirewallApplicationRule":{ - "properties":{ - "name":{ + "AzureFirewallApplicationRule":{ + "properties":{ + "name":{ "type":"string", "description":"Name of the application rule." }, - "description":{ + "description":{ "type":"string", "description":"Description of the rule." }, - "sourceAddresses":{ + "sourceAddresses":{ "type":"array", "description":"List of source IP addresses for this rule.", - "items":{ + "items":{ "type":"string" } }, - "protocols":{ + "protocols":{ "type":"array", - "items":{ + "items":{ "$ref":"#/definitions/AzureFirewallApplicationRuleProtocol" }, "description":"Array of ApplicationRuleProtocols." }, - "targetFqdns":{ + "targetFqdns":{ "type":"array", "description":"List of FQDNs for this rule.", - "items":{ + "items":{ "type":"string" } }, "fqdnTags":{ "type":"array", "description":"List of FQDN Tags for this rule.", - "items":{ + "items":{ "type":"string" } } @@ -486,8 +486,8 @@ "description":"Properties of an application rule." }, "AzureFirewallNatRuleCollectionProperties": { - "properties":{ - "priority":{ + "properties":{ + "priority":{ "type":"integer", "format":"int32", "maximum":65000, @@ -496,120 +496,120 @@ "exclusiveMinimum":false, "description":"Priority of the NAT rule collection resource." }, - "action":{ + "action":{ "$ref":"#/definitions/AzureFirewallNatRCAction", "description":"The action type of a NAT rule collection" }, - "rules":{ + "rules":{ "type":"array", - "items":{ + "items":{ "$ref":"#/definitions/AzureFirewallNatRule" }, "description":"Collection of rules used by a NAT rule collection." }, - "provisioningState":{ + "provisioningState":{ "description":"The provisioning state of the resource.", "$ref":"#/definitions/ProvisioningState" } }, "description":"Properties of the NAT rule collection." }, - "AzureFirewallNatRuleCollection":{ - "properties":{ - "properties":{ + "AzureFirewallNatRuleCollection":{ + "properties":{ + "properties":{ "x-ms-client-flatten":true, "$ref":"#/definitions/AzureFirewallNatRuleCollectionProperties" }, - "name":{ + "name":{ "type":"string", "description":"Gets name of the resource that is unique within a resource group. This name can be used to access the resource." }, - "etag":{ + "etag":{ "type":"string", "readOnly":true, "description":"Gets a unique read-only string that changes whenever the resource is updated." } }, - "allOf":[ - { + "allOf":[ + { "$ref":"./network.json#/definitions/SubResource" } ], "description":"NAT rule collection resource" }, - "AzureFirewallNatRule":{ - "properties":{ - "name":{ + "AzureFirewallNatRule":{ + "properties":{ + "name":{ "type":"string", "description":"Name of the NAT rule." }, - "description":{ + "description":{ "type":"string", "description":"Description of the rule." }, - "sourceAddresses":{ + "sourceAddresses":{ "type":"array", "description":"List of source IP addresses for this rule.", - "items":{ + "items":{ "type":"string" } }, - "destinationAddresses":{ + "destinationAddresses":{ "type":"array", "description":"List of destination IP addresses for this rule.", - "items":{ + "items":{ "type":"string" } }, - "destinationPorts":{ + "destinationPorts":{ "type":"array", "description":"List of destination ports.", - "items":{ + "items":{ "type":"string" } }, - "protocols":{ + "protocols":{ "type":"array", - "items":{ + "items":{ "$ref":"#/definitions/AzureFirewallNetworkRuleProtocol" }, "description":"Array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule." }, - "translatedAddress":{ + "translatedAddress":{ "type":"string", "description":"The translated address for this NAT rule." }, - "translatedPort":{ + "translatedPort":{ "type":"string", "description":"The translated port for this NAT rule." } }, "description":"Properties of a NAT rule." }, - "AzureFirewallNatRCAction":{ - "properties":{ - "type":{ + "AzureFirewallNatRCAction":{ + "properties":{ + "type":{ "description":"The type of action.", "$ref":"#/definitions/AzureFirewallNatRCActionType" } }, "description":"AzureFirewall NAT Rule Collection Action." }, - "AzureFirewallNatRCActionType":{ + "AzureFirewallNatRCActionType":{ "type":"string", "description":"The action type of a NAT rule collection", - "enum":[ + "enum":[ "Snat", "Dnat" ], - "x-ms-enum":{ + "x-ms-enum":{ "name":"AzureFirewallNatRCActionType", "modelAsString":true } }, - "AzureFirewallNetworkRuleCollectionPropertiesFormat":{ - "properties":{ - "priority":{ + "AzureFirewallNetworkRuleCollectionPropertiesFormat":{ + "properties":{ + "priority":{ "type":"integer", "format":"int32", "maximum":65000, @@ -618,146 +618,146 @@ "exclusiveMinimum":false, "description":"Priority of the network rule collection resource." }, - "action":{ + "action":{ "$ref":"#/definitions/AzureFirewallRCAction", "description":"The action type of a rule collection" }, - "rules":{ + "rules":{ "type":"array", - "items":{ + "items":{ "$ref":"#/definitions/AzureFirewallNetworkRule" }, "description":"Collection of rules used by a network rule collection." }, - "provisioningState":{ + "provisioningState":{ "description":"The provisioning state of the resource.", "$ref":"#/definitions/ProvisioningState" } }, "description":"Properties of the network rule collection." }, - "AzureFirewallNetworkRuleCollection":{ - "properties":{ - "properties":{ + "AzureFirewallNetworkRuleCollection":{ + "properties":{ + "properties":{ "x-ms-client-flatten":true, "$ref":"#/definitions/AzureFirewallNetworkRuleCollectionPropertiesFormat" }, - "name":{ + "name":{ "type":"string", "description":"Gets name of the resource that is unique within a resource group. This name can be used to access the resource." }, - "etag":{ + "etag":{ "type":"string", "readOnly":true, "description":"Gets a unique read-only string that changes whenever the resource is updated." } }, - "allOf":[ - { + "allOf":[ + { "$ref":"./network.json#/definitions/SubResource" } ], "description":"Network rule collection resource" }, - "AzureFirewallNetworkRule":{ - "properties":{ - "name":{ + "AzureFirewallNetworkRule":{ + "properties":{ + "name":{ "type":"string", "description":"Name of the network rule." }, - "description":{ + "description":{ "type":"string", "description":"Description of the rule." }, - "protocols":{ + "protocols":{ "type":"array", - "items":{ + "items":{ "$ref":"#/definitions/AzureFirewallNetworkRuleProtocol" }, "description":"Array of AzureFirewallNetworkRuleProtocols." }, - "sourceAddresses":{ + "sourceAddresses":{ "type":"array", "description":"List of source IP addresses for this rule.", - "items":{ + "items":{ "type":"string" } }, - "destinationAddresses":{ + "destinationAddresses":{ "type":"array", "description":"List of destination IP addresses.", - "items":{ + "items":{ "type":"string" } }, - "destinationPorts":{ + "destinationPorts":{ "type":"array", "description":"List of destination ports.", - "items":{ + "items":{ "type":"string" } } }, "description":"Properties of the network rule." }, - "AzureFirewallRCAction":{ - "properties":{ - "type":{ + "AzureFirewallRCAction":{ + "properties":{ + "type":{ "description":"The type of action.", "$ref":"#/definitions/AzureFirewallRCActionType" } }, "description":"Properties of the AzureFirewallRCAction." }, - "AzureFirewallRCActionType":{ + "AzureFirewallRCActionType":{ "type":"string", "description":"The action type of a rule collection", - "enum":[ + "enum":[ "Allow", "Deny" ], - "x-ms-enum":{ + "x-ms-enum":{ "name":"AzureFirewallRCActionType", "modelAsString":true } }, - "ProvisioningState":{ + "ProvisioningState":{ "type":"string", "readOnly":true, - "description":"The current provisisoning state.", - "enum":[ + "description":"The current provisioning state.", + "enum":[ "Succeeded", "Updating", "Deleting", "Failed" ], - "x-ms-enum":{ + "x-ms-enum":{ "name":"ProvisioningState", "modelAsString":true } }, - "AzureFirewallNetworkRuleProtocol":{ + "AzureFirewallNetworkRuleProtocol":{ "type":"string", "description":"The protocol of a Network Rule resource", - "enum":[ + "enum":[ "TCP", "UDP", "Any", "ICMP" ], - "x-ms-enum":{ + "x-ms-enum":{ "name":"AzureFirewallNetworkRuleProtocol", "modelAsString":true } }, - "AzureFirewallApplicationRuleProtocolType":{ + "AzureFirewallApplicationRuleProtocolType":{ "type":"string", "description":"The protocol type of a Application Rule resource", - "enum":[ + "enum":[ "Http", "Https" ], - "x-ms-enum":{ + "x-ms-enum":{ "name":"AzureFirewallApplicationRuleProtocolType", "modelAsString":true } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/expressRouteCircuit.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/expressRouteCircuit.json index 2bd8f635af9b..88da92494c44 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/expressRouteCircuit.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/expressRouteCircuit.json @@ -83,7 +83,7 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Delete ExpressRouteCircuit Authorization": { "$ref": "./examples/ExpressRouteCircuitAuthorizationDelete.json" } + "Delete ExpressRouteCircuit Authorization": { "$ref": "./examples/ExpressRouteCircuitAuthorizationDelete.json" } } }, "get": { @@ -130,7 +130,7 @@ } }, "x-ms-examples": { - "Get ExpressRouteCircuit Authorization": { "$ref": "./examples/ExpressRouteCircuitAuthorizationGet.json" } + "Get ExpressRouteCircuit Authorization": { "$ref": "./examples/ExpressRouteCircuitAuthorizationGet.json" } } }, "put": { @@ -192,8 +192,8 @@ } }, "x-ms-long-running-operation": true, - "x-ms-examples": { - "Create ExpressRouteCircuit Authorization": { "$ref": "./examples/ExpressRouteCircuitAuthorizationCreate.json" } + "x-ms-examples": { + "Create ExpressRouteCircuit Authorization": { "$ref": "./examples/ExpressRouteCircuitAuthorizationCreate.json" } } } }, @@ -237,8 +237,8 @@ "x-ms-pageable": { "nextLinkName": "nextLink" }, - "x-ms-examples": { - "List ExpressRouteCircuit Authorization": { "$ref": "./examples/ExpressRouteCircuitAuthorizationList.json" } + "x-ms-examples": { + "List ExpressRouteCircuit Authorization": { "$ref": "./examples/ExpressRouteCircuitAuthorizationList.json" } } } }, @@ -505,7 +505,7 @@ } }, "x-ms-examples": { - "Delete ExpressRouteCircuit": { "$ref": "./examples/ExpressRouteCircuitConnectionDelete.json" } + "Delete ExpressRouteCircuit": { "$ref": "./examples/ExpressRouteCircuitConnectionDelete.json" } }, "x-ms-long-running-operation": true }, @@ -607,7 +607,7 @@ "schema": { "$ref": "#/definitions/ExpressRouteCircuitConnection" }, - "description": "Parameters supplied to the create or update express route circuit circuit connection operation." + "description": "Parameters supplied to the create or update express route circuit connection operation." }, { "$ref": "./network.json#/parameters/ApiVersionParameter" @@ -685,8 +685,8 @@ "x-ms-pageable": { "nextLinkName": "nextLink" }, - "x-ms-examples": { - "List ExpressRouteCircuit Connection": { "$ref": "./examples/ExpressRouteCircuitConnectionList.json" } + "x-ms-examples": { + "List ExpressRouteCircuit Connection": { "$ref": "./examples/ExpressRouteCircuitConnectionList.json" } } } }, @@ -1220,7 +1220,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List ExpressRouteCircuits in a subscription": { "$ref": "./examples/ExpressRouteCircuitListBySubscription.json" } + "List ExpressRouteCircuits in a subscription": { "$ref": "./examples/ExpressRouteCircuitListBySubscription.json" } } } }, @@ -1241,7 +1241,7 @@ ], "responses": { "200": { - "description": "Request successful. The operation returns a list of ExpressRouteServiceProdiver resources.", + "description": "Request successful. The operation returns a list of ExpressRouteServiceProvider resources.", "schema": { "$ref": "#/definitions/ExpressRouteServiceProviderListResult" } @@ -1334,7 +1334,7 @@ "items": { "type": "string" }, - "description": "The communities of bgp peering. Spepcified for microsoft peering" + "description": "The communities of bgp peering. Specified for microsoft peering" }, "advertisedPublicPrefixesState": { "type": "string", @@ -1612,7 +1612,7 @@ "provisioningState": { "type": "string", "readOnly": true, - "description": "Provisioning state of the circuit connection resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'." + "description": "Provisioning state of the circuit connection resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'." } } }, @@ -1782,7 +1782,7 @@ "allowGlobalReach": { "type": "boolean", "description": "Flag to enable Global Reach on the circuit." - } + } }, "description": "Properties of ExpressRouteCircuit." }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/expressRouteCrossConnection.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/expressRouteCrossConnection.json index 8fd938ef52dd..cefae4f99271 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/expressRouteCrossConnection.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/expressRouteCrossConnection.json @@ -51,7 +51,7 @@ ], "responses": { "200": { - "description": "Request successful. The operation returns a list of ExpressRouteCrossConnection resources. If there are no crossconnection resources an empty list is returned.", + "description": "Request successful. The operation returns a list of ExpressRouteCrossConnection resources. If there are no cross connection resources an empty list is returned.", "schema": { "$ref": "#/definitions/ExpressRouteCrossConnectionListResult" } @@ -91,7 +91,7 @@ ], "responses": { "200": { - "description": "Request successful.The operation returns a list of ExpressRouteCrossConnection resources. If there are no crossconnection resources an empty list is returned.", + "description": "Request successful.The operation returns a list of ExpressRouteCrossConnection resources. If there are no cross connection resources an empty list is returned.", "schema": { "$ref": "#/definitions/ExpressRouteCrossConnectionListResult" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/expressRoutePort.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/expressRoutePort.json index b2f94691b752..6e11cd73ecb6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/expressRoutePort.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/expressRoutePort.json @@ -40,7 +40,7 @@ "ExpressRoutePortsLocations" ], "operationId": "ExpressRoutePortsLocations_List", - "description": "Retrieves all ExpressRoutePort peering locations. Does not return available bandwidths for each location. Available bandwidths can only be obtained when retriving a specific peering location.", + "description": "Retrieves all ExpressRoutePort peering locations. Does not return available bandwidths for each location. Available bandwidths can only be obtained when retrieving a specific peering location.", "parameters": [ { "$ref": "./network.json#/parameters/SubscriptionIdParameter" @@ -516,7 +516,7 @@ { "$ref": "./network.json#/definitions/Resource" } - ] + ] }, "ExpressRoutePortsLocationListResult": { "title": "ExpressRoutePorts Location List Result", @@ -670,7 +670,7 @@ "etherType": { "readOnly": true, "type": "string", - "description": "Ethertype of the physical port." + "description": "Ether type of the physical port." }, "allocationDate": { "readOnly": true, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkInterface.json index 2f293bf4b8bb..0b0ebb6805ac 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkInterface.json @@ -580,7 +580,7 @@ "description": "Delete successful." } }, - "x-ms-examples": + "x-ms-examples": { "Delete tap configuration": { "$ref": "./examples/NetworkInterfaceTapConfigurationDelete.json" } }, @@ -629,7 +629,7 @@ } } }, - "x-ms-examples": + "x-ms-examples": { "Get Network Interface Tap Configurations": { "$ref": "./examples/NetworkInterfaceTapConfigurationGet.json" } } @@ -692,7 +692,7 @@ } } }, - "x-ms-examples": + "x-ms-examples": { "Create Network Interface Tap Configurations": { "$ref": "./examples/NetworkInterfaceTapConfigurationCreate.json" } }, @@ -776,7 +776,7 @@ }, "NetworkInterfaceTapConfigurationPropertiesFormat": { "properties": { - "virtualNetworkTap": { + "virtualNetworkTap": { "$ref": "./virtualNetworkTap.json#/definitions/VirtualNetworkTap", "description": "The reference of the Virtual Network Tap resource." }, @@ -1158,14 +1158,14 @@ "items": { "type": "string" }, - "description": "The source port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as seperator (e.g. 100-400), or an asterix (*)" + "description": "The source port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as separator (e.g. 100-400), or an asterisk (*)" }, "destinationPortRanges": { "type": "array", "items": { "type": "string" }, - "description": "The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as seperator (e.g. 100-400), or an asterix (*)" + "description": "The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as separator (e.g. 100-400), or an asterisk (*)" }, "sourceAddressPrefix": { "type": "string", @@ -1180,14 +1180,14 @@ "items": { "type": "string" }, - "description": "The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix (*)." + "description": "The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the asterisk (*)." }, "destinationAddressPrefixes" : { "type": "array", "items": { "type": "string" }, - "description": "The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AureLoadBalancer, Internet), System Tags, and the asterix (*)." + "description": "The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the asterisk (*)." }, "expandedSourceAddressPrefix": { "type": "array", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkProfile.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkProfile.json index b7704e7398e5..4790e2c7e5ba 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkProfile.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkProfile.json @@ -100,7 +100,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the PublicIPPrefx." + "description": "The name of the PublicIPPrefix." }, { "$ref": "./network.json#/parameters/ApiVersionParameter" @@ -268,7 +268,7 @@ } }, "x-ms-examples": { - "List all network profilees": { + "List all network profiles": { "$ref": "./examples/NetworkProfileListAll.json" } }, @@ -308,7 +308,7 @@ } }, "x-ms-examples": { - "List resource group network profilees": { + "List resource group network profiles": { "$ref": "./examples/NetworkProfileList.json" } }, @@ -391,7 +391,7 @@ }, "container": { "$ref": "#/definitions/Container", - "description": "Reference to the conatinaer to which this container network interface is attached." + "description": "Reference to the container to which this container network interface is attached." }, "ipConfigurations": { "type": "array", @@ -485,13 +485,13 @@ "$ref": "./network.json#/definitions/SubResource" } ], - "description": "Container network interface configruation child resource." + "description": "Container network interface configuration child resource." }, "IPConfigurationProfilePropertiesFormat": { "properties": { "subnet": { "$ref": "./virtualNetwork.json#/definitions/Subnet", - "description": "The reference of the subnet resource to create a contatainer network interface ip configruation." + "description": "The reference of the subnet resource to create a container network interface ip configuration." }, "provisioningState": { "readOnly": true, @@ -499,7 +499,7 @@ "description": "The provisioning state of the resource." } }, - "description": "IP configruation profile properties." + "description": "IP configuration profile properties." }, "IPConfigurationProfile": { "properties": { @@ -555,7 +555,7 @@ "$ref": "#/definitions/ContainerNetworkInterfaceIpConfigurationPropertiesFormat", "description": "Properties of the container network interface IP configuration." }, - "name": { + "name": { "type": "string", "description": "The name of the resource. This name can be used to access the resource." }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkSecurityGroup.json index d74196744274..703911a144d1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkSecurityGroup.json @@ -628,15 +628,15 @@ }, "sourcePortRange": { "type": "string", - "description": "The source port or range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports." + "description": "The source port or range. Integer or range between 0 and 65535. Asterisks '*' can also be used to match all ports." }, "destinationPortRange": { "type": "string", - "description": "The destination port or range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports." + "description": "The destination port or range. Integer or range between 0 and 65535. Asterisks '*' can also be used to match all ports." }, "sourceAddressPrefix": { "type": "string", - "description": "The CIDR or source IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. " + "description": "The CIDR or source IP range. Asterisks '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. " }, "sourceAddressPrefixes": { "type": "array", @@ -654,7 +654,7 @@ }, "destinationAddressPrefix": { "type": "string", - "description": "The destination address prefix. CIDR or destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used." + "description": "The destination address prefix. CIDR or destination IP range. Asterisks '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used." }, "destinationAddressPrefixes": { "type": "array", @@ -705,7 +705,7 @@ }, "direction": { "type": "string", - "description": "The direction of the rule. The direction specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'.", + "description": "The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic. Possible values are: 'Inbound' and 'Outbound'.", "enum": [ "Inbound", "Outbound" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkWatcher.json index f2935f40515d..b22bc15365ff 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/networkWatcher.json @@ -1785,8 +1785,8 @@ ], "operationId": "NetworkWatchers_GetNetworkConfigurationDiagnostic", "x-ms-long-running-operation": true, - "x-ms-long-running-operation-options": { - "final-state-via": "location" + "x-ms-long-running-operation-options": { + "final-state-via": "location" }, "description": "Get network configuration diagnostic.", "parameters": [ @@ -1822,7 +1822,7 @@ ], "responses": { "200": { - "description": "Request successful. The operation returns the result of network condifuration diagnostic.", + "description": "Request successful. The operation returns the result of network configuration diagnostic.", "schema": { "$ref": "#/definitions/NetworkConfigurationDiagnosticResponse" } @@ -3200,7 +3200,7 @@ "properties": { "location": { "type": "string", - "description": "Connection monitor location." + "description": "Connection monitor location." }, "tags": { "type": "object", @@ -3385,7 +3385,7 @@ "description": "Information about connection states." } }, - "description": "List of connection states snaphots." + "description": "List of connection states snapshots." }, "ConnectionStateSnapshot": { "properties": { @@ -3468,7 +3468,7 @@ "description": "The ID of the target resource to perform network configuration diagnostic. Valid options are VM, NetworkInterface, VMSS/NetworkInterface and Application Gateway." }, "verbosityLevel": { - "type": "string", + "type": "string", "enum": [ "Normal", "Minimum", @@ -3525,7 +3525,7 @@ }, "destinationPort": { "type": "string", - "description": "Traffice destination port. Accepted values are '*', port (for example, 3389) and port range (for example, 80-100)." + "description": "Traffic destination port. Accepted values are '*', port (for example, 3389) and port range (for example, 80-100)." } } }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/publicIpPrefix.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/publicIpPrefix.json index 1bfa476d00c0..9e152d04866d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/publicIpPrefix.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/publicIpPrefix.json @@ -98,7 +98,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the PublicIPPrefx." + "description": "The name of the PublicIPPrefix." }, { "$ref": "./network.json#/parameters/ApiVersionParameter" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/serviceEndpointPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/serviceEndpointPolicy.json index edb07e0d7eb3..3f880f44c824 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/serviceEndpointPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/serviceEndpointPolicy.json @@ -75,7 +75,7 @@ } }, "x-ms-examples": { - "Delete service endpoint Policys": { "$ref": "./examples/ServiceEndpointPolicyDelete.json" } + "Delete service endpoint Policies": { "$ref": "./examples/ServiceEndpointPolicyDelete.json" } }, "x-ms-long-running-operation": true }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/virtualNetworkGateway.json index 7f00852047d3..465257f50b1b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/virtualNetworkGateway.json @@ -795,7 +795,7 @@ "description": "Accepted and the operation will complete asynchronously." }, "200": { - "description": "Request successful. The operation sets the specificed vpnclient ipsec parameters for P2S client of the virtual network gateway.", + "description": "Request successful. The operation sets the specified vpnclient ipsec parameters for P2S client of the virtual network gateway.", "schema": { "$ref": "#/definitions/VpnClientIPsecParameters" } @@ -846,8 +846,8 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Get VirtualNetworkGateway VpnClientIpsecParameters": { "$ref": "./examples/VirtualNetworkGatewayGetVpnClientIpsecParameters.json" } - } + "Get VirtualNetworkGateway VpnClientIpsecParameters": { "$ref": "./examples/VirtualNetworkGatewayGetVpnClientIpsecParameters.json" } + } } }, @@ -1766,7 +1766,7 @@ "$ref": "#/definitions/IpsecPolicy" }, "description": "VpnClientIpsecPolicies for virtual network gateway P2S client." - }, + }, "radiusServerAddress": { "type": "string", "description": "The radius server address property of the VirtualNetworkGateway resource for vpn client connection." @@ -2399,7 +2399,7 @@ "ECP384", "PFS24", "PFS14", - "PFSMM" + "PFSMM" ], "x-ms-enum": { "name": "PfsGroup", @@ -2560,7 +2560,7 @@ "pfsGroup" ], "description": "An IPSec parameters for a virtual network gateway P2S connection." - }, + }, "LocalNetworkGatewayPropertiesFormat": { "properties": { "localNetworkAddressSpace": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/virtualWan.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/virtualWan.json index 0e2e83447073..75b2c73c45be 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/virtualWan.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/virtualWan.json @@ -342,7 +342,7 @@ "$ref": "./examples/VpnSiteGet.json" } }, - "description": "Retrieves the details of a VPNsite.", + "description": "Retrieves the details of a VPN site.", "parameters": [ { "$ref": "./network.json#/parameters/SubscriptionIdParameter" @@ -2252,7 +2252,7 @@ }, "x-ms-long-running-operation": true } - } + } }, "definitions": { "VirtualWanProperties": { @@ -2298,7 +2298,7 @@ "items": { "$ref": "#/definitions/P2SVpnServerConfiguration" } - }, + }, "provisioningState": { "description": "The provisioning state of the resource.", "$ref": "#/definitions/ProvisioningState" @@ -2448,7 +2448,7 @@ "p2SVpnGateway": { "$ref": "./network.json#/definitions/SubResource", "description": "The P2SVpnGateway associated with this VirtualHub" - }, + }, "expressRouteGateway": { "$ref": "./network.json#/definitions/SubResource", "description": "The expressRouteGateway associated with this VirtualHub" @@ -2836,7 +2836,7 @@ "ProvisioningState": { "type": "string", "readOnly": true, - "description": "The current provisisoning state.", + "description": "The current provisioning state.", "enum": [ "Succeeded", "Updating", @@ -2996,7 +2996,7 @@ "publicCertData" ], "description": "Properties of Radius Server root certificate of P2SVpnServerConfiguration." - }, + }, "P2SVpnServerConfigRadiusServerRootCertificate": { "properties": { "properties": { @@ -3096,13 +3096,13 @@ } ], "description": "Radius client root certificate of P2SVpnServerConfiguration." - }, + }, "P2SVpnServerConfigurationProperties": { "properties": { "name": { "type": "string", "description": "The name of the P2SVpnServerConfiguration that is unique within a VirtualWan in a resource group. This name can be used to access the resource along with Paren VirtualWan resource name." - }, + }, "vpnProtocols": { "type": "array", "items": { @@ -3160,7 +3160,7 @@ }, "radiusServerSecret": { "type": "string", - "description": "The radius secret property of the P2SVpnServerConfiguration resource for for point to site client connection." + "description": "The radius secret property of the P2SVpnServerConfiguration resource for point to site client connection." }, "provisioningState": { "readOnly": true, @@ -3219,7 +3219,7 @@ "description": "URL to get the next set of operation list results if there are any." } } - }, + }, "VpnClientConnectionHealth": { "properties": { "totalIngressBytesTransferred": { @@ -3248,7 +3248,7 @@ } }, "description": "VpnClientConnectionHealth properties" - }, + }, "P2SVpnGatewayProperties": { "properties": { "virtualHub": { @@ -3275,7 +3275,7 @@ "vpnClientConnectionHealth": { "readOnly": true, "$ref": "#/definitions/VpnClientConnectionHealth", - "description": "All P2S vpnclients' connection health status." + "description": "All P2S VPN clients' connection health status." } }, "description": "Parameters for P2SVpnGateway" @@ -3301,7 +3301,7 @@ } ], "description": "P2SVpnGateway Resource." - }, + }, "ListP2SVpnGatewaysResult": { "description": "Result of the request to list P2SVpnGateways. It contains a list of P2SVpnGateways and a URL nextLink to get the next set of results.", "properties": { @@ -3343,6 +3343,6 @@ } }, "description": "Vpn Profile Response for package generation" - } + } } }