Skip to content

Commit 1833637

Browse files
matthohn-msftJoshLove-msft
authored andcommitted
Reverting change in name pattern regex (Azure#23318)
1 parent 91b8547 commit 1833637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/CommunicationServices.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@
829829
"name": "communicationServiceName",
830830
"in": "path",
831831
"description": "The name of the CommunicationService resource.",
832-
"pattern": "^[a-zA-Z0-9-]+$",
832+
"pattern": "^[-\\w]+$",
833833
"minLength": 1,
834834
"maxLength": 63,
835835
"required": true,

0 commit comments

Comments
 (0)