@azure/arm-datafactory 9.0.0-alpha.20211112.1 → 10.0.0-beta.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.
@@ -348,55 +348,6 @@ export const FactoryListResponse = {
348
348
  }
349
349
  }
350
350
  };
351
- export const Resource = {
352
- type: {
353
- name: "Composite",
354
- className: "Resource",
355
- modelProperties: {
356
- id: {
357
- serializedName: "id",
358
- readOnly: true,
359
- type: {
360
- name: "String"
361
- }
362
- },
363
- name: {
364
- serializedName: "name",
365
- readOnly: true,
366
- type: {
367
- name: "String"
368
- }
369
- },
370
- type: {
371
- serializedName: "type",
372
- readOnly: true,
373
- type: {
374
- name: "String"
375
- }
376
- },
377
- location: {
378
- serializedName: "location",
379
- type: {
380
- name: "String"
381
- }
382
- },
383
- tags: {
384
- serializedName: "tags",
385
- type: {
386
- name: "Dictionary",
387
- value: { type: { name: "String" } }
388
- }
389
- },
390
- eTag: {
391
- serializedName: "eTag",
392
- readOnly: true,
393
- type: {
394
- name: "String"
395
- }
396
- }
397
- }
398
- }
399
- };
400
351
  export const FactoryIdentity = {
401
352
  type: {
402
353
  name: "Composite",
@@ -561,6 +512,55 @@ export const CMKIdentityDefinition = {
561
512
  }
562
513
  }
563
514
  };
515
+ export const Resource = {
516
+ type: {
517
+ name: "Composite",
518
+ className: "Resource",
519
+ modelProperties: {
520
+ id: {
521
+ serializedName: "id",
522
+ readOnly: true,
523
+ type: {
524
+ name: "String"
525
+ }
526
+ },
527
+ name: {
528
+ serializedName: "name",
529
+ readOnly: true,
530
+ type: {
531
+ name: "String"
532
+ }
533
+ },
534
+ type: {
535
+ serializedName: "type",
536
+ readOnly: true,
537
+ type: {
538
+ name: "String"
539
+ }
540
+ },
541
+ location: {
542
+ serializedName: "location",
543
+ type: {
544
+ name: "String"
545
+ }
546
+ },
547
+ tags: {
548
+ serializedName: "tags",
549
+ type: {
550
+ name: "Dictionary",
551
+ value: { type: { name: "String" } }
552
+ }
553
+ },
554
+ eTag: {
555
+ serializedName: "eTag",
556
+ readOnly: true,
557
+ type: {
558
+ name: "String"
559
+ }
560
+ }
561
+ }
562
+ }
563
+ };
564
564
  export const FactoryRepoUpdate = {
565
565
  type: {
566
566
  name: "Composite",
@@ -855,6 +855,34 @@ export const IntegrationRuntimeListResponse = {
855
855
  }
856
856
  }
857
857
  };
858
+ export const IntegrationRuntime = {
859
+ serializedName: "IntegrationRuntime",
860
+ type: {
861
+ name: "Composite",
862
+ className: "IntegrationRuntime",
863
+ uberParent: "IntegrationRuntime",
864
+ additionalProperties: { type: { name: "Object" } },
865
+ polymorphicDiscriminator: {
866
+ serializedName: "type",
867
+ clientName: "type"
868
+ },
869
+ modelProperties: {
870
+ type: {
871
+ serializedName: "type",
872
+ required: true,
873
+ type: {
874
+ name: "String"
875
+ }
876
+ },
877
+ description: {
878
+ serializedName: "description",
879
+ type: {
880
+ name: "String"
881
+ }
882
+ }
883
+ }
884
+ }
885
+ };
858
886
  export const SubResource = {
859
887
  type: {
860
888
  name: "Composite",
@@ -891,34 +919,6 @@ export const SubResource = {
891
919
  }
892
920
  }
893
921
  };
894
- export const IntegrationRuntime = {
895
- serializedName: "IntegrationRuntime",
896
- type: {
897
- name: "Composite",
898
- className: "IntegrationRuntime",
899
- uberParent: "IntegrationRuntime",
900
- additionalProperties: { type: { name: "Object" } },
901
- polymorphicDiscriminator: {
902
- serializedName: "type",
903
- clientName: "type"
904
- },
905
- modelProperties: {
906
- type: {
907
- serializedName: "type",
908
- required: true,
909
- type: {
910
- name: "String"
911
- }
912
- },
913
- description: {
914
- serializedName: "description",
915
- type: {
916
- name: "String"
917
- }
918
- }
919
- }
920
- }
921
- };
922
922
  export const UpdateIntegrationRuntimeRequest = {
923
923
  type: {
924
924
  name: "Composite",
@@ -3795,6 +3795,15 @@ export const DataFlowReference = {
3795
3795
  name: "Dictionary",
3796
3796
  value: { type: { name: "any" } }
3797
3797
  }
3798
+ },
3799
+ parameters: {
3800
+ serializedName: "parameters",
3801
+ type: {
3802
+ name: "Dictionary",
3803
+ value: {
3804
+ type: { name: "Dictionary", value: { type: { name: "any" } } }
3805
+ }
3806
+ }
3798
3807
  }
3799
3808
  }
