pub fn normalize(value: &Value, volatile_fields: &[&str]) -> ValueExpand description
Normalize a JSON value for consistent Git diffs
This performs:
- Strips volatile fields (@odata.etag, @odata.context, credentials, etc.)
- Preserves the property order from the Azure API response
- Preserves array element order as returned by the API