Skip to content

Commit 10b62f6

Browse files
authored
Revert "allow disabling of runcommand (#15092)" (#15147)
This reverts commit ec3e241.
1 parent ec3e241 commit 10b62f6

File tree

2 files changed

+0
-252
lines changed

2 files changed

+0
-252
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-07-01/examples/ManagedClustersCreate_DisableRunCommand.json

Lines changed: 0 additions & 245 deletions
This file was deleted.

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-07-01/managedClusters.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -541,9 +541,6 @@
541541
"Create Managed Private Cluster with Public FQDN specified": {
542542
"$ref": "./examples/ManagedClustersCreate_PrivateClusterPublicFQDN.json"
543543
},
544-
"Create Managed Cluster with RunCommand disabled": {
545-
"$ref": "./examples/ManagedClustersCreate_DisableRunCommand.json"
546-
},
547544
"Create Managed Cluster with Node Public IP Prefix": {
548545
"$ref": "./examples/ManagedClustersCreate_NodePublicIPPrefix.json"
549546
},
@@ -3533,10 +3530,6 @@
35333530
"enablePrivateClusterPublicFQDN": {
35343531
"type": "boolean",
35353532
"description": "Whether to create additional public FQDN for private cluster or not."
3536-
},
3537-
"disableRunCommand": {
3538-
"type": "boolean",
3539-
"description": "Whether to disable run command for the cluster or not."
35403533
}
35413534
},
35423535
"description": "Access profile for managed cluster API server."

0 commit comments

Comments
 (0)