-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable ed25519 support in CLI for Public Preview #27708
Comments
Thank you for opening this issue, we will look into it. |
@srijang to confirm the target date |
Hi @kamusta-msft let me confirm with you if this feature request is actually the same feature as #27449 |
Hi @kamusta-msft, |
@kamusta-msft, okay, we'll develop this feature once the SDK is released. |
Hi @kamusta-msft, could you please help confirm these questions:
Thanks! |
which encryption format are the keys in? If it's only RSA, then we may need to update the documentation. The other points you mentioned seem fine to me. @srijang to give the final confirmation
Your sub should be registered now. |
Preconditions
Related command
https://learn.microsoft.com/en-us/cli/azure/vm?view=azure-cli-latest#az-vm-create (--generate-ssh-keys).
Resource Provider
Microsoft.Compte
Description of Feature or Work Requested
We're modifying the generateSshKeyPair API and need to update the CLI to reflect those changes. The generateSshKeyPair now has a response body that takes in the "encryptionType" property. The allowed values of this property are either "RSA" or "Ed25519". Looking at our existing docs, this cli will need to get updated: https://learn.microsoft.com/en-us/cli/azure/vm?view=azure-cli-latest#az-vm-create (--generate-ssh-keys). One possible update would be to turn this from a true/false to a flag that requires a property. I've pasted the Swagger Spec below:
Minimum API Version Required
2023-09-01
Swagger PR link / SDK link
Azure/azure-rest-api-specs#26090
SDK will get generated by Swagger team after all changes are merged
Request Example
https://github.com/Azure/azure-rest-api-specs/blob/16f37d09a00385dd4143cbc2a07b0e860e1e018e/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-09-01/examples/sshPublicKeyExamples/SshPublicKey_GenerateKeyPair_EncryptionWithRSA.json
Sending "encryptionType" in the request body for the generateKey API
Target Date
2023-12-30
PM Contact
@Srijangupta
Engineer Contact
@Kamusta
Additional context
No response
The text was updated successfully, but these errors were encountered: