File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
articles/virtual-machines/extensions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
68
68
| publisher | Microsoft.Azure.KeyVault.Edp | string |
69
69
| type | KeyVaultForLinux | string |
70
70
| typeHandlerVersion | 1.0 | int |
71
- | pollingIntervalInS | 3600 | int |
71
+ | pollingIntervalInS | 3600 | string |
72
72
| certificateStoreName | MY | string |
73
73
| linkOnRenewal | false | boolean |
74
74
| certificateStoreLocation | LocalMachine | string |
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
67
67
| publisher | Microsoft.Azure.KeyVault.Edp | string |
68
68
| type | KeyVaultForWindows | string |
69
69
| typeHandlerVersion | 1.0 | int |
70
- | pollingIntervalInS | 3600 | int |
70
+ | pollingIntervalInS | 3600 | string |
71
71
| certificateStoreName | MY | string |
72
72
| linkOnRenewal | false | boolean |
73
73
| certificateStoreLocation | LocalMachine | string |
You can’t perform that action at this time.
0 commit comments