Azure / azure-libraries-for-net

Azure libraries for .Net
MIT License
378 stars 193 forks source link

[QUERY] Where is the Functionality to Query SSH Keys #1127

Open pbstrein opened 4 years ago

pbstrein commented 4 years ago

Query/Question The Rest APIs expose methods to query and create SSH keys. Where are those same method calls in the .Net library? I looked under ComputeManager, but it skips over SSH Keys.

image

Why is this not a Bug or a feature Request? I assume that this functionality exists and I can't find it, or it will be added as the .Net library more closely matches the Rest APIs (so there is no reason to add it as a new feature).

Setup (please complete the following information if applicable):

weidongxu-microsoft commented 4 years ago

@pbstrein

Currently Fluent SDK is on 2019-07-01 api-version, which not yet supports SshPublicKeys.

You can try next-gen SDK. https://github.com/Azure/azure-libraries-for-net#try-the-next-generation-azure-management-sdk-for-net-now

I checked that they have SshPublicKeys. https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.compute.isshpublickeysoperations?view=azure-dotnet