Skip to content

Commit

Permalink
datafactory-track1 (Azure#18784)
Browse files Browse the repository at this point in the history
  • Loading branch information
colawwj authored Nov 23, 2021
1 parent 107d25f commit 94c7e2f
Show file tree
Hide file tree
Showing 17 changed files with 344 additions and 335 deletions.
4 changes: 2 additions & 2 deletions 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": "8.1.0",
"version": "9.0.0",
"dependencies": {
"@azure/ms-rest-azure-js": "^2.1.0",
"@azure/ms-rest-js": "^2.2.0",
Expand All @@ -27,7 +27,7 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"uglify-js": "^3.6.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/datafactory/arm-datafactory",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datafactory/arm-datafactory",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
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 = "8.1.0";
const packageVersion = "9.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 @@ -98,23 +98,18 @@ export {
DataFlowDebugSessionExecuteCommandHeaders,
DataFlowDebugSessionInfo,
DataFlowFolder,
DataFlowReference,
DataFlowSink,
DataFlowSource,
DataFlowSourceSetting,
DataFlowStagingInfo,
Dataset,
DatasetBZip2Compression,
DatasetCompression,
DatasetDebugResource,
DatasetDeflateCompression,
DatasetFolder,
DatasetGZipCompression,
DatasetLocation,
DatasetReference,
DatasetStorageFormat,
DatasetTarCompression,
DatasetTarGZipCompression,
DatasetZipDeflateCompression,
Db2LinkedService,
Db2TableDataset,
DeleteDataFlowDebugSessionRequest,
Expand All @@ -136,6 +131,7 @@ export {
FileServerLinkedService,
FileServerLocation,
FileShareDataset,
Flowlet,
FtpServerLinkedService,
FtpServerLocation,
GoogleAdWordsLinkedService,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,18 +178,12 @@ export {
DataFlowStagingInfo,
DataLakeAnalyticsUSQLActivity,
Dataset,
DatasetBZip2Compression,
DatasetCompression,
DatasetDeflateCompression,
DatasetFolder,
DatasetGZipCompression,
DatasetLocation,
DatasetReference,
DatasetResource,
DatasetStorageFormat,
DatasetTarCompression,
DatasetTarGZipCompression,
DatasetZipDeflateCompression,
Db2LinkedService,
Db2Source,
Db2TableDataset,
Expand Down Expand Up @@ -249,6 +243,7 @@ export {
FileSystemSink,
FileSystemSource,
FilterActivity,
Flowlet,
ForEachActivity,
FormatReadSettings,
FormatWriteSettings,
Expand Down Expand Up @@ -425,6 +420,7 @@ export {
PostgreSqlSource,
PostgreSqlTableDataset,
PowerQuerySink,
PowerQuerySinkMapping,
PowerQuerySource,
PrestoLinkedService,
PrestoObjectDataset,
Expand Down
8 changes: 2 additions & 6 deletions sdk/datafactory/arm-datafactory/src/models/datasetsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,19 +177,13 @@ export {
DataFlowStagingInfo,
DataLakeAnalyticsUSQLActivity,
Dataset,
DatasetBZip2Compression,
DatasetCompression,
DatasetDeflateCompression,
DatasetFolder,
DatasetGZipCompression,
DatasetListResponse,
DatasetLocation,
DatasetReference,
DatasetResource,
DatasetStorageFormat,
DatasetTarCompression,
DatasetTarGZipCompression,
DatasetZipDeflateCompression,
Db2LinkedService,
Db2Source,
Db2TableDataset,
Expand Down Expand Up @@ -249,6 +243,7 @@ export {
FileSystemSink,
FileSystemSource,
FilterActivity,
Flowlet,
ForEachActivity,
FormatReadSettings,
FormatWriteSettings,
Expand Down Expand Up @@ -425,6 +420,7 @@ export {
PostgreSqlSource,
PostgreSqlTableDataset,
PowerQuerySink,
PowerQuerySinkMapping,
PowerQuerySource,
PrestoLinkedService,
PrestoObjectDataset,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,18 +178,12 @@ export {
DataFlowStagingInfo,
DataLakeAnalyticsUSQLActivity,
Dataset,
DatasetBZip2Compression,
DatasetCompression,
DatasetDeflateCompression,
DatasetFolder,
DatasetGZipCompression,
DatasetLocation,
DatasetReference,
DatasetResource,
DatasetStorageFormat,
DatasetTarCompression,
DatasetTarGZipCompression,
DatasetZipDeflateCompression,
Db2LinkedService,
Db2Source,
Db2TableDataset,
Expand Down Expand Up @@ -252,6 +246,7 @@ export {
FileSystemSink,
FileSystemSource,
FilterActivity,
Flowlet,
ForEachActivity,
FormatReadSettings,
FormatWriteSettings,
Expand Down Expand Up @@ -430,6 +425,7 @@ export {
PostgreSqlSource,
PostgreSqlTableDataset,
PowerQuerySink,
PowerQuerySinkMapping,
PowerQuerySource,
PrestoLinkedService,
PrestoObjectDataset,
Expand Down
Loading

0 comments on commit 94c7e2f

Please sign in to comment.