Hi @Sekar, Aishwarya Greetings! Welcome to Microsoft Q&A forum. Thank you for posting this question here.
If I understand your question correctly, you are looking for dates on when the above nuget packages
get deprecated. Please correct me if my understanding is incorrect.
Unlike Azure services which have documented version features and end time for support of older versions, the nuget package library
does not have any premeditated end support dates. There could be several factors why a developer team deprecates a package. Few of the reasons may include the team not being able to manage or update the code base or there might be an alternate package or version released.
The best way to keep a track of this is by following the NuGet package documentation for the above outlined resources or you may get notified in your development IDEs such as Visual Studio or VS Code if your solution reference these packages.
I would like to point out that the package Microsoft.Rest.ClientRuntime
has already been deprecated and an alternate package Azure.Core has been suggested to use in its place. You can find this information from the official documentation page of the Nuget package
You can track the other package version updates through the following links
Hope this helps!
If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.