Skip to content

Commit d92c72c

Browse files
authored
Merge pull request #3637 from Nikkelmann/patch-2
Fix wrong parameter name
2 parents 017c0f6 + 0c0d2ef commit d92c72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AKS-Arc/disable-windows-nodepool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ az k8s-extension update --resource-group $resourceGroup --cluster-name $clusterN
9090
If for some reason you're not able to use Azure CloudShell or a machine with connectivity to Azure in order to disable Windows nodepool, you can disable Windows nodepool after connecting to any one of the Azure Local physical nodes with Remote Desktop. You must first sign in to Azure.
9191

9292
```powershell
93-
az login --use-device-code --tenant-id <Azure tenant ID>
93+
az login --use-device-code --tenant <Azure tenant ID>
9494
9595
az account set -s <subscription ID>
9696

0 commit comments

Comments
 (0)