Skip to content

Commit

Permalink
[synapse] Add release notes for Feb-2021 release (#18604)
Browse files Browse the repository at this point in the history
- Fold the misnamed beta.x releases into the next preview to prevent tool confusion
  • Loading branch information
chamons authored Feb 9, 2021
1 parent 86f72d3 commit ba904d4
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 1.0.0-preview.3 (Unreleased)

### Added
- Improved samples and documentation.

### Changed
- `AccessControlClient` is now split into `RoleAssignmentsClient` and a `RoleDefinitionsClient` with a changed API surface.

## 1.0.0-preview.2 (2020-09-01)
- This release contains bug fixes to improve quality.
Expand Down
21 changes: 16 additions & 5 deletions sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# Release History

## 1.0.0-preview.6 (Unreleased)
- Expose some models

## 1.0.0-beta.1 (2020-11-12)
- Supports List/Get Synapse resources through data plane APIs
### Added
- Many models classes are now public.
- Added `BigDataPoolsClient`, `IntegrationRuntimesClient`, `SqlPoolsClient`, `WorkspaceClient` and associated support types.
- Added `Workspace`, `LastCommitId`, and `TenantId` on `Workspace`.
- Supports List/Get Synapse resources through data plane APIs.
- Support Rename operations.
- Support CICD operations.
- Improved samples and documentation.

### Changed
- Changed APIs on `SparkJobDefinitionClient` and `SqlScriptClient` to provide a Long Running Operation (LRO) when operations can be long in duration.
- Removed `HaveLibraryRequirementsChanged` and added `DynamicExecutorAllocation` on `BigDataPoolResourceInfo`.
- Removed `BabylonConfiguration` and added `PurviewConfiguration` on `Workspace`.
- `BlobEventTypes` renamed to `BlobEventType`.

### Fixed
- Make `name` as required parameter for `NotebookResource` and `SqlScriptResource`
- Support Rename operations
- Suport CICD operations

## 1.0.0-preview.4 (2020-09-01)
- Added test cases.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 1.0.0-beta.2 (Unreleased)

### Added
- Improved samples and documentation.

### Changed
- Renamed parameter names containing `managedVirtualNetwork` to use `managedPrivateEndpoint` in `ManagedPrivateEndpointsClient`.

## 1.0.0-beta.1 (2020-11-12)
- Initial release
5 changes: 5 additions & 0 deletions sdk/synapse/Azure.Analytics.Synapse.Monitoring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 1.0.0-beta.2 (Unreleased)

### Added
- Improved samples and documentation.

### Changed
- Fix nullability exception in Debug builds.

## 1.0.0-beta.1 (2020-11-12)
- Initial release
8 changes: 6 additions & 2 deletions sdk/synapse/Azure.Analytics.Synapse.Spark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## 1.0.0-preview.4 (Unreleased)

### Changed
- Changed APIs on `SparkBatchClient` and `SparkSessionClient` to provide a Long Running Operation (LRO) when operations can be long in duration.
- Renamed `Msg` to `Message` on `SparkStatementCancellationResult`.
- Renamed `DotNetSpark` to `Dotnetspark` and `PySpark` to `Pyspark` on `SparkStatementCollection`.

## 1.0.0-beta.1 (2020-11-22)
- This release contains bug fixes to improve quality.
### Added
- Improved samples and documentation

## 1.0.0-preview.2 (2020-09-01)
- This release contains bug fixes to improve quality.
Expand Down

0 comments on commit ba904d4

Please sign in to comment.