Skip to content

Commit

Permalink
Reverted removing the restriction.
Browse files Browse the repository at this point in the history
  • Loading branch information
azaslonov committed Jan 21, 2022
1 parent 10612ff commit 72d070f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@
"description": "Schema identifier within an API. Must be unique in the current API Management service instance.",
"minLength": 1,
"maxLength": 80,
"pattern": "^[^*#&+:<>?]+$",
"x-ms-parameter-location": "method"
},
"ServiceNameParameter": {
Expand Down

0 comments on commit 72d070f

Please sign in to comment.