Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Minor text edit
  • Loading branch information
anosov1960 authored Dec 1, 2024
1 parent aeab5dd commit bafb8e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following command will scan the subscription `<sub_id>` and set the license

## Example 3

The following command will scan resource group `<resource_group_name>` in the subscription `<sub_id>` and set the license type value to "PAYG" and enable unlimited virtualization license on all servers in the specified resource group.
The following command will scan resource group `<resource_group_name>` in the subscription `<sub_id>`, set the license type value to "PAYG" and enable unlimited virtualization license on all servers in the specified resource group.

```PowerShell
.\modify-license-type.ps1 -SubId <sub_id> -ResourceGroup <resource_group_name> -LicenseType PAYG -UsePcoreLicense Yes -Force
Expand Down

0 comments on commit bafb8e9

Please sign in to comment.