@azure/arm-datafactory 10.0.0-beta.1 → 10.1.0-alpha.20220112.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/CHANGELOG.md +18 -24
  2. package/LICENSE +1 -1
  3. package/README.md +1 -1
  4. package/dist/index.js +81 -37
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/src/dataFactoryManagementClient.d.ts +5 -2
  9. package/dist-esm/src/dataFactoryManagementClient.d.ts.map +1 -1
  10. package/dist-esm/src/dataFactoryManagementClient.js +32 -3
  11. package/dist-esm/src/dataFactoryManagementClient.js.map +1 -1
  12. package/dist-esm/src/index.d.ts +0 -1
  13. package/dist-esm/src/index.d.ts.map +1 -1
  14. package/dist-esm/src/index.js +0 -1
  15. package/dist-esm/src/index.js.map +1 -1
  16. package/dist-esm/src/models/index.d.ts +31 -6
  17. package/dist-esm/src/models/index.d.ts.map +1 -1
  18. package/dist-esm/src/models/index.js.map +1 -1
  19. package/dist-esm/src/models/mappers.d.ts +2 -2
  20. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  21. package/dist-esm/src/models/mappers.js +76 -13
  22. package/dist-esm/src/models/mappers.js.map +1 -1
  23. package/dist-esm/src/operations/activityRuns.d.ts +2 -2
  24. package/dist-esm/src/operations/activityRuns.d.ts.map +1 -1
  25. package/dist-esm/src/operations/activityRuns.js.map +1 -1
  26. package/dist-esm/src/operations/dataFlowDebugSession.d.ts +2 -2
  27. package/dist-esm/src/operations/dataFlowDebugSession.d.ts.map +1 -1
  28. package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
  29. package/dist-esm/src/operations/dataFlows.d.ts +2 -2
  30. package/dist-esm/src/operations/dataFlows.d.ts.map +1 -1
  31. package/dist-esm/src/operations/dataFlows.js.map +1 -1
  32. package/dist-esm/src/operations/datasets.d.ts +2 -2
  33. package/dist-esm/src/operations/datasets.d.ts.map +1 -1
  34. package/dist-esm/src/operations/datasets.js.map +1 -1
  35. package/dist-esm/src/operations/exposureControl.d.ts +2 -2
  36. package/dist-esm/src/operations/exposureControl.d.ts.map +1 -1
  37. package/dist-esm/src/operations/exposureControl.js.map +1 -1
  38. package/dist-esm/src/operations/factories.d.ts +2 -2
  39. package/dist-esm/src/operations/factories.d.ts.map +1 -1
  40. package/dist-esm/src/operations/factories.js.map +1 -1
  41. package/dist-esm/src/operations/integrationRuntimeNodes.d.ts +2 -2
  42. package/dist-esm/src/operations/integrationRuntimeNodes.d.ts.map +1 -1
  43. package/dist-esm/src/operations/integrationRuntimeNodes.js.map +1 -1
  44. package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts +2 -2
  45. package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -1
  46. package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js.map +1 -1
  47. package/dist-esm/src/operations/integrationRuntimes.d.ts +2 -2
  48. package/dist-esm/src/operations/integrationRuntimes.d.ts.map +1 -1
  49. package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
  50. package/dist-esm/src/operations/linkedServices.d.ts +2 -2
  51. package/dist-esm/src/operations/linkedServices.d.ts.map +1 -1
  52. package/dist-esm/src/operations/linkedServices.js.map +1 -1
  53. package/dist-esm/src/operations/managedPrivateEndpoints.d.ts +2 -2
  54. package/dist-esm/src/operations/managedPrivateEndpoints.d.ts.map +1 -1
  55. package/dist-esm/src/operations/managedPrivateEndpoints.js.map +1 -1
  56. package/dist-esm/src/operations/managedVirtualNetworks.d.ts +2 -2
  57. package/dist-esm/src/operations/managedVirtualNetworks.d.ts.map +1 -1
  58. package/dist-esm/src/operations/managedVirtualNetworks.js.map +1 -1
  59. package/dist-esm/src/operations/operations.d.ts +2 -2
  60. package/dist-esm/src/operations/operations.d.ts.map +1 -1
  61. package/dist-esm/src/operations/operations.js.map +1 -1
  62. package/dist-esm/src/operations/pipelineRuns.d.ts +2 -2
  63. package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -1
  64. package/dist-esm/src/operations/pipelineRuns.js.map +1 -1
  65. package/dist-esm/src/operations/pipelines.d.ts +2 -2
  66. package/dist-esm/src/operations/pipelines.d.ts.map +1 -1
  67. package/dist-esm/src/operations/pipelines.js.map +1 -1
  68. package/dist-esm/src/operations/privateEndPointConnections.d.ts +2 -2
  69. package/dist-esm/src/operations/privateEndPointConnections.d.ts.map +1 -1
  70. package/dist-esm/src/operations/privateEndPointConnections.js.map +1 -1
  71. package/dist-esm/src/operations/privateEndpointConnection.d.ts +2 -2
  72. package/dist-esm/src/operations/privateEndpointConnection.d.ts.map +1 -1
  73. package/dist-esm/src/operations/privateEndpointConnection.js.map +1 -1
  74. package/dist-esm/src/operations/privateLinkResources.d.ts +2 -2
  75. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -1
  76. package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
  77. package/dist-esm/src/operations/triggerRuns.d.ts +2 -2
  78. package/dist-esm/src/operations/triggerRuns.d.ts.map +1 -1
  79. package/dist-esm/src/operations/triggerRuns.js.map +1 -1
  80. package/dist-esm/src/operations/triggers.d.ts +2 -2
  81. package/dist-esm/src/operations/triggers.d.ts.map +1 -1
  82. package/dist-esm/src/operations/triggers.js.map +1 -1
  83. package/package.json +14 -4
  84. package/review/arm-datafactory.api.md +28 -18
  85. package/src/dataFactoryManagementClient.ts +46 -3
  86. package/src/index.ts +0 -1
  87. package/src/models/index.ts +32 -3
  88. package/src/models/mappers.ts +88 -12
  89. package/src/operations/activityRuns.ts +3 -3
  90. package/src/operations/dataFlowDebugSession.ts +3 -3
  91. package/src/operations/dataFlows.ts +3 -3
  92. package/src/operations/datasets.ts +3 -3
  93. package/src/operations/exposureControl.ts +3 -3
  94. package/src/operations/factories.ts +3 -3
  95. package/src/operations/integrationRuntimeNodes.ts +3 -3
  96. package/src/operations/integrationRuntimeObjectMetadata.ts +3 -3
  97. package/src/operations/integrationRuntimes.ts +3 -3
  98. package/src/operations/linkedServices.ts +3 -3
  99. package/src/operations/managedPrivateEndpoints.ts +3 -3
  100. package/src/operations/managedVirtualNetworks.ts +3 -3
  101. package/src/operations/operations.ts +3 -3
  102. package/src/operations/pipelineRuns.ts +3 -3
  103. package/src/operations/pipelines.ts +3 -3
  104. package/src/operations/privateEndPointConnections.ts +3 -3
  105. package/src/operations/privateEndpointConnection.ts +3 -3
  106. package/src/operations/privateLinkResources.ts +3 -3
  107. package/src/operations/triggerRuns.ts +3 -3
  108. package/src/operations/triggers.ts +3 -3
  109. package/types/arm-datafactory.d.ts +36 -20
  110. package/types/tsdoc-metadata.json +1 -1
  111. package/dist-esm/src/dataFactoryManagementClientContext.d.ts +0 -16
  112. package/dist-esm/src/dataFactoryManagementClientContext.d.ts.map +0 -1
  113. package/dist-esm/src/dataFactoryManagementClientContext.js +0 -49
  114. package/dist-esm/src/dataFactoryManagementClientContext.js.map +0 -1
  115. package/src/dataFactoryManagementClientContext.ts +0 -70
