@azure/arm-datafactory 9.0.0-beta.1 → 10.0.0-alpha.20211214.1

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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,34 @@
1
- ## 9.0.0-beta.1 (2021-11-10)
1
+ ## Release History
2
+
3
+ ### 10.0.0-beta.2 (Unreleased)
4
+
5
+ #### Features Added
6
+
7
+ #### Breaking Changes
8
+
9
+ #### Bugs Fixed
10
+
11
+ #### Other Changes
12
+
13
+ ### 10.0.0-beta.1 (2021-11-23)
14
+
15
+ **Features**
16
+
17
+ - Interface DataFlowReference has a new optional parameter parameters
18
+ - Interface Transformation has a new optional parameter dataset
19
+ - Interface Transformation has a new optional parameter linkedService
20
+ - Type Alias FtpReadSettings has a new parameter disableChunking
21
+ - Type Alias SftpReadSettings has a new parameter disableChunking
22
+
23
+ **Breaking Changes**
24
+
25
+ - Type Alias DataFlowSink no longer has parameter dataset
26
+ - Type Alias DataFlowSink no longer has parameter linkedService
27
+ - Type Alias DataFlowSource no longer has parameter dataset
28
+ - Type Alias DataFlowSource no longer has parameter linkedService
29
+ - Type Alias Flowlet no longer has parameter additionalProperties
30
+
31
+ ### 9.0.0-beta.1 (2021-11-10)
2
32
 
3
33
  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.
4
34
 
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) |
9
+ [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-datafactory?view=azure-node-preview) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started
@@ -53,6 +53,10 @@ const subscriptionId = "00000000-0000-0000-0000-000000000000";
53
53
  const client = new DataFactoryManagementClient(new DefaultAzureCredential(), subscriptionId);
