@azure/arm-datafactory 9.0.0-alpha.20211111.1 → 10.0.0-alpha.20211123.4

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.
@@ -361,56 +361,6 @@ export const FactoryListResponse: coreClient.CompositeMapper = {
361
361
  }
362
362
  };
363
363
 
364
- export const Resource: coreClient.CompositeMapper = {
365
- type: {
366
- name: "Composite",
367
- className: "Resource",
368
- modelProperties: {
369
- id: {
370
- serializedName: "id",
371
- readOnly: true,
372
- type: {
373
- name: "String"
374
- }
375
- },
376
- name: {
377
- serializedName: "name",
378
- readOnly: true,
379
- type: {
380
- name: "String"
381
- }
382
- },
383
- type: {
384
- serializedName: "type",
385
- readOnly: true,
386
- type: {
387
- name: "String"
388
- }
389
- },
390
- location: {
391
- serializedName: "location",
392
- type: {
393
- name: "String"
394
- }
395
- },
396
- tags: {
397
- serializedName: "tags",
398
- type: {
399
- name: "Dictionary",
400
- value: { type: { name: "String" } }
401
- }
402
- },
403
- eTag: {
404
- serializedName: "eTag",
405
- readOnly: true,
406
- type: {
407
- name: "String"
408
- }
409
- }
410
- }
411
- }
412
- };
413
-
414
364
  export const FactoryIdentity: coreClient.CompositeMapper = {
415
365
  type: {
416
366
  name: "Composite",
@@ -580,6 +530,56 @@ export const CMKIdentityDefinition: coreClient.CompositeMapper = {
580
530
  }
581
531
  };
582
532
 
533
+ export const Resource: coreClient.CompositeMapper = {
534
+ type: {
535
+ name: "Composite",
536
+ className: "Resource",
537
+ modelProperties: {
538
+ id: {
539
+ serializedName: "id",
540
+ readOnly: true,
541
+ type: {
542
+ name: "String"
543
+ }
544
+ },
545
+ name: {
546
+ serializedName: "name",
547
+ readOnly: true,
548
+ type: {
549
+ name: "String"
550
+ }
551
+ },
552
+ type: {
553
+ serializedName: "type",
554
+ readOnly: true,
555
+ type: {
556
+ name: "String"
557
+ }
558
+ },
559
+ location: {
560
+ serializedName: "location",
561
+ type: {
562
+ name: "String"
563
+ }
564
+ },
565
+ tags: {
566
+ serializedName: "tags",
567
+ type: {
568
+ name: "Dictionary",
569
+ value: { type: { name: "String" } }
570
+ }
571
+ },
572
+ eTag: {
573
+ serializedName: "eTag",
574
+ readOnly: true,
575
+ type: {
576
+ name: "String"
577
+ }
578
+ }
579
+ }
580
+ }
581
+ };
582
+
583
583
  export const FactoryRepoUpdate: coreClient.CompositeMapper = {
584
584
  type: {
585
585
  name: "Composite",
@@ -886,6 +886,35 @@ export const IntegrationRuntimeListResponse: coreClient.CompositeMapper = {
886
886
  }
887
887
  };
888
888
 
889
+ export const IntegrationRuntime: coreClient.CompositeMapper = {
890
+ serializedName: "IntegrationRuntime",
891
+ type: {
892
+ name: "Composite",
893
+ className: "IntegrationRuntime",
894
+ uberParent: "IntegrationRuntime",
895
+ additionalProperties: { type: { name: "Object" } },
896
+ polymorphicDiscriminator: {
897
+ serializedName: "type",
898
+ clientName: "type"
899
+ },
900
+ modelProperties: {
901
+ type: {
902
+ serializedName: "type",
903
+ required: true,
904
+ type: {
905
+ name: "String"
906
+ }
907
+ },
908
+ description: {
909
+ serializedName: "description",
910
+ type: {
911
+ name: "String"
912
+ }
913
+ }
914
+ }
915
+ }
916
+ };
917
+
889
918
  export const SubResource: coreClient.CompositeMapper = {
890
919
  type: {
891
920
  name: "Composite",
@@ -923,35 +952,6 @@ export const SubResource: coreClient.CompositeMapper = {
923
952
  }
924
953
  };
925
954
 
926
- export const IntegrationRuntime: coreClient.CompositeMapper = {
927
- serializedName: "IntegrationRuntime",
928
- type: {
929
- name: "Composite",
930
- className: "IntegrationRuntime",
931
- uberParent: "IntegrationRuntime",
932
- additionalProperties: { type: { name: "Object" } },
933
- polymorphicDiscriminator: {
934
- serializedName: "type",
935
- clientName: "type"
936
- },
937
- modelProperties: {
938
- type: {
939
- serializedName: "type",
940
- required: true,
941
- type: {
942
- name: "String"
943
- }
944
- },
945
- description: {
946
- serializedName: "description",
947
- type: {
948
- name: "String"
949
- }
950
- }
951
- }
952
- }
953
- };
954
-
955
955
  export const UpdateIntegrationRuntimeRequest: coreClient.CompositeMapper = {
956
956
  type: {
957
957
  name: "Composite",
@@ -3919,6 +3919,15 @@ export const DataFlowReference: coreClient.CompositeMapper = {
3919
3919
  name: "Dictionary",
3920
3920
  value: { type: { name: "any" } }
3921
3921
  }
3922
+ },
3923
+ parameters: {
3924
+ serializedName: "parameters",
3925
+ type: {
3926
+ name: "Dictionary",
3927
+ value: {
3928
+ type: { name: "Dictionary", value: { type: { name: "any" } } }
3929
+ }
3930
+ }
3922
3931
  }
3923
3932
  }
3924
3933
  }
@@ -4032,6 +4041,20 @@ export const Transformation: coreClient.CompositeMapper = {
4032
4041
  name: "String"
4033
4042
  }
4034
4043
  },
4044
+ dataset: {
4045
+ serializedName: "dataset",
4046
+ type: {
4047
+ name: "Composite",
4048
+ className: "DatasetReference"
4049
+ }
4050
+ },
4051
+ linkedService: {
4052
+ serializedName: "linkedService",
4053
+ type: {
4054
+ name: "Composite",
4055
+ className: "LinkedServiceReference"
4056
+ }
4057
+ },
4035
4058
  flowlet: {
4036
4059
  serializedName: "flowlet",
4037
4060
  type: {
@@ -6916,6 +6939,66 @@ export const TriggerReference: coreClient.CompositeMapper = {
6916
6939
  }
6917
6940
  };
6918
6941
 
6942
+ export const FactoryVstsConfiguration: coreClient.CompositeMapper = {
6943
+ serializedName: "FactoryVSTSConfiguration",
6944
+ type: {
6945
+ name: "Composite",
6946
+ className: "FactoryVstsConfiguration",
6947
+ uberParent: "FactoryRepoConfiguration",
6948
+ polymorphicDiscriminator:
6949
+ FactoryRepoConfiguration.type.polymorphicDiscriminator,
6950
+ modelProperties: {
6951
+ ...FactoryRepoConfiguration.type.modelProperties,
6952
+ projectName: {
6953
+ serializedName: "projectName",
6954
+ required: true,
6955
+ type: {
6956
+ name: "String"
6957
+ }
6958
+ },
6959
+ tenantId: {
6960
+ serializedName: "tenantId",
6961
+ type: {
6962
+ name: "String"
6963
+ }
6964
+ }
6965
+ }
6966
+ }
6967
+ };
6968
+
6969
+ export const FactoryGitHubConfiguration: coreClient.CompositeMapper = {
6970
+ serializedName: "FactoryGitHubConfiguration",
6971
+ type: {
6972
+ name: "Composite",
6973
+ className: "FactoryGitHubConfiguration",
6974
+ uberParent: "FactoryRepoConfiguration",
6975
+ polymorphicDiscriminator:
6976
+ FactoryRepoConfiguration.type.polymorphicDiscriminator,
6977
+ modelProperties: {
6978
+ ...FactoryRepoConfiguration.type.modelProperties,
6979
+ hostName: {
6980
+ serializedName: "hostName",
6981
+ type: {
6982
+ name: "String"
6983
+ }
6984
+ },
6985
+ clientId: {
6986
+ serializedName: "clientId",
6987
+ type: {
6988
+ name: "String"
6989
+ }
6990
+ },
6991
+ clientSecret: {
6992
+ serializedName: "clientSecret",
6993
+ type: {
6994
+ name: "Composite",
6995
+ className: "GitHubClientSecret"
6996
+ }
6997
+ }
6998
+ }
6999
+ }
7000
+ };
7001
+
6919
7002
  export const Factory: coreClient.CompositeMapper = {
6920
7003
  type: {
6921
7004
  name: "Composite",
@@ -6987,60 +7070,70 @@ export const Factory: coreClient.CompositeMapper = {
6987
7070
  }
6988
7071
  };
6989
7072
 
6990
- export const FactoryVstsConfiguration: coreClient.CompositeMapper = {
6991
- serializedName: "FactoryVSTSConfiguration",
7073
+ export const ManagedIntegrationRuntime: coreClient.CompositeMapper = {
7074
+ serializedName: "Managed",
6992
7075
  type: {
6993
7076
  name: "Composite",
6994
- className: "FactoryVstsConfiguration",
6995
- uberParent: "FactoryRepoConfiguration",
6996
- polymorphicDiscriminator:
6997
- FactoryRepoConfiguration.type.polymorphicDiscriminator,
7077
+ className: "ManagedIntegrationRuntime",
7078
+ uberParent: "IntegrationRuntime",
7079
+ additionalProperties: { type: { name: "Object" } },
7080
+ polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,
6998
7081
  modelProperties: {
6999
- ...FactoryRepoConfiguration.type.modelProperties,
7000
- projectName: {
7001
- serializedName: "projectName",
7002
- required: true,
7082
+ ...IntegrationRuntime.type.modelProperties,
7083
+ state: {
7084
+ serializedName: "state",
7085
+ readOnly: true,
7003
7086
  type: {
7004
7087
  name: "String"
7005
7088
  }
7006
7089
  },
7007
- tenantId: {
7008
- serializedName: "tenantId",
7090
+ managedVirtualNetwork: {
7091
+ serializedName: "managedVirtualNetwork",
7009
7092
  type: {
7010
- name: "String"
7093
+ name: "Composite",
7094
+ className: "ManagedVirtualNetworkReference"
7095
+ }
7096
+ },
7097
+ computeProperties: {
7098
+ serializedName: "typeProperties.computeProperties",
7099
+ type: {
7100
+ name: "Composite",
7101
+ className: "IntegrationRuntimeComputeProperties"
7102
+ }
7103
+ },
7104
+ ssisProperties: {
7105
+ serializedName: "typeProperties.ssisProperties",
7106
+ type: {
7107
+ name: "Composite",
7108
+ className: "IntegrationRuntimeSsisProperties"
7109
+ }
7110
+ },
7111
+ customerVirtualNetwork: {
7112
+ serializedName: "typeProperties.customerVirtualNetwork",
7113
+ type: {
7114
+ name: "Composite",
7115
+ className: "IntegrationRuntimeCustomerVirtualNetwork"
7011
7116
  }
7012
7117
  }
7013
7118
  }
7014
7119
  }
7015
7120
  };
7016
7121
 
7017
- export const FactoryGitHubConfiguration: coreClient.CompositeMapper = {
7018
- serializedName: "FactoryGitHubConfiguration",
7122
+ export const SelfHostedIntegrationRuntime: coreClient.CompositeMapper = {
7123
+ serializedName: "SelfHosted",
7019
7124
  type: {
7020
7125
  name: "Composite",
7021
- className: "FactoryGitHubConfiguration",
7022
- uberParent: "FactoryRepoConfiguration",
7023
- polymorphicDiscriminator:
7024
- FactoryRepoConfiguration.type.polymorphicDiscriminator,
7126
+ className: "SelfHostedIntegrationRuntime",
7127
+ uberParent: "IntegrationRuntime",
7128
+ additionalProperties: { type: { name: "Object" } },
7129
+ polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,
7025
7130
  modelProperties: {
7026
- ...FactoryRepoConfiguration.type.modelProperties,
7027
- hostName: {
7028
- serializedName: "hostName",
7029
- type: {
7030
- name: "String"
7031
- }
7032
- },
7033
- clientId: {
7034
- serializedName: "clientId",
7035
- type: {
7036
- name: "String"
7037
- }
7038
- },
7039
- clientSecret: {
7040
- serializedName: "clientSecret",
7131
+ ...IntegrationRuntime.type.modelProperties,
7132
+ linkedInfo: {
7133
+ serializedName: "typeProperties.linkedInfo",
7041
7134
  type: {
7042
7135
  name: "Composite",
7043
- className: "GitHubClientSecret"
7136
+ className: "LinkedIntegrationRuntimeType"
7044
7137
  }
7045
7138
  }
7046
7139
  }
@@ -7325,76 +7418,6 @@ export const CredentialResource: coreClient.CompositeMapper = {
7325
7418
  }
7326
7419
  };
7327
7420
 
7328
- export const ManagedIntegrationRuntime: coreClient.CompositeMapper = {
7329
- serializedName: "Managed",
7330
- type: {
7331
- name: "Composite",
7332
- className: "ManagedIntegrationRuntime",
7333
- uberParent: "IntegrationRuntime",
7334
- additionalProperties: { type: { name: "Object" } },
7335
- polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,
7336
- modelProperties: {
7337
- ...IntegrationRuntime.type.modelProperties,
7338
- state: {
7339
- serializedName: "state",
7340
- readOnly: true,
7341
- type: {
7342
- name: "String"
7343
- }
7344
- },
7345
- managedVirtualNetwork: {
7346
- serializedName: "managedVirtualNetwork",
7347
- type: {
7348
- name: "Composite",
7349
- className: "ManagedVirtualNetworkReference"
7350
- }
7351
- },
7352
- computeProperties: {
7353
- serializedName: "typeProperties.computeProperties",
7354
- type: {
7355
- name: "Composite",
7356
- className: "IntegrationRuntimeComputeProperties"
7357
- }
7358
- },
7359
- ssisProperties: {
7360
- serializedName: "typeProperties.ssisProperties",
7361
- type: {
7362
- name: "Composite",
7363
- className: "IntegrationRuntimeSsisProperties"
7364
- }
7365
- },
7366
- customerVirtualNetwork: {
7367
- serializedName: "typeProperties.customerVirtualNetwork",
7368
- type: {
7369
- name: "Composite",
7370
- className: "IntegrationRuntimeCustomerVirtualNetwork"
7371
- }
7372
- }
7373
- }
7374
- }
7375
- };
7376
-
7377
- export const SelfHostedIntegrationRuntime: coreClient.CompositeMapper = {
7378
- serializedName: "SelfHosted",
7379
- type: {
7380
- name: "Composite",
7381
- className: "SelfHostedIntegrationRuntime",
7382
- uberParent: "IntegrationRuntime",
7383
- additionalProperties: { type: { name: "Object" } },
7384
- polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,
7385
- modelProperties: {
7386
- ...IntegrationRuntime.type.modelProperties,
7387
- linkedInfo: {
7388
- serializedName: "typeProperties.linkedInfo",
7389
- type: {
7390
- name: "Composite",
7391
- className: "LinkedIntegrationRuntimeType"
7392
- }
7393
- }
7394
- }
7395
- }
7396
- };
7397
-
7398
7421
  export const ManagedIntegrationRuntimeStatus: coreClient.CompositeMapper = {
7399
7422
  serializedName: "Managed",
7400
7423
  type: {
@@ -17694,7 +17717,6 @@ export const Flowlet: coreClient.CompositeMapper = {
17694
17717
  name: "Composite",
17695
17718
  className: "Flowlet",
17696
17719
  uberParent: "DataFlow",
17697
- additionalProperties: { type: { name: "Object" } },
17698
17720
  polymorphicDiscriminator: DataFlow.type.polymorphicDiscriminator,
17699
17721
  modelProperties: {
17700
17722
  ...DataFlow.type.modelProperties,
@@ -17750,13 +17772,6 @@ export const Flowlet: coreClient.CompositeMapper = {
17750
17772
  }
17751
17773
  }
17752
17774
  }
17753
- },
17754
- additionalProperties: {
17755
- serializedName: "typeProperties.additionalProperties",
17756
- type: {
17757
- name: "Dictionary",
17758
- value: { type: { name: "any" } }
17759
- }
17760
17775
  }
17761
17776
  }
17762
17777
  }
@@ -17983,20 +17998,6 @@ export const DataFlowSource: coreClient.CompositeMapper = {
17983
17998
  className: "DataFlowSource",
17984
17999
  modelProperties: {
17985
18000
  ...Transformation.type.modelProperties,
17986
- dataset: {
17987
- serializedName: "dataset",
17988
- type: {
17989
- name: "Composite",
17990
- className: "DatasetReference"
17991
- }
17992
- },
17993
- linkedService: {
17994
- serializedName: "linkedService",
17995
- type: {
17996
- name: "Composite",
17997
- className: "LinkedServiceReference"
17998
- }
17999
- },
18000
18001
  schemaLinkedService: {
18001
18002
  serializedName: "schemaLinkedService",
18002
18003
  type: {
@@ -18014,20 +18015,6 @@ export const DataFlowSink: coreClient.CompositeMapper = {
18014
18015
  className: "DataFlowSink",
18015
18016
  modelProperties: {
18016
18017
  ...Transformation.type.modelProperties,
18017
- dataset: {
18018
- serializedName: "dataset",
18019
- type: {
18020
- name: "Composite",
18021
- className: "DatasetReference"
18022
- }
18023
- },
18024
- linkedService: {
18025
- serializedName: "linkedService",
18026
- type: {
18027
- name: "Composite",
18028
- className: "LinkedServiceReference"
18029
- }
18030
- },
18031
18018
  schemaLinkedService: {
18032
18019
  serializedName: "schemaLinkedService",
18033
18020
  type: {
@@ -19504,6 +19491,13 @@ export const FtpReadSettings: coreClient.CompositeMapper = {
19504
19491
  type: {
19505
19492
  name: "Boolean"
19506
19493
  }
19494
+ },
19495
+ disableChunking: {
19496
+ serializedName: "disableChunking",
19497
+ type: {
19498
+ name: "Dictionary",
19499
+ value: { type: { name: "any" } }
19500
+ }
19507
19501
  }
19508
19502
  }
19509
19503
  }
@@ -19580,6 +19574,13 @@ export const SftpReadSettings: coreClient.CompositeMapper = {
19580
19574
  name: "Dictionary",
19581
19575
  value: { type: { name: "any" } }
19582
19576
  }
19577
+ },
19578
+ disableChunking: {
19579
+ serializedName: "disableChunking",
19580
+ type: {
19581
+ name: "Dictionary",
19582
+ value: { type: { name: "any" } }
19583
+ }
19583
19584
  }
19584
19585
  }
19585
19586
  }
@@ -2811,6 +2811,10 @@ export declare interface DataFlowReference {
2811
2811
  referenceName: string;
2812
2812
  /** Reference data flow parameters from dataset. */
2813
2813
  datasetParameters?: Record<string, unknown>;
2814
+ /** Data flow parameters */
2815
+ parameters?: {
2816
+ [propertyName: string]: Record<string, unknown>;
2817
+ };
2814
2818
  }
2815
2819
 
2816
2820
  /** Data flow resource type. */
@@ -2879,10 +2883,6 @@ export declare type DataFlowsGetResponse = DataFlowResource;
2879
2883
 
2880
2884
  /** Transformation for data flow sink. */
2881
2885
  export declare type DataFlowSink = Transformation & {
2882
- /** Dataset reference. */
2883
- dataset?: DatasetReference;
2884
- /** Linked service reference. */
2885
- linkedService?: LinkedServiceReference;
2886
2886
  /** Schema linked service reference. */
2887
2887
  schemaLinkedService?: LinkedServiceReference;
2888
2888
  };
@@ -2903,10 +2903,6 @@ export declare type DataFlowsListByFactoryResponse = DataFlowListResponse;
2903
2903
 
2904
2904
  /** Transformation for data flow source. */
2905
2905
  export declare type DataFlowSource = Transformation & {
2906
- /** Dataset reference. */
2907
- dataset?: DatasetReference;
2908
- /** Linked service reference. */
2909
- linkedService?: LinkedServiceReference;
2910
2906
  /** Schema linked service reference. */
2911
2907
  schemaLinkedService?: LinkedServiceReference;
2912
2908
  };
@@ -4353,8 +4349,6 @@ export declare type FilterActivity = ControlActivity & {
4353
4349
  export declare type Flowlet = DataFlow & {
4354
4350
  /** Polymorphic discriminator, which specifies the different types this object can be */
4355
4351
  type: "Flowlet";
4356
- /** Describes unknown properties. The value of an unknown property can be of "any" type. */
4357
- [property: string]: any;
4358
4352
  /** List of sources in Flowlet. */
4359
4353
  sources?: DataFlowSource[];
4360
4354
  /** List of sinks in Flowlet. */
@@ -4365,8 +4359,6 @@ export declare type Flowlet = DataFlow & {
4365
4359
  script?: string;
4366
4360
  /** Flowlet script lines. */
4367
4361
  scriptLines?: string[];
4368
- /** Any object */
4369
- additionalProperties?: Record<string, unknown>;
4370
4362
  };
4371
4363
 
4372
4364
  /** This activity is used for iterating over a collection and execute given activities. */
@@ -4433,6 +4425,8 @@ export declare type FtpReadSettings = StoreReadSettings & {
4433
4425
  fileListPath?: Record<string, unknown>;
4434
4426
  /** Specify whether to use binary transfer mode for FTP stores. */
4435
4427
  useBinaryTransfer?: boolean;
4428
+ /** If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean). */
4429
+ disableChunking?: Record<string, unknown>;
4436
4430
  };
4437
4431
 
4438
4432
  /** A FTP server Linked Service. */
@@ -8895,7 +8889,7 @@ export declare interface PipelineRun {
8895
8889
  */
8896
8890
  readonly durationInMs?: number;
8897
8891
  /**
8898
- * The status of a pipeline run.
8892
+ * The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled
8899
8893
  * NOTE: This property will not be serialized. It can only be populated by the server.
8900
8894
  */
8901
8895
  readonly status?: string;
@@ -10691,6 +10685,8 @@ export declare type SftpReadSettings = StoreReadSettings & {
10691
10685
  modifiedDatetimeStart?: Record<string, unknown>;
10692
10686
  /** The end of file's modified datetime. Type: string (or Expression with resultType string). */
10693
10687
  modifiedDatetimeEnd?: Record<string, unknown>;
10688
+ /** If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean). */
10689
+ disableChunking?: Record<string, unknown>;
10694
10690
  };
10695
10691
 
10696
10692
  /** A linked service for an SSH File Transfer Protocol (SFTP) server. */
@@ -11867,6 +11863,10 @@ export declare interface Transformation {
11867
11863
  name: string;
11868
11864
  /** Transformation description. */
11869
11865
  description?: string;
11866
+ /** Dataset reference. */
11867
+ dataset?: DatasetReference;
11868
+ /** Linked service reference. */
11869
+ linkedService?: LinkedServiceReference;
11870
11870
  /** Flowlet Reference */
11871
11871
  flowlet?: DataFlowReference;
11872
11872
  }
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.17"
8
+ "packageVersion": "7.18.19"
9
9
  }
10
10
  ]
11
11
  }