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
Merge f1eb782a75e6d2283448ec42713fe3f7b9599133 into 8174b2fc60e288a9d7fcdff5f9414e43a6ad5989
  • Loading branch information
SDKAuto committed Mar 10, 2022
1 parent 1757880 commit 96862a8
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": "67e63aa8bcb5048bafb66e1896f89fcd2d2c8593",
"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 96862a8

Please sign in to comment.