Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 30 additions & 2 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 36 additions & 7 deletions sdk/datafactory/arm-datafactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,44 @@
# Release History

## 17.0.1 (Unreleased)

## 18.0.0 (2024-12-10)
### Features Added

### Breaking Changes

### Bugs Fixed
- Added Interface IcebergDataset
- Added Interface IcebergSink
- Added Interface IcebergWriteSettings
- Interface AzurePostgreSqlLinkedService has a new optional parameter commandTimeout
- Interface AzurePostgreSqlLinkedService has a new optional parameter database
- Interface AzurePostgreSqlLinkedService has a new optional parameter encoding
- Interface AzurePostgreSqlLinkedService has a new optional parameter port
- Interface AzurePostgreSqlLinkedService has a new optional parameter readBufferSize
- Interface AzurePostgreSqlLinkedService has a new optional parameter server
- Interface AzurePostgreSqlLinkedService has a new optional parameter sslMode
- Interface AzurePostgreSqlLinkedService has a new optional parameter timeout
- Interface AzurePostgreSqlLinkedService has a new optional parameter timezone
- Interface AzurePostgreSqlLinkedService has a new optional parameter trustServerCertificate
- Interface AzurePostgreSqlLinkedService has a new optional parameter username
- Interface MariaDBLinkedService has a new optional parameter sslMode
- Interface MariaDBLinkedService has a new optional parameter useSystemTrustStore
- Interface MySqlLinkedService has a new optional parameter allowZeroDateTime
- Interface MySqlLinkedService has a new optional parameter connectionTimeout
- Interface MySqlLinkedService has a new optional parameter convertZeroDateTime
- Interface MySqlLinkedService has a new optional parameter guidFormat
- Interface MySqlLinkedService has a new optional parameter sslCert
- Interface MySqlLinkedService has a new optional parameter sslKey
- Interface MySqlLinkedService has a new optional parameter treatTinyAsBoolean
- Interface SalesforceV2Source has a new optional parameter pageSize
- Interface ServiceNowV2Source has a new optional parameter pageSize
- Interface SnowflakeV2LinkedService has a new optional parameter host
- Type of parameter type of interface CopySink has a new parameter "IcebergSink"
- Type of parameter type of interface Dataset has a new parameter "IcebergSink"
- Type of parameter type of interface FormatWriteSettings has a new parameter "IcebergWriteSettings"

### Other Changes
### Breaking Changes

- Interface PostgreSqlV2LinkedService has a new required parameter authenticationType


## 17.0.0 (2024-08-27)

### Features Added
Expand Down
1 change: 0 additions & 1 deletion sdk/datafactory/arm-datafactory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ npm install @azure/identity
```

You will also need to **register a new AAD application and grant access to Azure DataFactoryManagement** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.

For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).

Expand Down
8 changes: 4 additions & 4 deletions sdk/datafactory/arm-datafactory/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "d85634405ec3b905f1b0bfc350e47cb704aedb61",
"commit": "552b4dd311f90f4a7b2f7adf45461d7a8774a1cc",
"readme": "specification/datafactory/resource-manager/readme.md",
"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/typescript@6.0.24 --generate-sample=true",
"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/typescript@6.0.29 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.11",
"use": "@autorest/typescript@6.0.24"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.16",
"use": "@autorest/typescript@6.0.29"
}
2 changes: 1 addition & 1 deletion sdk/datafactory/arm-datafactory/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "js",
"TagPrefix": "js/datafactory/arm-datafactory",
"Tag": "js/datafactory/arm-datafactory_e2081dc761"
"Tag": "js/datafactory/arm-datafactory_47440efb80"
}
52 changes: 26 additions & 26 deletions sdk/datafactory/arm-datafactory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for DataFactoryManagementClient.",
"version": "17.0.1",
"version": "18.0.0",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@azure/abort-controller": "^2.1.2",
"@azure/core-auth": "^1.6.0",
"@azure/core-client": "^1.7.0",
"@azure/core-lro": "^2.5.4",
"@azure/abort-controller": "^2.1.2",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.6.0",
"@azure/core-rest-pipeline": "^1.14.0",
"tslib": "^2.2.0"
},
Expand All @@ -28,19 +28,19 @@
"module": "./dist-esm/src/index.js",
"types": "./types/arm-datafactory.d.ts",
"devDependencies": {
"@azure-tools/test-credential": "^1.1.0",
"@azure-tools/test-recorder": "^3.0.0",
"typescript": "~5.7.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.2.1",
"@types/chai": "^4.2.8",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.1.0",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^18.0.0",
"chai": "^4.2.0",
"dotenv": "^16.0.0",
"mocha": "^11.0.2",
"ts-node": "^10.0.0",
"tsx": "^4.7.1",
"typescript": "~5.7.2"
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"@types/node": "^18.0.0",
"ts-node": "^10.0.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -68,28 +68,28 @@
],
"scripts": {
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && dev-tool run vendored mkdirp ./review && npm run extract-api",
"build:browser": "echo skipped",
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
"prepack": "npm run build",
"pack": "npm pack 2>&1",
"extract-api": "dev-tool run extract-api",
"lint": "echo skipped",
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:node": "echo skipped",
"build:samples": "echo skipped.",
"build:browser": "echo skipped",
"build:test": "echo skipped",
"build:samples": "echo skipped.",
"check-format": "echo skipped",
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"execute:samples": "echo skipped",
"extract-api": "dev-tool run extract-api",
"format": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "echo skipped",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"lint": "echo skipped",
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
"pack": "npm pack 2>&1",
"prepack": "npm run build",
"test": "npm run integration-test",
"test:browser": "echo skipped",
"test:node": "echo skipped",
"test:browser": "echo skipped",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"unit-test:browser": "echo skipped",
"unit-test:node": "dev-tool run vendored cross-env TEST_MODE=playback npm run integration-test:node",
"unit-test:browser": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"integration-test:browser": "echo skipped",
"update-snippets": "echo skipped"
},
"sideEffects": false,
Expand Down
Loading
Loading