minor fixes

This commit is contained in:
Alexander (Sasha) Nosov
2023-04-11 09:05:17 -10:00
committed by GitHub
parent aadcf2522c
commit a769330945
@@ -84,7 +84,7 @@ This option is recommended because Cloud shell has the Azure PowerShell modules
1. Run the script.
```console
.//modify-license-type.ps1 -LicenseType Paid
./modify-license-type.ps1 -LicenseType Paid
```
> [!NOTE]
@@ -125,5 +125,5 @@ Use the following steps to run the script in a PowerShell session on your PC.
1. Run the script using the desired scope.
```console
.//modify-license-type.ps1 -LicenseType Paid
.\modify-license-type.ps1 -LicenseType Paid
```