From d1070235e9a4795cbbdc327ff4b3fe72294f5d07 Mon Sep 17 00:00:00 2001 From: Ahmed ElSayed Date: Thu, 21 Jul 2022 10:36:28 -0700 Subject: [PATCH 1/5] Add additional Dapr options --- .../2022-06-01-preview/ContainerApps.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerApps.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerApps.json index 244e0a49b1fc..bbd78b37e546 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerApps.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerApps.json @@ -593,7 +593,31 @@ }, "httpReadBufferSize": { "type": "integer", + "description": "Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB.", "format": "int32" + }, + "httpMaxRequestSize": { + "type": "integer", + "description": "Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files. Default is 4 MB.", + "format": "int32" + }, + "logLevel": { + "description": "Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info.", + "enum": [ + "info", + "debug", + "warn", + "error" + ], + "type": "string", + "x-ms-enum": { + "name": "logLevel", + "modelAsString": true + } + }, + "enableApiLogging": { + "description": "Enables API logging for the Dapr sidecar", + "type": "boolean" } } }, From be383eaf5ca703406b9ffe96f60715810f53125d Mon Sep 17 00:00:00 2001 From: Ahmed ElSayed Date: Thu, 21 Jul 2022 12:25:14 -0700 Subject: [PATCH 2/5] Update examples for 2022-06-01-preview --- .../examples/ContainerApps_CreateOrUpdate.json | 5 ++++- .../2022-06-01-preview/examples/ContainerApps_Get.json | 5 ++++- .../examples/ContainerApps_ListByResourceGroup.json | 5 ++++- .../examples/ContainerApps_ListBySubscription.json | 5 ++++- .../2022-06-01-preview/examples/ContainerApps_Patch.json | 5 ++++- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_CreateOrUpdate.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_CreateOrUpdate.json index a71323f10158..9f61e117c5d5 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_CreateOrUpdate.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_CreateOrUpdate.json @@ -36,7 +36,10 @@ "enabled": true, "appPort": 3000, "appProtocol": "http", - "httpReadBufferSize": 30 + "httpReadBufferSize": 30, + "httpMaxRequestSize": 10, + "logLevel": "debug", + "enableApiLogging": true } }, "template": { diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_Get.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_Get.json index d48160502b2f..6dc081dbf2a1 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_Get.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_Get.json @@ -51,7 +51,10 @@ "enabled": true, "appPort": 3000, "appProtocol": "http", - "httpReadBufferSize": 30 + "httpReadBufferSize": 30, + "httpMaxRequestSize": 10, + "logLevel": "debug", + "enableApiLogging": true } }, "template": { diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_ListByResourceGroup.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_ListByResourceGroup.json index 93204d1cf0f0..97044f912769 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_ListByResourceGroup.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_ListByResourceGroup.json @@ -52,7 +52,10 @@ "enabled": true, "appPort": 3000, "appProtocol": "http", - "httpReadBufferSize": 30 + "httpReadBufferSize": 30, + "httpMaxRequestSize": 10, + "logLevel": "debug", + "enableApiLogging": true } }, "template": { diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_ListBySubscription.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_ListBySubscription.json index 7a5d0252899b..f9734aeba0b6 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_ListBySubscription.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_ListBySubscription.json @@ -51,7 +51,10 @@ "enabled": true, "appPort": 3000, "appProtocol": "http", - "httpReadBufferSize": 30 + "httpReadBufferSize": 30, + "httpMaxRequestSize": 10, + "logLevel": "debug", + "enableApiLogging": true } }, "template": { diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_Patch.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_Patch.json index b7e19ec6d042..8ee6577e1ddb 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_Patch.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/ContainerApps_Patch.json @@ -39,7 +39,10 @@ "enabled": true, "appPort": 3000, "appProtocol": "http", - "httpReadBufferSize": 30 + "httpReadBufferSize": 30, + "httpMaxRequestSize": 10, + "logLevel": "debug", + "enableApiLogging": true } }, "template": { From 15317d3eccb72dd6f4863d5ccc540d117573fe8e Mon Sep 17 00:00:00 2001 From: Ahmed ElSayed Date: Wed, 27 Jul 2022 11:41:25 -0700 Subject: [PATCH 3/5] force ci From 48f4623933848ece544622fe41c948ae26c0a386 Mon Sep 17 00:00:00 2001 From: Ahmed ElSayed Date: Fri, 5 Aug 2022 10:19:24 -0700 Subject: [PATCH 4/5] force ci From 4352da4d8770dd53ab0773f46587174073bcb623 Mon Sep 17 00:00:00 2001 From: Ahmed ElSayed Date: Tue, 9 Aug 2022 10:19:08 -0700 Subject: [PATCH 5/5] force ci