@azure/arm-datafactory 10.10.2-alpha.20230210.1 → 11.0.0-alpha.20230221.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.
Files changed (104) hide show
  1. package/CHANGELOG.md +38 -7
  2. package/dist/index.js +837 -355
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.d.ts +2 -0
  7. package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.d.ts.map +1 -0
  8. package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.js +46 -0
  9. package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.js.map +1 -0
  10. package/dist-esm/samples-dev/credentialOperationsDeleteSample.d.ts +2 -0
  11. package/dist-esm/samples-dev/credentialOperationsDeleteSample.d.ts.map +1 -0
  12. package/dist-esm/samples-dev/credentialOperationsDeleteSample.js +40 -0
  13. package/dist-esm/samples-dev/credentialOperationsDeleteSample.js.map +1 -0
  14. package/dist-esm/samples-dev/credentialOperationsGetSample.d.ts +2 -0
  15. package/dist-esm/samples-dev/credentialOperationsGetSample.d.ts.map +1 -0
  16. package/dist-esm/samples-dev/credentialOperationsGetSample.js +40 -0
  17. package/dist-esm/samples-dev/credentialOperationsGetSample.js.map +1 -0
  18. package/dist-esm/samples-dev/credentialOperationsListByFactorySample.d.ts +2 -0
  19. package/dist-esm/samples-dev/credentialOperationsListByFactorySample.d.ts.map +1 -0
  20. package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js +53 -0
  21. package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js.map +1 -0
  22. package/dist-esm/src/dataFactoryManagementClient.d.ts +2 -1
  23. package/dist-esm/src/dataFactoryManagementClient.d.ts.map +1 -1
  24. package/dist-esm/src/dataFactoryManagementClient.js +3 -2
  25. package/dist-esm/src/dataFactoryManagementClient.js.map +1 -1
  26. package/dist-esm/src/lroImpl.d.ts +6 -11
  27. package/dist-esm/src/lroImpl.d.ts.map +1 -1
  28. package/dist-esm/src/lroImpl.js +12 -20
  29. package/dist-esm/src/lroImpl.js.map +1 -1
  30. package/dist-esm/src/models/index.d.ts +170 -33
  31. package/dist-esm/src/models/index.d.ts.map +1 -1
  32. package/dist-esm/src/models/index.js +30 -0
  33. package/dist-esm/src/models/index.js.map +1 -1
  34. package/dist-esm/src/models/mappers.d.ts +11 -6
  35. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  36. package/dist-esm/src/models/mappers.js +239 -86
  37. package/dist-esm/src/models/mappers.js.map +1 -1
  38. package/dist-esm/src/models/parameters.d.ts +2 -0
  39. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  40. package/dist-esm/src/models/parameters.js +20 -1
  41. package/dist-esm/src/models/parameters.js.map +1 -1
  42. package/dist-esm/src/operations/credentialOperations.d.ts +63 -0
  43. package/dist-esm/src/operations/credentialOperations.d.ts.map +1 -0
  44. package/dist-esm/src/operations/credentialOperations.js +251 -0
  45. package/dist-esm/src/operations/credentialOperations.js.map +1 -0
  46. package/dist-esm/src/operations/dataFlowDebugSession.d.ts +3 -3
  47. package/dist-esm/src/operations/dataFlowDebugSession.d.ts.map +1 -1
  48. package/dist-esm/src/operations/dataFlowDebugSession.js +18 -10
  49. package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
  50. package/dist-esm/src/operations/index.d.ts +1 -0
  51. package/dist-esm/src/operations/index.d.ts.map +1 -1
  52. package/dist-esm/src/operations/index.js +1 -0
  53. package/dist-esm/src/operations/index.js.map +1 -1
  54. package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts +2 -2
  55. package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -1
  56. package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js +10 -6
  57. package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js.map +1 -1
  58. package/dist-esm/src/operations/integrationRuntimes.d.ts +3 -3
  59. package/dist-esm/src/operations/integrationRuntimes.d.ts.map +1 -1
  60. package/dist-esm/src/operations/integrationRuntimes.js +18 -10
  61. package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
  62. package/dist-esm/src/operations/triggers.d.ts +5 -5
  63. package/dist-esm/src/operations/triggers.d.ts.map +1 -1
  64. package/dist-esm/src/operations/triggers.js +34 -18
  65. package/dist-esm/src/operations/triggers.js.map +1 -1
  66. package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts +38 -0
  67. package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/credentialOperations.js +9 -0
  69. package/dist-esm/src/operationsInterfaces/credentialOperations.js.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts +3 -3
  71. package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -1
  72. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  73. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  74. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  75. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  76. package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +2 -2
  77. package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -1
  78. package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts +3 -3
  79. package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts.map +1 -1
  80. package/dist-esm/src/operationsInterfaces/triggers.d.ts +5 -5
  81. package/dist-esm/src/operationsInterfaces/triggers.d.ts.map +1 -1
  82. package/dist-esm/test/datafactory_examples.spec.js +31 -0
  83. package/dist-esm/test/datafactory_examples.spec.js.map +1 -1
  84. package/package.json +4 -4
  85. package/review/arm-datafactory.api.md +129 -15
  86. package/src/dataFactoryManagementClient.ts +5 -1
  87. package/src/lroImpl.ts +31 -23
  88. package/src/models/index.ts +196 -39
  89. package/src/models/mappers.ts +262 -95
  90. package/src/models/parameters.ts +24 -0
  91. package/src/operations/credentialOperations.ts +341 -0
  92. package/src/operations/dataFlowDebugSession.ts +32 -22
  93. package/src/operations/index.ts +1 -0
  94. package/src/operations/integrationRuntimeObjectMetadata.ts +19 -12
  95. package/src/operations/integrationRuntimes.ts +28 -21
  96. package/src/operations/triggers.ts +50 -40
  97. package/src/operationsInterfaces/credentialOperations.ts +75 -0
  98. package/src/operationsInterfaces/dataFlowDebugSession.ts +5 -5
  99. package/src/operationsInterfaces/index.ts +1 -0
  100. package/src/operationsInterfaces/integrationRuntimeObjectMetadata.ts +3 -3
  101. package/src/operationsInterfaces/integrationRuntimes.ts +4 -4
  102. package/src/operationsInterfaces/triggers.ts +7 -7
  103. package/types/arm-datafactory.d.ts +210 -16
  104. package/types/tsdoc-metadata.json +1 -1
