Skip to content

Commit

Permalink
Bug fix: Remove maxLeng on ScopeParameter (Azure#27616)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenjzhang authored and ericasp16 committed Feb 15, 2024
1 parent be76da2 commit 10d1a2a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,6 @@
"type": "string",
"description": "The scope at which the operation is performed.",
"minLength": 1,
"maxLength": 90,
"x-ms-parameter-location": "method",
"x-ms-skip-url-encoding": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,6 @@
"type": "string",
"description": "The scope at which the operation is performed.",
"minLength": 1,
"maxLength": 90,
"x-ms-parameter-location": "method",
"x-ms-skip-url-encoding": true
},
Expand Down

0 comments on commit 10d1a2a

Please sign in to comment.