We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c6613 commit ac91937Copy full SHA for ac91937
src/tooling/docs-assembler/Deploying/Serialization/AwsCloudFrontKeyValueStoreModels.cs
@@ -28,7 +28,7 @@ public record DeleteKeyRequestListItem
28
public required string Key { get; init; }
29
}
30
31
-[JsonSourceGenerationOptions(WriteIndented = true, UseStringEnumConverter = true)]
+[JsonSourceGenerationOptions(WriteIndented = false, UseStringEnumConverter = true)]
32
[JsonSerializable(typeof(DescribeKeyValueStoreResponse))]
33
[JsonSerializable(typeof(ListKeysResponse))]
34
[JsonSerializable(typeof(UpdateKeysResponse))]
0 commit comments