From 1fdd3591cdbb320a86e1bc9c3246b36c45009c3c Mon Sep 17 00:00:00 2001 From: "Alexander (Sasha) Nosov" Date: Tue, 10 Jan 2023 13:58:10 -0800 Subject: [PATCH] Fixed grammar --- samples/manage/azure-hybrid-benefit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/manage/azure-hybrid-benefit/README.md b/samples/manage/azure-hybrid-benefit/README.md index 90ff7e3b..ea21e4da 100644 --- a/samples/manage/azure-hybrid-benefit/README.md +++ b/samples/manage/azure-hybrid-benefit/README.md @@ -68,7 +68,7 @@ Get-AzSubscription | Export-Csv .\mysubscriptions.csv -NoTypeInformation If both database parameters and *FilePath* are omitted, the script will write the results to a `.\sql-license-usage.csv` file. The file is created automatically. If the file already exists, the consecutive scans will append the results to it. If the database parameters are specified, the data will be saved in a *Usage-per-subscription* table. If the table doesn't exist, it will be created automatically. >[!IMPORTANT] -> Selecting `-ShowUnregistered` option will substantially increase the execution time, especially for the subscriptions with a large number of virtual machines. +> Selecting `-ShowUnregistered` option will substantially increase the execution time, especially for the subscriptions with large numbers of virtual machines. ## Example 1