We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bc8d73 + d5d7194 commit 11bcea2Copy full SHA for 11bcea2
articles/aks/tutorial-kubernetes-scale.md
@@ -92,7 +92,7 @@ Kubernetes supports [horizontal pod autoscaling][kubernetes-hpa] to adjust the n
92
* Check the version of your AKS cluster using the [`Get-AzAksCluster`][get-azakscluster] cmdlet.
93
94
```azurepowershell
95
- Get-AzAksCluster -ResourceGroupName myResourceGroup -Name myAKSCluster).KubernetesVersion
+ (Get-AzAksCluster -ResourceGroupName myResourceGroup -Name myAKSCluster).KubernetesVersion
96
```
97
98
---
0 commit comments