Skip to content

Commit

Permalink
Update afdx.json (#26130)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZianWang02 authored and jnlycklama committed Nov 8, 2023
1 parent 9ba663c commit 4b21576
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4740,6 +4740,17 @@
"readOnly": true,
"type": "object",
"$ref": "#/definitions/DomainValidationProperties"
},
"referencedRoutePaths": {
"description": "The JSON object list that contains the overall picture of how routes are used for the shared custom domain across different profiles.",
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/AFDDomainReferencedRoutePath"
},
"x-ms-identifiers": [
"/routeId/id"
]
}
}
},
Expand Down Expand Up @@ -4831,6 +4842,24 @@
}
}
},
"AFDDomainReferencedRoutePath": {
"description": "route configuration of the shared custom domain.",
"type": "object",
"properties": {
"routeId": {
"description": "Resource reference to the route.",
"type": "object",
"$ref": "./cdn.json#/definitions/ResourceReference"
},
"paths": {
"description": "List of paths of the route.",
"type": "array",
"items": {
"type": "string"
}
}
}
},
"SecurityPolicy": {
"description": "SecurityPolicy association for AzureFrontDoor profile",
"type": "object",
Expand Down

0 comments on commit 4b21576

Please sign in to comment.