package/CHANGELOG.md CHANGED
@@ -1,32 +1,26 @@
1
- ## 10.0.0-beta.1 (2021-11-23)
1
+ # Release History
2
+
3
+ ## 10.1.0 (2022-01-10)
2
4
 
3
5
  **Features**
4
6
 
5
- - Interface DataFlowReference has a new optional parameter parameters
6
- - Interface Transformation has a new optional parameter dataset
7
- - Interface Transformation has a new optional parameter linkedService
8
- - Type Alias FtpReadSettings has a new parameter disableChunking
9
- - Type Alias SftpReadSettings has a new parameter disableChunking
10
-
11
- **Breaking Changes**
12
-
13
- - Type Alias DataFlowSink no longer has parameter dataset
14
- - Type Alias DataFlowSink no longer has parameter linkedService
15
- - Type Alias DataFlowSource no longer has parameter dataset
16
- - Type Alias DataFlowSource no longer has parameter linkedService
17
- - Type Alias Flowlet no longer has parameter additionalProperties
7
+ - Added Type Alias FailActivity
8
+ - Type Alias AzureBlobFSLinkedService has a new parameter servicePrincipalCredentialType
9
+ - Type Alias AzureBlobFSLinkedService has a new parameter servicePrincipalCredential
10
+ - Type Alias AzureDatabricksDeltaLakeLinkedService has a new parameter credential
11
+ - Type Alias AzureDatabricksDeltaLakeLinkedService has a new parameter workspaceResourceId
12
+ - Type Alias CosmosDbLinkedService has a new parameter credential
13
+ - Type Alias DynamicsLinkedService has a new parameter credential
14
+ - Type Alias GoogleAdWordsLinkedService has a new parameter connectionProperties
15
+ - Type Alias LinkedIntegrationRuntimeRbacAuthorization has a new parameter credential
16
+
18
17
 
