Skip to content

Commit

Permalink
CodeGen from PR 18153 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
update bob partition number limitation description (Azure#18153)

Co-authored-by: Zhengyi Zhao <zhengyizhao@microsoft.com>
  • Loading branch information
SDKAuto and 123dfjslfjsl committed Mar 14, 2022
1 parent 86792ee commit 2e1b30f
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 12 deletions.
2 changes: 1 addition & 1 deletion sdk/streamanalytics/azure-mgmt-streamanalytics/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@autorest/python@5.12.0",
"@autorest/modelerfour@4.19.3"
],
"commit": "0ca8399b0e4fb4ae4608ffd0a6c056213664dacd",
"commit": "f7f8f5bd19939b4a11ea626f266a362b4dd5b626",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/streamanalytics/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/python@5.12.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2",
"readme": "specification/streamanalytics/resource-manager/readme.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "1.0.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from ._models_py3 import AvroSerialization
from ._models_py3 import AzureDataLakeStoreOutputDataSource
from ._models_py3 import AzureDataLakeStoreOutputDataSourceProperties
from ._models_py3 import AzureFunctionOutputDataSource
from ._models_py3 import AzureMachineLearningWebServiceFunctionBinding
from ._models_py3 import AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
from ._models_py3 import AzureMachineLearningWebServiceInputColumn
Expand Down Expand Up @@ -131,6 +132,7 @@
'AvroSerialization',
'AzureDataLakeStoreOutputDataSource',
'AzureDataLakeStoreOutputDataSourceProperties',
'AzureFunctionOutputDataSource',
'AzureMachineLearningWebServiceFunctionBinding',
'AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters',
'AzureMachineLearningWebServiceInputColumn',
Expand Down
Loading

0 comments on commit 2e1b30f

Please sign in to comment.