Skip to content

Commit bac7543

Browse files
authored
remove unnecessary bool enums (#12192)
* remove bool enums * remove mr changes from this pr
1 parent d266093 commit bac7543

File tree

1 file changed

+1
-13
lines changed
  • specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/preview/2020-10-01-preview

1 file changed

+1
-13
lines changed

specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/preview/2020-10-01-preview/kubernetesconfiguration.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -491,18 +491,6 @@
491491
"modelAsString": true
492492
}
493493
},
494-
"EnableHelmOperatorDefinition": {
495-
"description": "Option to enable Helm Operator for this git configuration.",
496-
"type": "boolean",
497-
"enum": [
498-
"true",
499-
"false"
500-
],
501-
"x-ms-enum": {
502-
"name": "EnableHelmOperatorType",
503-
"modelAsString": true
504-
}
505-
},
506494
"SourceControlConfiguration": {
507495
"description": "The SourceControl Configuration object returned in Get & Put response.",
508496
"properties": {
@@ -552,7 +540,7 @@
552540
},
553541
"enableHelmOperator": {
554542
"description": "Option to enable Helm Operator for this git configuration.",
555-
"$ref": "#/definitions/EnableHelmOperatorDefinition"
543+
"type": "boolean"
556544
},
557545
"helmOperatorProperties": {
558546
"description": "Properties for Helm operator.",

0 commit comments

Comments
 (0)