Skip to content

Commit ea6577d

Browse files
committed
Fix a value for the ProvisioningState property
Fix a value for the ProvisioningState property. Get-AzAksCluster doesn't , at the moment, output the PowerState property.
1 parent a338018 commit ea6577d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/start-stop-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ You can use the [Stop-AzAksCluster][stop-azakscluster] cmdlet to stop a running
6363
Stop-AzAksCluster -Name myAKSCluster -ResourceGroupName myResourceGroup
6464
```
6565

66-
You can verify your cluster is stopped using the [Get-AzAksCluster][get-azakscluster] cmdlet and confirming the `ProvisioningState` shows as `Stopped` as shown in the following output:
66+
You can verify your cluster is stopped using the [Get-AzAksCluster][get-azakscluster] cmdlet and confirming the `ProvisioningState` shows as `Succeeded` as shown in the following output:
6767

6868
```Output
69-
ProvisioningState : Stopped
69+
ProvisioningState : Succeeded
7070
MaxAgentPools : 100
7171
KubernetesVersion : 1.20.7
7272
...

0 commit comments

Comments
 (0)