19
- ## 9.0.0-beta.1 (2021-11-10)
18
+ ## 10.0.0 (2021-12-17)
20
19
 
21
- This is the first preview for the new version of the `@azure/arm-datafactory` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
20
+ The package of @azure/arm-datafactory is using our next generation design principles since version 10.0.0, which contains breaking changes.
22
21
 
23
- While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/).
22
+ To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).
24
23
 
25
- Please note that this version has breaking changes, all of which were made after careful consideration during the authoring of the guidelines and user studies.
24
+ To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
26
25
 
27
- **Noteworthy changes and features**
28
- - Authentication: The packages `@azure/ms-rest-nodeauth` or `@azure/ms-rest-browserauth` are no longer supported. Use package [@azure/identity](https://www.npmjs.com/package/@azure/identity) instead. Select a credential from Azure Identity examples based on the authentication method of your choice.
29
- - Callbacks: Method overloads that used callbacks have been removed and the use of promises is encouraged instead.
30
- - List operations now return an iterable result that follows the `PagedAsyncIterableIterator` interface as opposed to the previous model where you had to make a new request using the link to the next page.
31
- - Long running operations i.e. the Lro related object returned by methods whose names started with `begin`, now uses `pollUntilDone` to check whether the request is finished, instead of `pollUntilFinished`. To get the final result, use the corresponding method that will have the suffix `AndWait`.
32
- - The SDK only supports ECMAScript 2015 (ES6) and beyond, all projects that referenced this SDK should be upgraded to use ES6.
26
+ To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 Microsoft
3
+ Copyright (c) 2022 Microsoft
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -6,7 +6,7 @@ The Azure Data Factory V2 management API provides a RESTful set of web services
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datafactory/arm-datafactory) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-datafactory) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-datafactory?view=azure-node-preview) |
9
+ [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-datafactory) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started
package/dist/index.js CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib = require('tslib');
6
5
  var coreClient = require('@azure/core-client');
6
+ var tslib = require('tslib');
7
7
  var coreLro = require('@azure/core-lro');
8
8
 
