diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/preview/2023-07-01-preview/afdx.json b/specification/cdn/resource-manager/Microsoft.Cdn/preview/2023-07-01-preview/afdx.json index 81595c36b91b..d7631dc58e6b 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/preview/2023-07-01-preview/afdx.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/preview/2023-07-01-preview/afdx.json @@ -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" + ] } } }, @@ -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",