Skip to content

Commit 05af924

Browse files
author
Alexander (Sasha) Nosov
committed
Added a footnote to readme re the DR replicas
1 parent e920533 commit 05af924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/manage/azure-hybrid-benefit/modify-license-type

samples/manage/azure-hybrid-benefit/modify-license-type/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The scripts is seamlessly integrated with Azure Authentication. It uses managed
7979
|`-UseManagedIdentity`| |*Optional*. If true, logs in both PowerShell and CLI using managed identity. Required to run the script as a runbook.|
8080

8181
<sup>1</sup>You can generate a .csv file that lists only specific subscriptions. E.g., the following command will include only production subscriptions (exclude dev/test).
82-
<sup>2</sup>the
82+
<sup>2</sup>The script will skip the resources with the LicenseType property set to "DR"
8383
```PowerShell
8484
$tenantId = "<your-tenant-id>"
8585
Get-AzSubscription -TenantId $tenantId | Where-Object {

0 commit comments

Comments
 (0)