Skip to content

Commit f3f536d

Browse files
author
SDKAuto
committed
CodeGen from PR 34520 in Azure/azure-rest-api-specs
Merge 29da7fb8112366ce7d4d53d289b5e767457fbdb9 into f2b5251fc9e3ba978b64a090c7530825a48dabf2
1 parent e8766b7 commit f3f536d

39 files changed

+2077
-2391
lines changed

sdk/datafactory/arm-datafactory/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Release History
22

3+
## 19.1.0 (2025-05-08)
4+
5+
### Features Added
6+
7+
- Added Interface DatabricksJobActivity
8+
- Added Type Alias AmazonRdsForOracleAuthenticationType
9+
- Added Type Alias ImpalaThriftTransportProtocol
10+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter authenticationType
11+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter cryptoChecksumClient
12+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter cryptoChecksumTypesClient
13+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter enableBulkLoad
14+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter encryptionClient
15+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter encryptionTypesClient
16+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter fetchSize
17+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter fetchTswtzAsTimestamp
18+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter initializationString
19+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter initialLobFetchSize
20+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter server
21+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter statementCacheSize
22+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter supportV1DataTypes
23+
- Interface AmazonRdsForOracleLinkedService has a new optional parameter username
24+
- Interface AzureDatabricksLinkedService has a new optional parameter dataSecurityMode
25+
- Interface ImpalaLinkedService has a new optional parameter enableServerCertificateValidation
26+
- Interface ImpalaLinkedService has a new optional parameter thriftTransportProtocol
27+
- Type of parameter type of interface Activity is changed from "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" | "Script" | "SynapseNotebook" | "SparkJob" to "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" | "DatabricksJob" | "SetVariable" | "AppendVariable" | "AzureFunctionActivity" | "WebHook" | "ExecuteDataFlow" | "ExecuteWranglingDataflow" | "Script" | "SynapseNotebook" | "SparkJob"
28+
- Type of parameter type of interface ExecutionActivity is changed from "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "AzureFunctionActivity" | "ExecuteDataFlow" | "Script" | "SynapseNotebook" | "SparkJob" to "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "DatabricksJob" | "AzureFunctionActivity" | "ExecuteDataFlow" | "Script" | "SynapseNotebook" | "SparkJob"
29+
- Added Enum KnownAmazonRdsForOracleAuthenticationType
30+
31+
332
## 19.0.0 (2025-04-11)
433

534
### Features Added

sdk/datafactory/arm-datafactory/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,10 @@ For browser environments, use the `InteractiveBrowserCredential` from the `@azur
6363
import { InteractiveBrowserCredential } from "@azure/identity";
6464
import { DataFactoryManagementClient } from "@azure/arm-datafactory";
6565

66-
const subscriptionId = "00000000-0000-0000-0000-000000000000";
6766
const credential = new InteractiveBrowserCredential({
6867
tenantId: "<YOUR_TENANT_ID>",
69-
clientId: "<YOUR_CLIENT_ID>",
70-
});
68+
clientId: "<YOUR_CLIENT_ID>"
69+
});
7170
const client = new DataFactoryManagementClient(credential, subscriptionId);
7271
```
7372

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "7a4e5f767bcdb06d25544975e706a7e9f85a586b",
2+
"commit": "53f8e559c30951c01cefab53cd5c2f38818ac014",
33
"readme": "specification/datafactory/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\datafactory\\resource-manager\\readme.md --use=@autorest/[email protected].38 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/datafactory/resource-manager/readme.md --use=@autorest/typescript@^6.0.12",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/[email protected].25",
7-
"use": "@autorest/[email protected].38"
8-
}
6+
"release_tool": "@azure-tools/[email protected].26",
7+
"use": "@autorest/typescript@^6.0.12"
8+
}

sdk/datafactory/arm-datafactory/api-extractor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
}
2929
}
3030
}
31-
}
31+
}

