Skip to content

Commit

Permalink
adding latest changes from the previous released version
Browse files Browse the repository at this point in the history
  • Loading branch information
deeksha345 committed Jan 31, 2022
1 parent af8bc1a commit d7f488b
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 d7f488b

Please sign in to comment.