9
9
  /*
@@ -3287,6 +3287,7 @@ const DataFlow = {
3287
3287
  modelProperties: {
3288
3288
  type: {
3289
3289
  serializedName: "type",
3290
+ required: true,
3290
3291
  type: {
3291
3292
  name: "String"
3292
3293
  }
@@ -3808,11 +3809,9 @@ const ManagedVirtualNetworkListResponse = {
3808
3809
  }
3809
3810
  };
3810
3811
  const ManagedVirtualNetwork = {
3811
- serializedName: "ManagedVirtualNetwork",
3812
3812
  type: {
3813
3813
  name: "Composite",
3814
3814
  className: "ManagedVirtualNetwork",
3815
- uberParent: "ManagedVirtualNetwork",
3816
3815
  additionalProperties: { type: { name: "Object" } },
3817
3816
  modelProperties: {
3818
3817
  vNetId: {
@@ -3832,8 +3831,6 @@ const ManagedVirtualNetwork = {
3832
3831
  }
3833
3832
  }
3834
3833
  };
3835
- ManagedVirtualNetwork.type.polymorphicDiscriminator =
3836
- ManagedVirtualNetwork.type.polymorphicDiscriminator;
3837
3834
  const ManagedPrivateEndpointListResponse = {
3838
3835
  type: {
3839
3836
  name: "Composite",
@@ -3862,11 +3859,9 @@ const ManagedPrivateEndpointListResponse = {
3862
3859
  }
3863
3860
  };
3864
3861
  const ManagedPrivateEndpoint = {
3865
- serializedName: "ManagedPrivateEndpoint",
3866
3862
  type: {
3867
3863
  name: "Composite",
3868
3864
  className: "ManagedPrivateEndpoint",
3869
- uberParent: "ManagedPrivateEndpoint",
3870
3865
  additionalProperties: { type: { name: "Object" } },
3871
3866
  modelProperties: {
3872
3867
  connectionState: {
@@ -3916,8 +3911,6 @@ const ManagedPrivateEndpoint = {
3916
3911
  }
3917
3912
  }
3918
3913
  };
3919
- ManagedPrivateEndpoint.type.polymorphicDiscriminator =
3920
- ManagedPrivateEndpoint.type.polymorphicDiscriminator;
3921
3914
  const ConnectionStateProperties = {
3922
3915
  type: {
3923
3916
  name: "Composite",
@@ -8506,6 +8499,12 @@ const CosmosDbLinkedService = {
8506
8499
  name: "Dictionary",
8507
8500
  value: { type: { name: "any" } }
8508
8501
  }
8502
+ }, credential: {
8503
+ serializedName: "typeProperties.credential",
8504
+ type: {
8505
+ name: "Composite",
8506
+ className: "CredentialReference"
8507
+ }
8509
8508
  } })
8510
8509
  }
8511
8510
  };
@@ -8591,6 +8590,12 @@ const DynamicsLinkedService = {
8591
8590
  name: "Dictionary",
8592
8591
  value: { type: { name: "any" } }
8593
8592
  }
8593
+ }, credential: {
8594
+ serializedName: "typeProperties.credential",
8595
+ type: {
8596
+ name: "Composite",
8597
+ className: "CredentialReference"
8598
+ }
8594
8599
  } })
8595
8600
  }
8596
8601
  };
@@ -10099,6 +10104,18 @@ const AzureBlobFSLinkedService = {
10099
10104
  name: "Composite",
10100
10105
  className: "CredentialReference"
10101
10106
  }
10107
+ }, servicePrincipalCredentialType: {
10108
+ serializedName: "typeProperties.servicePrincipalCredentialType",
10109
+ type: {
10110
+ name: "Dictionary",
10111
+ value: { type: { name: "any" } }
10112
+ }
10113
+ }, servicePrincipalCredential: {
10114
+ serializedName: "typeProperties.servicePrincipalCredential",
10115
+ type: {
10116
+ name: "Composite",
10117
+ className: "SecretBase"
10118
+ }
10102
10119
  } })
10103
10120
  }
10104
10121
  };
@@ -13126,6 +13143,18 @@ const AzureDatabricksDeltaLakeLinkedService = {
13126
13143
  name: "Dictionary",
13127
13144
  value: { type: { name: "any" } }
13128
13145
  }
13146
+ }, credential: {
13147
+ serializedName: "typeProperties.credential",
13148
+ type: {
13149
+ name: "Composite",
13150
+ className: "CredentialReference"
13151
+ }
13152
+ }, workspaceResourceId: {
13153
+ serializedName: "typeProperties.workspaceResourceId",
13154
+ type: {
13155
+ name: "Dictionary",
13156
+ value: { type: { name: "any" } }
13157
+ }
13129
13158
  } })
13130
13159
  }
13131
13160
  };
@@ -13298,9 +13327,14 @@ const GoogleAdWordsLinkedService = {
13298
13327
  uberParent: "LinkedService",
13299
13328
  additionalProperties: { type: { name: "Object" } },
13300
13329
  polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
13301
- modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { clientCustomerID: {
13330
+ modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { connectionProperties: {
13331
+ serializedName: "typeProperties.connectionProperties",
13332
+ type: {
13333
+ name: "Dictionary",
13334
+ value: { type: { name: "any" } }
13335
+ }
13336
+ }, clientCustomerID: {
13302
13337
  serializedName: "typeProperties.clientCustomerID",
13303
- required: true,
13304
13338
  type: {
13305
13339
  name: "Dictionary",
13306
13340
  value: { type: { name: "any" } }
@@ -13313,7 +13347,6 @@ const GoogleAdWordsLinkedService = {
13313
13347
  }
13314
13348
  }, authenticationType: {
13315
13349
  serializedName: "typeProperties.authenticationType",
13316
- required: true,
13317
13350
  type: {
13318
13351
  name: "String"
13319
13352
  }
@@ -16999,6 +17032,12 @@ const LinkedIntegrationRuntimeRbacAuthorization = {
16999
17032
  type: {
17000
17033
  name: "String"
17001
17034
  }
17035
+ }, credential: {
17036
+ serializedName: "credential",
17037
+ type: {
17038
+ name: "Composite",
17039
+ className: "CredentialReference"
17040
+ }
17002
17041
  } })
17003
17042
  }
17004
17043
  };
@@ -20887,6 +20926,31 @@ const WaitActivity = {
20887
20926
  } })
20888
20927
  }
20889
20928
  };
20929
+ const FailActivity = {
20930
+ serializedName: "Fail",
20931
+ type: {
20932
+ name: "Composite",
20933
+ className: "FailActivity",
20934
+ uberParent: "Activity",
20935
+ additionalProperties: { type: { name: "Object" } },
20936
+ polymorphicDiscriminator: Activity.type.polymorphicDiscriminator,
20937
+ modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { message: {
20938
+ serializedName: "typeProperties.message",
20939
+ required: true,
20940
+ type: {
20941
+ name: "Dictionary",
20942
+ value: { type: { name: "any" } }
20943
+ }
20944
+ }, errorCode: {
20945
+ serializedName: "typeProperties.errorCode",
20946
+ required: true,
20947
+ type: {
20948
+ name: "Dictionary",
20949
+ value: { type: { name: "any" } }
20950
+ }
20951
+ } })
20952
+ }
20953
+ };
20890
20954
  const UntilActivity = {
20891
20955
  serializedName: "Until",
20892
20956
  type: {
@@ -23923,8 +23987,6 @@ let discriminators = {
23923
23987
  Activity: Activity,
23924
23988
  Trigger: Trigger,
23925
23989
  DataFlow: DataFlow,
23926
- "ManagedVirtualNetwork.ManagedVirtualNetwork": ManagedVirtualNetwork,
23927
- "ManagedPrivateEndpoint.ManagedPrivateEndpoint": ManagedPrivateEndpoint,
23928
23990
  SecretBase: SecretBase,
23929
23991
  Credential: Credential,
23930
23992
  DatasetLocation: DatasetLocation,
@@ -24310,6 +24372,7 @@ let discriminators = {
24310
24372
  "Activity.Switch": SwitchActivity,
24311
24373
  "Activity.ForEach": ForEachActivity,
24312
24374
  "Activity.Wait": WaitActivity,
24375
+ "Activity.Fail": FailActivity,
24313
24376
  "Activity.Until": UntilActivity,
24314
24377
  "Activity.Validation": ValidationActivity,
24315
24378
  "Activity.Filter": FilterActivity,
@@ -25001,6 +25064,7 @@ var Mappers = /*#__PURE__*/Object.freeze({
25001
25064
  SwitchActivity: SwitchActivity,
25002
25065
  ForEachActivity: ForEachActivity,
25003
25066
  WaitActivity: WaitActivity,
25067
+ FailActivity: FailActivity,
25004
25068
  UntilActivity: UntilActivity,
25005
25069
  ValidationActivity: ValidationActivity,
25006
25070
  FilterActivity: FilterActivity,
@@ -30436,9 +30500,9 @@ const getOperationSpec$d = {
30436
30500
  * Code generated by Microsoft (R) AutoRest Code Generator.
30437
30501
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
30438
30502
  */
30439
- class DataFactoryManagementClientContext extends coreClient.ServiceClient {
30503
+ class DataFactoryManagementClient extends coreClient.ServiceClient {
30440
30504
  /**
30441
- * Initializes a new instance of the DataFactoryManagementClientContext class.
30505
+ * Initializes a new instance of the DataFactoryManagementClient class.
30442
30506
  * @param credentials Subscription credentials which uniquely identify client subscription.
30443
30507
  * @param subscriptionId The subscription identifier.
30444
30508
  * @param options The parameter options
@@ -30458,7 +30522,7 @@ class DataFactoryManagementClientContext extends coreClient.ServiceClient {
30458
30522
  requestContentType: "application/json; charset=utf-8",
30459
30523
  credential: credentials
30460
30524
  };
30461
- const packageDetails = `azsdk-js-arm-datafactory/10.0.0-beta.1`;
30525
+ const packageDetails = `azsdk-js-arm-datafactory/10.1.0`;
30462
30526
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
30463
30527
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
30464
30528
  : `${packageDetails}`;
@@ -30474,25 +30538,6 @@ class DataFactoryManagementClientContext extends coreClient.ServiceClient {
30474
30538
  // Assigning values to Constant parameters
30475
30539
  this.$host = options.$host || "https://management.azure.com";
30476
30540
  this.apiVersion = options.apiVersion || "2018-06-01";
30477
- }
30478
- }
30479
-
30480
- /*
30481
- * Copyright (c) Microsoft Corporation.
30482
- * Licensed under the MIT License.
30483
- *
30484
- * Code generated by Microsoft (R) AutoRest Code Generator.
30485
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
30486
- */
30487
- class DataFactoryManagementClient extends DataFactoryManagementClientContext {
30488
- /**
30489
- * Initializes a new instance of the DataFactoryManagementClient class.
30490
- * @param credentials Subscription credentials which uniquely identify client subscription.
30491
- * @param subscriptionId The subscription identifier.
30492
- * @param options The parameter options
30493
- */
30494
- constructor(credentials, subscriptionId, options) {
30495
- super(credentials, subscriptionId, options);
30496
30541
  this.operations = new OperationsImpl(this);
30497
30542
  this.factories = new FactoriesImpl(this);
30498
30543
  this.exposureControl = new ExposureControlImpl(this);
@@ -30517,5 +30562,4 @@ class DataFactoryManagementClient extends DataFactoryManagementClientContext {
30517
30562
  }
30518
30563
 
30519
30564
  exports.DataFactoryManagementClient = DataFactoryManagementClient;
30520
- exports.DataFactoryManagementClientContext = DataFactoryManagementClientContext;
30521
30565
  //# sourceMappingURL=index.js.map