Skip to content

Commit

Permalink
datafactory-relesae (Azure#17483)
Browse files Browse the repository at this point in the history
  • Loading branch information
colawwj authored Sep 17, 2021
1 parent 3f866c6 commit 3773070
Show file tree
Hide file tree
Showing 18 changed files with 2,060 additions and 570 deletions.
2 changes: 1 addition & 1 deletion sdk/datafactory/arm-datafactory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/arm-datafactory",
"author": "Microsoft Corporation",
"description": "DataFactoryManagementClient Library with typescript type definitions for node.js and browser.",
"version": "7.9.0",
"version": "8.0.0",
"dependencies": {
"@azure/ms-rest-azure-js": "^2.1.0",
"@azure/ms-rest-js": "^2.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as msRestAzure from "@azure/ms-rest-azure-js";
import { TokenCredential } from "@azure/core-auth";

const packageName = "@azure/arm-datafactory";
const packageVersion = "7.9.0";
const packageVersion = "8.0.0";

export class DataFactoryManagementClientContext extends msRestAzure.AzureServiceClient {
credentials: msRest.ServiceClientCredentials | TokenCredential;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ export {
AddDataFlowToDebugSessionResponse,
AmazonMWSLinkedService,
AmazonMWSObjectDataset,
AmazonRdsForOracleLinkedService,
AmazonRdsForOracleTableDataset,
AmazonRdsForSqlServerLinkedService,
AmazonRdsForSqlServerTableDataset,
AmazonRedshiftLinkedService,
AmazonRedshiftTableDataset,
AmazonS3CompatibleLinkedService,
Expand Down Expand Up @@ -161,6 +165,7 @@ export {
InformixTableDataset,
IntegrationRuntime,
IntegrationRuntimeComputeProperties,
IntegrationRuntimeCustomerVirtualNetwork,
IntegrationRuntimeCustomSetupScriptProperties,
IntegrationRuntimeDataFlowProperties,
IntegrationRuntimeDataProxyProperties,
Expand Down Expand Up @@ -224,6 +229,8 @@ export {
PhoenixObjectDataset,
PostgreSqlLinkedService,
PostgreSqlTableDataset,
PowerQuerySink,
PowerQuerySource,
PrestoLinkedService,
PrestoObjectDataset,
QueryDataFlowDebugSessionsResponse,
Expand Down Expand Up @@ -288,6 +295,7 @@ export {
WebLinkedService,
WebLinkedServiceTypeProperties,
WebTableDataset,
WranglingDataFlow,
XeroLinkedService,
XeroObjectDataset,
XmlDataset,
Expand Down
16 changes: 15 additions & 1 deletion sdk/datafactory/arm-datafactory/src/models/dataFlowsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ export {
Activity,
ActivityDependency,
ActivityPolicy,
AdditionalColumns,
AmazonMWSLinkedService,
AmazonMWSObjectDataset,
AmazonMWSSource,
AmazonRdsForOracleLinkedService,
AmazonRdsForOraclePartitionSettings,
AmazonRdsForOracleSource,
AmazonRdsForOracleTableDataset,
AmazonRdsForSqlServerLinkedService,
AmazonRdsForSqlServerSource,
AmazonRdsForSqlServerTableDataset,
AmazonRedshiftLinkedService,
AmazonRedshiftSource,
AmazonRedshiftTableDataset,
Expand Down Expand Up @@ -226,6 +232,7 @@ export {
ExecuteDataFlowActivityTypePropertiesCompute,
ExecutePipelineActivity,
ExecuteSSISPackageActivity,
ExecuteWranglingDataflowActivity,
ExecutionActivity,
ExportSettings,
Expression,
Expand All @@ -249,6 +256,7 @@ export {
FtpServerLinkedService,
FtpServerLocation,
GetMetadataActivity,
GitHubClientSecret,
GlobalParameterSpecification,
GoogleAdWordsLinkedService,
GoogleAdWordsObjectDataset,
Expand Down Expand Up @@ -298,6 +306,7 @@ export {
InformixTableDataset,
IntegrationRuntime,
IntegrationRuntimeComputeProperties,
IntegrationRuntimeCustomerVirtualNetwork,
IntegrationRuntimeCustomSetupScriptProperties,
IntegrationRuntimeDataFlowProperties,
IntegrationRuntimeDataProxyProperties,
Expand Down Expand Up @@ -415,6 +424,8 @@ export {
PostgreSqlLinkedService,
PostgreSqlSource,
PostgreSqlTableDataset,
PowerQuerySink,
PowerQuerySource,
PrestoLinkedService,
PrestoObjectDataset,
PrestoSource,
Expand Down Expand Up @@ -511,6 +522,7 @@ export {
SqlAlwaysEncryptedProperties,
SqlDWSink,
SqlDWSource,
SqlDWUpsertSettings,
SqlMISink,
SqlMISource,
SqlPartitionSettings,
Expand All @@ -521,6 +533,7 @@ export {
SqlServerTableDataset,
SqlSink,
SqlSource,
SqlUpsertSettings,
SquareLinkedService,
SquareObjectDataset,
SquareSource,
Expand Down Expand Up @@ -575,6 +588,7 @@ export {
WebLinkedServiceTypeProperties,
WebSource,
WebTableDataset,
WranglingDataFlow,
XeroLinkedService,
XeroObjectDataset,
XeroSource,
Expand Down
16 changes: 15 additions & 1 deletion sdk/datafactory/arm-datafactory/src/models/datasetsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ export {
Activity,
ActivityDependency,
ActivityPolicy,
AdditionalColumns,
AmazonMWSLinkedService,
AmazonMWSObjectDataset,
AmazonMWSSource,
AmazonRdsForOracleLinkedService,
AmazonRdsForOraclePartitionSettings,
AmazonRdsForOracleSource,
AmazonRdsForOracleTableDataset,
AmazonRdsForSqlServerLinkedService,
AmazonRdsForSqlServerSource,
AmazonRdsForSqlServerTableDataset,
AmazonRedshiftLinkedService,
AmazonRedshiftSource,
AmazonRedshiftTableDataset,
Expand Down Expand Up @@ -226,6 +232,7 @@ export {
ExecuteDataFlowActivityTypePropertiesCompute,
ExecutePipelineActivity,
ExecuteSSISPackageActivity,
ExecuteWranglingDataflowActivity,
ExecutionActivity,
ExportSettings,
Expression,
Expand All @@ -249,6 +256,7 @@ export {
FtpServerLinkedService,
FtpServerLocation,
GetMetadataActivity,
GitHubClientSecret,
GlobalParameterSpecification,
GoogleAdWordsLinkedService,
GoogleAdWordsObjectDataset,
Expand Down Expand Up @@ -298,6 +306,7 @@ export {
InformixTableDataset,
IntegrationRuntime,
IntegrationRuntimeComputeProperties,
IntegrationRuntimeCustomerVirtualNetwork,
IntegrationRuntimeCustomSetupScriptProperties,
IntegrationRuntimeDataFlowProperties,
IntegrationRuntimeDataProxyProperties,
Expand Down Expand Up @@ -415,6 +424,8 @@ export {
PostgreSqlLinkedService,
PostgreSqlSource,
PostgreSqlTableDataset,
PowerQuerySink,
PowerQuerySource,
PrestoLinkedService,
PrestoObjectDataset,
PrestoSource,
Expand Down Expand Up @@ -511,6 +522,7 @@ export {
SqlAlwaysEncryptedProperties,
SqlDWSink,
SqlDWSource,
SqlDWUpsertSettings,
SqlMISink,
SqlMISource,
SqlPartitionSettings,
Expand All @@ -521,6 +533,7 @@ export {
SqlServerTableDataset,
SqlSink,
SqlSource,
SqlUpsertSettings,
SquareLinkedService,
SquareObjectDataset,
SquareSource,
Expand Down Expand Up @@ -575,6 +588,7 @@ export {
WebLinkedServiceTypeProperties,
WebSource,
WebTableDataset,
WranglingDataFlow,
XeroLinkedService,
XeroObjectDataset,
XeroSource,
Expand Down
15 changes: 14 additions & 1 deletion sdk/datafactory/arm-datafactory/src/models/factoriesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ export {
Activity,
ActivityDependency,
ActivityPolicy,
AdditionalColumns,
AmazonMWSLinkedService,
AmazonMWSObjectDataset,
AmazonMWSSource,
AmazonRdsForOracleLinkedService,
AmazonRdsForOraclePartitionSettings,
AmazonRdsForOracleSource,
AmazonRdsForOracleTableDataset,
AmazonRdsForSqlServerLinkedService,
AmazonRdsForSqlServerSource,
AmazonRdsForSqlServerTableDataset,
AmazonRedshiftLinkedService,
AmazonRedshiftSource,
AmazonRedshiftTableDataset,
Expand Down Expand Up @@ -226,6 +232,7 @@ export {
ExecuteDataFlowActivityTypePropertiesCompute,
ExecutePipelineActivity,
ExecuteSSISPackageActivity,
ExecuteWranglingDataflowActivity,
ExecutionActivity,
ExportSettings,
Expression,
Expand Down Expand Up @@ -304,6 +311,7 @@ export {
InformixTableDataset,
IntegrationRuntime,
IntegrationRuntimeComputeProperties,
IntegrationRuntimeCustomerVirtualNetwork,
IntegrationRuntimeCustomSetupScriptProperties,
IntegrationRuntimeDataFlowProperties,
IntegrationRuntimeDataProxyProperties,
Expand Down Expand Up @@ -421,6 +429,8 @@ export {
PostgreSqlLinkedService,
PostgreSqlSource,
PostgreSqlTableDataset,
PowerQuerySink,
PowerQuerySource,
PrestoLinkedService,
PrestoObjectDataset,
PrestoSource,
Expand Down Expand Up @@ -517,6 +527,7 @@ export {
SqlAlwaysEncryptedProperties,
SqlDWSink,
SqlDWSource,
SqlDWUpsertSettings,
SqlMISink,
SqlMISource,
SqlPartitionSettings,
Expand All @@ -527,6 +538,7 @@ export {
SqlServerTableDataset,
SqlSink,
SqlSource,
SqlUpsertSettings,
SquareLinkedService,
SquareObjectDataset,
SquareSource,
Expand Down Expand Up @@ -582,6 +594,7 @@ export {
WebLinkedServiceTypeProperties,
WebSource,
WebTableDataset,
WranglingDataFlow,
XeroLinkedService,
XeroObjectDataset,
XeroSource,
Expand Down
Loading

0 comments on commit 3773070

Please sign in to comment.