Skip to content

Commit f0021bd

Browse files
committed
fix sample code format
1 parent 3e26b8a commit f0021bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ The following JSON shows the schema for the Key Vault VM extension. Before you c
164164
"secretsManagementSettings": {
165165
"pollingIntervalInS": <A string that specifies the polling interval in seconds. Example: 3600>,
166166
"certificateStoreName": <The certificate store name. Example: "MY">,
167-
"linkOnRenewal": <Windows only. Ensures s-channel binding when the certificate renews without necessitating redeployment. Example: true>,"certificateStoreLocation": <The certificate store location, which currently works locally only. Example: "LocalMachine">,
167+
"linkOnRenewal": <Windows only. Ensures s-channel binding when the certificate renews without necessitating redeployment. Example: true>,
168+
"certificateStoreLocation": <The certificate store location, which currently works locally only. Example: "LocalMachine">,
168169
"requireInitialSync": <Require an initial synchronization of the certificates. Example: true>,
169170
"observedCertificates": <A string array of KeyVault URIs that represent the monitored certificates. Example: "[https://myvault.vault.azure.net/secrets/mycertificate"]>
170171
},

0 commit comments

Comments
 (0)