Skip to content

Commit

Permalink
Merge pull request Azure#4 from ZianWang02/zianwang-shared-custom-domain
Browse files Browse the repository at this point in the history
Fix prettier checks
  • Loading branch information
VashistM authored Mar 23, 2023
2 parents 40da76b + 6c4c9bf commit d2bd0f6
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4474,7 +4474,9 @@
"items": {
"$ref": "#/definitions/AFDDomainReferencedRoutePath"
},
"x-ms-identifiers": ["/routeId/id"]
"x-ms-identifiers": [
"/routeId/id"
]
}
}
},
Expand Down Expand Up @@ -4571,12 +4573,12 @@
"type": "object",
"properties": {
"routeId": {
"description": "Resource reference to the shared custom domain.",
"description": "Resource reference to the route.",
"type": "object",
"$ref": "./cdn.json#/definitions/ResourceReference"
},
"paths": {
"description": "List of paths",
"description": "List of paths of the route.",
"type": "array",
"items": {
"type": "string"
Expand Down

0 comments on commit d2bd0f6

Please sign in to comment.