diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/applicationGateway.json index a17ed2cbc534..aefcdad68059 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/applicationGateway.json @@ -989,8 +989,8 @@ "description": "Reference of the subnet resource. A subnet from where application gateway gets its private address." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the application gateway subnet resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the application gateway IP configuration resource." } }, "description": "Properties of IP configuration of an application gateway." @@ -1029,8 +1029,8 @@ "description": "Certificate public data." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the authentication certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the authentication certificate resource." } }, "description": "Authentication certificates properties of an application gateway." @@ -1073,8 +1073,8 @@ "description": "Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the trusted root certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the trusted root certificate resource." } }, "description": "Trusted Root certificates properties of an application gateway." @@ -1125,8 +1125,8 @@ "description": "Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the SSL certificate resource Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the SSL certificate resource." } }, "description": "Properties of SSL certificates of an application gateway." @@ -1177,8 +1177,8 @@ "description": "Reference of the PublicIP resource." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the frontend IP configuration resource." } }, "description": "Properties of Frontend IP configuration of an application gateway." @@ -1218,8 +1218,8 @@ "description": "Frontend port." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the frontend port resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the frontend port resource." } }, "description": "Properties of Frontend port of an application gateway." @@ -1281,8 +1281,8 @@ "description": "Backend addresses." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the backend address pool resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the backend address pool resource." } }, "description": "Properties of Backend Address Pool of an application gateway." @@ -1385,8 +1385,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'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the backend HTTP settings resource." } }, "description": "Properties of Backend address pool settings of an application gateway." @@ -1445,8 +1445,8 @@ "description": "Applicable only if protocol is https. Enables SNI for multi-hosting." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the HTTP listener resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the HTTP listener resource." }, "customErrorConfigurations": { "type": "array", @@ -1511,8 +1511,8 @@ "description": "Rewrite rule set resource of URL path map path rule." }, "provisioningState": { - "type": "string", - "description": "Path rule of URL path map resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the path rule resource." } }, "description": "Properties of path rule of an application gateway." @@ -1587,8 +1587,8 @@ "description": "Criterion for classifying a healthy probe response." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the probe resource." }, "port": { "type": "integer", @@ -1682,8 +1682,8 @@ "description": "Redirect configuration resource of the application gateway." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the request routing rule resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the request routing rule resource." } }, "description": "Properties of request routing rule of the application gateway." @@ -1750,8 +1750,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "Provisioning state of the rewrite rule set resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the rewrite rule set resource." } }, "description": "Properties of rewrite rule set of the application gateway." @@ -2056,8 +2056,8 @@ "description": "Resource GUID property of the application gateway resource." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the application gateway resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the application gateway resource." }, "customErrorConfigurations": { "type": "array", @@ -2141,8 +2141,8 @@ "description": "Path rule of URL path map resource." }, "provisioningState": { - "type": "string", - "description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the URL path map resource." } }, "description": "Properties of UrlPathMap of the application gateway." @@ -2390,7 +2390,7 @@ "ApplicationGatewayFirewallRuleSetPropertiesFormat": { "properties": { "provisioningState": { - "type": "string", + "$ref": "./network.json#/definitions/ProvisioningState", "description": "The provisioning state of the web application firewall rule set." }, "ruleSetType": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/applicationSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/applicationSecurityGroup.json index 80c99d77c6fa..c2b637199ebb 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/applicationSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/applicationSecurityGroup.json @@ -344,8 +344,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the application security group resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the application security group resource." } }, "description": "Application security group properties." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/azureFirewall.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/azureFirewall.json index dfdb409b6a8b..0b2a4cb26072 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/azureFirewall.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/azureFirewall.json @@ -339,8 +339,8 @@ "description": "Reference of the PublicIP resource. This field is a mandatory input if subnet is not null." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the Azure firewall IP configuration resource." } }, "description": "Properties of IP configuration of an Azure Firewall." @@ -425,8 +425,8 @@ "description": "IP configuration of the Azure Firewall resource." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the Azure firewall resource." }, "threatIntelMode": { "description": "The operation mode for Threat Intelligence.", @@ -527,8 +527,8 @@ "description": "Collection of rules used by a application rule collection." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the application rule collection resource." } }, "description": "Properties of the application rule collection." @@ -639,8 +639,8 @@ "description": "Collection of rules used by a NAT rule collection." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the NAT rule collection resource." } }, "description": "Properties of the NAT rule collection." @@ -762,8 +762,8 @@ "description": "Collection of rules used by a network rule collection." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the network rule collection resource." } }, "description": "Properties of the network rule collection." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/azureFirewallFqdnTag.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/azureFirewallFqdnTag.json index f9fdf2e2394f..017ea5010a87 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/azureFirewallFqdnTag.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/azureFirewallFqdnTag.json @@ -72,9 +72,9 @@ "AzureFirewallFqdnTagPropertiesFormat": { "properties": { "provisioningState": { - "type": "string", "readOnly": true, - "description": "The provisioning state of the resource." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the Azure firewall FQDN tag resource." }, "fqdnTagName": { "type": "string", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/bastionHost.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/bastionHost.json index 5e10d471b70a..65688a866151 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/bastionHost.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/bastionHost.json @@ -274,8 +274,8 @@ "description": "Reference of the PublicIP resource." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the bastion host IP configuration resource." }, "privateIPAllocationMethod": { "$ref": "./network.json#/definitions/IPAllocationMethod", @@ -331,8 +331,8 @@ "description": "FQDN for the endpoint on which bastion host is accessible." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the bastion host resource." } }, "description": "Properties of the Bastion Host." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/ddosCustomPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/ddosCustomPolicy.json index dba98d5e7f66..1200a08c9d7f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/ddosCustomPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/ddosCustomPolicy.json @@ -295,8 +295,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the DDoS custom policy resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the DDoS custom policy resource." }, "publicIPAddresses": { "readOnly": true, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/ddosProtectionPlan.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/ddosProtectionPlan.json index 7590e421f5ce..f148f5fa6bea 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/ddosProtectionPlan.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/ddosProtectionPlan.json @@ -366,8 +366,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the DDoS protection plan resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the DDoS protection plan resource." }, "virtualNetworks": { "readOnly": true, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRouteCircuit.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRouteCircuit.json index c24376351db6..02c0d5bcc88a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRouteCircuit.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRouteCircuit.json @@ -1466,8 +1466,8 @@ } }, "provisioningState": { - "type": "string", - "description": "Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the authorization resource." } }, "description": "Properties of ExpressRouteCircuitAuthorization." @@ -1678,8 +1678,8 @@ "description": "Gets peering stats." }, "provisioningState": { - "type": "string", - "description": "Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the express route circuit peering resource." }, "gatewayManagerEtag": { "type": "string", @@ -1812,9 +1812,9 @@ "description": "Express Route Circuit connection state." }, "provisioningState": { - "type": "string", "readOnly": true, - "description": "Provisioning state of the circuit connection resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the express route circuit connection resource." } }, "description": "Properties of the express route circuit connection." @@ -1891,9 +1891,9 @@ "description": "The resource guid of the authorization used for the express route circuit connection." }, "provisioningState": { - "type": "string", "readOnly": true, - "description": "Provisioning state of the peer express route circuit connection resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the peer express route circuit connection resource." } }, "description": "Properties of the peer express route circuit connection." @@ -2051,8 +2051,8 @@ "description": "The identifier of the circuit traffic. Outer tag for QinQ encapsulation." }, "provisioningState": { - "type": "string", - "description": "Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the express route circuit resource." }, "gatewayManagerEtag": { "type": "string", @@ -2259,8 +2259,8 @@ "description": "Gets bandwidths offered." }, "provisioningState": { - "type": "string", - "description": "Gets the provisioning state of the resource." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the express route service provider resource." } }, "description": "Properties of ExpressRouteServiceProvider." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRouteCrossConnection.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRouteCrossConnection.json index 0c861abbd9b5..1ac4fa19f4f2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRouteCrossConnection.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRouteCrossConnection.json @@ -765,8 +765,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the express route cross connection resource." }, "peerings": { "type": "array", @@ -871,8 +871,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the express route cross connection peering resource." }, "gatewayManagerEtag": { "type": "string", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRouteGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRouteGateway.json index e747d5d6b4f8..06076d54e669 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRouteGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRouteGateway.json @@ -537,7 +537,7 @@ }, "provisioningState": { "$ref": "./network.json#/definitions/ProvisioningState", - "description": "The provisioning state of the resource." + "description": "The provisioning state of the express route gateway resource." }, "virtualHub": { "$ref": "#/definitions/VirtualHubId", @@ -585,7 +585,7 @@ "properties": { "provisioningState": { "$ref": "./network.json#/definitions/ProvisioningState", - "description": "The provisioning state of the resource." + "description": "The provisioning state of the express route connection resource." }, "expressRouteCircuitPeering": { "$ref": "#/definitions/ExpressRouteCircuitPeeringId", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRoutePort.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRoutePort.json index 4032d8352036..00f4593f7c91 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRoutePort.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/expressRoutePort.json @@ -524,9 +524,9 @@ "description": "The inventory of available ExpressRoutePort bandwidths." }, "provisioningState": { - "type": "string", "readOnly": true, - "description": "The provisioning state of the ExpressRoutePortLocation resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the express route port location resource." } } }, @@ -613,9 +613,9 @@ } }, "provisioningState": { - "type": "string", "readOnly": true, - "description": "The provisioning state of the ExpressRouteLink resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the express route link resource." } } }, @@ -723,9 +723,9 @@ "description": "Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource." }, "provisioningState": { - "type": "string", "readOnly": true, - "description": "The provisioning state of the ExpressRoutePort resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the express route port resource." }, "resourceGuid": { "type": "string", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/firewallPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/firewallPolicy.json index 9ef1d21bc79e..e0377a86bac3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/firewallPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/firewallPolicy.json @@ -580,8 +580,8 @@ } }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the firewall policy resource." }, "basePolicy": { "readOnly": false, @@ -659,8 +659,8 @@ "description": "Group of Firewall Policy rules." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the firewall policy rule group resource." } }, "description": "Properties of the rule group." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/loadBalancer.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/loadBalancer.json index da40c053861a..f067507bbc37 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/loadBalancer.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/loadBalancer.json @@ -1179,8 +1179,8 @@ "description": "The reference of the Public IP Prefix resource." }, "provisioningState": { - "type": "string", - "description": "Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the frontend IP configuration resource." } }, "description": "Properties of Frontend IP Configuration of the load balancer." @@ -1252,8 +1252,8 @@ "description": "Gets outbound rules that use this backend address pool." }, "provisioningState": { - "type": "string", - "description": "Get provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the backend address pool resource." } }, "description": "Properties of the backend address pool." @@ -1345,8 +1345,8 @@ "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'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the load balancing rule resource." } }, "required": [ @@ -1426,8 +1426,8 @@ "description": "The URI used for requesting health status from the VM. Path is required if a protocol is set to http. Otherwise, it is not allowed. There is no default value." }, "provisioningState": { - "type": "string", - "description": "Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the probe resource." } }, "required": [ @@ -1503,8 +1503,8 @@ "description": "Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP." }, "provisioningState": { - "type": "string", - "description": "Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the inbound NAT rule resource." } }, "description": "Properties of the inbound NAT rule." @@ -1576,8 +1576,8 @@ "description": "Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP." }, "provisioningState": { - "type": "string", - "description": "Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the inbound NAT pool resource." } }, "required": [ @@ -1635,8 +1635,8 @@ "description": "A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs." }, "provisioningState": { - "type": "string", - "description": "Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the outbound rule resource." }, "protocol": { "type": "string", @@ -1751,8 +1751,8 @@ "description": "The resource GUID property of the load balancer resource." }, "provisioningState": { - "type": "string", - "description": "Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the load balancer resource." } }, "description": "Properties of the load balancer." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/natGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/natGateway.json index 67d4c2ce68f3..6d31fdb0d7db 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/natGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/natGateway.json @@ -377,8 +377,8 @@ "description": "The resource GUID property of the nat gateway resource." }, "provisioningState": { - "type": "string", - "description": "The provisioning state of the NatGateway resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the NAT gateway resource." } }, "description": "Nat Gateway properties." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkInterface.json index 8f9c0847e938..49d8a92c6b6b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkInterface.json @@ -827,8 +827,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the network interface tap configuration. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the network interface tap configuration resource." } }, "description": "Properties of Virtual Network Tap configuration." @@ -895,8 +895,8 @@ "description": "Application security groups in which the IP configuration is included." }, "provisioningState": { - "type": "string", - "description": "The provisioning state of the network interface IP configuration. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the network interface IP configuration." } }, "description": "Properties of IP configuration." @@ -1018,8 +1018,8 @@ "description": "The resource GUID property of the network interface resource." }, "provisioningState": { - "type": "string", - "description": "The provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the network interface resource." } }, "description": "NetworkInterface properties." @@ -1358,8 +1358,8 @@ "description": "The reference of the public IP resource." }, "provisioningState": { - "type": "string", - "description": "Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the IP configuration resource." } }, "description": "Properties of IP configuration." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkProfile.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkProfile.json index de7ed58f72ea..727582321d61 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkProfile.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkProfile.json @@ -345,8 +345,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the resource." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the network profile resource." } }, "description": "Network profile properties." @@ -405,8 +405,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the resource." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the container network interface resource." } }, "description": "Properties of container network interface." @@ -457,8 +457,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the resource." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the container network interface configuration resource." } }, "description": "Container network interface configuration properties." @@ -499,8 +499,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the resource." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the IP configuration profile resource." } }, "description": "IP configuration profile properties." @@ -546,8 +546,8 @@ "properties": { "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the resource." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the container network interface IP configuration resource." } }, "description": "Properties of the container network interface IP configuration." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkSecurityGroup.json index c659bd230993..d994ebe99119 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkSecurityGroup.json @@ -740,8 +740,8 @@ "description": "The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic." }, "provisioningState": { - "type": "string", - "description": "The provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the security rule resource." } }, "required": [ @@ -827,8 +827,8 @@ "description": "The resource GUID property of the network security group resource." }, "provisioningState": { - "type": "string", - "description": "The provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the network security group resource." } }, "description": "Network Security Group resource." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkWatcher.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkWatcher.json index 4e4b3554407e..3237af5812e5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkWatcher.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkWatcher.json @@ -1993,7 +1993,7 @@ "properties": { "provisioningState": { "$ref": "./network.json#/definitions/ProvisioningState", - "description": "The provisioning state of the resource." + "description": "The provisioning state of the network watcher resource." } }, "description": "The network watcher properties." @@ -3438,7 +3438,7 @@ "properties": { "provisioningState": { "$ref": "./network.json#/definitions/ProvisioningState", - "description": "The provisioning state of the connection monitor." + "description": "The provisioning state of the connection monitor resource." }, "startTime": { "type": "string", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/privateEndpoint.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/privateEndpoint.json index 3709750e4a09..bef1348d2f73 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/privateEndpoint.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/privateEndpoint.json @@ -422,7 +422,7 @@ }, "provisioningState": { "$ref": "./network.json#/definitions/ProvisioningState", - "description": "The provisioning state of the private endpoint." + "description": "The provisioning state of the private endpoint resource." }, "privateLinkServiceConnections": { "type": "array", @@ -474,7 +474,7 @@ "properties": { "provisioningState": { "$ref": "./network.json#/definitions/ProvisioningState", - "description": "The provisioning state of the private link service connection." + "description": "The provisioning state of the private link service connection resource." }, "privateLinkServiceId": { "type": "string", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/privateLinkService.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/privateLinkService.json index 565871f4789e..1fe6841274f9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/privateLinkService.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/privateLinkService.json @@ -659,7 +659,7 @@ }, "provisioningState": { "$ref": "./network.json#/definitions/ProvisioningState", - "description": "The provisioning state of the private link service." + "description": "The provisioning state of the private link service resource." }, "privateEndpointConnections": { "type": "array", @@ -760,7 +760,7 @@ }, "provisioningState": { "$ref": "./network.json#/definitions/ProvisioningState", - "description": "The provisioning state of the private link service ip configuration." + "description": "The provisioning state of the private link service IP configuration resource." }, "privateIPAddressVersion": { "$ref": "./network.json#/definitions/IPVersion", @@ -810,7 +810,7 @@ }, "provisioningState": { "$ref": "./network.json#/definitions/ProvisioningState", - "description": "The provisioning state of the private endpoint connection." + "description": "The provisioning state of the private endpoint connection resource." } }, "description": "Properties of the PrivateEndpointConnectProperties." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/publicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/publicIpAddress.json index 3cd71408cb39..f8a654802626 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/publicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/publicIpAddress.json @@ -393,8 +393,8 @@ "description": "The resource GUID property of the public IP resource." }, "provisioningState": { - "type": "string", - "description": "The provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the public IP address resource." } }, "description": "Public IP address properties." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/publicIpPrefix.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/publicIpPrefix.json index 19dc7346a181..e8954635aa9f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/publicIpPrefix.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/publicIpPrefix.json @@ -380,8 +380,8 @@ "description": "The resource GUID property of the public IP prefix resource." }, "provisioningState": { - "type": "string", - "description": "The provisioning state of the Public IP prefix resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the public IP prefix resource." } }, "description": "Public IP prefix properties." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/routeFilter.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/routeFilter.json index 68d4ff0bc1d3..851e89f265e8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/routeFilter.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/routeFilter.json @@ -633,9 +633,9 @@ "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'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the route filter rule resource." } }, "description": "Route Filter Rule Resource." @@ -717,9 +717,9 @@ "description": "A collection of references to express route circuit ipv6 peerings." }, "provisioningState": { - "type": "string", "readOnly": true, - "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', 'Succeeded' and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the route filter resource." } }, "description": "Route Filter Resource." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/routeTable.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/routeTable.json index 4eb522a7e3e1..50b1d6a572b0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/routeTable.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/routeTable.json @@ -563,7 +563,8 @@ }, "provisioningState": { "type": "string", - "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the route resource." } }, "required": [ @@ -616,8 +617,8 @@ "description": "Gets or sets whether to disable the routes learned by BGP on that route table. True means disable." }, "provisioningState": { - "type": "string", - "description": "The provisioning state of the resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the route table resource." } }, "description": "Route Table resource." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/serviceEndpointPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/serviceEndpointPolicy.json index 9d4aac66188c..26225377180b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/serviceEndpointPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/serviceEndpointPolicy.json @@ -566,8 +566,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the service end point policy definition. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the service endpoint policy definition resource." } }, "description": "Service Endpoint policy definition resource." @@ -634,9 +634,9 @@ "description": "The resource GUID property of the service endpoint policy resource." }, "provisioningState": { - "type": "string", "readOnly": true, - "description": "The provisioning state of the service endpoint policy. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the service endpoint policy resource." } }, "description": "Service Endpoint Policy resource." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualNetwork.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualNetwork.json index 7c0d2b13fe1a..d7994d36389c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualNetwork.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualNetwork.json @@ -1125,8 +1125,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "Provisioning state of the ServiceAssociationLink resource." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the service association link resource." }, "allowDelete": { "type": "boolean", @@ -1182,8 +1182,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "Provisioning state of the ResourceNavigationLink resource." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the resource navigation link resource." } }, "description": "Properties of ResourceNavigationLink." @@ -1237,8 +1237,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the resource." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the service delegation resource." } }, "description": "Properties of a service delegation." @@ -1356,8 +1356,8 @@ "description": "A read-only string identifying the intention of use for this subnet based on delegations and other user-defined properties." }, "provisioningState": { - "type": "string", - "description": "The provisioning state of the resource." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the subnet resource." }, "privateEndpointNetworkPolicies": { "type": "string", @@ -1384,8 +1384,8 @@ "description": "A list of locations." }, "provisioningState": { - "type": "string", - "description": "The provisioning state of the resource." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the service endpoint resource." } }, "description": "The service endpoint properties." @@ -1430,8 +1430,8 @@ } }, "provisioningState": { - "type": "string", - "description": "The provisioning state of the resource." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the virtual network peering resource." } }, "description": "Properties of the virtual network peering." @@ -1577,8 +1577,8 @@ "description": "The resourceGuid property of the Virtual Network resource." }, "provisioningState": { - "type": "string", - "description": "The provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the virtual network resource." }, "enableDdosProtection": { "type": "boolean", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualNetworkGateway.json index c45e99032ff8..4bda2b496fda 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualNetworkGateway.json @@ -1718,8 +1718,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the virtual network gateway IP configuration resource." } }, "description": "Properties of VirtualNetworkGatewayIPConfiguration." @@ -1814,8 +1814,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the VirtualNetworkGateway resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the virtual network gateway resource." } }, "description": "VirtualNetworkGateway properties." @@ -1828,8 +1828,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the VPN client root certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the VPN client root certificate resource." } }, "required": [ @@ -1871,8 +1871,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the VPN client revoked certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the VPN client revoked certificate resource." } }, "description": "Properties of the revoked VPN client certificate of virtual network gateway." @@ -2355,8 +2355,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the VirtualNetworkGatewayConnection resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the virtual network gateway connection resource." }, "expressRouteGatewayBypass": { "type": "boolean", @@ -2570,8 +2570,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the LocalNetworkGateway resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the local network gateway resource." } }, "description": "LocalNetworkGateway properties." @@ -2712,8 +2712,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the VirtualNetworkGatewayConnection resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the virtual network gateway connection resource." }, "expressRouteGatewayBypass": { "type": "boolean", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualNetworkTap.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualNetworkTap.json index 12b93654bb4a..a283ae09f354 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualNetworkTap.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualNetworkTap.json @@ -353,8 +353,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the virtual network tap. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the virtual network tap resource." }, "destinationNetworkInterfaceIPConfiguration": { "$ref": "./networkInterface.json#/definitions/NetworkInterfaceIPConfiguration", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualWan.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualWan.json index ac5d4ce7911d..72fa9d87863e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualWan.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/virtualWan.json @@ -2675,8 +2675,8 @@ } }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the virtual WAN resource." } }, "description": "Parameters for VirtualWAN." @@ -2747,8 +2747,8 @@ "description": "The set of bgp properties." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the VPN site resource." }, "isSecuritySite": { "type": "boolean", @@ -2818,8 +2818,8 @@ "description": "The set of bgp properties." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the VPN site link resource." } }, "description": "Parameters for VpnSite." @@ -2922,8 +2922,8 @@ "description": "The routeTable associated with this virtual hub." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the virtual hub resource." } }, "description": "Parameters for VirtualHub." @@ -3013,8 +3013,8 @@ "description": "Local network gateway's BGP speaker settings." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the VPN gateway resource." }, "vpnGatewayScaleUnit": { "type": "integer", @@ -3131,8 +3131,8 @@ "description": "Use local azure ip to initiate connection." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the VPN connection resource." }, "vpnLinkConnections": { "type": "array", @@ -3248,8 +3248,8 @@ "description": "Use local azure ip to initiate connection." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the VPN site link connection resource." } }, "description": "Parameters for VpnConnection." @@ -3318,8 +3318,8 @@ "description": "Enable internet security." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the hub virtual network connection resource." } }, "description": "Parameters for HubVirtualNetworkConnection." @@ -3502,8 +3502,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the P2SVpnServerConfiguration VPN client root certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the VPN client root certificate resource." } }, "required": [ @@ -3545,8 +3545,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the P2SVpnServerConfiguration Radius Server root certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the radius server root certificate resource." } }, "required": [ @@ -3588,8 +3588,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the VPN client revoked certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the VPN client revoked certificate resource." } }, "description": "Properties of the revoked VPN client certificate of P2SVpnServerConfiguration." @@ -3625,8 +3625,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the Radius client root certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the radius client root certificate resource." } }, "description": "Properties of the Radius client root certificate of P2SVpnServerConfiguration." @@ -3721,8 +3721,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "The provisioning state of the P2SVpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the P2S VPN server configuration resource." }, "p2SVpnGateways": { "type": "array", @@ -3815,8 +3815,8 @@ "description": "The VirtualHub to which the gateway belongs." }, "provisioningState": { - "description": "The provisioning state of the resource.", - "$ref": "./network.json#/definitions/ProvisioningState" + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the P2S VPN gateway resource." }, "vpnGatewayScaleUnit": { "type": "integer", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/webapplicationfirewall.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/webapplicationfirewall.json index e574c719f521..5fdbcf84d524 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/webapplicationfirewall.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/webapplicationfirewall.json @@ -305,8 +305,8 @@ }, "provisioningState": { "readOnly": true, - "type": "string", - "description": "Provisioning state of the WebApplicationFirewallPolicy." + "$ref": "./network.json#/definitions/ProvisioningState", + "description": "The provisioning state of the web application firewall policy resource." }, "resourceState": { "title": "Resource status of the policy.",