Skip to content

Commit d5d7194

Browse files
authored
Update tutorial-kubernetes-scale.md (#1)
1 parent 8b87f9d commit d5d7194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/tutorial-kubernetes-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Kubernetes supports [horizontal pod autoscaling][kubernetes-hpa] to adjust the n
9292
* Check the version of your AKS cluster using the [`Get-AzAksCluster`][get-azakscluster] cmdlet.
9393

9494
```azurepowershell
95-
Get-AzAksCluster -ResourceGroupName myResourceGroup -Name myAKSCluster).KubernetesVersion
95+
(Get-AzAksCluster -ResourceGroupName myResourceGroup -Name myAKSCluster).KubernetesVersion
9696
```
9797

9898
---

0 commit comments

Comments
 (0)