Skip to content

Commit

Permalink
Bug fix: Remove maxLeng on ScopeParameter (#27616)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenjzhang authored Feb 7, 2024
1 parent 9097c69 commit ef87932
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 ef87932

Please sign in to comment.