You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/key-vault-windows.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ The following JSON shows the schema for the Key Vault VM extension. Before you c
115
115
"autoUpgradeMinorVersion": true,
116
116
"settings": {
117
117
"secretsManagementSettings": {
118
-
"pollingIntervalInS": <A string that specifies the polling interval in seconds. Example: 3600>,
118
+
"pollingIntervalInS": <A string that specifies the polling interval in seconds. Example: "3600">,
119
119
"linkOnRenewal": <Windows only. Ensures s-channel binding when the certificate renews without necessitating redeployment. Example: true>,
120
120
"requireInitialSync": <Initial synchronization of certificates. Example: true>,
121
121
"observedCertificates": <An array of KeyVault URIs that represent monitored certificates, including certificate store location and ACL permission to certificate private key. Example:
@@ -191,8 +191,8 @@ The JSON schema includes the following properties.
@@ -211,8 +211,8 @@ The JSON schema includes the following properties.
211
211
|`apiVersion`| 2022-08-01 | date |
212
212
|`publisher`| Microsoft.Azure.KeyVault | string |
213
213
|`type`| KeyVaultForWindows | string |
214
-
|`typeHandlerVersion`| 1.0 |int|
215
-
|`pollingIntervalInS`| 3600 | string |
214
+
|`typeHandlerVersion`|"1.0"|string|
215
+
|`pollingIntervalInS`|"3600"| string |
216
216
|`certificateStoreName`| MY | string |
217
217
|`linkOnRenewal`| true | boolean |
218
218
|`certificateStoreLocation`| LocalMachine or CurrentUser (case sensitive) | string |
@@ -249,7 +249,7 @@ The following JSON snippets provide example settings for an ARM template deploym
249
249
"autoUpgradeMinorVersion": true,
250
250
"settings": {
251
251
"secretsManagementSettings": {
252
-
"pollingIntervalInS": <A string that specifies the polling interval in seconds. Example: 3600>,
252
+
"pollingIntervalInS": <A string that specifies the polling interval in seconds. Example: "3600">,
253
253
"linkOnRenewal": <Windows only. Ensures s-channel binding when the certificate renews without necessitating redeployment. Example: true>,
254
254
"observedCertificates": <An array of KeyVault URIs that represent monitored certificates, including certificate store location and ACL permission to certificate private key. Example:
255
255
[
@@ -300,7 +300,7 @@ The following JSON snippets provide example settings for an ARM template deploym
300
300
"autoUpgradeMinorVersion": true,
301
301
"settings": {
302
302
"secretsManagementSettings": {
303
-
"pollingIntervalInS": <A string that specifies the polling interval in seconds. Example: 3600>,
303
+
"pollingIntervalInS": <A string that specifies the polling interval in seconds. Example: "3600">,
304
304
"linkOnRenewal": <Windows only. Ensures s-channel binding when the certificate renews without necessitating redeployment. Example: true>,
305
305
"certificateStoreName": <The certificate store name. Example: "MY">,
306
306
"certificateStoreLocation": <The certificate store location, which currently works locally only. Example: "LocalMachine">,
0 commit comments