Skip to content

Commit

Permalink
Revert "Trusted Root certificate (Azure#3668)"
Browse files Browse the repository at this point in the history
This reverts commit 3ff4b52.
  • Loading branch information
MikhailTryakhov committed Sep 11, 2018
1 parent cae1d45 commit 7ecae9c
Showing 1 changed file with 0 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -818,49 +818,6 @@
],
"description": "Authentication certificates of an application gateway."
},
"ApplicationGatewayTrustedRootCertificatePropertiesFormat": {
"properties": {
"data": {
"type": "string",
"description": "Certificate public data."
},
"keyvaultSecretId": {
"type": "string",
"description": "KeyVault Secret Id for certificate."
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the trusted root certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'."
}
},
"description": "Trusted Root certificates properties of an application gateway."
},
"ApplicationGatewayTrustedRootCertificate": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ApplicationGatewayTrustedRootCertificatePropertiesFormat"
},
"name": {
"type": "string",
"description": "Name of the trusted root certificate that is unique within an Application Gateway."
},
"etag": {
"type": "string",
"description": "A unique read-only string that changes whenever the resource is updated."
},
"type": {
"type": "string",
"description": "Type of the resource."
}
},
"allOf": [
{
"$ref": "./network.json#/definitions/SubResource"
}
],
"description": "Trusted Root certificates of an application gateway."
},
"ApplicationGatewaySslCertificatePropertiesFormat": {
"properties": {
"data": {
Expand Down Expand Up @@ -1116,13 +1073,6 @@
},
"description": "Array of references to application gateway authentication certificates."
},
"trustedRootCertificates": {
"type": "array",
"items": {
"$ref": "./network.json#/definitions/SubResource"
},
"description": "Array of references to application gateway trusted root certificates."
},
"connectionDraining": {
"$ref": "#/definitions/ApplicationGatewayConnectionDraining",
"description": "Connection draining of the backend http settings resource."
Expand Down Expand Up @@ -1583,13 +1533,6 @@
},
"description": "Authentication certificates of the application gateway resource."
},
"trustedRootCertificates": {
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationGatewayTrustedRootCertificate"
},
"description": "Trusted Root certificates of the application gateway resource."
},
"sslCertificates": {
"type": "array",
"items": {
Expand Down

0 comments on commit 7ecae9c

Please sign in to comment.