From 05af92499ecbda0b2874eba7444bda78c02c2cba Mon Sep 17 00:00:00 2001 From: "Alexander (Sasha) Nosov" Date: Mon, 13 Oct 2025 13:58:58 -0700 Subject: [PATCH] Added a footnote to readme re the DR replicas --- .../manage/azure-hybrid-benefit/modify-license-type/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/manage/azure-hybrid-benefit/modify-license-type/README.md b/samples/manage/azure-hybrid-benefit/modify-license-type/README.md index f16339bd..53a369e3 100644 --- a/samples/manage/azure-hybrid-benefit/modify-license-type/README.md +++ b/samples/manage/azure-hybrid-benefit/modify-license-type/README.md @@ -79,7 +79,7 @@ The scripts is seamlessly integrated with Azure Authentication. It uses managed |`-UseManagedIdentity`| |*Optional*. If true, logs in both PowerShell and CLI using managed identity. Required to run the script as a runbook.| 1You can generate a .csv file that lists only specific subscriptions. E.g., the following command will include only production subscriptions (exclude dev/test). -2the +2The script will skip the resources with the LicenseType property set to "DR" ```PowerShell $tenantId = "" Get-AzSubscription -TenantId $tenantId | Where-Object {