Skip to content

Commit

Permalink
CodeGen from PR 13257 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 23af44a9c83cc63713f1fa6171ab1c0588ec6f95 into 80e4e1b77162711ca1123042f50db03ffbf1bb40
  • Loading branch information
SDKAuto committed Mar 4, 2021
1 parent 96fe07e commit 67a4fa2
Show file tree
Hide file tree
Showing 43 changed files with 1,035 additions and 224 deletions.
2 changes: 1 addition & 1 deletion sdk/datafactory/arm-datafactory/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Microsoft
Copyright (c) 2021 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
Expand Down
9 changes: 4 additions & 5 deletions sdk/datafactory/arm-datafactory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install @azure/arm-datafactory

### How to use

#### nodejs - Authentication, client creation and list operations as an example written in TypeScript.
#### nodejs - client creation and list operations as an example written in TypeScript.

##### Install @azure/ms-rest-nodeauth

Expand All @@ -26,11 +26,10 @@ npm install @azure/ms-rest-nodeauth@"^3.0.0"

##### Sample code

While the below sample uses the interactive login, other authentication options can be found in the [README.md file of @azure/ms-rest-nodeauth](https://www.npmjs.com/package/@azure/ms-rest-nodeauth) package
```typescript
import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";
import * as msRestNodeAuth from "@azure/ms-rest-nodeauth";
import { DataFactoryManagementClient, DataFactoryManagementModels, DataFactoryManagementMappers } from "@azure/arm-datafactory";
const msRestNodeAuth = require("@azure/ms-rest-nodeauth");
const { DataFactoryManagementClient } = require("@azure/arm-datafactory");
const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"];

msRestNodeAuth.interactiveLogin().then((creds) => {
Expand Down
4 changes: 2 additions & 2 deletions sdk/datafactory/arm-datafactory/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const config = {
"@azure/ms-rest-azure-js": "msRestAzure"
},
banner: `/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -179,6 +179,7 @@ export {
MagentoLinkedService,
MagentoObjectDataset,
ManagedIntegrationRuntime,
ManagedVirtualNetworkReference,
MappingDataFlow,
MariaDBLinkedService,
MariaDBTableDataset,
Expand Down
13 changes: 11 additions & 2 deletions sdk/datafactory/arm-datafactory/src/models/dataFlowsMappers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -119,6 +119,7 @@ export {
ChainingTrigger,
CloudError,
CmdkeySetup,
CMKIdentityDefinition,
CommonDataServiceForAppsEntityDataset,
CommonDataServiceForAppsLinkedService,
CommonDataServiceForAppsSink,
Expand All @@ -131,6 +132,7 @@ export {
ConnectionStateProperties,
ControlActivity,
CopyActivity,
CopyActivityLogSettings,
CopySink,
CopySource,
CosmosDbLinkedService,
Expand All @@ -148,6 +150,7 @@ export {
CustomActivityReferenceObject,
CustomDataset,
CustomDataSourceLinkedService,
CustomEventsTrigger,
CustomSetupBase,
DatabricksNotebookActivity,
DatabricksSparkJarActivity,
Expand Down Expand Up @@ -207,6 +210,7 @@ export {
EloquaLinkedService,
EloquaObjectDataset,
EloquaSource,
EncryptionConfiguration,
EntityReference,
EnvironmentVariableSetup,
ExcelDataset,
Expand Down Expand Up @@ -310,6 +314,8 @@ export {
LinkedService,
LinkedServiceReference,
LinkedServiceResource,
LogLocationSettings,
LogSettings,
LogStorageSettings,
LookupActivity,
MagentoLinkedService,
Expand All @@ -319,6 +325,7 @@ export {
ManagedPrivateEndpoint,
ManagedPrivateEndpointResource,
ManagedVirtualNetwork,
ManagedVirtualNetworkReference,
ManagedVirtualNetworkResource,
MappingDataFlow,
MariaDBLinkedService,
Expand Down Expand Up @@ -385,7 +392,9 @@ export {
PhoenixLinkedService,
PhoenixObjectDataset,
PhoenixSource,
PipelineElapsedTimeMetricPolicy,
PipelineFolder,
PipelinePolicy,
PipelineReference,
PipelineResource,
PolybaseSettings,
Expand Down
13 changes: 11 additions & 2 deletions sdk/datafactory/arm-datafactory/src/models/datasetsMappers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -119,6 +119,7 @@ export {
ChainingTrigger,
CloudError,
CmdkeySetup,
CMKIdentityDefinition,
CommonDataServiceForAppsEntityDataset,
CommonDataServiceForAppsLinkedService,
CommonDataServiceForAppsSink,
Expand All @@ -131,6 +132,7 @@ export {
ConnectionStateProperties,
ControlActivity,
CopyActivity,
CopyActivityLogSettings,
CopySink,
CopySource,
CosmosDbLinkedService,
Expand All @@ -148,6 +150,7 @@ export {
CustomActivityReferenceObject,
CustomDataset,
CustomDataSourceLinkedService,
CustomEventsTrigger,
CustomSetupBase,
DatabricksNotebookActivity,
DatabricksSparkJarActivity,
Expand Down Expand Up @@ -207,6 +210,7 @@ export {
EloquaLinkedService,
EloquaObjectDataset,
EloquaSource,
EncryptionConfiguration,
EntityReference,
EnvironmentVariableSetup,
ExcelDataset,
Expand Down Expand Up @@ -310,6 +314,8 @@ export {
LinkedService,
LinkedServiceReference,
LinkedServiceResource,
LogLocationSettings,
LogSettings,
LogStorageSettings,
LookupActivity,
MagentoLinkedService,
Expand All @@ -319,6 +325,7 @@ export {
ManagedPrivateEndpoint,
ManagedPrivateEndpointResource,
ManagedVirtualNetwork,
ManagedVirtualNetworkReference,
ManagedVirtualNetworkResource,
MappingDataFlow,
MariaDBLinkedService,
Expand Down Expand Up @@ -385,7 +392,9 @@ export {
PhoenixLinkedService,
PhoenixObjectDataset,
PhoenixSource,
PipelineElapsedTimeMetricPolicy,
PipelineFolder,
PipelinePolicy,
PipelineReference,
PipelineResource,
PolybaseSettings,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
13 changes: 11 additions & 2 deletions sdk/datafactory/arm-datafactory/src/models/factoriesMappers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -120,6 +120,7 @@ export {
ChainingTrigger,
CloudError,
CmdkeySetup,
CMKIdentityDefinition,
CommonDataServiceForAppsEntityDataset,
CommonDataServiceForAppsLinkedService,
CommonDataServiceForAppsSink,
Expand All @@ -132,6 +133,7 @@ export {
ConnectionStateProperties,
ControlActivity,
CopyActivity,
CopyActivityLogSettings,
CopySink,
CopySource,
CosmosDbLinkedService,
Expand All @@ -149,6 +151,7 @@ export {
CustomActivityReferenceObject,
CustomDataset,
CustomDataSourceLinkedService,
CustomEventsTrigger,
CustomSetupBase,
DatabricksNotebookActivity,
DatabricksSparkJarActivity,
Expand Down Expand Up @@ -207,6 +210,7 @@ export {
EloquaLinkedService,
EloquaObjectDataset,
EloquaSource,
EncryptionConfiguration,
EntityReference,
EnvironmentVariableSetup,
ExcelDataset,
Expand Down Expand Up @@ -315,6 +319,8 @@ export {
LinkedService,
LinkedServiceReference,
LinkedServiceResource,
LogLocationSettings,
LogSettings,
LogStorageSettings,
LookupActivity,
MagentoLinkedService,
Expand All @@ -324,6 +330,7 @@ export {
ManagedPrivateEndpoint,
ManagedPrivateEndpointResource,
ManagedVirtualNetwork,
ManagedVirtualNetworkReference,
ManagedVirtualNetworkResource,
MappingDataFlow,
MariaDBLinkedService,
Expand Down Expand Up @@ -390,7 +397,9 @@ export {
PhoenixLinkedService,
PhoenixObjectDataset,
PhoenixSource,
PipelineElapsedTimeMetricPolicy,
PipelineFolder,
PipelinePolicy,
PipelineReference,
PipelineResource,
PolybaseSettings,
Expand Down
Loading

0 comments on commit 67a4fa2

Please sign in to comment.