@azure/arm-datafactory 19.0.0-alpha.20250612.1 → 19.0.0-alpha.20250617.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,9 +3,9 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for DataFactoryManagementClient.",
|
|
6
|
-
"version": "19.0.0-alpha.
|
|
6
|
+
"version": "19.0.0-alpha.20250617.1",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@azure/abort-controller": "^2.1.2",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
35
35
|
"@azure/identity": "^4.8.0",
|
|
36
36
|
"@azure/logger": "^1.1.4",
|
|
37
|
-
"@types/node": "^
|
|
37
|
+
"@types/node": "^20.0.0",
|
|
38
38
|
"@vitest/browser": "^3.0.9",
|
|
39
39
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
40
40
|
"dotenv": "^16.0.0",
|
|
@@ -1829,13 +1829,12 @@ export interface CreateRunResponse {
|
|
|
1829
1829
|
}
|
|
1830
1830
|
|
|
1831
1831
|
// @public
|
|
1832
|
-
interface
|
|
1832
|
+
export interface Credential {
|
|
1833
1833
|
[property: string]: any;
|
|
1834
1834
|
annotations?: any[];
|
|
1835
1835
|
description?: string;
|
|
1836
1836
|
type: "ServicePrincipal" | "ManagedIdentity";
|
|
1837
1837
|
}
|
|
1838
|
-
export { Credential_2 as Credential }
|
|
1839
1838
|
|
|
1840
1839
|
// @public
|
|
1841
1840
|
export interface CredentialListResponse {
|
|
@@ -1901,7 +1900,7 @@ export interface CredentialResource extends SubResource {
|
|
|
1901
1900
|
}
|
|
1902
1901
|
|
|
1903
1902
|
// @public (undocumented)
|
|
1904
|
-
export type CredentialUnion =
|
|
1903
|
+
export type CredentialUnion = Credential | ServicePrincipalCredential | ManagedIdentityCredential;
|
|
1905
1904
|
|
|
1906
1905
|
// @public
|
|
1907
1906
|
export interface CustomActivity extends ExecutionActivity {
|
|
@@ -5684,7 +5683,7 @@ export interface MagentoSource extends TabularSource {
|
|
|
5684
5683
|
}
|
|
5685
5684
|
|
|
5686
5685
|
// @public
|
|
5687
|
-
export interface ManagedIdentityCredential extends
|
|
5686
|
+
export interface ManagedIdentityCredential extends Credential {
|
|
5688
5687
|
resourceId?: string;
|
|
5689
5688
|
type: "ManagedIdentity";
|
|
5690
5689
|
}
|
|
@@ -7970,7 +7969,7 @@ export interface ServiceNowV2Source extends TabularSource {
|
|
|
7970
7969
|
}
|
|
7971
7970
|
|
|
7972
7971
|
// @public
|
|
7973
|
-
export interface ServicePrincipalCredential extends
|
|
7972
|
+
export interface ServicePrincipalCredential extends Credential {
|
|
7974
7973
|
servicePrincipalId?: any;
|
|
7975
7974
|
servicePrincipalKey?: AzureKeyVaultSecretReference;
|
|
7976
7975
|
tenant?: any;
|