Skip to content

Commit a0a5f27

Browse files
Ajit Navasaremythri1006
andauthored
Updating the EventHubNameParameter max length to 256 (#10401)
Co-authored-by: Mytri Ramanathpur Manjunath (MINDTREE LIMITED) <[email protected]>
1 parent ee1a701 commit a0a5f27

File tree

1 file changed

+1
-1
lines changed
  • specification/eventhub/resource-manager/Microsoft.EventHub/common/v1

1 file changed

+1
-1
lines changed

specification/eventhub/resource-manager/Microsoft.EventHub/common/v1/definitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"required": true,
127127
"type": "string",
128128
"minLength": 1,
129-
"maxLength": 50,
129+
"maxLength": 256,
130130
"x-ms-parameter-location": "method",
131131
"description": "The Event Hub name"
132132
},

0 commit comments

Comments
 (0)