Skip to content

Commit

Permalink
update bob partition number limitation description (#18153)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhengyi Zhao <zhengyizhao@microsoft.com>
  • Loading branch information
zhaozy93 and 123dfjslfjsl authored Mar 14, 2022
1 parent ef44b37 commit f7f8f5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
"sourcePartitionCount": {
"type": "integer",
"format": "int32",
"description": "The partition count of the blob input data source. Range 1 - 256."
"description": "The partition count of the blob input data source. Range 1 - 1024."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@
"sourcePartitionCount": {
"type": "integer",
"format": "int32",
"description": "The partition count of the blob input data source. Range 1 - 256."
"description": "The partition count of the blob input data source. Range 1 - 1024."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
"sourcePartitionCount": {
"type": "integer",
"format": "int32",
"description": "The partition count of the blob input data source. Range 1 - 256."
"description": "The partition count of the blob input data source. Range 1 - 1024."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@
"sourcePartitionCount": {
"type": "integer",
"format": "int32",
"description": "The partition count of the blob input data source. Range 1 - 256."
"description": "The partition count of the blob input data source. Range 1 - 1024."
}
}
},
Expand Down

0 comments on commit f7f8f5b

Please sign in to comment.