-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service Bus and EventHub : 2021-06-01-preview - Added optional Properties #15233
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -652,8 +652,6 @@ | |
"maximumThroughputUnits": { | ||
"format": "int32", | ||
"type": "integer", | ||
"maximum": 20, | ||
"minimum": 0, | ||
"description": "Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)" | ||
}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @v-Ajnava The description also needs to be either removed or changed |
||
"kafkaEnabled": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -336,9 +336,6 @@ | |
"compatibilityLevel": { | ||
"format": "int32", | ||
"type": "integer", | ||
"default": 20, | ||
"minimum": 20, | ||
"maximum": 20, | ||
"description": "This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20." | ||
v-Ajnava marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @v-Ajnava Also for eventhubs since this is removed, would there be new examples reflecting the new change or thats optional? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. its optional and we don't have min/max in examples. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. as recommended, removed min/max and description will have the range. |
||
"requiresPreprocessing": { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@v-Ajnava The description also needs to be either removed or changed