Skip to content

Commit d2bd0f6

Browse files
authored
Merge pull request Azure#4 from ZianWang02/zianwang-shared-custom-domain
Fix prettier checks
2 parents 40da76b + 6c4c9bf commit d2bd0f6

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4474,7 +4474,9 @@
44744474
"items": {
44754475
"$ref": "#/definitions/AFDDomainReferencedRoutePath"
44764476
},
4477-
"x-ms-identifiers": ["/routeId/id"]
4477+
"x-ms-identifiers": [
4478+
"/routeId/id"
4479+
]
44784480
}
44794481
}
44804482
},
@@ -4571,12 +4573,12 @@
45714573
"type": "object",
45724574
"properties": {
45734575
"routeId": {
4574-
"description": "Resource reference to the shared custom domain.",
4576+
"description": "Resource reference to the route.",
45754577
"type": "object",
45764578
"$ref": "./cdn.json#/definitions/ResourceReference"
45774579
},
45784580
"paths": {
4579-
"description": "List of paths",
4581+
"description": "List of paths of the route.",
45804582
"type": "array",
45814583
"items": {
45824584
"type": "string"

0 commit comments

Comments
 (0)