Skip to content

Commit 69d9d3d

Browse files
committed
string in quotes
1 parent f0021bd commit 69d9d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The following JSON shows the schema for the Key Vault VM extension. Before you c
162162
"autoUpgradeMinorVersion": true,
163163
"settings": {
164164
"secretsManagementSettings": {
165-
"pollingIntervalInS": <A string that specifies the polling interval in seconds. Example: 3600>,
165+
"pollingIntervalInS": <A string that specifies the polling interval in seconds. Example: "3600">,
166166
"certificateStoreName": <The certificate store name. Example: "MY">,
167167
"linkOnRenewal": <Windows only. Ensures s-channel binding when the certificate renews without necessitating redeployment. Example: true>,
168168
"certificateStoreLocation": <The certificate store location, which currently works locally only. Example: "LocalMachine">,

0 commit comments

Comments
 (0)