Skip to content

Commit

Permalink
CodeGen from PR 18413 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[Hub Generated] Review request for Microsoft.DataFactory to add version stable/2018-06-01 (Azure#18413)

* add SecureInput policy to ExecutePipelineActivity

* restore package-lock.json from main
  • Loading branch information
SDKAuto committed Mar 31, 2022
1 parent e6cdd05 commit 5c8051a
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 45 deletions.
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.12.0",
"@autorest/modelerfour@4.19.3"
],
"commit": "291dc1769270252821f53a9590d185dae8dc5775",
"commit": "f4d936a8e8f0618fb7b74c7a8bc91047f29a549f",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/datafactory/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/python@5.12.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=/home/vsts/work/1/s/azure-sdk-for-python/sdk --python3-only --use=@autorest/python@5.12.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.3.0"
VERSION = "1.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
from ._models_py3 import ExecuteDataFlowActivityTypeProperties
from ._models_py3 import ExecuteDataFlowActivityTypePropertiesCompute
from ._models_py3 import ExecutePipelineActivity
from ._models_py3 import ExecutePipelineActivityPolicy
from ._models_py3 import ExecutePowerQueryActivityTypeProperties
from ._models_py3 import ExecuteSSISPackageActivity
from ._models_py3 import ExecuteWranglingDataflowActivity
Expand Down Expand Up @@ -717,8 +718,10 @@
CopyBehaviorType,
CosmosDbConnectionMode,
CosmosDbServicePrincipalCredentialType,
CredentialReferenceType,
DataFlowComputeType,
DataFlowDebugCommandType,
DataFlowReferenceType,
DatasetCompressionLevel,
DayOfWeek,
DaysOfWeek,
Expand Down Expand Up @@ -754,6 +757,7 @@
JsonFormatFilePattern,
JsonWriteFilePattern,
ManagedIntegrationRuntimeNodeStatus,
ManagedVirtualNetworkReferenceType,
MongoDbAuthenticationType,
NetezzaPartitionOption,
ODataAadServicePrincipalCredentialType,
Expand Down Expand Up @@ -800,6 +804,7 @@
TeamDeskAuthenticationType,
TeradataAuthenticationType,
TeradataPartitionOption,
TriggerReferenceType,
TriggerRunStatus,
TriggerRuntimeState,
TumblingWindowFrequency,
Expand Down Expand Up @@ -1051,6 +1056,7 @@
'ExecuteDataFlowActivityTypeProperties',
'ExecuteDataFlowActivityTypePropertiesCompute',
'ExecutePipelineActivity',
'ExecutePipelineActivityPolicy',
'ExecutePowerQueryActivityTypeProperties',
'ExecuteSSISPackageActivity',
'ExecuteWranglingDataflowActivity',
Expand Down Expand Up @@ -1519,8 +1525,10 @@
'CopyBehaviorType',
'CosmosDbConnectionMode',
'CosmosDbServicePrincipalCredentialType',
'CredentialReferenceType',
'DataFlowComputeType',
'DataFlowDebugCommandType',
'DataFlowReferenceType',
'DatasetCompressionLevel',
'DayOfWeek',
'DaysOfWeek',
Expand Down Expand Up @@ -1556,6 +1564,7 @@
'JsonFormatFilePattern',
'JsonWriteFilePattern',
'ManagedIntegrationRuntimeNodeStatus',
'ManagedVirtualNetworkReferenceType',
'MongoDbAuthenticationType',
'NetezzaPartitionOption',
'ODataAadServicePrincipalCredentialType',
Expand Down Expand Up @@ -1602,6 +1611,7 @@
'TeamDeskAuthenticationType',
'TeradataAuthenticationType',
'TeradataPartitionOption',
'TriggerReferenceType',
'TriggerRunStatus',
'TriggerRuntimeState',
'TumblingWindowFrequency',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ class CosmosDbServicePrincipalCredentialType(with_metaclass(CaseInsensitiveEnumM
SERVICE_PRINCIPAL_KEY = "ServicePrincipalKey"
SERVICE_PRINCIPAL_CERT = "ServicePrincipalCert"

class CredentialReferenceType(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""Credential reference type.
"""

CREDENTIAL_REFERENCE = "CredentialReference"

class DataFlowComputeType(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""Compute type of the cluster which will execute data flow job.
"""
Expand All @@ -123,6 +129,12 @@ class DataFlowDebugCommandType(with_metaclass(CaseInsensitiveEnumMeta, str, Enum
EXECUTE_STATISTICS_QUERY = "executeStatisticsQuery"
EXECUTE_EXPRESSION_QUERY = "executeExpressionQuery"

class DataFlowReferenceType(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""Data flow reference type.
"""

DATA_FLOW_REFERENCE = "DataFlowReference"

class DatasetCompressionLevel(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""All available compression levels.
"""
Expand Down Expand Up @@ -412,6 +424,12 @@ class ManagedIntegrationRuntimeNodeStatus(with_metaclass(CaseInsensitiveEnumMeta
RECYCLING = "Recycling"
UNAVAILABLE = "Unavailable"

class ManagedVirtualNetworkReferenceType(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""Managed Virtual Network reference type.
"""

MANAGED_VIRTUAL_NETWORK_REFERENCE = "ManagedVirtualNetworkReference"

class MongoDbAuthenticationType(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""The authentication type to be used to connect to the MongoDB database.
"""
Expand Down Expand Up @@ -816,6 +834,12 @@ class TeradataPartitionOption(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)
HASH = "Hash"
DYNAMIC_RANGE = "DynamicRange"

class TriggerReferenceType(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""Trigger reference type.
"""

TRIGGER_REFERENCE = "TriggerReference"

class TriggerRunStatus(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""Trigger run status.
"""
Expand Down
Loading

0 comments on commit 5c8051a

Please sign in to comment.