Skip to content

Commit 546e571

Browse files
committed
fixed formatting
1 parent 00a153a commit 546e571

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/automation/automation-secure-asset-encryption.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Configure a system assigned managed identity to the automation account using the
6262
PATCH https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resource-group-name/providers/Microsoft.Automation/automationAccounts/automation-account-name?api-version=2020-01-13-preview
6363
```
6464

65-
Request body
65+
Request body:
6666

6767
```json
6868
{
@@ -99,7 +99,7 @@ Such an access policy can be set using the following REST API call:
9999
PUT https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sample-group/providers/Microsoft.KeyVault/vaults/sample-vault/accessPolicies/add?api-version=2018-02-14
100100
```
101101

102-
Request body
102+
Request body:
103103

104104
```json
105105
{
@@ -135,7 +135,7 @@ Finally, you can switch your Automation account from Microsft-managed keys to cu
135135
PATCH https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resource-group-name/providers/Microsoft.Automation/automationAccounts/automation-account-name?api-version=2020-01-13-preview
136136
```
137137

138-
Request body
138+
Request body:
139139

140140
```json
141141
{

0 commit comments

Comments
 (0)