Skip to content

Commit

Permalink
Removed the useless features node
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienlevert committed Jan 19, 2024
1 parent 7e7525f commit a76aaca
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions specs/scenarios/kiota-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a76aaca

Please sign in to comment.