Skip to content

Commit ac91937

Browse files
committed
Print compact JSON for CLI use
1 parent 33c6613 commit ac91937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tooling/docs-assembler/Deploying/Serialization/AwsCloudFrontKeyValueStoreModels.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public record DeleteKeyRequestListItem
2828
public required string Key { get; init; }
2929
}
3030

31-
[JsonSourceGenerationOptions(WriteIndented = true, UseStringEnumConverter = true)]
31+
[JsonSourceGenerationOptions(WriteIndented = false, UseStringEnumConverter = true)]
3232
[JsonSerializable(typeof(DescribeKeyValueStoreResponse))]
3333
[JsonSerializable(typeof(ListKeysResponse))]
3434
[JsonSerializable(typeof(UpdateKeysResponse))]

0 commit comments

Comments
 (0)