Skip to content

Commit 97637dc

Browse files
ZianWang02zman-ms
authored andcommitted
Update afdx.json (#26130)
1 parent af1cd08 commit 97637dc

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

  • specification/cdn/resource-manager/Microsoft.Cdn/preview/2023-07-01-preview

specification/cdn/resource-manager/Microsoft.Cdn/preview/2023-07-01-preview/afdx.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4740,6 +4740,17 @@
47404740
"readOnly": true,
47414741
"type": "object",
47424742
"$ref": "#/definitions/DomainValidationProperties"
4743+
},
4744+
"referencedRoutePaths": {
4745+
"description": "The JSON object list that contains the overall picture of how routes are used for the shared custom domain across different profiles.",
4746+
"readOnly": true,
4747+
"type": "array",
4748+
"items": {
4749+
"$ref": "#/definitions/AFDDomainReferencedRoutePath"
4750+
},
4751+
"x-ms-identifiers": [
4752+
"/routeId/id"
4753+
]
47434754
}
47444755
}
47454756
},
@@ -4831,6 +4842,24 @@
48314842
}
48324843
}
48334844
},
4845+
"AFDDomainReferencedRoutePath": {
4846+
"description": "route configuration of the shared custom domain.",
4847+
"type": "object",
4848+
"properties": {
4849+
"routeId": {
4850+
"description": "Resource reference to the route.",
4851+
"type": "object",
4852+
"$ref": "./cdn.json#/definitions/ResourceReference"
4853+
},
4854+
"paths": {
4855+
"description": "List of paths of the route.",
4856+
"type": "array",
4857+
"items": {
4858+
"type": "string"
4859+
}
4860+
}
4861+
}
4862+
},
48344863
"SecurityPolicy": {
48354864
"description": "SecurityPolicy association for AzureFrontDoor profile",
48364865
"type": "object",

0 commit comments

Comments
 (0)