From a76aaca58585d2a2d1698006e24e0a3c351c5f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Levert?= Date: Fri, 19 Jan 2024 18:55:54 +0000 Subject: [PATCH] Removed the useless features node --- specs/scenarios/kiota-config.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/specs/scenarios/kiota-config.md b/specs/scenarios/kiota-config.md index cf7291f4b7..17e57e6b09 100644 --- a/specs/scenarios/kiota-config.md +++ b/specs/scenarios/kiota-config.md @@ -30,13 +30,11 @@ Here is an example of what the kiota-config.json file could look like. "outputPath": "./generated/graph", "clientClassName": "GraphClient", "clientNamespaceName": "Contoso.GraphApp", - "features": { - "structuredMediaTypes": [ - "application/json" - ], - "usesBackingStore": true, - "includeAdditionalData": true - } + "structuredMediaTypes": [ + "application/json" + ], + "usesBackingStore": true, + "includeAdditionalData": true }, "businessCentral": { "descriptionLocation": "https://.../bcoas1.0.yaml",