Skip to content

Commit ecb93b2

Browse files
committed
Edits and fixes
1 parent ccc7746 commit ecb93b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/servers/api-extended-security-updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
77

88
# Programmatically deploy and manage Azure Arc Extended Security Updates licenses
99

10-
This article provides steps to programmatically provision and manage Windows Server 2012 and 2012 R2 Extended Security Update lifecycle operations through the Azure Arc WS2012 ESU ARM APIs.
10+
This article provides instructions to programmatically provision and manage Windows Server 2012 and Windows Server 2012 R2 Extended Security Updates lifecycle operations through the Azure Arc WS2012 ESU ARM APIs.
1111

1212
> [!NOTE]
1313
> For each of the API commands, be sure to enter accurate parameter information for location, state, edition, type, and processors depending on your particular scenario
@@ -76,11 +76,11 @@ https://management.azure.com/subscriptions/SUBSCRIPTION_ID/resourceGroups/RESOUR
7676

7777
To modify a license, execute the following commands:
7878

79+
```json
7980
PUT/PATCH
8081

8182
https://management.azure.com/subscriptions/SUBSCRIPTION_ID/resourceGroups/RESOURCE_GROUP_NAME/providers/Microsoft.HybridCompute/licenses/LICENSE_NAME?api-version=2023-06-20-preview
8283

83-
```json
8484
{
8585

8686
    "location": "ENTER-REGION", 

0 commit comments

Comments
 (0)