Skip to content

Commit

Permalink
refresh-synapse-artifact-for-data-plane (#23251)
Browse files Browse the repository at this point in the history
* refresh-synapse-artifact-for-data-plane

* update change log and version

* fix version

* update change log

* Update CHANGELOG.md
  • Loading branch information
qiaozha authored Sep 21, 2022
1 parent 08657c4 commit e321d1c
Show file tree
Hide file tree
Showing 9 changed files with 1,136 additions and 109 deletions.
19 changes: 2 additions & 17 deletions sdk/synapse/synapse-artifacts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,11 @@
# Release History

## 1.0.0-beta.12 (Unreleased)
## 1.0.0-beta.11 (2022-09-21)

### Features Added

- Updated to `@azure/core-tracing` 1.0.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.11 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- add a set of new LinkedService types.

## 1.0.0-beta.10 (2022-04-18)

Expand Down
2 changes: 1 addition & 1 deletion sdk/synapse/synapse-artifacts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft Corporation",
"description": "A generated SDK for ArtifactsClient.",
"sdk-type": "client",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.11",
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-artifacts/README.md",
"repository": "github:Azure/azure-sdk-for-js",
"dependencies": {
Expand Down
167 changes: 156 additions & 11 deletions sdk/synapse/synapse-artifacts/review/synapse-artifacts.api.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/synapse/synapse-artifacts/src/artifactsClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class ArtifactsClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-synapse-artifacts/1.0.0-beta.12`;
const packageDetails = `azsdk-js-synapse-artifacts/1.0.0-beta.11`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down
Loading

0 comments on commit e321d1c

Please sign in to comment.