Skip to content

Commit

Permalink
Adding MaxLength Validation to eventHubName
Browse files Browse the repository at this point in the history
  • Loading branch information
ppgovekar authored and AnuTalluri committed Dec 11, 2019
1 parent 87219ce commit 29f65fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2987,6 +2987,7 @@
"required": true,
"type": "string",
"minLength": 1,
"maxLength": 50,
"x-ms-parameter-location": "method",
"description": "The Event Hub name"
},
Expand Down

0 comments on commit 29f65fd

Please sign in to comment.