Skip to content

Commit 13f2a6e

Browse files
authored
Update articles/automation/disable-local-authentication.md
1 parent ea079be commit 13f2a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/disable-local-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In the Azure portal, you may receive a warning message on the landing page for t
2525
Disabling local authentication doesn't take effect immediately. Allow a few minutes for the service to block future authentication requests.
2626

2727
>[!NOTE]
28-
> - Currently, PowerShell support for the new API version (2021-06-22) or the flag – `DisableLocalAuth` is not available. However, you can use the REST-API with this API version to update the flag. Here is how to do it with the [`Invoke-AzRestMethod`](/powershell/azure/manage-azure-resources-invoke-azrestmethod) cmdlet.
28+
> - Currently, PowerShell support for the new API version (2021-06-22) or the flag – `DisableLocalAuth` is not available. However, you can use the REST API with this API version to update the flag. Here is how to do it with the [`Invoke-AzRestMethod`](/powershell/azure/manage-azure-resources-invoke-azrestmethod) cmdlet.
2929
>
3030
> ```azurepowershell-interactive
3131
> $SubscriptionId = "your-subscription-id"

0 commit comments

Comments
 (0)