sdk/datafactory/arm-datafactory/package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,48 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for DataFactoryManagementClient.",
6-
"version": "19.0.0",
6+
"version": "19.1.0",
77
"engines": {
88
"node": ">=18.0.0"
99
},
1010
"dependencies": {
1111
"@azure/abort-controller": "^2.1.2",
1212
"@azure/core-auth": "^1.9.0",
13-
"@azure/core-client": "^1.9.3",
13+
"@azure/core-client": "^1.9.4",
1414
"@azure/core-lro": "^2.5.4",
1515
"@azure/core-paging": "^1.6.2",
16-
"@azure/core-rest-pipeline": "^1.19.1",
16+
"@azure/core-rest-pipeline": "^1.20.0",
1717
"tslib": "^2.8.1"
1818
},
1919
"keywords": [
2020
"node",
2121
"azure",
2222
"typescript",
2323
"browser",
24-
"isomorphic"
24+
"isomorphic",
25+
"cloud"
2526
],
2627
"license": "MIT",
2728
"main": "./dist/commonjs/index.js",
2829
"module": "./dist/esm/index.js",
2930
"types": "./dist/commonjs/index.d.ts",
31+
"type": "module",
3032
"devDependencies": {
3133
"@azure-tools/test-credential": "^2.0.0",
3234
"@azure-tools/test-recorder": "^4.1.0",
3335
"@azure-tools/test-utils-vitest": "^1.0.0",
3436
"@azure/dev-tool": "^1.0.0",
35-
"@azure/identity": "^4.8.0",
36-
"@azure/logger": "^1.1.4",
37+
"@azure/identity": "^4.9.1",
38+
"@azure/logger": "^1.2.0",
3739
"@types/node": "^18.0.0",
3840
"@vitest/browser": "^3.0.9",
3941
"@vitest/coverage-istanbul": "^3.0.9",
4042
"dotenv": "^16.0.0",
41-
"playwright": "^1.51.1",
43+
"playwright": "^1.52.0",
4244
"typescript": "~5.8.2",
4345
"vitest": "^3.0.9"
4446
},
45-
"repository": {
46-
"type": "git",
47-
"url": "https://github.com/Azure/azure-sdk-for-js.git"
48-
},
47+
"repository": "github:Azure/azure-sdk-for-js",
4948
"bugs": {
5049
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
5150
},
@@ -58,20 +57,30 @@
5857
],
5958
"scripts": {
6059
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
61-
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
62-
"check-format": "echo skipped",
60+
"build:browser": "echo skipped",
61+
"build:node": "echo skipped",
62+
"build:samples": "echo skipped.",
63+
"build:test": "echo skipped",
64+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
6365
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
6466
"execute:samples": "echo skipped",
6567
"extract-api": "dev-tool run extract-api",
66-
"format": "echo skipped",
68+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
69+
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
70+
"integration-test:browser": "echo skipped",
71+
"integration-test:node": "dev-tool run test:vitest --esm",
6772
"lint": "echo skipped",
73+
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
6874
"pack": "npm pack 2>&1",
6975
"prepack": "npm run build",
70-
"test": "npm run test:node && npm run test:browser",
76+
"test": "npm run integration-test",
7177
"test:browser": "echo skipped",
7278
"test:node": "dev-tool run test:vitest",
73-
"test:node:esm": "dev-tool run test:vitest --esm",
74-
"update-snippets": "dev-tool run update-snippets"
79+
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
80+
"unit-test:browser": "echo skipped",
81+
"unit-test:node": "dev-tool run test:vitest",
82+
"update-snippets": "dev-tool run update-snippets",
83+
"test:node:esm": "dev-tool run test:vitest --esm"
7584
},
7685
"sideEffects": false,
7786
"//metadata": {
@@ -83,16 +92,9 @@
8392
]
8493
},
8594
"autoPublish": true,
95+
"browser": "./dist/browser/index.js",
96+
"react-native": "./dist/react-native/index.js",
8697
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datafactory/arm-datafactory",
87-
"//sampleConfiguration": {
88-
"productName": "",
89-
"productSlugs": [
90-
"azure"
91-
],
92-
"disableDocsMs": true,
93-
"apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-datafactory?view=azure-node-preview"
94-
},
95-
"type": "module",
9698
"tshy": {
9799
"project": "./tsconfig.src.json",
98100
"exports": {
@@ -109,8 +111,6 @@
109111
],
110112
"selfLink": false
111113
},
112-
"browser": "./dist/browser/index.js",
113-
"react-native": "./dist/react-native/index.js",
114114
"exports": {
115115
"./package.json": "./package.json",
116116
".": {
@@ -132,4 +132,4 @@
132132
}
133133
}
134134
}
135-
}
135+
}

