Skip to content

Commit 40da76b

Browse files
authored
Merge pull request #3 from ZianWang02/zianwang-shared-custom-domain
Zianwang shared custom domain
2 parents beaa71a + 4dfd78e commit 40da76b

File tree

1 file changed

+7
-16
lines changed
  • specification/cdn/resource-manager/Microsoft.Cdn/preview/2023-02-01-preview

1 file changed

+7
-16
lines changed

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

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4467,11 +4467,14 @@
44674467
"type": "object",
44684468
"$ref": "#/definitions/DomainValidationProperties"
44694469
},
4470-
"referencedRoutePath": {
4470+
"referencedRoutePaths": {
44714471
"description": "The JSON object list that contains the overall picture of how routes are used for the shared custom domain across different profiles.",
44724472
"readOnly": true,
4473-
"type": "object",
4474-
"$ref": "#/definitions/AFDDomainReferencedRoutePathList"
4473+
"type": "array",
4474+
"items": {
4475+
"$ref": "#/definitions/AFDDomainReferencedRoutePath"
4476+
},
4477+
"x-ms-identifiers": ["/routeId/id"]
44754478
}
44764479
}
44774480
},
@@ -4563,23 +4566,11 @@
45634566
}
45644567
}
45654568
},
4566-
"AFDDomainReferencedRoutePathList": {
4567-
"description": "The JSON object list that contains the overall picture of how routes are used for the shared custom domain across different profiles.",
4568-
"properties": {
4569-
"value": {
4570-
"type": "array",
4571-
"items": {
4572-
"$ref": "#/definitions/AFDDomainReferencedRoutePath"
4573-
},
4574-
"description": "List of route configuration of the shared custom domain."
4575-
}
4576-
}
4577-
},
45784569
"AFDDomainReferencedRoutePath": {
45794570
"description": "route configuration of the shared custom domain.",
45804571
"type": "object",
45814572
"properties": {
4582-
"route": {
4573+
"routeId": {
45834574
"description": "Resource reference to the shared custom domain.",
45844575
"type": "object",
45854576
"$ref": "./cdn.json#/definitions/ResourceReference"

0 commit comments

Comments
 (0)