@azure/arm-datafactory 10.0.1-alpha.20220106.1 → 10.1.1-alpha.20220118.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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for DataFactoryManagementClient.",
6
- "version": "10.0.1-alpha.20220106.1",
6
+ "version": "10.1.1-alpha.20220118.1",
7
7
  "engines": {
8
8
  "node": ">=12.0.0"
9
9
  },
@@ -23,7 +23,7 @@ export interface Activity {
23
23
  dependsOn?: ActivityDependency[];
24
24
  description?: string;
25
25
  name: string;
26
- type: "Container" | "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "ExecutePipeline" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "IfCondition" | "Switch" | "ForEach" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "Wait" | "Until" | "Validation" | "Filter" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "SetVariable" | "AppendVariable" | "AzureFunctionActivity" | "WebHook" | "ExecuteDataFlow" | "ExecuteWranglingDataflow";
26
+ type: "Container" | "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "ExecutePipeline" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "IfCondition" | "Switch" | "ForEach" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "Wait" | "Fail" | "Until" | "Validation" | "Filter" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "SetVariable" | "AppendVariable" | "AzureFunctionActivity" | "WebHook" | "ExecuteDataFlow" | "ExecuteWranglingDataflow";
27
27
  userProperties?: UserProperty[];
28
28
  }
29
29
 
@@ -392,6 +392,8 @@ export type AzureBlobFSLinkedService = LinkedService & {
392
392
  azureCloudType?: Record<string, unknown>;
393
393
  encryptedCredential?: Record<string, unknown>;
394
394
  credential?: CredentialReference;
395
+ servicePrincipalCredentialType?: Record<string, unknown>;
396
+ servicePrincipalCredential?: SecretBaseUnion;
395
397
  };
396
398
 
397
399
  // @public
@@ -507,6 +509,8 @@ export type AzureDatabricksDeltaLakeLinkedService = LinkedService & {
507
509
  accessToken?: SecretBaseUnion;
508
510
  clusterId?: Record<string, unknown>;
509
511
  encryptedCredential?: Record<string, unknown>;
512
+ credential?: CredentialReference;
513
+ workspaceResourceId?: Record<string, unknown>;
510
514
  };
511
515
 
512
516
  // @public
