Skip to content

Commit

Permalink
[CDN] Add missing customHttpsParameters field of CustomDomainProperti…
Browse files Browse the repository at this point in the history
…es. (#7441)

* CDN: Add missing customHttpsParameters field of CustomDomainProperties.

* Add minimumTLSVersion field to CustomDomainHttpsParameters in latest CDN API
  • Loading branch information
fore5fire authored and Zim Kalinowski committed Oct 23, 2019
1 parent e5ec320 commit 162aac8
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3917,6 +3917,10 @@
"modelAsString": true
}
},
"customHttpsParameters": {
"description": "Certificate parameters for securing custom HTTPS",
"$ref": "#/definitions/CustomDomainHttpsParameters"
},
"validationData": {
"description": "Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.",
"type": "string"
Expand Down Expand Up @@ -3981,6 +3985,19 @@
"name": "ProtocolType",
"modelAsString": true
}
},
"minimumTlsVersion": {
"description": "TLS protocol version that will be used for Https",
"enum": [
"None",
"TLS10",
"TLS12"
],
"type": "string",
"x-ms-enum": {
"name": "minimumTlsVersion",
"modelAsString": false
}
}
}
},
Expand Down

0 comments on commit 162aac8

Please sign in to comment.