Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/datafactory/azure-mgmt-datafactory/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@autorest/python@5.13.0",
"@autorest/modelerfour@4.19.3"
],
"commit": "256b8ec7d045dbe2daf91030b0d6b7f09c8e42d9",
"commit": "b6bd290cd8c34e33387bd0bcf6cdaf9b03fecddd",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/datafactory/resource-manager/readme.md --multiapi --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --use=@autorest/python@5.13.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2",
"autorest_command": "autorest specification/datafactory/resource-manager/readme.md --multiapi --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --python3-only --use=@autorest/python@5.13.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2",
"readme": "specification/datafactory/resource-manager/readme.md"
}
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 = "2.4.0"
VERSION = "1.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@
from ._models_py3 import PrestoLinkedService
from ._models_py3 import PrestoObjectDataset
from ._models_py3 import PrestoSource
from ._models_py3 import PrivateEndpoint
from ._models_py3 import PrivateEndpointConnectionListResponse
from ._models_py3 import PrivateEndpointConnectionResource
from ._models_py3 import PrivateLinkConnectionApprovalRequest
Expand All @@ -508,6 +509,7 @@
from ._models_py3 import PrivateLinkResource
from ._models_py3 import PrivateLinkResourceProperties
from ._models_py3 import PrivateLinkResourcesWrapper
from ._models_py3 import PurviewConfiguration
from ._models_py3 import QueryDataFlowDebugSessionsResponse
from ._models_py3 import QuickBooksLinkedService
from ._models_py3 import QuickBooksObjectDataset
Expand Down Expand Up @@ -1314,6 +1316,7 @@
'PrestoLinkedService',
'PrestoObjectDataset',
'PrestoSource',
'PrivateEndpoint',
'PrivateEndpointConnectionListResponse',
'PrivateEndpointConnectionResource',
'PrivateLinkConnectionApprovalRequest',
Expand All @@ -1322,6 +1325,7 @@
'PrivateLinkResource',
'PrivateLinkResourceProperties',
'PrivateLinkResourcesWrapper',
'PurviewConfiguration',
'QueryDataFlowDebugSessionsResponse',
'QuickBooksLinkedService',
'QuickBooksObjectDataset',
Expand Down
Loading