You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Properties of the custom domain created on the CDN endpoint.",
5509
+
"type": "object",
5510
+
"required": [
5511
+
"hostName"
5512
+
],
5513
+
"properties": {
5514
+
"hostName": {
5515
+
"description": "The host name of the custom domain. Must be a domain name.",
5516
+
"type": "string"
5517
+
},
5518
+
"validationData": {
5519
+
"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.",
5520
+
"type": "string"
5521
+
}
5522
+
}
5523
+
},
5487
5524
"CustomDomain": {
5488
5525
"description": "Friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes, e.g. www.contoso.com.",
0 commit comments