diff --git a/release-notes/Microsoft.SqlPackage/170/170.0.33-preview.md b/release-notes/Microsoft.SqlPackage/170/170.0.33-preview.md index d2388f5..511e7fe 100644 --- a/release-notes/Microsoft.SqlPackage/170/170.0.33-preview.md +++ b/release-notes/Microsoft.SqlPackage/170/170.0.33-preview.md @@ -4,7 +4,11 @@ This update brings the below changes over the previous release: +### Breaking Change +* Dacunpack.exe is removed from the install location 'C:\Program Files\Microsoft SQL Server\170\DAC\bin' and the a new functionality, to unpack .dacpac files is added to SqlPackage, as part of the SqlPackage extract action + ### Added +* Added a new functionality to extract action to unpack a given .dacpac file to a folder. ### Fixed * Optimized the query for getting table size estimate. diff --git a/release-notes/Microsoft.SqlServer.DacFx/170/170.0.33-preview.md b/release-notes/Microsoft.SqlServer.DacFx/170/170.0.33-preview.md index 33c9e5e..3aa7c99 100644 --- a/release-notes/Microsoft.SqlServer.DacFx/170/170.0.33-preview.md +++ b/release-notes/Microsoft.SqlServer.DacFx/170/170.0.33-preview.md @@ -10,6 +10,7 @@ This update brings the below changes over the previous release: * Dropped support for .NET 6 ### Added +* Added a new functionality to extract action to unpack a given .dacpac file to a folder. ### Fixed * Optimized the query for getting table size estimate.