3800
3809
  }
@@ -3904,6 +3913,20 @@ export const Transformation = {
3904
3913
  name: "String"
3905
3914
  }
3906
3915
  },
3916
+ dataset: {
3917
+ serializedName: "dataset",
3918
+ type: {
3919
+ name: "Composite",
3920
+ className: "DatasetReference"
3921
+ }
3922
+ },
3923
+ linkedService: {
3924
+ serializedName: "linkedService",
3925
+ type: {
3926
+ name: "Composite",
3927
+ className: "LinkedServiceReference"
3928
+ }
3929
+ },
3907
3930
  flowlet: {
3908
3931
  serializedName: "flowlet",
3909
3932
  type: {
@@ -6703,6 +6726,53 @@ export const TriggerReference = {
6703
6726
  }
6704
6727
  }
6705
6728
  };
6729
+ export const FactoryVstsConfiguration = {
6730
+ serializedName: "FactoryVSTSConfiguration",
6731
+ type: {
6732
+ name: "Composite",
6733
+ className: "FactoryVstsConfiguration",
6734
+ uberParent: "FactoryRepoConfiguration",
6735
+ polymorphicDiscriminator: FactoryRepoConfiguration.type.polymorphicDiscriminator,
6736
+ modelProperties: Object.assign(Object.assign({}, FactoryRepoConfiguration.type.modelProperties), { projectName: {
6737
+ serializedName: "projectName",
6738
+ required: true,
6739
+ type: {
6740
+ name: "String"
6741
+ }
6742
+ }, tenantId: {
6743
+ serializedName: "tenantId",
6744
+ type: {
6745
+ name: "String"
6746
+ }
6747
+ } })
6748
+ }
6749
+ };
6750
+ export const FactoryGitHubConfiguration = {
6751
+ serializedName: "FactoryGitHubConfiguration",
6752
+ type: {
6753
+ name: "Composite",
6754
+ className: "FactoryGitHubConfiguration",
6755
+ uberParent: "FactoryRepoConfiguration",
6756
+ polymorphicDiscriminator: FactoryRepoConfiguration.type.polymorphicDiscriminator,
6757
+ modelProperties: Object.assign(Object.assign({}, FactoryRepoConfiguration.type.modelProperties), { hostName: {
6758
+ serializedName: "hostName",
6759
+ type: {
6760
+ name: "String"
6761
+ }
6762
+ }, clientId: {
6763
+ serializedName: "clientId",
6764
+ type: {
6765
+ name: "String"
6766
+ }
6767
+ }, clientSecret: {
6768
+ serializedName: "clientSecret",
6769
+ type: {
6770
+ name: "Composite",
6771
+ className: "GitHubClientSecret"
6772
+ }
6773
+ } })
6774
+ }
6775
+ };
6706
6776
  export const Factory = {
6707
6777
  type: {
6708
6778
  name: "Composite",
@@ -6763,49 +6833,60 @@ export const Factory = {
6763
6833
  } })
6764
6834
  }
6765
6835
  };
