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 {