sdk/datafactory/arm-datafactory/review/arm-datafactory.api.md

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export interface Activity {
2525
name: string;
2626
onInactiveMarkAs?: ActivityOnInactiveMarkAs;
2727
state?: ActivityState;
28-
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" | "Script" | "SynapseNotebook" | "SparkJob";
28+
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" | "DatabricksJob" | "SetVariable" | "AppendVariable" | "AzureFunctionActivity" | "WebHook" | "ExecuteDataFlow" | "ExecuteWranglingDataflow" | "Script" | "SynapseNotebook" | "SparkJob";
2929
userProperties?: UserProperty[];
3030
}
3131

@@ -129,12 +129,29 @@ export interface AmazonMWSSource extends TabularSource {
129129
type: "AmazonMWSSource";
130130
}
131131

132+
// @public
133+
export type AmazonRdsForOracleAuthenticationType = string;
134+
132135
// @public
133136
export interface AmazonRdsForOracleLinkedService extends LinkedService {
134-
connectionString: any;
137+
authenticationType?: AmazonRdsForOracleAuthenticationType;
138+
connectionString?: any;
139+
cryptoChecksumClient?: any;
140+
cryptoChecksumTypesClient?: any;
141+
enableBulkLoad?: any;
135142
encryptedCredential?: string;
143+
encryptionClient?: any;
144+
encryptionTypesClient?: any;
145+
fetchSize?: any;
146+
fetchTswtzAsTimestamp?: any;
147+
initializationString?: any;
148+
initialLobFetchSize?: any;
136149
password?: SecretBaseUnion;
150+
server?: any;
151+
statementCacheSize?: any;
152+
supportV1DataTypes?: any;
137153
type: "AmazonRdsForOracle";
154+
username?: any;
138155
}
139156