54
54
  ```
55
55
 
56
+
57
+ ### JavaScript Bundle
58
+ To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
59
+
56
60
  ## Key concepts
57
61
 
58
62
  ### DataFactoryManagementClient
package/dist/index.js CHANGED
@@ -869,55 +869,6 @@ const FactoryListResponse = {
869
869
  }
870
870
  }
871
871
  };
872
- const Resource = {
873
- type: {
874
- name: "Composite",
875
- className: "Resource",
876
- modelProperties: {
877
- id: {
878
- serializedName: "id",
879
- readOnly: true,
880
- type: {
881
- name: "String"
882
- }
883
- },
884
- name: {
885
- serializedName: "name",
886
- readOnly: true,
887
- type: {
888
- name: "String"
889
- }
890
- },
891
- type: {
892
- serializedName: "type",
893
- readOnly: true,
894
- type: {
895
- name: "String"
896
- }
897
- },
898
- location: {
899
- serializedName: "location",
900
- type: {
901
- name: "String"
902
- }
903
- },
904
- tags: {
905
- serializedName: "tags",
906
- type: {
907
- name: "Dictionary",
908
- value: { type: { name: "String" } }
909
- }
910
- },
911
- eTag: {
912
- serializedName: "eTag",
913
- readOnly: true,
914
- type: {
915
- name: "String"
916
- }
917
- }
918
- }
919
- }
920
- };
921
872
  const FactoryIdentity = {
922
873
  type: {
923
874
  name: "Composite",
@@ -1082,6 +1033,55 @@ const CMKIdentityDefinition = {
1082
1033
  }
1083
1034
  }
1084
1035
  };
1036
+ const Resource = {
1037
+ type: {
1038
+ name: "Composite",
1039
+ className: "Resource",
1040
+ modelProperties: {
1041
+ id: {
1042
+ serializedName: "id",
1043
+ readOnly: true,
1044
+ type: {
1045
+ name: "String"
1046
+ }
1047
+ },
1048
+ name: {
1049
+ serializedName: "name",
1050
+ readOnly: true,
1051
+ type: {
1052
+ name: "String"
1053
+ }
1054
+ },
1055
+ type: {
1056
+ serializedName: "type",
1057
+ readOnly: true,
1058
+ type: {
1059
+ name: "String"
1060
+ }
1061
+ },
1062
+ location: {
1063
+ serializedName: "location",
1064
+ type: {
1065
+ name: "String"
1066
+ }
1067
+ },
1068
+ tags: {
1069
+ serializedName: "tags",
1070
+ type: {
1071
+ name: "Dictionary",
1072
+ value: { type: { name: "String" } }
1073
+ }
1074
+ },
1075
+ eTag: {
1076
+ serializedName: "eTag",
1077
+ readOnly: true,
1078
+ type: {
1079
+ name: "String"
1080
+ }
1081
+ }
1082
+ }
1083
+ }
1084
+ };
1085
1085
  const FactoryRepoUpdate = {
1086
1086
  type: {
1087
1087
  name: "Composite",
@@ -1376,6 +1376,34 @@ const IntegrationRuntimeListResponse = {
1376
1376
  }
1377
1377
  }
1378
1378
  };
1379
+ const IntegrationRuntime = {
1380
+ serializedName: "IntegrationRuntime",
1381
+ type: {
1382
+ name: "Composite",
1383
+ className: "IntegrationRuntime",
1384
+ uberParent: "IntegrationRuntime",
1385
+ additionalProperties: { type: { name: "Object" } },
1386
+ polymorphicDiscriminator: {
1387
+ serializedName: "type",
1388
+ clientName: "type"
1389
+ },
1390
+ modelProperties: {
1391
+ type: {
1392
+ serializedName: "type",
1393
+ required: true,
1394
+ type: {
1395
+ name: "String"
1396
+ }
1397
+ },
1398
+ description: {
1399
+ serializedName: "description",
1400
+ type: {
1401
+ name: "String"
1402
+ }
1403
+ }
1404
+ }
1405
+ }
1406
+ };
1379
1407
  const SubResource = {
1380
1408
  type: {
1381
1409
  name: "Composite",
@@ -1412,34 +1440,6 @@ const SubResource = {
1412
1440
  }
1413
1441
  }
1414
1442
  };
1415
- const IntegrationRuntime = {
1416
- serializedName: "IntegrationRuntime",
1417
- type: {
1418
- name: "Composite",
1419
- className: "IntegrationRuntime",
1420
- uberParent: "IntegrationRuntime",
1421
- additionalProperties: { type: { name: "Object" } },
1422
- polymorphicDiscriminator: {
1423
- serializedName: "type",
1424
- clientName: "type"
1425
- },
1426
- modelProperties: {
1427
- type: {
1428
- serializedName: "type",
1429
- required: true,
1430
- type: {
1431
- name: "String"
1432
- }
1433
- },
1434
- description: {
1435
- serializedName: "description",
1436
- type: {
1437
- name: "String"
1438
- }
1439
- }
1440
- }
1441
- }
1442
- };
1443
1443
  const UpdateIntegrationRuntimeRequest = {
1444
1444
  type: {
1445
1445
  name: "Composite",
@@ -4316,6 +4316,15 @@ const DataFlowReference = {
4316
4316
  name: "Dictionary",
4317
4317
  value: { type: { name: "any" } }
4318
4318
  }
4319
+ },
4320
+ parameters: {
4321
+ serializedName: "parameters",
4322
+ type: {
4323
+ name: "Dictionary",
4324
+ value: {
4325
+ type: { name: "Dictionary", value: { type: { name: "any" } } }
4326
+ }
4327
+ }
4319
4328
  }
4320
4329
  }
4321
4330
  }
@@ -4425,6 +4434,20 @@ const Transformation = {
4425
4434
  name: "String"
4426
4435
  }
4427
4436
  },
4437
+ dataset: {
4438
+ serializedName: "dataset",
4439
+ type: {
4440
+ name: "Composite",
4441
+ className: "DatasetReference"
4442
+ }
4443
+ },
4444
+ linkedService: {
4445
+ serializedName: "linkedService",
4446
+ type: {
4447
+ name: "Composite",
4448
+ className: "LinkedServiceReference"
4449
+ }
4450
+ },
4428
4451
  flowlet: {
4429
4452
  serializedName: "flowlet",
4430
4453
  type: {
@@ -7224,6 +7247,53 @@ const TriggerReference = {
7224
7247
  }
7225
7248
  }
7226
7249
  };
7250
+ const FactoryVstsConfiguration = {
7251
+ serializedName: "FactoryVSTSConfiguration",
7252
+ type: {
7253
+ name: "Composite",
7254
+ className: "FactoryVstsConfiguration",
7255
+ uberParent: "FactoryRepoConfiguration",
7256
+ polymorphicDiscriminator: FactoryRepoConfiguration.type.polymorphicDiscriminator,
7257
+ modelProperties: Object.assign(Object.assign({}, FactoryRepoConfiguration.type.modelProperties), { projectName: {
7258
+ serializedName: "projectName",
7259
+ required: true,
7260
+ type: {
7261
+ name: "String"
7262
+ }
7263
+ }, tenantId: {
7264
+ serializedName: "tenantId",
7265
+ type: {
7266
+ name: "String"
7267
+ }
7268
+ } })
7269
+ }
7270
+ };
7271
+ const FactoryGitHubConfiguration = {
7272
+ serializedName: "FactoryGitHubConfiguration",
7273
+ type: {
7274
+ name: "Composite",
7275
+ className: "FactoryGitHubConfiguration",
7276
+ uberParent: "FactoryRepoConfiguration",
7277
+ polymorphicDiscriminator: FactoryRepoConfiguration.type.polymorphicDiscriminator,
7278
+ modelProperties: Object.assign(Object.assign({}, FactoryRepoConfiguration.type.modelProperties), { hostName: {
7279
+ serializedName: "hostName",
7280
+ type: {
7281
+ name: "String"
7282
+ }
7283
+ }, clientId: {
7284
+ serializedName: "clientId",
7285
+ type: {
7286
+ name: "String"
7287
+ }
7288
+ }, clientSecret: {
7289
+ serializedName: "clientSecret",
7290
+ type: {
7291
+ name: "Composite",
7292
+ className: "GitHubClientSecret"
7293
+ }
7294
+ } })
7295
+ }
7296
+ };
7227
7297
  const Factory = {
7228
7298
  type: {
7229
7299
  name: "Composite",
@@ -7284,49 +7354,60 @@ const Factory = {
7284
7354
  } })
7285
7355
  }
7286
7356
  };
7287
- const FactoryVstsConfiguration = {
7288
- serializedName: "FactoryVSTSConfiguration",
7357
+ const ManagedIntegrationRuntime = {
7358
+ serializedName: "Managed",
7289
7359
  type: {
7290
7360
  name: "Composite",
7291
- className: "FactoryVstsConfiguration",
7292
- uberParent: "FactoryRepoConfiguration",
7293
- polymorphicDiscriminator: FactoryRepoConfiguration.type.polymorphicDiscriminator,
7294
- modelProperties: Object.assign(Object.assign({}, FactoryRepoConfiguration.type.modelProperties), { projectName: {
7295
- serializedName: "projectName",
7296
- required: true,
7361
+ className: "ManagedIntegrationRuntime",
7362
+ uberParent: "IntegrationRuntime",
7363
+ additionalProperties: { type: { name: "Object" } },
7364
+ polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,
7365
+ modelProperties: Object.assign(Object.assign({}, IntegrationRuntime.type.modelProperties), { state: {
7366
+ serializedName: "state",
7367
+ readOnly: true,
7297
7368
  type: {
7298
7369
  name: "String"
7299
7370
  }
7300
- }, tenantId: {
7301
- serializedName: "tenantId",
7371
+ }, managedVirtualNetwork: {
7372
+ serializedName: "managedVirtualNetwork",
7302
7373
  type: {
7303
- name: "String"
7374
+ name: "Composite",
7375
+ className: "ManagedVirtualNetworkReference"
7376
+ }
7377
+ }, computeProperties: {
7378
+ serializedName: "typeProperties.computeProperties",
7379
+ type: {
7380
+ name: "Composite",
7381
+ className: "IntegrationRuntimeComputeProperties"
7382
+ }
7383
+ }, ssisProperties: {
7384
+ serializedName: "typeProperties.ssisProperties",
7385
+ type: {
7386
+ name: "Composite",
7387
+ className: "IntegrationRuntimeSsisProperties"
7388
+ }
7389
+ }, customerVirtualNetwork: {
7390
+ serializedName: "typeProperties.customerVirtualNetwork",
7391
+ type: {
7392
+ name: "Composite",
7393
+ className: "IntegrationRuntimeCustomerVirtualNetwork"
7304
7394
  }
7305
7395
  } })
7306
7396
  }
7307
7397
  };
7308
- const FactoryGitHubConfiguration = {
7309
- serializedName: "FactoryGitHubConfiguration",
7398
+ const SelfHostedIntegrationRuntime = {
7399
+ serializedName: "SelfHosted",
7310
7400
  type: {
7311
7401
  name: "Composite",
7312
- className: "FactoryGitHubConfiguration",
7313
- uberParent: "FactoryRepoConfiguration",
7314
- polymorphicDiscriminator: FactoryRepoConfiguration.type.polymorphicDiscriminator,
7315
- modelProperties: Object.assign(Object.assign({}, FactoryRepoConfiguration.type.modelProperties), { hostName: {
7316
- serializedName: "hostName",
7317
- type: {
7318
- name: "String"
7319
- }
7320
- }, clientId: {
7321
- serializedName: "clientId",
7322
- type: {
7323
- name: "String"
7324
- }
7325
- }, clientSecret: {
7326
- serializedName: "clientSecret",
7402
+ className: "SelfHostedIntegrationRuntime",
7403
+ uberParent: "IntegrationRuntime",
7404
+ additionalProperties: { type: { name: "Object" } },
7405
+ polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,
7406
+ modelProperties: Object.assign(Object.assign({}, IntegrationRuntime.type.modelProperties), { linkedInfo: {
7407
+ serializedName: "typeProperties.linkedInfo",
7327
7408
  type: {
7328
7409
  name: "Composite",
7329
- className: "GitHubClientSecret"
7410
+ className: "LinkedIntegrationRuntimeType"
7330
7411
  }
7331
7412
  } })
7332
7413
  }
@@ -7553,64 +7634,6 @@ const CredentialResource = {
7553
7634
  } })
7554
7635
  }
7555
7636
  };
7556
- const ManagedIntegrationRuntime = {
7557
- serializedName: "Managed",
7558
- type: {
7559
- name: "Composite",
7560
- className: "ManagedIntegrationRuntime",
7561
- uberParent: "IntegrationRuntime",
7562
- additionalProperties: { type: { name: "Object" } },
7563
- polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,
7564
- modelProperties: Object.assign(Object.assign({}, IntegrationRuntime.type.modelProperties), { state: {
7565
- serializedName: "state",
7566
- readOnly: true,
7567
- type: {
7568
- name: "String"
7569
- }
7570
- }, managedVirtualNetwork: {
7571
- serializedName: "managedVirtualNetwork",
7572
- type: {
7573
- name: "Composite",
7574
- className: "ManagedVirtualNetworkReference"
7575
- }
7576
- }, computeProperties: {
7577
- serializedName: "typeProperties.computeProperties",
7578
- type: {
7579
- name: "Composite",
7580
- className: "IntegrationRuntimeComputeProperties"
7581
- }
7582
- }, ssisProperties: {
7583
- serializedName: "typeProperties.ssisProperties",
7584
- type: {
7585
- name: "Composite",
7586
- className: "IntegrationRuntimeSsisProperties"
7587
- }
7588
- }, customerVirtualNetwork: {
7589
- serializedName: "typeProperties.customerVirtualNetwork",
7590
- type: {
7591
- name: "Composite",
7592
- className: "IntegrationRuntimeCustomerVirtualNetwork"
7593
- }
7594
- } })
7595
- }
7596
- };
7597
- const SelfHostedIntegrationRuntime = {
7598
- serializedName: "SelfHosted",
7599
- type: {
7600
- name: "Composite",
7601
- className: "SelfHostedIntegrationRuntime",
7602
- uberParent: "IntegrationRuntime",
7603
- additionalProperties: { type: { name: "Object" } },
7604
- polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,
7605
- modelProperties: Object.assign(Object.assign({}, IntegrationRuntime.type.modelProperties), { linkedInfo: {
7606
- serializedName: "typeProperties.linkedInfo",
7607
- type: {
7608
- name: "Composite",
7609
- className: "LinkedIntegrationRuntimeType"
7610
- }
7611
- } })
7612
- }
7613
- };
7614
7637
  const ManagedIntegrationRuntimeStatus = {
7615
7638
  serializedName: "Managed",
7616
7639
  type: {
@@ -16258,7 +16281,6 @@ const Flowlet = {
16258
16281
  name: "Composite",
16259
16282
  className: "Flowlet",
16260
16283
  uberParent: "DataFlow",
16261
- additionalProperties: { type: { name: "Object" } },
16262
16284
  polymorphicDiscriminator: DataFlow.type.polymorphicDiscriminator,
16263
16285
  modelProperties: Object.assign(Object.assign({}, DataFlow.type.modelProperties), { sources: {
16264
16286
  serializedName: "typeProperties.sources",
@@ -16308,12 +16330,6 @@ const Flowlet = {
16308
16330
  }
16309
16331
  }
16310
16332
  }
16311
- }, additionalProperties: {
16312
- serializedName: "typeProperties.additionalProperties",
16313
- type: {
16314
- name: "Dictionary",
16315
- value: { type: { name: "any" } }
16316
- }
16317
16333
  } })
16318
16334
  }
16319
16335
  };
@@ -16494,19 +16510,7 @@ const DataFlowSource = {
16494
16510
  type: {
16495
16511
  name: "Composite",
16496
16512
  className: "DataFlowSource",
16497
- modelProperties: Object.assign(Object.assign({}, Transformation.type.modelProperties), { dataset: {
16498
- serializedName: "dataset",
16499
- type: {
16500
- name: "Composite",
16501
- className: "DatasetReference"
16502
- }
16503
- }, linkedService: {
16504
- serializedName: "linkedService",
16505
- type: {
16506
- name: "Composite",
16507
- className: "LinkedServiceReference"
16508
- }
16509
- }, schemaLinkedService: {
16513
+ modelProperties: Object.assign(Object.assign({}, Transformation.type.modelProperties), { schemaLinkedService: {
16510
16514
  serializedName: "schemaLinkedService",
16511
16515
  type: {
16512
16516
  name: "Composite",
@@ -16519,19 +16523,7 @@ const DataFlowSink = {
16519
16523
  type: {
16520
16524
  name: "Composite",
16521
16525
  className: "DataFlowSink",
16522
- modelProperties: Object.assign(Object.assign({}, Transformation.type.modelProperties), { dataset: {
16523
- serializedName: "dataset",
16524
- type: {
16525
- name: "Composite",
16526
- className: "DatasetReference"
16527
- }
16528
- }, linkedService: {
16529
- serializedName: "linkedService",
16530
- type: {
16531
- name: "Composite",
16532
- className: "LinkedServiceReference"
16533
- }
16534
- }, schemaLinkedService: {
16526
+ modelProperties: Object.assign(Object.assign({}, Transformation.type.modelProperties), { schemaLinkedService: {
16535
16527
  serializedName: "schemaLinkedService",
16536
16528
  type: {
16537
16529
  name: "Composite",
@@ -17749,6 +17741,12 @@ const FtpReadSettings = {
17749
17741
  type: {
17750
17742
  name: "Boolean"
17751
17743
  }
17744
+ }, disableChunking: {
17745
+ serializedName: "disableChunking",
17746
+ type: {
17747
+ name: "Dictionary",
17748
+ value: { type: { name: "any" } }
17749
+ }
17752
17750
  } })
17753
17751
  }
17754
17752
  };
@@ -17813,6 +17811,12 @@ const SftpReadSettings = {
17813
17811
  name: "Dictionary",
17814
17812
  value: { type: { name: "any" } }
17815
17813
  }
17814
+ }, disableChunking: {
17815
+ serializedName: "disableChunking",
17816
+ type: {
17817
+ name: "Dictionary",
17818
+ value: { type: { name: "any" } }
17819
+ }
17816
17820
  } })
17817
17821
  }
17818
17822
  };
@@ -24412,12 +24416,12 @@ var Mappers = /*#__PURE__*/Object.freeze({
24412
24416
  OperationMetricDimension: OperationMetricDimension,
24413
24417
  CloudError: CloudError,
24414
24418
  FactoryListResponse: FactoryListResponse,
24415
- Resource: Resource,
24416
24419
  FactoryIdentity: FactoryIdentity,
24417
24420
  FactoryRepoConfiguration: FactoryRepoConfiguration,
24418
24421
  GlobalParameterSpecification: GlobalParameterSpecification,
24419
24422
  EncryptionConfiguration: EncryptionConfiguration,
24420
24423
  CMKIdentityDefinition: CMKIdentityDefinition,
24424
+ Resource: Resource,
24421
24425
  FactoryRepoUpdate: FactoryRepoUpdate,
24422
24426
  ExposureControlRequest: ExposureControlRequest,
24423
24427
  ExposureControlResponse: ExposureControlResponse,
@@ -24430,8 +24434,8 @@ var Mappers = /*#__PURE__*/Object.freeze({
24430
24434
  UserAccessPolicy: UserAccessPolicy,
24431
24435
  AccessPolicyResponse: AccessPolicyResponse,
24432
24436
  IntegrationRuntimeListResponse: IntegrationRuntimeListResponse,
24433
- SubResource: SubResource,
24434
24437
  IntegrationRuntime: IntegrationRuntime,
24438
+ SubResource: SubResource,
24435
24439
  UpdateIntegrationRuntimeRequest: UpdateIntegrationRuntimeRequest,
24436
24440
  IntegrationRuntimeStatusResponse: IntegrationRuntimeStatusResponse,
24437
24441
  IntegrationRuntimeStatus: IntegrationRuntimeStatus,
@@ -24610,9 +24614,11 @@ var Mappers = /*#__PURE__*/Object.freeze({
24610
24614
  RetryPolicy: RetryPolicy,
24611
24615
  DependencyReference: DependencyReference,
24612
24616
  TriggerReference: TriggerReference,
24613
- Factory: Factory,
24614
24617
  FactoryVstsConfiguration: FactoryVstsConfiguration,
24615
24618
  FactoryGitHubConfiguration: FactoryGitHubConfiguration,
24619
+ Factory: Factory,
24620
+ ManagedIntegrationRuntime: ManagedIntegrationRuntime,
24621
+ SelfHostedIntegrationRuntime: SelfHostedIntegrationRuntime,
24616
24622
  IntegrationRuntimeResource: IntegrationRuntimeResource,
24617
24623
  LinkedServiceResource: LinkedServiceResource,
24618
24624
  DatasetResource: DatasetResource,
@@ -24625,8 +24631,6 @@ var Mappers = /*#__PURE__*/Object.freeze({
24625
24631
  PrivateLinkConnectionApprovalRequestResource: PrivateLinkConnectionApprovalRequestResource,
24626
24632
  PrivateLinkResource: PrivateLinkResource,
24627
24633
  CredentialResource: CredentialResource,
24628
- ManagedIntegrationRuntime: ManagedIntegrationRuntime,
24629
- SelfHostedIntegrationRuntime: SelfHostedIntegrationRuntime,
24630
24634
  ManagedIntegrationRuntimeStatus: ManagedIntegrationRuntimeStatus,
24631
24635
  SelfHostedIntegrationRuntimeStatus: SelfHostedIntegrationRuntimeStatus,
24632
24636
  SsisFolder: SsisFolder,
@@ -30454,7 +30458,7 @@ class DataFactoryManagementClientContext extends coreClient.ServiceClient {
30454
30458
  requestContentType: "application/json; charset=utf-8",
30455
30459
  credential: credentials
30456
30460
  };
30457
- const packageDetails = `azsdk-js-arm-datafactory/9.0.0-beta.1`;
30461
+ const packageDetails = `azsdk-js-arm-datafactory/10.0.0-beta.1`;
30458
30462
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
30459
30463
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
30460
30464
  : `${packageDetails}`;