Skip to content

Commit f89a378

Browse files
committed
Updated param description to string
1 parent be39d5e commit f89a378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
6868
| publisher | Microsoft.Azure.KeyVault.Edp | string |
6969
| type | KeyVaultForLinux | string |
7070
| typeHandlerVersion | 1.0 | int |
71-
| pollingIntervalInS | 3600 | int |
71+
| pollingIntervalInS | 3600 | string |
7272
| certificateStoreName | MY | string |
7373
| linkOnRenewal | false | boolean |
7474
| certificateStoreLocation | LocalMachine | string |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
6767
| publisher | Microsoft.Azure.KeyVault.Edp | string |
6868
| type | KeyVaultForWindows | string |
6969
| typeHandlerVersion | 1.0 | int |
70-
| pollingIntervalInS | 3600 | int |
70+
| pollingIntervalInS | 3600 | string |
7171
| certificateStoreName | MY | string |
7272
| linkOnRenewal | false | boolean |
7373
| certificateStoreLocation | LocalMachine | string |

0 commit comments

Comments
 (0)