@@ -1267,11 +1271,11 @@ export interface ConnectionStateProperties {
1267
1271
 
1268
1272
  // @public
1269
1273
  export type ControlActivity = Activity & {
1270
- type: "Container" | "ExecutePipeline" | "IfCondition" | "Switch" | "ForEach" | "Wait" | "Until" | "Validation" | "Filter" | "SetVariable" | "AppendVariable" | "WebHook";
1274
+ type: "Container" | "ExecutePipeline" | "IfCondition" | "Switch" | "ForEach" | "Wait" | "Fail" | "Until" | "Validation" | "Filter" | "SetVariable" | "AppendVariable" | "WebHook";
1271
1275
  };
1272
1276
 
1273
1277
  // @public (undocumented)
1274
- export type ControlActivityUnion = ControlActivity | ExecutePipelineActivity | IfConditionActivity | SwitchActivity | ForEachActivity | WaitActivity | UntilActivity | ValidationActivity | FilterActivity | SetVariableActivity | AppendVariableActivity | WebHookActivity;
1278
+ export type ControlActivityUnion = ControlActivity | ExecutePipelineActivity | IfConditionActivity | SwitchActivity | ForEachActivity | WaitActivity | FailActivity | UntilActivity | ValidationActivity | FilterActivity | SetVariableActivity | AppendVariableActivity | WebHookActivity;
1275
1279
 
1276
1280
  // @public
1277
1281
  export type CopyActivity = ExecutionActivity & {
@@ -1358,6 +1362,7 @@ export type CosmosDbLinkedService = LinkedService & {
1358
1362
  azureCloudType?: Record<string, unknown>;
1359
1363
  connectionMode?: CosmosDbConnectionMode;
1360
1364
  encryptedCredential?: Record<string, unknown>;
1365
+ credential?: CredentialReference;
1361
1366
  };
1362
1367
 
1363
1368
  // @public
@@ -2272,6 +2277,7 @@ export type DynamicsLinkedService = LinkedService & {
2272
2277
  servicePrincipalCredentialType?: Record<string, unknown>;
2273
2278
  servicePrincipalCredential?: SecretBaseUnion;
2274
2279
  encryptedCredential?: Record<string, unknown>;
2280
+ credential?: CredentialReference;
2275
2281
  };
2276
2282
 
2277
2283
  // @public
@@ -2695,6 +2701,13 @@ export type FactoryVstsConfiguration = FactoryRepoConfiguration & {
2695
2701
  tenantId?: string;
2696
2702
  };
2697
2703
 
2704
+ // @public
2705
+ export type FailActivity = ControlActivity & {
2706
+ type: "Fail";
2707
+ message: Record<string, unknown>;
2708
+ errorCode: Record<string, unknown>;
2709
+ };
2710
+
2698
2711
  // @public
2699
2712
  export type FileServerLinkedService = LinkedService & {
2700
2713
  type: "FileServer";
@@ -2887,9 +2900,10 @@ export type GoogleAdWordsAuthenticationType = string;
2887
2900
  // @public
2888
2901
  export type GoogleAdWordsLinkedService = LinkedService & {
2889
2902
  type: "GoogleAdWords";
2890
- clientCustomerID: Record<string, unknown>;
2891
- developerToken: SecretBaseUnion;
2892
- authenticationType: GoogleAdWordsAuthenticationType;
2903
+ connectionProperties?: Record<string, unknown>;
2904
+ clientCustomerID?: Record<string, unknown>;
2905
+ developerToken?: SecretBaseUnion;
2906
+ authenticationType?: GoogleAdWordsAuthenticationType;
2893
2907
  refreshToken?: SecretBaseUnion;
2894
2908
  clientId?: Record<string, unknown>;
2895
2909
  clientSecret?: SecretBaseUnion;
@@ -4930,6 +4944,7 @@ export type LinkedIntegrationRuntimeKeyAuthorization = LinkedIntegrationRuntimeT
4930
4944
  export type LinkedIntegrationRuntimeRbacAuthorization = LinkedIntegrationRuntimeType & {
4931
4945
  authorizationType: "RBAC";
4932
4946
  resourceId: string;
4947
+ credential?: CredentialReference;
4933
4948
  };
4934
4949
 
4935
4950
  // @public
@@ -86,7 +86,7 @@ export class DataFactoryManagementClient extends coreClient.ServiceClient {
86
86
  credential: credentials
87
87
  };
88
88
 
89
- const packageDetails = `azsdk-js-arm-datafactory/10.0.0`;
89
+ const packageDetails = `azsdk-js-arm-datafactory/10.1.0`;
90
90
  const userAgentPrefix =
91
91
  options.userAgentOptions && options.userAgentOptions.userAgentPrefix
92
92
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
@@ -429,6 +429,7 @@ export type ControlActivityUnion =
429
429
  | SwitchActivity
430
430
  | ForEachActivity
431
431
  | WaitActivity
432
+ | FailActivity
432
433
  | UntilActivity
433
434
  | ValidationActivity
434
435
  | FilterActivity
@@ -1532,6 +1533,7 @@ export interface Activity {
1532
1533
  | "AzureMLExecutePipeline"
1533
1534
  | "DataLakeAnalyticsU-SQL"
1534
1535
  | "Wait"
1536
+ | "Fail"
1535
1537
  | "Until"
1536
1538
  | "Validation"
1537
1539
  | "Filter"
@@ -4109,6 +4111,8 @@ export type CosmosDbLinkedService = LinkedService & {
4109
4111
  connectionMode?: CosmosDbConnectionMode;
4110
4112
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
4111
4113
  encryptedCredential?: Record<string, unknown>;
4114
+ /** The credential reference containing authentication information. */
4115
+ credential?: CredentialReference;
4112
4116
  };
4113
4117
 
4114
4118
  /** Dynamics linked service. */
@@ -4139,6 +4143,8 @@ export type DynamicsLinkedService = LinkedService & {
4139
4143
  servicePrincipalCredential?: SecretBaseUnion;
4140
4144
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
4141
4145
  encryptedCredential?: Record<string, unknown>;
4146
+ /** The credential reference containing authentication information. */
4147
+ credential?: CredentialReference;
4142
4148
  };
4143
4149
 
4144
4150
  /** Dynamics CRM linked service. */
@@ -4705,6 +4711,10 @@ export type AzureBlobFSLinkedService = LinkedService & {
4705
4711
  encryptedCredential?: Record<string, unknown>;
4706
4712
  /** The credential reference containing authentication information. */
4707
4713
  credential?: CredentialReference;
4714
+ /** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
4715
+ servicePrincipalCredentialType?: Record<string, unknown>;
4716
+ /** The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference. */
4717
+ servicePrincipalCredential?: SecretBaseUnion;
4708
4718
  };
4709
4719
 
4710
4720
  /** Office365 linked service. */
@@ -5814,6 +5824,10 @@ export type AzureDatabricksDeltaLakeLinkedService = LinkedService & {
5814
5824
  clusterId?: Record<string, unknown>;
5815
5825
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
5816
5826
  encryptedCredential?: Record<string, unknown>;
5827
+ /** The credential reference containing authentication information. */
5828
+ credential?: CredentialReference;
5829
+ /** Workspace resource id for databricks REST API. Type: string (or Expression with resultType string). */
5830
+ workspaceResourceId?: Record<string, unknown>;
5817
5831
  };
5818
5832
 
5819
5833
  /** Responsys linked service. */
@@ -5878,12 +5892,14 @@ export type OracleServiceCloudLinkedService = LinkedService & {
5878
5892
  export type GoogleAdWordsLinkedService = LinkedService & {
5879
5893
  /** Polymorphic discriminator, which specifies the different types this object can be */
5880
5894
  type: "GoogleAdWords";
5895
+ /** Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object. */
5896
+ connectionProperties?: Record<string, unknown>;
5881
5897
  /** The Client customer ID of the AdWords account that you want to fetch report data for. */
5882
- clientCustomerID: Record<string, unknown>;
5898
+ clientCustomerID?: Record<string, unknown>;
5883
5899
  /** The developer token associated with the manager account that you use to grant access to the AdWords API. */
5884
- developerToken: SecretBaseUnion;
5900
+ developerToken?: SecretBaseUnion;
5885
5901
  /** The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR. */
5886
- authenticationType: GoogleAdWordsAuthenticationType;
5902
+ authenticationType?: GoogleAdWordsAuthenticationType;
5887
5903
  /** The refresh token obtained from Google for authorizing access to AdWords for UserAuthentication. */
5888
5904
  refreshToken?: SecretBaseUnion;
5889
5905
  /** The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string). */
@@ -6993,6 +7009,7 @@ export type ControlActivity = Activity & {
6993
7009
  | "Switch"
6994
7010
  | "ForEach"
6995
7011
  | "Wait"
7012
+ | "Fail"
6996
7013
  | "Until"
6997
7014
  | "Validation"
6998
7015
  | "Filter"
@@ -7456,6 +7473,8 @@ export type LinkedIntegrationRuntimeRbacAuthorization = LinkedIntegrationRuntime
7456
7473
  authorizationType: "RBAC";
7457
7474
  /** The resource identifier of the integration runtime to be shared. */
7458
7475
  resourceId: string;
7476
+ /** The credential reference containing authentication information. */
7477
+ credential?: CredentialReference;
7459
7478
  };
7460
7479
 
7461
7480
  /** A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint. */
@@ -9091,6 +9110,16 @@ export type WaitActivity = ControlActivity & {
9091
9110
  waitTimeInSeconds: Record<string, unknown>;
9092
9111
  };
9093
9112
 
9113
+ /** This activity will fail within its own scope and output a custom error message and error code. The error message and code can provided either as a string literal or as an expression that can be evaluated to a string at runtime. The activity scope can be the whole pipeline or a control activity (e.g. foreach, switch, until), if the fail activity is contained in it. */
9114
+ export type FailActivity = ControlActivity & {
9115
+ /** Polymorphic discriminator, which specifies the different types this object can be */
9116
+ type: "Fail";
9117
+ /** The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string). */
9118
+ message: Record<string, unknown>;
9119
+ /** The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string). */
9120
+ errorCode: Record<string, unknown>;
9121
+ };
9122
+
9094
9123
  /** This activity executes inner activities until the specified boolean expression results to true or timeout is reached, whichever is earlier. */
9095
9124
  export type UntilActivity = ControlActivity & {
9096
9125
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -8442,6 +8442,13 @@ export const CosmosDbLinkedService: coreClient.CompositeMapper = {
8442
8442
  name: "Dictionary",
8443
8443
  value: { type: { name: "any" } }
8444
8444
  }
8445
+ },
8446
+ credential: {
8447
+ serializedName: "typeProperties.credential",
8448
+ type: {
8449
+ name: "Composite",
8450
+ className: "CredentialReference"
8451
+ }
8445
8452
  }
8446
8453
  }
8447
8454
  }
@@ -8542,6 +8549,13 @@ export const DynamicsLinkedService: coreClient.CompositeMapper = {
8542
8549
  name: "Dictionary",
8543
8550
  value: { type: { name: "any" } }
8544
8551
  }
8552
+ },
8553
+ credential: {
8554
+ serializedName: "typeProperties.credential",
8555
+ type: {
8556
+ name: "Composite",
8557
+ className: "CredentialReference"
8558
+ }
8545
8559
  }
8546
8560
  }
8547
8561
  }
@@ -10333,6 +10347,20 @@ export const AzureBlobFSLinkedService: coreClient.CompositeMapper = {
10333
10347
  name: "Composite",
10334
10348
  className: "CredentialReference"
10335
10349
  }
10350
+ },
10351
+ servicePrincipalCredentialType: {
10352
+ serializedName: "typeProperties.servicePrincipalCredentialType",
10353
+ type: {
10354
+ name: "Dictionary",
10355
+ value: { type: { name: "any" } }
10356
+ }
10357
+ },
10358
+ servicePrincipalCredential: {
10359
+ serializedName: "typeProperties.servicePrincipalCredential",
10360
+ type: {
10361
+ name: "Composite",
10362
+ className: "SecretBase"
10363
+ }
10336
10364
  }
10337
10365
  }
