@@ -747,7 +747,7 @@ export interface AzureFunctionActivity extends ExecutionActivity {
747
747
body?: any;
748
748
functionName: any;
749
749
headers?: {
750
- [propertyName: string]: string ;
750
+ [propertyName: string]: any ;
751
751
};
752
752
method: AzureFunctionActivityMethod;
753
753
type: "AzureFunctionActivity";
@@ -1621,15 +1621,15 @@ export { Credential_2 as Credential }
1621
1621
// @public
1622
1622
export interface CredentialListResponse {
1623
1623
nextLink?: string;
1624
- value: ManagedIdentityCredentialResource [];
1624
+ value: CredentialResource [];
1625
1625
}
1626
1626
1627
1627
// @public
1628
1628
export interface CredentialOperations {
1629
- createOrUpdate(resourceGroupName: string, factoryName: string, credentialName: string, credential: ManagedIdentityCredentialResource , options?: CredentialOperationsCreateOrUpdateOptionalParams): Promise<CredentialOperationsCreateOrUpdateResponse>;
1629
+ createOrUpdate(resourceGroupName: string, factoryName: string, credentialName: string, credential: CredentialResource , options?: CredentialOperationsCreateOrUpdateOptionalParams): Promise<CredentialOperationsCreateOrUpdateResponse>;
1630
1630
delete(resourceGroupName: string, factoryName: string, credentialName: string, options?: CredentialOperationsDeleteOptionalParams): Promise<void>;
1631
1631
get(resourceGroupName: string, factoryName: string, credentialName: string, options?: CredentialOperationsGetOptionalParams): Promise<CredentialOperationsGetResponse>;
1632
- listByFactory(resourceGroupName: string, factoryName: string, options?: CredentialOperationsListByFactoryOptionalParams): PagedAsyncIterableIterator<ManagedIdentityCredentialResource >;
1632
+ listByFactory(resourceGroupName: string, factoryName: string, options?: CredentialOperationsListByFactoryOptionalParams): PagedAsyncIterableIterator<CredentialResource >;
1633
1633
}
1634
1634
1635
1635
// @public
@@ -1638,7 +1638,7 @@ export interface CredentialOperationsCreateOrUpdateOptionalParams extends coreCl
1638
1638
}
1639
1639
1640
1640
// @public
1641
- export type CredentialOperationsCreateOrUpdateResponse = ManagedIdentityCredentialResource ;
1641
+ export type CredentialOperationsCreateOrUpdateResponse = CredentialResource ;
1642
1642
1643
1643
// @public
1644
1644
export interface CredentialOperationsDeleteOptionalParams extends coreClient.OperationOptions {
@@ -1650,7 +1650,7 @@ export interface CredentialOperationsGetOptionalParams extends coreClient.Operat
1650
1650
}
1651
1651
1652
1652
// @public
1653
- export type CredentialOperationsGetResponse = ManagedIdentityCredentialResource ;
1653
+ export type CredentialOperationsGetResponse = CredentialResource ;
1654
1654
1655
1655
// @public
1656
1656
export interface CredentialOperationsListByFactoryNextOptionalParams extends coreClient.OperationOptions {
@@ -3961,7 +3961,7 @@ export interface IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse
3961
3961
}
3962
3962
3963
3963
// @public
3964
- export interface IntegrationRuntimeReference {
3964
+ export interface IntegrationRuntimeReference extends Reference {
3965
3965
parameters?: {
3966
3966
[propertyName: string]: any;
3967
3967
};
@@ -5094,11 +5094,6 @@ export enum KnownTumblingWindowFrequency {
5094
5094
Month = "Month"
5095
5095
}
5096
5096
5097
- // @public
5098
- export enum KnownType {
5099
- LinkedServiceReference = "LinkedServiceReference"
5100
- }
5101
-
5102
5097
// @public
5103
5098
export enum KnownVariableType {
5104
5099
Array = "Array",
@@ -5250,12 +5245,12 @@ export interface LinkedServiceListResponse {
5250
5245
}
5251
5246
5252
5247
// @public
5253
- export interface LinkedServiceReference {
5248
+ export interface LinkedServiceReference extends Reference {
5254
5249
parameters?: {
5255
5250
[propertyName: string]: any;
5256
5251
};
5257
5252
referenceName: string;
5258
- type: Type ;
5253
+ type: "LinkedServiceReference" ;
5259
5254
}
5260
5255
5261
5256
// @public
@@ -5363,12 +5358,11 @@ export interface MagentoSource extends TabularSource {
5363
5358
5364
5359
// @public
5365
5360
export interface ManagedIdentityCredential extends Credential_2 {
5366
- resourceId?: string;
5367
5361
type: "ManagedIdentity";
5368
5362
}
5369
5363
5370
5364
// @public
5371
- export interface ManagedIdentityCredentialResource extends SubResource {
5365
+ export interface ManagedIdentityCredentialResource extends CredentialResource {
5372
5366
properties: ManagedIdentityCredential;
5373
5367
}
5374
5368
@@ -6830,6 +6824,14 @@ export interface RedshiftUnloadSettings {
6830
6824
s3LinkedServiceName: LinkedServiceReference;
6831
6825
}
6832
6826
6827
+ // @public
6828
+ export interface Reference {
6829
+ type: "IntegrationRuntimeReference" | "LinkedServiceReference";
6830
+ }
6831
+
6832
+ // @public (undocumented)
6833
+ export type ReferenceUnion = Reference | IntegrationRuntimeReference | LinkedServiceReference;
6834
+
6833
6835
// @public
6834
6836
export interface RelationalSource extends CopySource {
6835
6837
additionalColumns?: any;
@@ -7620,6 +7622,11 @@ export interface ServicePrincipalCredential extends Credential_2 {
7620
7622
type: "ServicePrincipal";
7621
7623
}
7622
7624
7625
+ // @public
7626
+ export interface ServicePrincipalCredentialResource extends CredentialResource {
7627
+ properties: ServicePrincipalCredential;
7628
+ }
7629
+
7623
7630
// @public
7624
7631
export type ServicePrincipalCredentialType = string;
7625
7632
@@ -8741,9 +8748,6 @@ export interface TwilioLinkedService extends LinkedService {
8741
8748
userName: any;
8742
8749
}
8743
8750
8744
- // @public
8745
- export type Type = string;
8746
-
8747
8751
// @public
8748
8752
export interface TypeConversionSettings {
8749
8753
allowDataTruncation?: any;
@@ -8885,7 +8889,7 @@ export interface WebActivity extends ExecutionActivity {
8885
8889
datasets?: DatasetReference[];
8886
8890
disableCertValidation?: boolean;
8887
8891
headers?: {
8888
- [propertyName: string]: string ;
8892
+ [propertyName: string]: any ;
8889
8893
};
8890
8894
httpRequestTimeout?: any;
8891
8895
linkedServices?: LinkedServiceReference[];
@@ -8936,7 +8940,7 @@ export interface WebHookActivity extends ControlActivity {
8936
8940
authentication?: WebActivityAuthentication;
8937
8941
body?: any;
8938
8942
headers?: {
8939
- [propertyName: string]: string ;
8943
+ [propertyName: string]: any ;
8940
8944
};
8941
8945
method: WebHookActivityMethod;
8942
8946
policy?: SecureInputOutputPolicy;
0 commit comments