Skip to content

Commit

Permalink
Revert "allow disabling of runcommand (#15092)" (#15147)
Browse files Browse the repository at this point in the history
This reverts commit ec3e241.
  • Loading branch information
haitch authored Jul 10, 2021
1 parent ec3e241 commit 10b62f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 252 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,6 @@
"Create Managed Private Cluster with Public FQDN specified": {
"$ref": "./examples/ManagedClustersCreate_PrivateClusterPublicFQDN.json"
},
"Create Managed Cluster with RunCommand disabled": {
"$ref": "./examples/ManagedClustersCreate_DisableRunCommand.json"
},
"Create Managed Cluster with Node Public IP Prefix": {
"$ref": "./examples/ManagedClustersCreate_NodePublicIPPrefix.json"
},
Expand Down Expand Up @@ -3533,10 +3530,6 @@
"enablePrivateClusterPublicFQDN": {
"type": "boolean",
"description": "Whether to create additional public FQDN for private cluster or not."
},
"disableRunCommand": {
"type": "boolean",
"description": "Whether to disable run command for the cluster or not."
}
},
"description": "Access profile for managed cluster API server."
Expand Down

0 comments on commit 10b62f6

Please sign in to comment.