Skip to content

Commit

Permalink
remove unnecessary bool enums (#12192)
Browse files Browse the repository at this point in the history
* remove bool enums

* remove mr changes from this pr
  • Loading branch information
iscai-msft authored Jan 8, 2021
1 parent d266093 commit bac7543
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -491,18 +491,6 @@
"modelAsString": true
}
},
"EnableHelmOperatorDefinition": {
"description": "Option to enable Helm Operator for this git configuration.",
"type": "boolean",
"enum": [
"true",
"false"
],
"x-ms-enum": {
"name": "EnableHelmOperatorType",
"modelAsString": true
}
},
"SourceControlConfiguration": {
"description": "The SourceControl Configuration object returned in Get & Put response.",
"properties": {
Expand Down Expand Up @@ -552,7 +540,7 @@
},
"enableHelmOperator": {
"description": "Option to enable Helm Operator for this git configuration.",
"$ref": "#/definitions/EnableHelmOperatorDefinition"
"type": "boolean"
},
"helmOperatorProperties": {
"description": "Properties for Helm operator.",
Expand Down

0 comments on commit bac7543

Please sign in to comment.