Skip to content

Commit f7f8f5b

Browse files
update bob partition number limitation description (#18153)
Co-authored-by: Zhengyi Zhao <zhengyizhao@microsoft.com>
1 parent ef44b37 commit f7f8f5b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/preview/2017-04-01-preview/inputs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
"sourcePartitionCount": {
547547
"type": "integer",
548548
"format": "int32",
549-
"description": "The partition count of the blob input data source. Range 1 - 256."
549+
"description": "The partition count of the blob input data source. Range 1 - 1024."
550550
}
551551
}
552552
},

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/preview/2021-10-01-preview/inputs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
"sourcePartitionCount": {
548548
"type": "integer",
549549
"format": "int32",
550-
"description": "The partition count of the blob input data source. Range 1 - 256."
550+
"description": "The partition count of the blob input data source. Range 1 - 1024."
551551
}
552552
}
553553
},

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/stable/2016-03-01/inputs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
"sourcePartitionCount": {
533533
"type": "integer",
534534
"format": "int32",
535-
"description": "The partition count of the blob input data source. Range 1 - 256."
535+
"description": "The partition count of the blob input data source. Range 1 - 1024."
536536
}
537537
}
538538
},

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/stable/2020-03-01/inputs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
"sourcePartitionCount": {
548548
"type": "integer",
549549
"format": "int32",
550-
"description": "The partition count of the blob input data source. Range 1 - 256."
550+
"description": "The partition count of the blob input data source. Range 1 - 1024."
551551
}
552552
}
553553
},

0 commit comments

Comments
 (0)