-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[Key Vault] Add serialization method for models #41552
Copy link
Copy link
Open
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.KeyVaultfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.KeyVaultfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Type
Projects
- StatusShow more project fieldsBacklog
Feature request based on issues such as #17102 and #41261.
Now that KV is generating with TypeSpec, we should be able to more easily support model serialization. Serialization should take some factors into account:
to_generatedhelpers and direct instantiation)The latter point can probably be considered as a separate feature request; model serialization can be a separate feature from round-tripping. When active work on this issue begins, a separate issue can be appropriately created if necessary.