You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current createKey method should accept "curve" as an optional property. createKey is the catch-all method for all of the possible key creations, this includes the "curve" property.
…version (#13759)
## What
- Move `curve` from `createECKeyOptions` to `createKeyOptions`
- Add sample clatifying when `CertificatePolicy.contentType` is required
- Bump the API version to 7.2 (and update recordings)
## Why
- `createKeyOptions` is the catch-all and should accept parameters for all possible key creations (fixes#11263)
- It's not entirely clear when contentType is required. Following dotnet's example here (fixes#12309)
- 7.2 is already supported, and we will not GA with 7.2-preview (fixes#13594)
The current
createKey
method should accept "curve" as an optional property.createKey
is the catch-all method for all of the possible key creations, this includes the "curve" property.I found this was missing through this PR: #11245 (comment)
The text was updated successfully, but these errors were encountered: