Skip to content

Commit 51c97e2

Browse files
authored
Refresh synapase release for v7 tag (#26186)
Refresh synapase release for package-artifacts-composite-v7 tag for July Release swagger definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/synapse/data-plane swagger SHA: 1e56b6fbe36e2dcbaccd342f108b7c6efb175181
1 parent e2e11be commit 51c97e2

File tree

76 files changed

+4095
-4097
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+4095
-4097
lines changed

sdk/synapse/synapse-artifacts/CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Release History
22

3-
## 1.0.0-beta.13 (Unreleased)
3+
## 1.0.0-beta.13 (2023-07-26)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Added `authenticationType` , `containerUri`, `sasUri` and `sasToken` properties to BlobService
7+
- Added `setSystemVariable` proprety to SetVariableActivityTypeProperties
8+
- Added `mongoDbAtlasDriverVersion` property to MongoDbAtlasLinkedServiceTypeProperties
9+
- Added `ActionOnExistingTargetTable` property for Synapse Link
10+
- Added `OutputColumn` Object For Office365Source outputColumns
11+
- Added `configurationType` , `targetSparkConfiguration` and `sparkConfig` properties for SynapseNotebookActivityTypeProperties
12+
- Added `credential` property for LinkedService
13+
- Added `isolationLevel` property for SQLServerSource
14+
- Added new apis of Create/Cancel/GetStatus/GetSnapshot for RunNotebook
1215

1316
## 1.0.0-beta.12 (2023-01-10)
1417

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2023 Microsoft
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"AssetsRepo": "Azure/azure-sdk-assets",
3+
"AssetsRepoPrefixPath": "js",
4+
"TagPrefix": "js/synapse/synapse-artifacts",
5+
"Tag": "js/synapse/synapse-artifacts_4d66b83dbb"
6+
}

sdk/synapse/synapse-artifacts/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-artifacts/README.md",
88
"repository": "github:Azure/azure-sdk-for-js",
99
"dependencies": {
10+
"@azure/core-lro": "^2.5.3",
11+
"@azure/abort-controller": "^1.0.0",
12+
"@azure/core-paging": "^1.2.0",
13+
"@azure/core-client": "^1.7.0",
1014
"@azure/core-auth": "^1.3.0",
11-
"@azure/core-lro": "^2.2.0",
12-
"@azure/core-paging": "^1.1.1",
13-
"@azure/core-client": "^1.0.0",
15+
"@azure/core-rest-pipeline": "^1.8.0",
1416
"@azure/core-tracing": "^1.0.0",
15-
"@azure/core-rest-pipeline": "^1.1.0",
1617
"tslib": "^2.2.0"
1718
},
1819
"browser": {

sdk/synapse/synapse-artifacts/recordings/browsers/bigdatapools/recording_should_get_a_bigdatapool_by_name.json

Lines changed: 0 additions & 67 deletions
This file was deleted.

sdk/synapse/synapse-artifacts/recordings/browsers/bigdatapools/recording_should_list_bigdatapools.json

Lines changed: 0 additions & 71 deletions
This file was deleted.

sdk/synapse/synapse-artifacts/recordings/browsers/dataflow/recording_should_create_dataflow.json

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)