Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading