Skip to content

Commit

Permalink
Release for mgmt datafactory (#9437)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaozha authored Jun 16, 2020
1 parent 8603325 commit ba1a976
Show file tree
Hide file tree
Showing 12 changed files with 5,547 additions and 3,184 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.0.0",
"version": "7.1.0",
"dependencies": {
"@azure/ms-rest-azure-js": "^2.0.1",
"@azure/ms-rest-js": "^2.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";

const packageName = "@azure/arm-datafactory";
const packageVersion = "7.0.0";
const packageVersion = "7.1.0";

export class DataFactoryManagementClientContext extends msRestAzure.AzureServiceClient {
credentials: msRest.ServiceClientCredentials;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export {
EloquaObjectDataset,
EntityReference,
EnvironmentVariableSetup,
ExcelDataset,
FileServerLinkedService,
FileServerLocation,
FileShareDataset,
Expand Down Expand Up @@ -200,6 +201,7 @@ export {
OracleTableDataset,
OrcDataset,
OrcFormat,
PackageStore,
ParameterSpecification,
ParquetDataset,
ParquetFormat,
Expand Down Expand Up @@ -245,8 +247,12 @@ export {
ServiceNowObjectDataset,
SftpLocation,
SftpServerLinkedService,
SharePointOnlineListLinkedService,
SharePointOnlineListResourceDataset,
ShopifyLinkedService,
ShopifyObjectDataset,
SnowflakeDataset,
SnowflakeLinkedService,
SparkLinkedService,
SparkObjectDataset,
SqlServerLinkedService,
Expand All @@ -270,6 +276,7 @@ export {
WebTableDataset,
XeroLinkedService,
XeroObjectDataset,
XmlDataset,
ZohoLinkedService,
ZohoObjectDataset
} from "../models/mappers";
23 changes: 23 additions & 0 deletions sdk/datafactory/arm-datafactory/src/models/dataFlowsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export {
AzureTableStorageLinkedService,
BaseResource,
BinaryDataset,
BinaryReadSettings,
BinarySink,
BinarySource,
BlobEventsTrigger,
Expand All @@ -115,6 +116,7 @@ export {
CommonDataServiceForAppsSink,
CommonDataServiceForAppsSource,
ComponentSetup,
CompressionReadSettings,
ConcurLinkedService,
ConcurObjectDataset,
ConcurSource,
Expand Down Expand Up @@ -196,11 +198,14 @@ export {
EloquaSource,
EntityReference,
EnvironmentVariableSetup,
ExcelDataset,
ExcelSource,
ExecuteDataFlowActivity,
ExecuteDataFlowActivityTypePropertiesCompute,
ExecutePipelineActivity,
ExecuteSSISPackageActivity,
ExecutionActivity,
ExportSettings,
Expression,
Factory,
FactoryGitHubConfiguration,
Expand All @@ -222,6 +227,7 @@ export {
FtpServerLinkedService,
FtpServerLocation,
GetMetadataActivity,
GlobalParameterSpecification,
GoogleAdWordsLinkedService,
GoogleAdWordsObjectDataset,
GoogleAdWordsSource,
Expand Down Expand Up @@ -263,6 +269,7 @@ export {
ImpalaLinkedService,
ImpalaObjectDataset,
ImpalaSource,
ImportSettings,
InformixLinkedService,
InformixSink,
InformixSource,
Expand All @@ -282,6 +289,7 @@ export {
JiraSource,
JsonDataset,
JsonFormat,
JsonReadSettings,
JsonSink,
JsonSource,
JsonWriteSettings,
Expand Down Expand Up @@ -345,6 +353,7 @@ export {
OrcFormat,
OrcSink,
OrcSource,
PackageStore,
ParameterSpecification,
ParquetDataset,
ParquetFormat,
Expand Down Expand Up @@ -431,17 +440,27 @@ export {
SftpReadSettings,
SftpServerLinkedService,
SftpWriteSettings,
SharePointOnlineListLinkedService,
SharePointOnlineListResourceDataset,
SharePointOnlineListSource,
ShopifyLinkedService,
ShopifyObjectDataset,
ShopifySource,
SkipErrorFile,
SnowflakeDataset,
SnowflakeExportCopyCommand,
SnowflakeImportCopyCommand,
SnowflakeLinkedService,
SnowflakeSink,
SnowflakeSource,
SparkLinkedService,
SparkObjectDataset,
SparkSource,
SqlDWSink,
SqlDWSource,
SqlMISink,
SqlMISource,
SqlPartitionSettings,
SqlServerLinkedService,
SqlServerSink,
SqlServerSource,
Expand Down Expand Up @@ -504,6 +523,10 @@ export {
XeroLinkedService,
XeroObjectDataset,
XeroSource,
XmlDataset,
XmlReadSettings,
XmlSource,
ZipDeflateReadSettings,
ZohoLinkedService,
ZohoObjectDataset,
ZohoSource
Expand Down
23 changes: 23 additions & 0 deletions sdk/datafactory/arm-datafactory/src/models/datasetsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export {
AzureTableStorageLinkedService,
BaseResource,
BinaryDataset,
BinaryReadSettings,
BinarySink,
BinarySource,
BlobEventsTrigger,
Expand All @@ -115,6 +116,7 @@ export {
CommonDataServiceForAppsSink,
CommonDataServiceForAppsSource,
ComponentSetup,
CompressionReadSettings,
ConcurLinkedService,
ConcurObjectDataset,
ConcurSource,
Expand Down Expand Up @@ -196,11 +198,14 @@ export {
EloquaSource,
EntityReference,
EnvironmentVariableSetup,
ExcelDataset,
ExcelSource,
ExecuteDataFlowActivity,
ExecuteDataFlowActivityTypePropertiesCompute,
ExecutePipelineActivity,
ExecuteSSISPackageActivity,
ExecutionActivity,
ExportSettings,
Expression,
Factory,
FactoryGitHubConfiguration,
Expand All @@ -222,6 +227,7 @@ export {
FtpServerLinkedService,
FtpServerLocation,
GetMetadataActivity,
GlobalParameterSpecification,
GoogleAdWordsLinkedService,
GoogleAdWordsObjectDataset,
GoogleAdWordsSource,
Expand Down Expand Up @@ -263,6 +269,7 @@ export {
ImpalaLinkedService,
ImpalaObjectDataset,
ImpalaSource,
ImportSettings,
InformixLinkedService,
InformixSink,
InformixSource,
Expand All @@ -282,6 +289,7 @@ export {
JiraSource,
JsonDataset,
JsonFormat,
JsonReadSettings,
JsonSink,
JsonSource,
JsonWriteSettings,
Expand Down Expand Up @@ -345,6 +353,7 @@ export {
OrcFormat,
OrcSink,
OrcSource,
PackageStore,
ParameterSpecification,
ParquetDataset,
ParquetFormat,
Expand Down Expand Up @@ -431,17 +440,27 @@ export {
SftpReadSettings,
SftpServerLinkedService,
SftpWriteSettings,
SharePointOnlineListLinkedService,
SharePointOnlineListResourceDataset,
SharePointOnlineListSource,
ShopifyLinkedService,
ShopifyObjectDataset,
ShopifySource,
SkipErrorFile,
SnowflakeDataset,
SnowflakeExportCopyCommand,
SnowflakeImportCopyCommand,
SnowflakeLinkedService,
SnowflakeSink,
SnowflakeSource,
SparkLinkedService,
SparkObjectDataset,
SparkSource,
SqlDWSink,
SqlDWSource,
SqlMISink,
SqlMISource,
SqlPartitionSettings,
SqlServerLinkedService,
SqlServerSink,
SqlServerSource,
Expand Down Expand Up @@ -504,6 +523,10 @@ export {
XeroLinkedService,
XeroObjectDataset,
XeroSource,
XmlDataset,
XmlReadSettings,
XmlSource,
ZipDeflateReadSettings,
ZohoLinkedService,
ZohoObjectDataset,
ZohoSource
Expand Down
23 changes: 23 additions & 0 deletions sdk/datafactory/arm-datafactory/src/models/factoriesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export {
AzureTableStorageLinkedService,
BaseResource,
BinaryDataset,
BinaryReadSettings,
BinarySink,
BinarySource,
BlobEventsTrigger,
Expand All @@ -116,6 +117,7 @@ export {
CommonDataServiceForAppsSink,
CommonDataServiceForAppsSource,
ComponentSetup,
CompressionReadSettings,
ConcurLinkedService,
ConcurObjectDataset,
ConcurSource,
Expand Down Expand Up @@ -196,11 +198,14 @@ export {
EloquaSource,
EntityReference,
EnvironmentVariableSetup,
ExcelDataset,
ExcelSource,
ExecuteDataFlowActivity,
ExecuteDataFlowActivityTypePropertiesCompute,
ExecutePipelineActivity,
ExecuteSSISPackageActivity,
ExecutionActivity,
ExportSettings,
Expression,
Factory,
FactoryGitHubConfiguration,
Expand All @@ -227,6 +232,7 @@ export {
GetMetadataActivity,
GitHubAccessTokenRequest,
GitHubAccessTokenResponse,
GlobalParameterSpecification,
GoogleAdWordsLinkedService,
GoogleAdWordsObjectDataset,
GoogleAdWordsSource,
Expand Down Expand Up @@ -268,6 +274,7 @@ export {
ImpalaLinkedService,
ImpalaObjectDataset,
ImpalaSource,
ImportSettings,
InformixLinkedService,
InformixSink,
InformixSource,
Expand All @@ -287,6 +294,7 @@ export {
JiraSource,
JsonDataset,
JsonFormat,
JsonReadSettings,
JsonSink,
JsonSource,
JsonWriteSettings,
Expand Down Expand Up @@ -350,6 +358,7 @@ export {
OrcFormat,
OrcSink,
OrcSource,
PackageStore,
ParameterSpecification,
ParquetDataset,
ParquetFormat,
Expand Down Expand Up @@ -436,17 +445,27 @@ export {
SftpReadSettings,
SftpServerLinkedService,
SftpWriteSettings,
SharePointOnlineListLinkedService,
SharePointOnlineListResourceDataset,
SharePointOnlineListSource,
ShopifyLinkedService,
ShopifyObjectDataset,
ShopifySource,
SkipErrorFile,
SnowflakeDataset,
SnowflakeExportCopyCommand,
SnowflakeImportCopyCommand,
SnowflakeLinkedService,
SnowflakeSink,
SnowflakeSource,
SparkLinkedService,
SparkObjectDataset,
SparkSource,
SqlDWSink,
SqlDWSource,
SqlMISink,
SqlMISource,
SqlPartitionSettings,
SqlServerLinkedService,
SqlServerSink,
SqlServerSource,
Expand Down Expand Up @@ -510,6 +529,10 @@ export {
XeroLinkedService,
XeroObjectDataset,
XeroSource,
XmlDataset,
XmlReadSettings,
XmlSource,
ZipDeflateReadSettings,
ZohoLinkedService,
ZohoObjectDataset,
ZohoSource
Expand Down
Loading

0 comments on commit ba1a976

Please sign in to comment.