Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit a993488

Browse files
authored
Removed CamelCasePropertyNamesContractResolver from JsonSerializerSettings (#762)
1 parent c1a043f commit a993488

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ArmTemplates/Creator/Utilities/OpenApi.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public string GetDefinition()
6262
{
6363
// include StringEscaping to ensure single quotes are escaped
6464
return JsonConvert.SerializeObject(this.definition_, settings: new JsonSerializerSettings {
65-
ContractResolver = new CamelCasePropertyNamesContractResolver(),
6665
StringEscapeHandling = StringEscapeHandling.EscapeHtml
6766
});
6867
}

0 commit comments

Comments
 (0)