Skip to content

Commit 092c58f

Browse files
committed
update
1 parent d90b0c5 commit 092c58f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/virtual-machines/extensions/key-vault-windows.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
107107
}
108108
}
109109
```
110+
110111
### [Version-3.0](#tab/version3)
111112

112113
```json
@@ -154,6 +155,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
154155
}
155156
}
156157
```
158+
157159
---
158160

159161
> [!NOTE]
@@ -167,7 +169,8 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
167169
168170
## Property values
169171

170-
### [Version-1.0](#tab/version1)
172+
### [Version-1.0](#tab/version1)
173+
171174

172175
| Name | Value / Example | Data Type |
173176
| ---- | ---- | ---- |
@@ -195,14 +198,15 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
195198
| pollingIntervalInS | 3600 | string |
196199
| linkOnRenewal (optional) | true | boolean |
197200
| requireInitialSync (optional) | false | boolean |
198-
| observedCertificates | [{...}, {...} ] | string array |
201+
| observedCertificates | [{...}, {...}] | string array |
199202
| observedCertificates/url | "https://myvault.vault.azure.net/secrets/mycertificate" | string |
200203
| observedCertificates/certificateStoreName | MY | string |
201204
| observedCertificates/certificateStoreLocation | LocalMachine or CurrentUser (case sensitive) | string |
202205
| observedCertificates/keyExportable(optional) | false | boolean |
203206
| observedCertificates/accounts(optional) | ["Network Service", "Local Service"] | string array |
204207
| msiEndpoint | http://169.254.169.254/metadata/identity/ouath2/token | string |
205208
| msiClientId | c7373ae5-91c2-4165-8ab6-7381d6e75619 | string |
209+
206210
---
207211

208212
## Template deployment
@@ -243,6 +247,7 @@ The JSON configuration for a key vault extension is nested inside the virtual ma
243247
}
244248
}
245249
```
250+
246251
### [Version-3.0](#tab/version3)
247252

248253
```json

0 commit comments

Comments
 (0)