I opened up an issue on the GitHub repo Azure-sdk-for-net and they redirected me here. Here is the link to the issue for more context: https://github.com/Azure/azure-sdk-for-net/issues/27866
---
Library name and version
Microsoft.VisualStudio.Services.Client
Query/Question
Hello,
My question is regarding the C# Azure DevOps SDK. I am unsure of which 'Library' I am referring to, and this is my question.
I see many tutorials and documentations online on how to query the Artifact Feed: https://learn.microsoft.com/en-us/rest/api/azure/devops/artifacts/feed-management/create-feed?view=azure-devops-rest-6.0
My goal is to use the C# SDK to query Azure Artifact feed details, delete artifacts, and get meta-data information about the artifacts.
Specifically, I am looking for a list of 'Versions' that I can query (see last screenshot).
Here is a screenshot from the UI of what I am looking for:
-----
I know that this is possible using the Azure REST API and manual HTTP requests.
My question is, how can I accomplish this using one of the C# SDK Libraries found here: https://learn.microsoft.com/en-us/azure/devops/integrate/concepts/dotnet-client-libraries?view=azure-devops
PS: @Moderator - My tags are wrong, I could not find any suitable tags
Environment
Windows 10, net 6.0 VS2022