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/[email protected]",
"@autorest/[email protected]"
],
"commit": "40fdd84627937fdd8b3b06486497c8f2cfced350",
"commit": "c66b8b6cd03ecce7f4d869a82c4f4704d1db7aff",
"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/[email protected] --use=@autorest/[email protected] --version=3.7.2",
"autorest_command": "autorest specification/datafactory/resource-manager/readme.md --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --python3-only --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.7.2",
"readme": "specification/datafactory/resource-manager/readme.md"
}

This file was deleted.

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.6.0"
VERSION = "1.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,9 @@
from ._models_py3 import SapHanaPartitionSettings
from ._models_py3 import SapHanaSource
from ._models_py3 import SapHanaTableDataset
from ._models_py3 import SapOdpLinkedService
from ._models_py3 import SapOdpResourceDataset
from ._models_py3 import SapOdpSource
from ._models_py3 import SapOpenHubLinkedService
from ._models_py3 import SapOpenHubSource
from ._models_py3 import SapOpenHubTableDataset
Expand Down Expand Up @@ -1387,6 +1390,9 @@
'SapHanaPartitionSettings',
'SapHanaSource',
'SapHanaTableDataset',
'SapOdpLinkedService',
'SapOdpResourceDataset',
'SapOdpSource',
'SapOpenHubLinkedService',
'SapOpenHubSource',
'SapOpenHubTableDataset',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ class RestServiceAuthenticationType(with_metaclass(CaseInsensitiveEnumMeta, str,
BASIC = "Basic"
AAD_SERVICE_PRINCIPAL = "AadServicePrincipal"
MANAGED_SERVICE_IDENTITY = "ManagedServiceIdentity"
O_AUTH2_CLIENT_CREDENTIAL = "OAuth2ClientCredential"

class RunQueryFilterOperand(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""Parameter name to be used for filter. The allowed operands to query pipeline runs are
Expand Down
Loading