140157
// @public
@@ -592,6 +609,7 @@ export interface AzureDatabricksLinkedService extends LinkedService {
592609
accessToken?: SecretBaseUnion;
593610
authentication?: any;
594611
credential?: CredentialReference;
612+
dataSecurityMode?: any;
595613
domain: any;
596614
encryptedCredential?: string;
597615
existingClusterId?: any;
@@ -1952,6 +1970,15 @@ export interface CustomSetupBase {
19521970
// @public (undocumented)
19531971
export type CustomSetupBaseUnion = CustomSetupBase | CmdkeySetup | EnvironmentVariableSetup | ComponentSetup | AzPowerShellSetup;
19541972

1973+
// @public
1974+
export interface DatabricksJobActivity extends ExecutionActivity {
1975+
jobId: any;
1976+
jobParameters?: {
1977+
[propertyName: string]: any;
1978+
};
1979+
type: "DatabricksJob";
1980+
}
1981+
19551982
// @public
19561983
export interface DatabricksNotebookActivity extends ExecutionActivity {
19571984
baseParameters?: {
@@ -2922,11 +2949,11 @@ export interface ExecuteWranglingDataflowActivity extends Activity {
29222949
export interface ExecutionActivity extends Activity {
29232950
linkedServiceName?: LinkedServiceReference;
29242951
policy?: ActivityPolicy;
2925-
type: "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "AzureFunctionActivity" | "ExecuteDataFlow" | "Script" | "SynapseNotebook" | "SparkJob";
2952+
type: "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "DatabricksJob" | "AzureFunctionActivity" | "ExecuteDataFlow" | "Script" | "SynapseNotebook" | "SparkJob";
29262953
}
29272954

29282955
// @public (undocumented)
2929-
export type ExecutionActivityUnion = ExecutionActivity | CopyActivity | HDInsightHiveActivity | HDInsightPigActivity | HDInsightMapReduceActivity | HDInsightStreamingActivity | HDInsightSparkActivity | ExecuteSsisPackageActivity | CustomActivity | SqlServerStoredProcedureActivity | DeleteActivity | AzureDataExplorerCommandActivity | LookupActivity | WebActivity | GetMetadataActivity | AzureMLBatchExecutionActivity | AzureMLUpdateResourceActivity | AzureMLExecutePipelineActivity | DataLakeAnalyticsUsqlActivity | DatabricksNotebookActivity | DatabricksSparkJarActivity | DatabricksSparkPythonActivity | AzureFunctionActivity | ExecuteDataFlowActivity | ScriptActivity | SynapseNotebookActivity | SynapseSparkJobDefinitionActivity;
2956+
export type ExecutionActivityUnion = ExecutionActivity | CopyActivity | HDInsightHiveActivity | HDInsightPigActivity | HDInsightMapReduceActivity | HDInsightStreamingActivity | HDInsightSparkActivity | ExecuteSsisPackageActivity | CustomActivity | SqlServerStoredProcedureActivity | DeleteActivity | AzureDataExplorerCommandActivity | LookupActivity | WebActivity | GetMetadataActivity | AzureMLBatchExecutionActivity | AzureMLUpdateResourceActivity | AzureMLExecutePipelineActivity | DataLakeAnalyticsUsqlActivity | DatabricksNotebookActivity | DatabricksSparkJarActivity | DatabricksSparkPythonActivity | DatabricksJobActivity | AzureFunctionActivity | ExecuteDataFlowActivity | ScriptActivity | SynapseNotebookActivity | SynapseSparkJobDefinitionActivity;
29302957

29312958
// @public
29322959
export interface ExportSettings {
@@ -3952,11 +3979,13 @@ export interface ImpalaLinkedService extends LinkedService {
39523979
allowHostNameCNMismatch?: any;
39533980
allowSelfSignedServerCert?: any;
39543981
authenticationType: ImpalaAuthenticationType;
3982+
enableServerCertificateValidation?: any;
39553983
enableSsl?: any;
39563984
encryptedCredential?: string;
39573985
host: any;
39583986
password?: SecretBaseUnion;
39593987
port?: any;
3988+
thriftTransportProtocol?: ImpalaThriftTransportProtocol;
39603989
trustedCertPath?: any;
39613990
type: "Impala";
39623991
username?: any;
@@ -3977,6 +4006,9 @@ export interface ImpalaSource extends TabularSource {
39774006
type: "ImpalaSource";
39784007
}
39794008

4009+
// @public
4010+
export type ImpalaThriftTransportProtocol = "Binary" | "HTTP";
4011+
39804012
// @public
39814013
export interface ImportSettings {
39824014
[property: string]: any;
@@ -4536,6 +4568,11 @@ export enum KnownActivityState {
45364568
Inactive = "Inactive"
45374569
}
45384570

4571+
// @public
4572+
export enum KnownAmazonRdsForOracleAuthenticationType {
4573+
Basic = "Basic"
4574+
}
4575+
45394576
// @public
45404577
export enum KnownAmazonRdsForOraclePartitionOption {
45414578
DynamicRange = "DynamicRange",

0 commit comments

Comments
 (0)