Skip to content

Commit fd456ab

Browse files
committed
Fix validation error
1 parent 69243dd commit fd456ab

File tree

1 file changed

+4
-2
lines changed
  • specification/app/resource-manager/Microsoft.App/preview/2023-04-01-preview

1 file changed

+4
-2
lines changed

specification/app/resource-manager/Microsoft.App/preview/2023-04-01-preview/ContainerApps.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,8 @@
506506
"in": "path",
507507
"description": "Name of the Container App.",
508508
"required": true,
509-
"type": "string"
509+
"type": "string",
510+
"pattern": "^[-\\w\\._\\(\\)]+$"
510511
}
511512
],
512513
"responses": {
@@ -561,7 +562,8 @@
561562
"in": "path",
562563
"description": "Name of the Container App.",
563564
"required": true,
564-
"type": "string"
565+
"type": "string",
566+
"pattern": "^[-\\w\\._\\(\\)]+$"
565567
}
566568
],
567569
"responses": {

0 commit comments

Comments
 (0)