diff --git a/openapi/csharp.xml b/openapi/csharp.xml
index 8ed1194..0af1191 100644
--- a/openapi/csharp.xml
+++ b/openapi/csharp.xml
@@ -43,6 +43,7 @@
--debug
--verbose
--directive={from: "swagger-document", where: "$..*[?(@.consumes[0] === \"*/*\")]", transform: "$.consumes[0] = \"application/json\""}
+ --directive={from: "swagger-document", where: "$..*[?(@.operationId === \"readNamespacedPodLog\")]", transform: "$.responses[\"200\"].schema = { \"type\": \"object\", \"format\": \"file\" }"}
--directive={from: "swagger-document", where: "$.definitions", transform: "$[\"intstr.IntOrString\"] = {\"properties\": { \"value\": { \"type\": \"string\" }}}"}
--directive={from: "swagger-document", where: "$.definitions", transform: "$[\"resource.Quantity\"] = {\"properties\": { \"value\": { \"type\": \"string\" }}}"}
--use=@microsoft.azure/autorest.csharp@preview