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
Add JSON validation for settings methods and read API response in role creation
- ModifyDiagnosticsAsync and ModifyImmutabilityPolicyAsync now validate
JSON input early with JsonDocument.Parse, throwing a clear
ArgumentException for malformed JSON.
- CreateOrUpdateDataAccessRoleAsync now reads and deserializes the API
response stream to preserve server-assigned fields (id, eTag, etc.),
aligning with CreateOrUpdateShortcutsAsync behavior.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments