Is your feature request related to a problem? Please describe.
Recently the Portal has added SSH keys as an Azure resource that can be coupled with an Azure VM. The sdk currently does not support this endpoint.
Here is the documentation for the API. https://docs.microsoft.com/en-us/rest/api/compute/sshpublickeys
Describe the solution you'd like
Adding the sshPublicKeys endpoint to the list of operations along with types for their responses would be swell.
Describe alternatives you've considered
Considering just using custom Azure requests for now, but would eventually would like to move over to the sdk for official support.
Thanks for reporting @nturinski
Can you share which sdk are you expecting this feature to be added in?
Looking at the dependencies at https://github.com/microsoft/vscode-azurevirtualmachines/blob/master/package.json#L280, am guessing it is either @azure/arm-compute or @azure/arm-network. If you can share which of the two you expect the feature to be added to, then we can route this request to the appropriate team
Ah, my apologies, I see that in the issue title you did mention ComputeManagementClient, so this is for @azure/arm-compute.
We need to release the sdk with latest swagger, which contains the api of sshPulicKeys. Add label service attention to ask service team to check wether the swagger is ready for release. If yes, please create a release request in https://portal.azure-devex-tools.com/tools/request-api-release
Thanks
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Drewm3, @avirishuv.
@dw511214992 Let me check about the latest swagger release and get back.
Sorry for the delay, still following up on this.
Hi @nturinski We have released the sdk recently and it contains sshPublicKeys. Please download it and have a test. we will close this issue and you can reopen it if the issue still exisits.
sdk link: https://www.npmjs.com/package/@azure/arm-compute/v/15.0.0
cc: @avirishuv There is a release request recently and the sdk has been released.
thanks