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
15 changes: 15 additions & 0 deletions release-notes/Microsoft.SqlPackage/170.4/170.4.20-preview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Release Notes

## Microsoft.SqlPackage 170.4.20-preview

This update brings the below changes over the previous release:

### Addes
* Adds support of Dynamic data masking to the Extract and Publish Fabric Data Warehouse
### Fixed
* Fixes https://github.com/microsoft/DacFx/issues/747
* Fixes deploy failures caused by schema-bound function blocking ALTER TABLE operations
### Changed
* Updates Microsoft.SqlServer.TransactSql.ScriptDom to 170.179.0


Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Release Notes

## Microsoft.SqlServer.DacFx 170.4.20-preview

This update brings the below changes over the previous release:

### Addes
* Adds support of Dynamic data masking to the Extract and Publish Fabric Data Warehouse
### Fixed
* Fixes https://github.com/microsoft/DacFx/issues/747
* Fixes deploy failures caused by schema-bound function blocking ALTER TABLE operations
### Changed
* Updates Microsoft.SqlServer.TransactSql.ScriptDom to 170.179.0


Loading