@@ -1,8 +1,8 @@
1
1
  import * as coreAuth from '@azure/core-auth';
2
2
  import * as coreClient from '@azure/core-client';
3
+ import { OperationState } from '@azure/core-lro';
3
4
  import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
5
+ import { SimplePollerLike } from '@azure/core-lro';
6
6
 
7
7
  /** Get Data Plane read only token response definition. */
8
8
  export declare interface AccessPolicyResponse {
@@ -766,6 +766,10 @@ export declare interface AzureBlobStorageLinkedService extends LinkedService {
766
766
  encryptedCredential?: string;
767
767
  /** The credential reference containing authentication information. */
768
768
  credential?: CredentialReference;
769
+ /** The type used for authentication. Type: string. */
770
+ authenticationType?: AzureStorageAuthenticationType;
771
+ /** Container uri of the Azure Blob Storage resource only support for anonymous access. Type: string (or Expression with resultType string). */
772
+ containerUri?: any;
769
773
  }
770
774
 
771
775
  /** The location of azure blob dataset. */
@@ -1645,6 +1649,19 @@ export declare interface AzureSqlTableDataset extends Dataset {
1645
1649
  table?: any;
1646
1650
  }
1647
1651
 
1652
+ /**
1653
+ * Defines values for AzureStorageAuthenticationType. \
1654
+ * {@link KnownAzureStorageAuthenticationType} can be used interchangeably with AzureStorageAuthenticationType,
1655
+ * this enum contains the known values that the service supports.
1656
+ * ### Known values supported by the service
1657
+ * **Anonymous** \
1658
+ * **AccountKey** \
1659
+ * **SasUri** \
1660
+ * **ServicePrincipal** \
1661
+ * **Msi**
1662
+ */
1663
+ export declare type AzureStorageAuthenticationType = string;
1664
+
1648
1665
  /** The storage account linked service. */
1649
1666
  export declare interface AzureStorageLinkedService extends LinkedService {
1650
1667
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -2074,6 +2091,17 @@ export declare interface ConcurSource extends TabularSource {
2074
2091
  query?: any;
2075
2092
  }
2076
2093
 
2094
+ /**
2095
+ * Defines values for ConfigurationType. \
2096
+ * {@link KnownConfigurationType} can be used interchangeably with ConfigurationType,
2097
+ * this enum contains the known values that the service supports.
2098
+ * ### Known values supported by the service
2099
+ * **Default** \
2100
+ * **Customized** \
2101
+ * **Artifact**
2102
+ */
2103
+ export declare type ConfigurationType = string;
2104
+
2077
2105
  /** The connection state of a managed private endpoint */
2078
2106
  export declare interface ConnectionStateProperties {
2079
2107
  /**
@@ -2160,6 +2188,16 @@ export declare interface CopyActivityLogSettings {
2160
2188
  */
2161
2189
  export declare type CopyBehaviorType = string;
2162
2190
 
2191
+ /** CopyComputeScale properties for managed integration runtime. */
2192
+ export declare interface CopyComputeScaleProperties {
2193
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
2194
+ [property: string]: any;
2195
+ /** DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256. */
2196
+ dataIntegrationUnit?: number;
2197
+ /** Time to live (in minutes) setting of integration runtime which will execute copy activity. */
2198
+ timeToLive?: number;
2199
+ }
2200
+
2163
2201
  /** A copy activity sink. */
2164
2202
  export declare interface CopySink {
2165
2203
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -2405,7 +2443,7 @@ export declare interface CreateRunResponse {
2405
2443
  /** The Azure Data Factory nested object which contains the information and credential which can be used to connect with related store or compute resource. */
2406
2444
  declare interface Credential_2 {
2407
2445
  /** Polymorphic discriminator, which specifies the different types this object can be */
2408
- type: "ServicePrincipal" | "ManagedIdentity";
2446
+ type: "ManagedIdentity" | "ServicePrincipal";
2409
2447
  /** Describes unknown properties. The value of an unknown property can be of "any" type. */
2410
2448
  [property: string]: any;
2411
2449
  /** Credential description. */
@@ -2415,6 +2453,86 @@ declare interface Credential_2 {
2415
2453
  }
2416
2454
  export { Credential_2 as Credential }
2417
2455
 
2456
+ /** A list of credential resources. */
2457
+ export declare interface CredentialListResponse {
2458
+ /** List of credentials. */
2459
+ value: ManagedIdentityCredentialResource[];
2460
+ /** The link to the next page of results, if any remaining results exist. */
2461
+ nextLink?: string;
2462
+ }
2463
+
2464
+ /** Interface representing a CredentialOperations. */
2465
+ export declare interface CredentialOperations {
2466
+ /**
2467
+ * List credentials.
2468
+ * @param resourceGroupName The resource group name.
2469
+ * @param factoryName The factory name.
2470
+ * @param options The options parameters.
2471
+ */
2472
+ listByFactory(resourceGroupName: string, factoryName: string, options?: CredentialOperationsListByFactoryOptionalParams): PagedAsyncIterableIterator<ManagedIdentityCredentialResource>;
2473
+ /**
2474
+ * Creates or updates a credential.
2475
+ * @param resourceGroupName The resource group name.
2476
+ * @param factoryName The factory name.
2477
+ * @param credentialName Credential name
2478
+ * @param credential Credential resource definition.
2479
+ * @param options The options parameters.
2480
+ */
2481
+ createOrUpdate(resourceGroupName: string, factoryName: string, credentialName: string, credential: ManagedIdentityCredentialResource, options?: CredentialOperationsCreateOrUpdateOptionalParams): Promise<CredentialOperationsCreateOrUpdateResponse>;
2482
+ /**
2483
+ * Gets a credential.
2484
+ * @param resourceGroupName The resource group name.
2485
+ * @param factoryName The factory name.
2486
+ * @param credentialName Credential name
2487
+ * @param options The options parameters.
2488
+ */
2489
+ get(resourceGroupName: string, factoryName: string, credentialName: string, options?: CredentialOperationsGetOptionalParams): Promise<CredentialOperationsGetResponse>;
2490
+ /**
2491
+ * Deletes a credential.
2492
+ * @param resourceGroupName The resource group name.
2493
+ * @param factoryName The factory name.
2494
+ * @param credentialName Credential name
2495
+ * @param options The options parameters.
2496
+ */
2497
+ delete(resourceGroupName: string, factoryName: string, credentialName: string, options?: CredentialOperationsDeleteOptionalParams): Promise<void>;
2498
+ }
2499
+
2500
+ /** Optional parameters. */
2501
+ export declare interface CredentialOperationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2502
+ /** ETag of the credential entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
2503
+ ifMatch?: string;
2504
+ }
2505
+
2506
+ /** Contains response data for the createOrUpdate operation. */
2507
+ export declare type CredentialOperationsCreateOrUpdateResponse = ManagedIdentityCredentialResource;
2508
+
2509
+ /** Optional parameters. */
2510
+ export declare interface CredentialOperationsDeleteOptionalParams extends coreClient.OperationOptions {
2511
+ }
2512
+
2513
+ /** Optional parameters. */
2514
+ export declare interface CredentialOperationsGetOptionalParams extends coreClient.OperationOptions {
2515
+ /** ETag of the credential entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. */
2516
+ ifNoneMatch?: string;
2517
+ }
2518
+
2519
+ /** Contains response data for the get operation. */
2520
+ export declare type CredentialOperationsGetResponse = ManagedIdentityCredentialResource;
2521
+
2522
+ /** Optional parameters. */
2523
+ export declare interface CredentialOperationsListByFactoryNextOptionalParams extends coreClient.OperationOptions {
2524
+ }
2525
+
2526
+ /** Contains response data for the listByFactoryNext operation. */
2527
+ export declare type CredentialOperationsListByFactoryNextResponse = CredentialListResponse;
2528
+
2529
+ /** Optional parameters. */
2530
+ export declare interface CredentialOperationsListByFactoryOptionalParams extends coreClient.OperationOptions {
2531
+ }
2532
+
2533
+ /** Contains response data for the listByFactory operation. */
2534
+ export declare type CredentialOperationsListByFactoryResponse = CredentialListResponse;
2535
+
2418
2536
  /** Credential reference type. */
2419
2537
  export declare interface CredentialReference {
2420
2538
  /** Describes unknown properties. The value of an unknown property can be of "any" type. */
@@ -2440,7 +2558,7 @@ export declare interface CredentialResource extends SubResource {
2440
2558
  properties: CredentialUnion;
2441
2559
  }
2442
2560
 
2443
- export declare type CredentialUnion = Credential_2 | ServicePrincipalCredential | ManagedIdentityCredential;
2561
+ export declare type CredentialUnion = Credential_2 | ManagedIdentityCredential | ServicePrincipalCredential;
2444
2562
 
2445
2563
  /** Custom activity type. */
2446
2564
  export declare interface CustomActivity extends ExecutionActivity {
@@ -2584,6 +2702,7 @@ export declare class DataFactoryManagementClient extends coreClient.ServiceClien
2584
2702
  dataFlowDebugSession: DataFlowDebugSession;
2585
2703
  managedVirtualNetworks: ManagedVirtualNetworks;
2586
2704
  managedPrivateEndpoints: ManagedPrivateEndpoints;
2705
+ credentialOperations: CredentialOperations;
2587
2706
  privateEndPointConnections: PrivateEndPointConnections;
2588
2707
  privateEndpointConnection: PrivateEndpointConnection;
2589
2708
  privateLinkResources: PrivateLinkResources;
@@ -2718,7 +2837,7 @@ export declare interface DataFlowDebugSession {
2718
2837
  * @param request Data flow debug session definition
2719
2838
  * @param options The options parameters.
2720
2839
  */
2721
- beginCreate(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams): Promise<PollerLike<PollOperationState<DataFlowDebugSessionCreateResponse>, DataFlowDebugSessionCreateResponse>>;
2840
+ beginCreate(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugSessionCreateResponse>, DataFlowDebugSessionCreateResponse>>;
2722
2841
  /**
2723
2842
  * Creates a data flow debug session.
2724
2843
  * @param resourceGroupName The resource group name.
@@ -2750,7 +2869,7 @@ export declare interface DataFlowDebugSession {
2750
2869
  * @param request Data flow debug command definition.
2751
2870
  * @param options The options parameters.
2752
2871
  */
2753
- beginExecuteCommand(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<PollerLike<PollOperationState<DataFlowDebugSessionExecuteCommandResponse>, DataFlowDebugSessionExecuteCommandResponse>>;
2872
+ beginExecuteCommand(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugSessionExecuteCommandResponse>, DataFlowDebugSessionExecuteCommandResponse>>;
2754
2873
  /**
2755
2874
  * Execute a data flow debug command.
2756
2875
  * @param resourceGroupName The resource group name.
@@ -5700,6 +5819,10 @@ export declare interface IntegrationRuntimeComputeProperties {
5700
5819
  dataFlowProperties?: IntegrationRuntimeDataFlowProperties;
5701
5820
  /** VNet properties for managed integration runtime. */
5702
5821
  vNetProperties?: IntegrationRuntimeVNetProperties;
5822
+ /** CopyComputeScale properties for managed integration runtime. */
5823
+ copyComputeScaleProperties?: CopyComputeScaleProperties;
5824
+ /** PipelineExternalComputeScale properties for managed integration runtime. */
5825
+ pipelineExternalComputeScaleProperties?: PipelineExternalComputeScaleProperties;
5703
5826
  }
5704
5827
 
5705
5828
  /** Connection information for encrypting the on-premises data source credentials. */
@@ -5969,7 +6092,7 @@ export declare interface IntegrationRuntimeObjectMetadata {
5969
6092
  * @param integrationRuntimeName The integration runtime name.
5970
6093
  * @param options The options parameters.
5971
6094
  */
5972
- beginRefresh(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<PollerLike<PollOperationState<IntegrationRuntimeObjectMetadataRefreshResponse>, IntegrationRuntimeObjectMetadataRefreshResponse>>;
6095
+ beginRefresh(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<SimplePollerLike<OperationState<IntegrationRuntimeObjectMetadataRefreshResponse>, IntegrationRuntimeObjectMetadataRefreshResponse>>;
5973
6096
  /**
5974
6097
  * Refresh a SSIS integration runtime object metadata.
5975
6098
  * @param resourceGroupName The resource group name.
@@ -6154,7 +6277,7 @@ export declare interface IntegrationRuntimes {
6154
6277
  * @param integrationRuntimeName The integration runtime name.
6155
6278
  * @param options The options parameters.
6156
6279
  */
6157
- beginStart(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStartOptionalParams): Promise<PollerLike<PollOperationState<IntegrationRuntimesStartResponse>, IntegrationRuntimesStartResponse>>;
6280
+ beginStart(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStartOptionalParams): Promise<SimplePollerLike<OperationState<IntegrationRuntimesStartResponse>, IntegrationRuntimesStartResponse>>;
6158
6281
  /**
6159
6282
  * Starts a ManagedReserved type integration runtime.
6160
6283
  * @param resourceGroupName The resource group name.
@@ -6170,7 +6293,7 @@ export declare interface IntegrationRuntimes {
6170
6293
  * @param integrationRuntimeName The integration runtime name.
6171
6294
  * @param options The options parameters.
6172
6295
  */
6173
- beginStop(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
6296
+ beginStop(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
6174
6297
  /**
6175
6298
  * Stops a ManagedReserved type integration runtime.
6176
6299
  * @param resourceGroupName The resource group name.
@@ -6669,6 +6792,20 @@ export declare enum KnownAzureSearchIndexWriteBehaviorType {
6669
6792
  Upload = "Upload"
6670
6793
  }
6671
6794
 
6795
+ /** Known values of {@link AzureStorageAuthenticationType} that the service accepts. */
6796
+ export declare enum KnownAzureStorageAuthenticationType {
6797
+ /** Anonymous */
6798
+ Anonymous = "Anonymous",
6799
+ /** AccountKey */
6800
+ AccountKey = "AccountKey",
6801
+ /** SasUri */
6802
+ SasUri = "SasUri",
6803
+ /** ServicePrincipal */
6804
+ ServicePrincipal = "ServicePrincipal",
6805
+ /** Msi */
6806
+ Msi = "Msi"
6807
+ }
6808
+
6672
6809
  /** Known values of {@link BigDataPoolReferenceType} that the service accepts. */
6673
6810
  export declare enum KnownBigDataPoolReferenceType {
6674
6811
  /** BigDataPoolReference */
@@ -6731,6 +6868,16 @@ export declare enum KnownCompressionCodec {
6731
6868
  TarGZip = "tarGZip"
6732
6869
  }
6733
6870
 
6871
+ /** Known values of {@link ConfigurationType} that the service accepts. */
6872
+ export declare enum KnownConfigurationType {
6873
+ /** Default */
6874
+ Default = "Default",
6875
+ /** Customized */
6876
+ Customized = "Customized",
6877
+ /** Artifact */
6878
+ Artifact = "Artifact"
6879
+ }
6880
+
6734
6881
  /** Known values of {@link CopyBehaviorType} that the service accepts. */
6735
6882
  export declare enum KnownCopyBehaviorType {
6736
6883
  /** PreserveHierarchy */
@@ -7527,6 +7674,12 @@ export declare enum KnownSparkAuthenticationType {
7527
7674
  WindowsAzureHDInsightService = "WindowsAzureHDInsightService"
7528
7675
  }
7529
7676
 
7677
+ /** Known values of {@link SparkConfigurationReferenceType} that the service accepts. */
7678
+ export declare enum KnownSparkConfigurationReferenceType {
7679
+ /** SparkConfigurationReference */
7680
+ SparkConfigurationReference = "SparkConfigurationReference"
7681
+ }
7682
+
7530
7683
  /** Known values of {@link SparkJobReferenceType} that the service accepts. */
7531
7684
  export declare enum KnownSparkJobReferenceType {
7532
7685
  /** SparkJobDefinitionReference */
@@ -8032,6 +8185,12 @@ export declare interface ManagedIdentityCredential extends Credential_2 {
8032
8185
  resourceId?: string;
8033
8186
  }
8034
8187
 
8188
+ /** Credential resource type. */
8189
+ export declare interface ManagedIdentityCredentialResource extends SubResource {
8190
+ /** Managed Identity Credential properties. */
8191
+ properties: ManagedIdentityCredential;
8192
+ }
8193
+
8035
8194
  /** Managed integration runtime, including managed elastic and managed dedicated integration runtimes. */
8036
8195
  export declare interface ManagedIntegrationRuntime extends IntegrationRuntime {
8037
8196
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -9471,6 +9630,14 @@ export declare interface PipelineElapsedTimeMetricPolicy {
9471
9630
  duration?: any;
9472
9631
  }
9473
9632
 
9633
+ /** PipelineExternalComputeScale properties for managed integration runtime. */
9634
+ export declare interface PipelineExternalComputeScaleProperties {
9635
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
9636
+ [property: string]: any;
9637
+ /** Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity. */
9638
+ timeToLive?: number;
9639
+ }
9640
+
9474
9641
  /** The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level. */
9475
9642
  export declare interface PipelineFolder {
9476
9643
  /** The name of the folder that this Pipeline is in. */
@@ -11784,7 +11951,7 @@ export declare interface SnowflakeSource extends CopySource {
11784
11951
  /** Snowflake Sql query. Type: string (or Expression with resultType string). */
11785
11952
  query?: any;
11786
11953
  /** Snowflake export settings. */
11787
- exportSettings?: SnowflakeExportCopyCommand;
11954
+ exportSettings: SnowflakeExportCopyCommand;
11788
11955
  }
11789
11956
 
11790
11957
  /**
@@ -11799,6 +11966,23 @@ export declare interface SnowflakeSource extends CopySource {
11799
11966
  */
11800
11967
  export declare type SparkAuthenticationType = string;
11801
11968
 
11969
+ /** Spark configuration reference. */
11970
+ export declare interface SparkConfigurationParametrizationReference {
11971
+ /** Spark configuration reference type. */
11972
+ type: SparkConfigurationReferenceType;
11973
+ /** Reference spark configuration name. Type: string (or Expression with resultType string). */
11974
+ referenceName: any;
11975
+ }
11976
+
11977
+ /**
11978
+ * Defines values for SparkConfigurationReferenceType. \
11979
+ * {@link KnownSparkConfigurationReferenceType} can be used interchangeably with SparkConfigurationReferenceType,
11980
+ * this enum contains the known values that the service supports.
11981
+ * ### Known values supported by the service
11982
+ * **SparkConfigurationReference**
11983
+ */
11984
+ export declare type SparkConfigurationReferenceType = string;
11985
+
11802
11986
  /**
11803
11987
  * Defines values for SparkJobReferenceType. \
11804
11988
  * {@link KnownSparkJobReferenceType} can be used interchangeably with SparkJobReferenceType,
@@ -12663,6 +12847,8 @@ export declare interface SynapseSparkJobDefinitionActivity extends ExecutionActi
12663
12847
  arguments?: any[];
12664
12848
  /** The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string). */
12665
12849
  file?: any;
12850
+ /** Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean). */
12851
+ scanFolder?: any;
12666
12852
  /** The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string). */
12667
12853
  className?: any;
12668
12854
  /** (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide. */
@@ -12679,8 +12865,16 @@ export declare interface SynapseSparkJobDefinitionActivity extends ExecutionActi
12679
12865
  conf?: any;
12680
12866
  /** Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string). */
12681
12867
  driverSize?: any;
12682
- /** Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. */
12683
- numExecutors?: number;
12868
+ /** Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer). */
12869
+ numExecutors?: any;
12870
+ /** The type of the spark config. */
12871
+ configurationType?: ConfigurationType;
12872
+ /** The spark configuration of the spark job. */
12873
+ targetSparkConfiguration?: SparkConfigurationParametrizationReference;
12874
+ /** Spark configuration property. */
12875
+ sparkConfig?: {
12876
+ [propertyName: string]: any;
12877
+ };
12684
12878
  }
12685
12879
 
12686
12880
  /** Synapse spark job reference type. */
@@ -13148,7 +13342,7 @@ export declare interface Triggers {
13148
13342
  * @param triggerName The trigger name.
13149
13343
  * @param options The options parameters.
13150
13344
  */
13151
- beginSubscribeToEvents(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersSubscribeToEventsOptionalParams): Promise<PollerLike<PollOperationState<TriggersSubscribeToEventsResponse>, TriggersSubscribeToEventsResponse>>;
13345
+ beginSubscribeToEvents(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersSubscribeToEventsOptionalParams): Promise<SimplePollerLike<OperationState<TriggersSubscribeToEventsResponse>, TriggersSubscribeToEventsResponse>>;
13152
13346
  /**
13153
13347
  * Subscribe event trigger to events.
13154
13348
  * @param resourceGroupName The resource group name.
@@ -13172,7 +13366,7 @@ export declare interface Triggers {
13172
13366
  * @param triggerName The trigger name.
13173
13367
  * @param options The options parameters.
13174
13368
  */
13175
- beginUnsubscribeFromEvents(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersUnsubscribeFromEventsOptionalParams): Promise<PollerLike<PollOperationState<TriggersUnsubscribeFromEventsResponse>, TriggersUnsubscribeFromEventsResponse>>;
13369
+ beginUnsubscribeFromEvents(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersUnsubscribeFromEventsOptionalParams): Promise<SimplePollerLike<OperationState<TriggersUnsubscribeFromEventsResponse>, TriggersUnsubscribeFromEventsResponse>>;
13176
13370
  /**
13177
13371
  * Unsubscribe event trigger from events.
13178
13372
  * @param resourceGroupName The resource group name.
@@ -13188,7 +13382,7 @@ export declare interface Triggers {
13188
13382
  * @param triggerName The trigger name.
13189
13383
  * @param options The options parameters.
13190
13384
  */
13191
- beginStart(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
13385
+ beginStart(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
13192
13386
  /**
13193
13387
  * Starts a trigger.
13194
13388
  * @param resourceGroupName The resource group name.
@@ -13204,7 +13398,7 @@ export declare interface Triggers {
13204
13398
  * @param triggerName The trigger name.
13205
13399
  * @param options The options parameters.
13206
13400
  */
13207
- beginStop(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
13401
+ beginStop(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
13208
13402
  /**
13209
13403
  * Stops a trigger.
13210
13404
  * @param resourceGroupName The resource group name.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.3"
8
+ "packageVersion": "7.34.4"
9
9
  }
10
10
  ]
11
11
  }