Skip to content

Commit

Permalink
add x-ms-enum (Azure#17230)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and mstrisoline committed Feb 1, 2022
1 parent c3c83c6 commit b0fa306
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"Microsoft.ContainerService",
"Microsoft.Kubernetes"
],
"x-ms-enum": {
"name": "ExtensionsClusterRp",
"modelAsString": true
},
"description": "The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters).",
"x-ms-parameter-location": "method"
},
Expand All @@ -47,6 +51,10 @@
"managedClusters",
"connectedClusters"
],
"x-ms-enum": {
"name": "ExtensionsClusterResourceName",
"modelAsString": true
},
"description": "The Kubernetes cluster resource name - either managedClusters (for AKS clusters) or connectedClusters (for OnPrem K8S clusters).",
"x-ms-parameter-location": "method"
},
Expand Down

0 comments on commit b0fa306

Please sign in to comment.