From 49d131dbcda4065deca35bf664786fec6948d3fb Mon Sep 17 00:00:00 2001 From: "Alexander (Sasha) Nosov" Date: Tue, 14 Feb 2023 14:00:59 -0800 Subject: [PATCH 1/2] fixed grammar --- .../modify-license-type/modify-license-type.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1 b/samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1 index 9539c4e1..7f8d62f8 100644 --- a/samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1 +++ b/samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1 @@ -18,7 +18,7 @@ # # The script uses a function ConvertTo-HashTable that was created by Adam Bertram (@adam-bertram). # The function was originally published on this site: https://4sysops.com/archives/convert-json-to-a-powershell-hash-table/ -# and used here with the author's permission. +# and is used here with the author's permission. # param ( From 4ab36db52554c53859b1f06f10060112e93d5fe8 Mon Sep 17 00:00:00 2001 From: "Alexander (Sasha) Nosov" Date: Tue, 14 Feb 2023 14:02:26 -0800 Subject: [PATCH 2/2] Fixed grammar --- .../modify-license-type/modify-license-type.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1 b/samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1 index 7f8d62f8..194935d1 100644 --- a/samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1 +++ b/samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1 @@ -17,7 +17,7 @@ # By default the value is set only if license type is undefined undefined) # # The script uses a function ConvertTo-HashTable that was created by Adam Bertram (@adam-bertram). -# The function was originally published on this site: https://4sysops.com/archives/convert-json-to-a-powershell-hash-table/ +# The function was originally published on https://4sysops.com/archives/convert-json-to-a-powershell-hash-table/ # and is used here with the author's permission. #