Skip to content

Commit cfcb855

Browse files
authored
Update key-vault-windows.md
1 parent 6aabbc8 commit cfcb855

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
8080
{
8181
"type": "Microsoft.Compute/virtualMachines/extensions",
8282
"name": "KVVMExtensionForWindows",
83-
"apiVersion": "2019-07-01",
83+
"apiVersion": "2022-08-01",
8484
"location": "<location>",
8585
"dependsOn": [
8686
"[concat('Microsoft.Compute/virtualMachines/', <vmName>)]"
@@ -114,7 +114,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
114114
{
115115
"type": "Microsoft.Compute/virtualMachines/extensions",
116116
"name": "KVVMExtensionForWindows",
117-
"apiVersion": "2019-07-01",
117+
"apiVersion": "2022-08-01",
118118
"location": "<location>",
119119
"dependsOn": [
120120
"[concat('Microsoft.Compute/virtualMachines/', <vmName>)]"
@@ -174,7 +174,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
174174

175175
| Name | Value / Example | Data Type |
176176
| ---- | ---- | ---- |
177-
| apiVersion | 2019-07-01 | date |
177+
| apiVersion | 2022-08-01 | date |
178178
| publisher | Microsoft.Azure.KeyVault | string |
179179
| type | KeyVaultForWindows | string |
180180
| typeHandlerVersion | 1.0 | int |
@@ -191,7 +191,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
191191

192192
| Name | Value / Example | Data Type |
193193
| ---- | ---- | ---- |
194-
| apiVersion | 2019-07-01 | date |
194+
| apiVersion | 2022-08-01 | date |
195195
| publisher | Microsoft.Azure.KeyVault | string |
196196
| type | KeyVaultForWindows | string |
197197
| typeHandlerVersion | 3.0 | int |
@@ -221,7 +221,7 @@ The JSON configuration for a key vault extension is nested inside the virtual ma
221221
{
222222
"type": "Microsoft.Compute/virtualMachines/extensions",
223223
"name": "KeyVaultForWindows",
224-
"apiVersion": "2019-07-01",
224+
"apiVersion": "2022-08-01",
225225
"location": "<location>",
226226
"dependsOn": [
227227
"[concat('Microsoft.Compute/virtualMachines/', <vmName>)]"
@@ -254,7 +254,7 @@ The JSON configuration for a key vault extension is nested inside the virtual ma
254254
{
255255
"type": "Microsoft.Compute/virtualMachines/extensions",
256256
"name": "KeyVaultForWindows",
257-
"apiVersion": "2019-07-01",
257+
"apiVersion": "2022-08-01",
258258
"location": "<location>",
259259
"dependsOn": [
260260
"[concat('Microsoft.Compute/virtualMachines/', <vmName>)]"

0 commit comments

Comments
 (0)