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": "6dc6ded9bad45a876f4a6e96df2d4f4eb5c26b12",
"commit": "6e3115cda4aaef4eb53807115115d9d832dcbf6e",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/datafactory/resource-manager/readme.md --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"
}
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.7.0"
VERSION = "1.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@
TriggerRunStatus,
TriggerRuntimeState,
TumblingWindowFrequency,
Type,
VariableType,
WebActivityMethod,
WebAuthenticationType,
Expand Down Expand Up @@ -1639,6 +1640,7 @@
'TriggerRunStatus',
'TriggerRuntimeState',
'TumblingWindowFrequency',
'Type',
'VariableType',
'WebActivityMethod',
'WebAuthenticationType',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,12 @@ class TumblingWindowFrequency(str, Enum, metaclass=CaseInsensitiveEnumMeta):
HOUR = "Hour"
MONTH = "Month"

class Type(str, Enum, metaclass=CaseInsensitiveEnumMeta):
"""Linked service reference type.
"""

LINKED_SERVICE_REFERENCE = "LinkedServiceReference"

class VariableType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
"""Variable type.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def __init__(


class LinkedService(msrest.serialization.Model):
"""The Azure Data Factory nested object which contains the information and credential which can be used to connect with related store or compute resource.
"""The nested object which contains the information and credential which can be used to connect with related store or compute resource.

You probably want to use the sub-classes and not this class directly. Known
sub-classes are: AmazonMWSLinkedService, AmazonRdsForOracleLinkedService, AmazonRdsForSqlServerLinkedService, AmazonRedshiftLinkedService, AmazonS3LinkedService, AmazonS3CompatibleLinkedService, AppFiguresLinkedService, AsanaLinkedService, AzureBatchLinkedService, AzureBlobFSLinkedService, AzureBlobStorageLinkedService, AzureDataExplorerLinkedService, AzureDataLakeAnalyticsLinkedService, AzureDataLakeStoreLinkedService, AzureDatabricksLinkedService, AzureDatabricksDeltaLakeLinkedService, AzureFileStorageLinkedService, AzureFunctionLinkedService, AzureKeyVaultLinkedService, AzureMLLinkedService, AzureMLServiceLinkedService, AzureMariaDBLinkedService, AzureMySqlLinkedService, AzurePostgreSqlLinkedService, AzureSearchLinkedService, AzureSqlDWLinkedService, AzureSqlDatabaseLinkedService, AzureSqlMILinkedService, AzureStorageLinkedService, AzureTableStorageLinkedService, CassandraLinkedService, CommonDataServiceForAppsLinkedService, ConcurLinkedService, CosmosDbLinkedService, CosmosDbMongoDbApiLinkedService, CouchbaseLinkedService, CustomDataSourceLinkedService, DataworldLinkedService, Db2LinkedService, DrillLinkedService, DynamicsLinkedService, DynamicsAXLinkedService, DynamicsCrmLinkedService, EloquaLinkedService, FileServerLinkedService, FtpServerLinkedService, GoogleAdWordsLinkedService, GoogleBigQueryLinkedService, GoogleCloudStorageLinkedService, GreenplumLinkedService, HBaseLinkedService, HDInsightLinkedService, HDInsightOnDemandLinkedService, HdfsLinkedService, HiveLinkedService, HttpLinkedService, HubspotLinkedService, ImpalaLinkedService, InformixLinkedService, JiraLinkedService, MagentoLinkedService, MariaDBLinkedService, MarketoLinkedService, MicrosoftAccessLinkedService, MongoDbLinkedService, MongoDbAtlasLinkedService, MongoDbV2LinkedService, MySqlLinkedService, NetezzaLinkedService, ODataLinkedService, OdbcLinkedService, Office365LinkedService, OracleLinkedService, OracleCloudStorageLinkedService, OracleServiceCloudLinkedService, PaypalLinkedService, PhoenixLinkedService, PostgreSqlLinkedService, PrestoLinkedService, QuickBooksLinkedService, QuickbaseLinkedService, ResponsysLinkedService, RestServiceLinkedService, SalesforceLinkedService, SalesforceMarketingCloudLinkedService, SalesforceServiceCloudLinkedService, SapBWLinkedService, SapCloudForCustomerLinkedService, SapEccLinkedService, SapHanaLinkedService, SapOdpLinkedService, SapOpenHubLinkedService, SapTableLinkedService, ServiceNowLinkedService, SftpServerLinkedService, SharePointOnlineListLinkedService, ShopifyLinkedService, SmartsheetLinkedService, SnowflakeLinkedService, SparkLinkedService, SqlServerLinkedService, SquareLinkedService, SybaseLinkedService, TeamDeskLinkedService, TeradataLinkedService, TwilioLinkedService, VerticaLinkedService, WebLinkedService, XeroLinkedService, ZendeskLinkedService, ZohoLinkedService.
Expand Down Expand Up @@ -33406,20 +33406,19 @@ def __init__(
class LinkedServiceReference(msrest.serialization.Model):
"""Linked service reference type.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

:ivar type: Linked service reference type. Has constant value: "LinkedServiceReference".
:vartype type: str
:ivar type: Required. Linked service reference type. Known values are:
"LinkedServiceReference".
:vartype type: str or ~azure.mgmt.datafactory.models.Type
:ivar reference_name: Required. Reference LinkedService name.
:vartype reference_name: str
:ivar parameters: Arguments for LinkedService.
:vartype parameters: dict[str, any]
"""

_validation = {
'type': {'required': True, 'constant': True},
'type': {'required': True},
'reference_name': {'required': True},
}

Expand All @@ -33429,22 +33428,25 @@ class LinkedServiceReference(msrest.serialization.Model):
'parameters': {'key': 'parameters', 'type': '{object}'},
}

type = "LinkedServiceReference"

def __init__(
self,
*,
type: Union[str, "_models.Type"],
reference_name: str,
parameters: Optional[Dict[str, Any]] = None,
**kwargs
):
"""
:keyword type: Required. Linked service reference type. Known values are:
"LinkedServiceReference".
:paramtype type: str or ~azure.mgmt.datafactory.models.Type
:keyword reference_name: Required. Reference LinkedService name.
:paramtype reference_name: str
:keyword parameters: Arguments for LinkedService.
:paramtype parameters: dict[str, any]
"""
super(LinkedServiceReference, self).__init__(**kwargs)
self.type = type
self.reference_name = reference_name
self.parameters = parameters

Expand Down