Skip to content

Commit

Permalink
Generated from f756788799f5681f7ccc10d0e2ec15a41f030bfe (#1690)
Browse files Browse the repository at this point in the history
Modify the public swagger by reference to private swagger
  • Loading branch information
AutorestCI authored Mar 21, 2019
1 parent a1c7a11 commit 983b8f7
Show file tree
Hide file tree
Showing 24 changed files with 8,787 additions and 3,046 deletions.
2 changes: 1 addition & 1 deletion packages/@azure/arm-datafactory/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 4 additions & 7 deletions packages/@azure/arm-datafactory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This package contains an isomorphic SDK for DataFactoryManagementClient.

### How to Install

```
```bash
npm install @azure/arm-datafactory
```

Expand All @@ -19,13 +19,13 @@ npm install @azure/arm-datafactory

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

```
```bash
npm install @azure/ms-rest-nodeauth
```

##### Sample code

```ts
```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";
Expand All @@ -47,7 +47,7 @@ msRestNodeAuth.interactiveLogin().then((creds) => {

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

```
```bash
npm install @azure/ms-rest-browserauth
```

Expand Down Expand Up @@ -94,6 +94,3 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to
## Related projects

- [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)


![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fpackages%2F%40azure%2Farm-datafactory%2FREADME.png)
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ class DataFactoryManagementClient extends DataFactoryManagementClientContext {
// Operation groups
operations: operations.Operations;
factories: operations.Factories;
exposureControl: operations.ExposureControl;
integrationRuntimes: operations.IntegrationRuntimes;
integrationRuntimeObjectMetadata: operations.IntegrationRuntimeObjectMetadata;
integrationRuntimeNodes: operations.IntegrationRuntimeNodes;
linkedServices: operations.LinkedServices;
datasets: operations.Datasets;
Expand All @@ -40,7 +42,9 @@ class DataFactoryManagementClient extends DataFactoryManagementClientContext {
super(credentials, subscriptionId, options);
this.operations = new operations.Operations(this);
this.factories = new operations.Factories(this);
this.exposureControl = new operations.ExposureControl(this);
this.integrationRuntimes = new operations.IntegrationRuntimes(this);
this.integrationRuntimeObjectMetadata = new operations.IntegrationRuntimeObjectMetadata(this);
this.integrationRuntimeNodes = new operations.IntegrationRuntimeNodes(this);
this.linkedServices = new operations.LinkedServices(this);
this.datasets = new operations.Datasets(this);
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 = "0.1.0";
const packageVersion = "5.3.0";

export class DataFactoryManagementClientContext extends msRestAzure.AzureServiceClient {
credentials: msRest.ServiceClientCredentials;
Expand Down
40 changes: 39 additions & 1 deletion packages/@azure/arm-datafactory/lib/models/datasetsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,13 @@ export {
RetryPolicy,
DependencyReference,
MultiplePipelineTrigger,
ResponsysLinkedService,
AzureFunctionLinkedService,
SecretBase,
AzureDataExplorerLinkedService,
GoogleAdWordsLinkedService,
OracleServiceCloudLinkedService,
DynamicsAXLinkedService,
ResponsysLinkedService,
AzureDatabricksLinkedService,
AzureDataLakeAnalyticsLinkedService,
HDInsightOnDemandLinkedService,
Expand Down Expand Up @@ -91,10 +96,16 @@ export {
CustomDataSourceLinkedService,
AmazonRedshiftLinkedService,
AmazonS3LinkedService,
RestServiceLinkedService,
SapOpenHubLinkedService,
SapEccLinkedService,
SapCloudForCustomerLinkedService,
SalesforceLinkedService,
Office365LinkedService,
AzureBlobFSLinkedService,
AzureDataLakeStoreLinkedService,
CosmosDbMongoDbApiLinkedService,
MongoDbV2LinkedService,
MongoDbLinkedService,
CassandraLinkedService,
WebLinkedService,
Expand Down Expand Up @@ -122,6 +133,10 @@ export {
AzureTableStorageLinkedService,
AzureBlobStorageLinkedService,
AzureStorageLinkedService,
GoogleAdWordsObjectDataset,
AzureDataExplorerTableDataset,
OracleServiceCloudObjectDataset,
DynamicsAXResourceDataset,
ResponsysObjectDataset,
SalesforceMarketingCloudObjectDataset,
VerticaTableDataset,
Expand Down Expand Up @@ -157,16 +172,22 @@ export {
DatasetCompression,
AzureSearchIndexDataset,
WebTableDataset,
RestResourceDataset,
SqlServerTableDataset,
SapOpenHubTableDataset,
SapEccResourceDataset,
SapCloudForCustomerResourceDataset,
SalesforceObjectDataset,
RelationalTableDataset,
AzureMySqlTableDataset,
OracleTableDataset,
ODataResourceDataset,
CosmosDbMongoDbApiCollectionDataset,
MongoDbV2CollectionDataset,
MongoDbCollectionDataset,
FileShareDataset,
Office365Dataset,
AzureBlobFSDataset,
AzureDataLakeStoreDataset,
DynamicsEntityDataset,
DocumentDbCollectionDataset,
Expand Down Expand Up @@ -210,6 +231,7 @@ export {
AvroFormat,
JsonFormat,
TextFormat,
AzureFunctionActivity,
DatabricksSparkPythonActivity,
DatabricksSparkJarActivity,
DatabricksNotebookActivity,
Expand All @@ -224,12 +246,14 @@ export {
LookupActivity,
CopySource,
DeleteActivity,
LogStorageSettings,
SqlServerStoredProcedureActivity,
StoredProcedureParameter,
CustomActivity,
CustomActivityReferenceObject,
ExecuteSSISPackageActivity,
SSISPackageLocation,
SSISExecutionCredential,
SSISExecutionParameter,
SSISPropertyOverride,
HDInsightSparkActivity,
Expand All @@ -256,6 +280,9 @@ export {
TumblingWindowTriggerDependencyReference,
AmazonRedshiftSource,
RedshiftUnloadSettings,
GoogleAdWordsSource,
OracleServiceCloudSource,
DynamicsAXSource,
ResponsysSource,
SalesforceMarketingCloudSource,
VerticaSource,
Expand Down Expand Up @@ -287,17 +314,25 @@ export {
AzurePostgreSqlSource,
AmazonMWSSource,
HttpSource,
AzureBlobFSSource,
AzureDataLakeStoreSource,
Office365Source,
CosmosDbMongoDbApiSource,
MongoDbCursorMethodsProperties,
MongoDbV2Source,
MongoDbSource,
CassandraSource,
WebSource,
OracleSource,
AzureDataExplorerSource,
AzureMySqlSource,
HdfsSource,
DistcpSettings,
FileSystemSource,
SqlDWSource,
SqlSource,
RestSource,
SapOpenHubSource,
SapEccSource,
SapCloudForCustomerSource,
SalesforceSource,
Expand All @@ -307,10 +342,13 @@ export {
BlobSource,
AzureTableSource,
TabularTranslator,
CosmosDbMongoDbApiSink,
SalesforceSink,
AzureDataExplorerSink,
DynamicsSink,
OdbcSink,
AzureSearchIndexSink,
AzureBlobFSSink,
AzureDataLakeStoreSink,
OracleSink,
SqlDWSink,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/

export {
discriminators,
ExposureControlRequest,
ExposureControlResponse,
CloudError
} from "../models/mappers";

42 changes: 41 additions & 1 deletion packages/@azure/arm-datafactory/lib/models/factoriesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export {
FactoryUpdateParameters,
GitHubAccessTokenRequest,
GitHubAccessTokenResponse,
UserAccessPolicy,
AccessPolicyResponse,
SubResource,
IntegrationRuntimeResource,
IntegrationRuntime,
Expand Down Expand Up @@ -50,8 +52,13 @@ export {
RetryPolicy,
DependencyReference,
MultiplePipelineTrigger,
ResponsysLinkedService,
AzureFunctionLinkedService,
SecretBase,
AzureDataExplorerLinkedService,
GoogleAdWordsLinkedService,
OracleServiceCloudLinkedService,
DynamicsAXLinkedService,
ResponsysLinkedService,
AzureDatabricksLinkedService,
AzureDataLakeAnalyticsLinkedService,
HDInsightOnDemandLinkedService,
Expand Down Expand Up @@ -95,10 +102,16 @@ export {
CustomDataSourceLinkedService,
AmazonRedshiftLinkedService,
AmazonS3LinkedService,
RestServiceLinkedService,
SapOpenHubLinkedService,
SapEccLinkedService,
SapCloudForCustomerLinkedService,
SalesforceLinkedService,
Office365LinkedService,
AzureBlobFSLinkedService,
AzureDataLakeStoreLinkedService,
CosmosDbMongoDbApiLinkedService,
MongoDbV2LinkedService,
MongoDbLinkedService,
CassandraLinkedService,
WebLinkedService,
Expand Down Expand Up @@ -126,6 +139,10 @@ export {
AzureTableStorageLinkedService,
AzureBlobStorageLinkedService,
AzureStorageLinkedService,
GoogleAdWordsObjectDataset,
AzureDataExplorerTableDataset,
OracleServiceCloudObjectDataset,
DynamicsAXResourceDataset,
ResponsysObjectDataset,
SalesforceMarketingCloudObjectDataset,
VerticaTableDataset,
Expand Down Expand Up @@ -161,16 +178,22 @@ export {
DatasetCompression,
AzureSearchIndexDataset,
WebTableDataset,
RestResourceDataset,
SqlServerTableDataset,
SapOpenHubTableDataset,
SapEccResourceDataset,
SapCloudForCustomerResourceDataset,
SalesforceObjectDataset,
RelationalTableDataset,
AzureMySqlTableDataset,
OracleTableDataset,
ODataResourceDataset,
CosmosDbMongoDbApiCollectionDataset,
MongoDbV2CollectionDataset,
MongoDbCollectionDataset,
FileShareDataset,
Office365Dataset,
AzureBlobFSDataset,
AzureDataLakeStoreDataset,
DynamicsEntityDataset,
DocumentDbCollectionDataset,
Expand Down Expand Up @@ -214,6 +237,7 @@ export {
AvroFormat,
JsonFormat,
TextFormat,
AzureFunctionActivity,
DatabricksSparkPythonActivity,
DatabricksSparkJarActivity,
DatabricksNotebookActivity,
Expand All @@ -228,12 +252,14 @@ export {
LookupActivity,
CopySource,
DeleteActivity,
LogStorageSettings,
SqlServerStoredProcedureActivity,
StoredProcedureParameter,
CustomActivity,
CustomActivityReferenceObject,
ExecuteSSISPackageActivity,
SSISPackageLocation,
SSISExecutionCredential,
SSISExecutionParameter,
SSISPropertyOverride,
HDInsightSparkActivity,
Expand All @@ -260,6 +286,9 @@ export {
TumblingWindowTriggerDependencyReference,
AmazonRedshiftSource,
RedshiftUnloadSettings,
GoogleAdWordsSource,
OracleServiceCloudSource,
DynamicsAXSource,
ResponsysSource,
SalesforceMarketingCloudSource,
VerticaSource,
Expand Down Expand Up @@ -291,17 +320,25 @@ export {
AzurePostgreSqlSource,
AmazonMWSSource,
HttpSource,
AzureBlobFSSource,
AzureDataLakeStoreSource,
Office365Source,
CosmosDbMongoDbApiSource,
MongoDbCursorMethodsProperties,
MongoDbV2Source,
MongoDbSource,
CassandraSource,
WebSource,
OracleSource,
AzureDataExplorerSource,
AzureMySqlSource,
HdfsSource,
DistcpSettings,
FileSystemSource,
SqlDWSource,
SqlSource,
RestSource,
SapOpenHubSource,
SapEccSource,
SapCloudForCustomerSource,
SalesforceSource,
Expand All @@ -311,10 +348,13 @@ export {
BlobSource,
AzureTableSource,
TabularTranslator,
CosmosDbMongoDbApiSink,
SalesforceSink,
AzureDataExplorerSink,
DynamicsSink,
OdbcSink,
AzureSearchIndexSink,
AzureBlobFSSink,
AzureDataLakeStoreSink,
OracleSink,
SqlDWSink,
Expand Down
Loading

0 comments on commit 983b8f7

Please sign in to comment.