10338
10366
  }
@@ -13913,6 +13941,20 @@ export const AzureDatabricksDeltaLakeLinkedService: coreClient.CompositeMapper =
13913
13941
  name: "Dictionary",
13914
13942
  value: { type: { name: "any" } }
13915
13943
  }
13944
+ },
13945
+ credential: {
13946
+ serializedName: "typeProperties.credential",
13947
+ type: {
13948
+ name: "Composite",
13949
+ className: "CredentialReference"
13950
+ }
13951
+ },
13952
+ workspaceResourceId: {
13953
+ serializedName: "typeProperties.workspaceResourceId",
13954
+ type: {
13955
+ name: "Dictionary",
13956
+ value: { type: { name: "any" } }
13957
+ }
13916
13958
  }
13917
13959
  }
13918
13960
  }
@@ -14118,9 +14160,15 @@ export const GoogleAdWordsLinkedService: coreClient.CompositeMapper = {
14118
14160
  polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
14119
14161
  modelProperties: {
14120
14162
  ...LinkedService.type.modelProperties,
14163
+ connectionProperties: {
14164
+ serializedName: "typeProperties.connectionProperties",
14165
+ type: {
14166
+ name: "Dictionary",
14167
+ value: { type: { name: "any" } }
14168
+ }
14169
+ },
14121
14170
  clientCustomerID: {
14122
14171
  serializedName: "typeProperties.clientCustomerID",
14123
- required: true,
14124
14172
  type: {
14125
14173
  name: "Dictionary",
14126
14174
  value: { type: { name: "any" } }
@@ -14135,7 +14183,6 @@ export const GoogleAdWordsLinkedService: coreClient.CompositeMapper = {
14135
14183
  },
14136
14184
  authenticationType: {
14137
14185
  serializedName: "typeProperties.authenticationType",
14138
- required: true,
14139
14186
  type: {
14140
14187
  name: "String"
14141
14188
  }
@@ -18598,6 +18645,13 @@ export const LinkedIntegrationRuntimeRbacAuthorization: coreClient.CompositeMapp
18598
18645
  type: {
18599
18646
  name: "String"
18600
18647
  }
18648
+ },
18649
+ credential: {
18650
+ serializedName: "credential",
18651
+ type: {
18652
+ name: "Composite",
18653
+ className: "CredentialReference"
18654
+ }
18601
18655
  }
18602
18656
  }
18603
18657
  }
@@ -23281,6 +23335,36 @@ export const WaitActivity: coreClient.CompositeMapper = {
23281
23335
  }
23282
23336
  };
23283
23337
 
23338
+ export const FailActivity: coreClient.CompositeMapper = {
23339
+ serializedName: "Fail",
23340
+ type: {
23341
+ name: "Composite",
23342
+ className: "FailActivity",
23343
+ uberParent: "Activity",
23344
+ additionalProperties: { type: { name: "Object" } },
23345
+ polymorphicDiscriminator: Activity.type.polymorphicDiscriminator,
23346
+ modelProperties: {
23347
+ ...ControlActivity.type.modelProperties,
23348
+ message: {
23349
+ serializedName: "typeProperties.message",
23350
+ required: true,
23351
+ type: {
23352
+ name: "Dictionary",
23353
+ value: { type: { name: "any" } }
23354
+ }
23355
+ },
23356
+ errorCode: {
23357
+ serializedName: "typeProperties.errorCode",
23358
+ required: true,
23359
+ type: {
23360
+ name: "Dictionary",
23361
+ value: { type: { name: "any" } }
23362
+ }
23363
+ }
23364
+ }
23365
+ }
23366
+ };
23367
+
23284
23368
  export const UntilActivity: coreClient.CompositeMapper = {
23285
23369
  serializedName: "Until",
23286
23370
  type: {
@@ -27284,6 +27368,7 @@ export let discriminators = {
27284
27368
  "Activity.Switch": SwitchActivity,
27285
27369
  "Activity.ForEach": ForEachActivity,
27286
27370
  "Activity.Wait": WaitActivity,
27371
+ "Activity.Fail": FailActivity,
27287
27372
  "Activity.Until": UntilActivity,
27288
27373
  "Activity.Validation": ValidationActivity,
27289
27374
  "Activity.Filter": FilterActivity,
@@ -17,7 +17,7 @@ export declare interface AccessPolicyResponse {
17
17
  /** A pipeline activity. */
18
18
  export declare interface Activity {
19
19
  /** Polymorphic discriminator, which specifies the different types this object can be */
20
- type: "Container" | "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "ExecutePipeline" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "IfCondition" | "Switch" | "ForEach" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "Wait" | "Until" | "Validation" | "Filter" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "SetVariable" | "AppendVariable" | "AzureFunctionActivity" | "WebHook" | "ExecuteDataFlow" | "ExecuteWranglingDataflow";
20
+ type: "Container" | "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "ExecutePipeline" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "IfCondition" | "Switch" | "ForEach" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "Wait" | "Fail" | "Until" | "Validation" | "Filter" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "SetVariable" | "AppendVariable" | "AzureFunctionActivity" | "WebHook" | "ExecuteDataFlow" | "ExecuteWranglingDataflow";
21
21
  /** Describes unknown properties. The value of an unknown property can be of "any" type. */
22
22
  [property: string]: any;
23
23
  /** Activity name. */
@@ -650,6 +650,10 @@ export declare type AzureBlobFSLinkedService = LinkedService & {
650
650
  encryptedCredential?: Record<string, unknown>;
651
651
  /** The credential reference containing authentication information. */
652
652
  credential?: CredentialReference;
653
+ /** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
654
+ servicePrincipalCredentialType?: Record<string, unknown>;
655
+ /** The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference. */
656
+ servicePrincipalCredential?: SecretBaseUnion;
653
657
  };
654
658
 
655
659
  /** The location of azure blobFS dataset. */
@@ -828,6 +832,10 @@ export declare type AzureDatabricksDeltaLakeLinkedService = LinkedService & {
828
832
  clusterId?: Record<string, unknown>;
829
833
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
830
834
  encryptedCredential?: Record<string, unknown>;
835
+ /** The credential reference containing authentication information. */
836
+ credential?: CredentialReference;
837
+ /** Workspace resource id for databricks REST API. Type: string (or Expression with resultType string). */
838
+ workspaceResourceId?: Record<string, unknown>;
831
839
  };
832
840
 
833
841
  /** A copy activity Azure Databricks Delta Lake sink. */
@@ -2043,10 +2051,10 @@ export declare interface ConnectionStateProperties {
2043
2051
  /** Base class for all control activities like IfCondition, ForEach , Until. */
2044
2052
  export declare type ControlActivity = Activity & {
2045
2053
  /** Polymorphic discriminator, which specifies the different types this object can be */
2046
- type: "Container" | "ExecutePipeline" | "IfCondition" | "Switch" | "ForEach" | "Wait" | "Until" | "Validation" | "Filter" | "SetVariable" | "AppendVariable" | "WebHook";
2054
+ type: "Container" | "ExecutePipeline" | "IfCondition" | "Switch" | "ForEach" | "Wait" | "Fail" | "Until" | "Validation" | "Filter" | "SetVariable" | "AppendVariable" | "WebHook";
2047
2055
  };
2048
2056
 
2049
- export declare type ControlActivityUnion = ControlActivity | ExecutePipelineActivity | IfConditionActivity | SwitchActivity | ForEachActivity | WaitActivity | UntilActivity | ValidationActivity | FilterActivity | SetVariableActivity | AppendVariableActivity | WebHookActivity;
2057
+ export declare type ControlActivityUnion = ControlActivity | ExecutePipelineActivity | IfConditionActivity | SwitchActivity | ForEachActivity | WaitActivity | FailActivity | UntilActivity | ValidationActivity | FilterActivity | SetVariableActivity | AppendVariableActivity | WebHookActivity;
2050
2058
 
2051
2059
  /** Copy activity. */
2052
2060
  export declare type CopyActivity = ExecutionActivity & {
@@ -2193,6 +2201,8 @@ export declare type CosmosDbLinkedService = LinkedService & {
2193
2201
  connectionMode?: CosmosDbConnectionMode;
2194
2202
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
2195
2203
  encryptedCredential?: Record<string, unknown>;
2204
+ /** The credential reference containing authentication information. */
2205
+ credential?: CredentialReference;
2196
2206
  };
2197
2207
 
2198
2208
  /** The CosmosDB (MongoDB API) database dataset. */
@@ -3561,6 +3571,8 @@ export declare type DynamicsLinkedService = LinkedService & {
3561
3571
  servicePrincipalCredential?: SecretBaseUnion;
3562
3572
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
3563
3573
  encryptedCredential?: Record<string, unknown>;
3574
+ /** The credential reference containing authentication information. */
3575
+ credential?: CredentialReference;
3564
3576
  };
3565
3577
 
3566
3578
  /** A copy activity Dynamics sink. */
@@ -4235,6 +4247,16 @@ export declare type FactoryVstsConfiguration = FactoryRepoConfiguration & {
4235
4247
  tenantId?: string;
4236
4248
  };
4237
4249
 
4250
+ /** This activity will fail within its own scope and output a custom error message and error code. The error message and code can provided either as a string literal or as an expression that can be evaluated to a string at runtime. The activity scope can be the whole pipeline or a control activity (e.g. foreach, switch, until), if the fail activity is contained in it. */
4251
+ export declare type FailActivity = ControlActivity & {
4252
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4253
+ type: "Fail";
4254
+ /** The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string). */
4255
+ message: Record<string, unknown>;
4256
+ /** The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string). */
4257
+ errorCode: Record<string, unknown>;
4258
+ };
4259
+
4238
4260
  /** File system linked service. */
4239
4261
  export declare type FileServerLinkedService = LinkedService & {
4240
4262
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -4537,12 +4559,14 @@ export declare type GoogleAdWordsAuthenticationType = string;
4537
4559
  export declare type GoogleAdWordsLinkedService = LinkedService & {
4538
4560
  /** Polymorphic discriminator, which specifies the different types this object can be */
4539
4561
  type: "GoogleAdWords";
4562
+ /** Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object. */
4563
+ connectionProperties?: Record<string, unknown>;
4540
4564
  /** The Client customer ID of the AdWords account that you want to fetch report data for. */
4541
- clientCustomerID: Record<string, unknown>;
4565
+ clientCustomerID?: Record<string, unknown>;
4542
4566
  /** The developer token associated with the manager account that you use to grant access to the AdWords API. */
4543
- developerToken: SecretBaseUnion;
4567
+ developerToken?: SecretBaseUnion;
4544
4568
  /** The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR. */
4545
- authenticationType: GoogleAdWordsAuthenticationType;
4569
+ authenticationType?: GoogleAdWordsAuthenticationType;
4546
4570
  /** The refresh token obtained from Google for authorizing access to AdWords for UserAuthentication. */
4547
4571
  refreshToken?: SecretBaseUnion;
4548
4572
  /** The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string). */
@@ -7128,6 +7152,8 @@ export declare type LinkedIntegrationRuntimeRbacAuthorization = LinkedIntegratio
7128
7152
  authorizationType: "RBAC";
7129
7153
  /** The resource identifier of the integration runtime to be shared. */
7130
7154
  resourceId: string;
7155
+ /** The credential reference containing authentication information. */
7156
+ credential?: CredentialReference;
7131
7157
  };
7132
7158
 
7133
7159
  /** Data factory name for linked integration runtime request. */
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.19.2"
8
+ "packageVersion": "7.19.4"
9
9
  }
10
10
  ]
11
11
  }