Skip to content
Open
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
2 changes: 2 additions & 0 deletions src/Synapse/Synapse/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
-->

## Upcoming Release
* Updated Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.22

## Version 3.2.2
* Fixed an error when remove artifact throw `ArgumentNullException`

## Version 3.2.1
* Fixed an error of not correctly setting the cmdlet context

Expand Down
2 changes: 1 addition & 1 deletion src/Synapse/Synapse/Synapse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Azure.Analytics.Synapse.AccessControl" Version="1.0.0-preview.5" />
<PackageReference Include="Azure.Analytics.Synapse.Artifacts" Version="1.0.0-preview.21" />
<PackageReference Include="Azure.Analytics.Synapse.Artifacts" Version="1.0.0-preview.22" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This requires Azure.Core to be updated from 1.45.0 to 1.47.3 which brings a lot of sub-dependencies and considerable effort.

<PackageReference Include="Azure.Analytics.Synapse.ManagedPrivateEndpoints" Version="1.0.0-beta.5" />
<PackageReference Include="Azure.Analytics.Synapse.Spark" Version="1.0.0-preview.7" />
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="5.29.8499.2" />
Expand Down
Loading