From 7f1b0eb99cf1e478c84872e32b08c8fe7d1f398a Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Fri, 26 Jul 2019 08:31:35 +0000 Subject: [PATCH] Generated from 04df2c4ad1350ec47a500e1a1d1a609d43398aee support dataset v2 split name --- sdk/datafactory/arm-datafactory/LICENSE.txt | 2 +- sdk/datafactory/arm-datafactory/README.md | 17 +- sdk/datafactory/arm-datafactory/package.json | 14 +- .../arm-datafactory/rollup.config.js | 26 +- .../src/dataFactoryManagementClient.ts | 8 +- .../src/dataFactoryManagementClientContext.ts | 14 +- .../src/models/activityRunsMappers.ts | 15 +- .../src/models/datasetsMappers.ts | 703 +- .../src/models/exposureControlMappers.ts | 14 + .../src/models/factoriesMappers.ts | 713 +- .../arm-datafactory/src/models/index.ts | 20175 +++++++++------- .../models/integrationRuntimeNodesMappers.ts | 13 +- ...integrationRuntimeObjectMetadataMappers.ts | 23 + .../src/models/integrationRuntimesMappers.ts | 739 +- .../src/models/linkedServicesMappers.ts | 703 +- .../arm-datafactory/src/models/mappers.ts | 15795 ++++++++---- .../src/models/operationsMappers.ts | 15 +- .../arm-datafactory/src/models/parameters.ts | 64 +- .../src/models/pipelineRunsMappers.ts | 17 +- .../src/models/pipelinesMappers.ts | 705 +- .../src/models/rerunTriggersMappers.ts | 705 +- .../src/models/triggerRunsMappers.ts | 11 +- .../src/models/triggersMappers.ts | 703 +- .../src/operations/activityRuns.ts | 14 +- .../src/operations/datasets.ts | 52 +- .../src/operations/exposureControl.ts | 161 + .../src/operations/factories.ts | 170 +- .../arm-datafactory/src/operations/index.ts | 2 + .../src/operations/integrationRuntimeNodes.ts | 46 +- .../integrationRuntimeObjectMetadata.ts | 161 + .../src/operations/integrationRuntimes.ts | 180 +- .../src/operations/linkedServices.ts | 52 +- .../src/operations/operations.ts | 24 +- .../src/operations/pipelineRuns.ts | 36 +- .../src/operations/pipelines.ts | 64 +- .../src/operations/rerunTriggers.ts | 66 +- .../src/operations/triggerRuns.ts | 14 +- .../src/operations/triggers.ts | 74 +- 38 files changed, 26274 insertions(+), 16036 deletions(-) create mode 100644 sdk/datafactory/arm-datafactory/src/models/exposureControlMappers.ts create mode 100644 sdk/datafactory/arm-datafactory/src/models/integrationRuntimeObjectMetadataMappers.ts create mode 100644 sdk/datafactory/arm-datafactory/src/operations/exposureControl.ts create mode 100644 sdk/datafactory/arm-datafactory/src/operations/integrationRuntimeObjectMetadata.ts diff --git a/sdk/datafactory/arm-datafactory/LICENSE.txt b/sdk/datafactory/arm-datafactory/LICENSE.txt index a70e8cf66038..b73b4a1293c3 100644 --- a/sdk/datafactory/arm-datafactory/LICENSE.txt +++ b/sdk/datafactory/arm-datafactory/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018 Microsoft +Copyright (c) 2019 Microsoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sdk/datafactory/arm-datafactory/README.md b/sdk/datafactory/arm-datafactory/README.md index 8151250bfffe..7cc28aafcadc 100644 --- a/sdk/datafactory/arm-datafactory/README.md +++ b/sdk/datafactory/arm-datafactory/README.md @@ -9,7 +9,7 @@ This package contains an isomorphic SDK for DataFactoryManagementClient. ### How to Install -``` +```bash npm install @azure/arm-datafactory ``` @@ -19,15 +19,15 @@ npm install @azure/arm-datafactory ##### Install @azure/ms-rest-nodeauth -``` +```bash npm install @azure/ms-rest-nodeauth ``` ##### Sample code -```ts -import * as msRest from "@azure/ms-rest-js"; -import * as msRestAzure from "@azure/ms-rest-azure-js"; +```typescript +import * as coreHttp from "@azure/core-http"; +import * as coreArm from "@azure/core-arm"; import * as msRestNodeAuth from "@azure/ms-rest-nodeauth"; import { DataFactoryManagementClient, DataFactoryManagementModels, DataFactoryManagementMappers } from "@azure/arm-datafactory"; const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"]; @@ -47,7 +47,7 @@ msRestNodeAuth.interactiveLogin().then((creds) => { ##### Install @azure/ms-rest-browserauth -``` +```bash npm install @azure/ms-rest-browserauth ``` @@ -61,8 +61,8 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to @azure/arm-datafactory sample - - + +