Skip to content

Commit 96862a8

Browse files
author
SDKAuto
committed
CodeGen from PR 18153 in Azure/azure-rest-api-specs
Merge f1eb782a75e6d2283448ec42713fe3f7b9599133 into 8174b2fc60e288a9d7fcdff5f9414e43a6ad5989
1 parent 1757880 commit 96862a8

File tree

4 files changed

+140
-12
lines changed

4 files changed

+140
-12
lines changed

sdk/streamanalytics/azure-mgmt-streamanalytics/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@autorest/python@5.12.0",
55
"@autorest/modelerfour@4.19.3"
66
],
7-
"commit": "0ca8399b0e4fb4ae4608ffd0a6c056213664dacd",
7+
"commit": "67e63aa8bcb5048bafb66e1896f89fcd2d2c8593",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
99
"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",
1010
"readme": "specification/streamanalytics/resource-manager/readme.md"

sdk/streamanalytics/azure-mgmt-streamanalytics/azure/mgmt/streamanalytics/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.0"
9+
VERSION = "1.0.0b1"

sdk/streamanalytics/azure-mgmt-streamanalytics/azure/mgmt/streamanalytics/models/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from ._models_py3 import AvroSerialization
1010
from ._models_py3 import AzureDataLakeStoreOutputDataSource
1111
from ._models_py3 import AzureDataLakeStoreOutputDataSourceProperties
12+
from ._models_py3 import AzureFunctionOutputDataSource
1213
from ._models_py3 import AzureMachineLearningWebServiceFunctionBinding
1314
from ._models_py3 import AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
1415
from ._models_py3 import AzureMachineLearningWebServiceInputColumn
@@ -131,6 +132,7 @@
131132
'AvroSerialization',
132133
'AzureDataLakeStoreOutputDataSource',
133134
'AzureDataLakeStoreOutputDataSourceProperties',
135+
'AzureFunctionOutputDataSource',
134136
'AzureMachineLearningWebServiceFunctionBinding',
135137
'AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters',
136138
'AzureMachineLearningWebServiceInputColumn',

0 commit comments

Comments
 (0)