Skip to content

Commit

Permalink
Fix additional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
roshauli committed Sep 7, 2020
1 parent dffdac3 commit 50fcd80
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2534,6 +2534,19 @@
"description": "A boolean value that indicates if double encryption is enabled.",
"default": false,
"type": "boolean"
},
"engineType": {
"type": "string",
"description": "The engine type",
"default": "V2",
"enum": [
"V2",
"V3"
],
"x-ms-enum": {
"name": "EngineType",
"modelAsString": true
}
}
},
"description": "Class representing the Kusto cluster properties."
Expand Down

0 comments on commit 50fcd80

Please sign in to comment.