Skip to content

Commit 11bcea2

Browse files
Merge pull request #113755 from Amr-Aboshama/main
Update tutorial-kubernetes-scale.md (#1)
2 parents 0bc8d73 + d5d7194 commit 11bcea2

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)