Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.26k stars 3.86k forks source link

Upgrade Microsoft.Azure.Cosmos.Table #17203

Open dingmeng-xue opened 2 years ago

dingmeng-xue commented 2 years ago

Description

Microsoft.Azure.Cosmos.Table 1.0.8 is old assembly. Please upgrade or migrate in new release.

https://github.com/Azure/azure-powershell/blob/f3b9e1c47149a3eb015a4eafdf7a161e75ac9c1c/src/Storage/Storage/Storage.csproj#L20

blueww commented 2 years ago

Add @PaulCheng , as Paul's team owns the table cmdlet of Powershell.

Microsoft.Azure.Cosmos.Table 1.0.8 is the latest GA version of this SDK (2.0.0-preview has breaking change). So there's not proper new version of SDK can be upgraded to. @dingmeng-xue Could you give more hint why need to upgrade it?

ghost commented 2 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

Issue Details
### Description Microsoft.Azure.Cosmos.Table 1.0.8 is old assembly. Please upgrade or migrate in new release. https://github.com/Azure/azure-powershell/blob/f3b9e1c47149a3eb015a4eafdf7a161e75ac9c1c/src/Storage/Storage/Storage.csproj#L20
Author: dingmeng-xue
Assignees: blueww
Labels: `Storage`, `Engineering`, `Service Attention`
Milestone: -
blueww commented 2 years ago

@PaulCheng Would you please help to look at this issue?

Microsoft.Azure.Cosmos.Table 1.0.8 depends on deprecated https://www.nuget.org/packages/Microsoft.Azure.DocumentDB.Core/2.11.2, so it's asked to be upgraded.

blueww commented 2 years ago

@dingmeng-xue

Would you please help to give the urgency and timeline of this issue? @PaulCheng will need this info.

blueww commented 4 months ago

@WayneAtMicrosoft , @jangukin

As you are the table cmdlets owner, would you please help to see how to remove the deprecated dependency SDK Microsoft.Azure.Cosmos.Table from Azure Powershell dependency.