6766
- export const FactoryVstsConfiguration = {
6767
- serializedName: "FactoryVSTSConfiguration",
6836
+ export const ManagedIntegrationRuntime = {
6837
+ serializedName: "Managed",
6768
6838
  type: {
6769
6839
  name: "Composite",
6770
- className: "FactoryVstsConfiguration",
6771
- uberParent: "FactoryRepoConfiguration",
6772
- polymorphicDiscriminator: FactoryRepoConfiguration.type.polymorphicDiscriminator,
6773
- modelProperties: Object.assign(Object.assign({}, FactoryRepoConfiguration.type.modelProperties), { projectName: {
6774
- serializedName: "projectName",
6775
- required: true,
6840
+ className: "ManagedIntegrationRuntime",
6841
+ uberParent: "IntegrationRuntime",
6842
+ additionalProperties: { type: { name: "Object" } },
6843
+ polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,
6844
+ modelProperties: Object.assign(Object.assign({}, IntegrationRuntime.type.modelProperties), { state: {
6845
+ serializedName: "state",
6846
+ readOnly: true,
6776
6847
  type: {
6777
6848
  name: "String"
6778
6849
  }
6779
- }, tenantId: {
6780
- serializedName: "tenantId",
6850
+ }, managedVirtualNetwork: {
6851
+ serializedName: "managedVirtualNetwork",
6781
6852
  type: {
6782
- name: "String"
6853
+ name: "Composite",
6854
+ className: "ManagedVirtualNetworkReference"
6855
+ }
6856
+ }, computeProperties: {
6857
+ serializedName: "typeProperties.computeProperties",
6858
+ type: {
6859
+ name: "Composite",
6860
+ className: "IntegrationRuntimeComputeProperties"
6861
+ }
6862
+ }, ssisProperties: {
6863
+ serializedName: "typeProperties.ssisProperties",
6864
+ type: {
6865
+ name: "Composite",
6866
+ className: "IntegrationRuntimeSsisProperties"
6867
+ }
6868
+ }, customerVirtualNetwork: {
6869
+ serializedName: "typeProperties.customerVirtualNetwork",
6870
+ type: {
6871
+ name: "Composite",
6872
+ className: "IntegrationRuntimeCustomerVirtualNetwork"
6783
6873
  }
6784
6874
  } })
6785
6875
  }
6786
6876
  };
6787
- export const FactoryGitHubConfiguration = {
6788
- serializedName: "FactoryGitHubConfiguration",
6877
+ export const SelfHostedIntegrationRuntime = {
6878
+ serializedName: "SelfHosted",
6789
6879
  type: {
6790
6880
  name: "Composite",
6791
- className: "FactoryGitHubConfiguration",
6792
- uberParent: "FactoryRepoConfiguration",
6793
- polymorphicDiscriminator: FactoryRepoConfiguration.type.polymorphicDiscriminator,
6794
- modelProperties: Object.assign(Object.assign({}, FactoryRepoConfiguration.type.modelProperties), { hostName: {
6795
- serializedName: "hostName",
6796
- type: {
6797
- name: "String"
6798
- }
6799
- }, clientId: {
6800
- serializedName: "clientId",
6801
- type: {
6802
- name: "String"
6803
- }
6804
- }, clientSecret: {
6805
- serializedName: "clientSecret",
6881
+ className: "SelfHostedIntegrationRuntime",
6882
+ uberParent: "IntegrationRuntime",
6883
+ additionalProperties: { type: { name: "Object" } },
6884
+ polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,
6885
+ modelProperties: Object.assign(Object.assign({}, IntegrationRuntime.type.modelProperties), { linkedInfo: {
6886
+ serializedName: "typeProperties.linkedInfo",
6806
6887
  type: {
6807
6888
  name: "Composite",
6808
- className: "GitHubClientSecret"
6889
+ className: "LinkedIntegrationRuntimeType"
6809
6890
  }
6810
6891
  } })
6811
6892
  }
@@ -7032,64 +7113,6 @@ export const CredentialResource = {
7032
7113
  } })
7033
7114
  }
7034
7115
  };
7035
- export const ManagedIntegrationRuntime = {
7036
- serializedName: "Managed",
7037
- type: {
7038
- name: "Composite",
7039
- className: "ManagedIntegrationRuntime",
7040
- uberParent: "IntegrationRuntime",
7041
- additionalProperties: { type: { name: "Object" } },
7042
- polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,
7043
- modelProperties: Object.assign(Object.assign({}, IntegrationRuntime.type.modelProperties), { state: {
7044
- serializedName: "state",
7045
- readOnly: true,
7046
- type: {
7047
- name: "String"
7048
- }
7049
- }, managedVirtualNetwork: {
7050
- serializedName: "managedVirtualNetwork",
7051
- type: {
7052
- name: "Composite",
7053
- className: "ManagedVirtualNetworkReference"
7054
- }
7055
- }, computeProperties: {
7056
- serializedName: "typeProperties.computeProperties",
7057
- type: {
7058
- name: "Composite",
7059
- className: "IntegrationRuntimeComputeProperties"
7060
- }
7061
- }, ssisProperties: {
7062
- serializedName: "typeProperties.ssisProperties",
7063
- type: {
7064
- name: "Composite",
7065
- className: "IntegrationRuntimeSsisProperties"
7066
- }
7067
- }, customerVirtualNetwork: {
7068
- serializedName: "typeProperties.customerVirtualNetwork",
7069
- type: {
7070
- name: "Composite",
7071
- className: "IntegrationRuntimeCustomerVirtualNetwork"
7072
- }
7073
- } })
7074
- }
7075
- };
7076
- export const SelfHostedIntegrationRuntime = {
7077
- serializedName: "SelfHosted",
7078
- type: {
7079
- name: "Composite",
7080
- className: "SelfHostedIntegrationRuntime",
7081
- uberParent: "IntegrationRuntime",
7082
- additionalProperties: { type: { name: "Object" } },
7083
- polymorphicDiscriminator: IntegrationRuntime.type.polymorphicDiscriminator,
7084
- modelProperties: Object.assign(Object.assign({}, IntegrationRuntime.type.modelProperties), { linkedInfo: {
7085
- serializedName: "typeProperties.linkedInfo",
7086
- type: {
7087
- name: "Composite",
7088
- className: "LinkedIntegrationRuntimeType"
7089
- }
7090
- } })
7091
- }
7092
- };
7093
7116
  export const ManagedIntegrationRuntimeStatus = {
7094
7117
  serializedName: "Managed",
7095
7118
  type: {
@@ -15737,7 +15760,6 @@ export const Flowlet = {
15737
15760
  name: "Composite",
15738
15761
  className: "Flowlet",
15739
15762
  uberParent: "DataFlow",
15740
- additionalProperties: { type: { name: "Object" } },
15741
15763
  polymorphicDiscriminator: DataFlow.type.polymorphicDiscriminator,
15742
15764
  modelProperties: Object.assign(Object.assign({}, DataFlow.type.modelProperties), { sources: {
15743
15765
  serializedName: "typeProperties.sources",
@@ -15787,12 +15809,6 @@ export const Flowlet = {
15787
15809
  }
15788
15810
  }
15789
15811
  }
15790
- }, additionalProperties: {
15791
- serializedName: "typeProperties.additionalProperties",
15792
- type: {
15793
- name: "Dictionary",
15794
- value: { type: { name: "any" } }
15795
- }
15796
15812
  } })
15797
15813
  }
15798
15814
  };
@@ -15973,19 +15989,7 @@ export const DataFlowSource = {
15973
15989
  type: {
15974
15990
  name: "Composite",
15975
15991
  className: "DataFlowSource",
15976
- modelProperties: Object.assign(Object.assign({}, Transformation.type.modelProperties), { dataset: {
15977
- serializedName: "dataset",
15978
- type: {
15979
- name: "Composite",
15980
- className: "DatasetReference"
15981
- }
15982
- }, linkedService: {
15983
- serializedName: "linkedService",
15984
- type: {
15985
- name: "Composite",
15986
- className: "LinkedServiceReference"
15987
- }
15988
- }, schemaLinkedService: {
15992
+ modelProperties: Object.assign(Object.assign({}, Transformation.type.modelProperties), { schemaLinkedService: {
15989
15993
  serializedName: "schemaLinkedService",
15990
15994
  type: {
15991
15995
  name: "Composite",
@@ -15998,19 +16002,7 @@ export const DataFlowSink = {
15998
16002
  type: {
15999
16003
  name: "Composite",
16000
16004
  className: "DataFlowSink",
16001
- modelProperties: Object.assign(Object.assign({}, Transformation.type.modelProperties), { dataset: {
16002
- serializedName: "dataset",
16003
- type: {
16004
- name: "Composite",
16005
- className: "DatasetReference"
16006
- }
16007
- }, linkedService: {
16008
- serializedName: "linkedService",
16009
- type: {
16010
- name: "Composite",
16011
- className: "LinkedServiceReference"
16012
- }
16013
- }, schemaLinkedService: {
16005
+ modelProperties: Object.assign(Object.assign({}, Transformation.type.modelProperties), { schemaLinkedService: {
16014
16006
  serializedName: "schemaLinkedService",
16015
16007
  type: {
16016
16008
  name: "Composite",
@@ -17228,6 +17220,12 @@ export const FtpReadSettings = {
17228
17220
  type: {
17229
17221
  name: "Boolean"
17230
17222
  }
17223
+ }, disableChunking: {
17224
+ serializedName: "disableChunking",
17225
+ type: {
17226
+ name: "Dictionary",
17227
+ value: { type: { name: "any" } }
17228
+ }
17231
17229
  } })
17232
17230
  }
17233
17231
  };
@@ -17292,6 +17290,12 @@ export const SftpReadSettings = {
17292
17290
  name: "Dictionary",
17293
17291
  value: { type: { name: "any" } }
17294
17292
  }
17293
+ }, disableChunking: {
17294
+ serializedName: "disableChunking",
17295
+ type: {
17296
+ name: "Dictionary",
17297
+ value: { type: { name: "any" } }
17298
+ }
17295
17299
  } })
17296
17300
  }
17297
17301
  };