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
For the initial release we are making JsonModelConverter internal. The following discussion needs to be resolved before we make it public again. #40766 (comment)
The text was updated successfully, but these errors were encountered:
jsquire
added
Client
This issue points to a problem in the data-plane of the library.
Azure.Core
and removed
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
labels
Dec 14, 2023
@m-nash, Is there an expectation of when this will be addressed and the model types will be linked up with [JsonConverter]s? I've brought this up in various issues here for over a year now (like in #25699 (comment)), but ResourceGraph returns a payload of a serialized list of resources (essentially IList<KeyVaultData> instead of KeyVaultData), and ModelReaderWriter can't currently handle that (AFAICT). Integrating with JsonConverter would though, especially if the model types had the attribute on them (so I don't have to provide my own Options).
I just noticed this because Azure.ResourceManager.KeyVault shipped a stable update with the new model serialization/deserialization in it, and I was sad that it still can't meet my needs (again, AFAICT). 😞
Library name
System.ClientModel
Please describe the feature.
For the initial release we are making JsonModelConverter internal. The following discussion needs to be resolved before we make it public again. #40766 (comment)
The text was updated successfully, but these errors were encountered: