@@ -80,7 +80,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
80
80
{
81
81
"type" : " Microsoft.Compute/virtualMachines/extensions" ,
82
82
"name" : " KVVMExtensionForWindows" ,
83
- "apiVersion" : " 2019-07 -01" ,
83
+ "apiVersion" : " 2022-08 -01" ,
84
84
"location" : " <location>" ,
85
85
"dependsOn" : [
86
86
" [concat('Microsoft.Compute/virtualMachines/', <vmName>)]"
@@ -114,7 +114,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
114
114
{
115
115
"type" : " Microsoft.Compute/virtualMachines/extensions" ,
116
116
"name" : " KVVMExtensionForWindows" ,
117
- "apiVersion" : " 2019-07 -01" ,
117
+ "apiVersion" : " 2022-08 -01" ,
118
118
"location" : " <location>" ,
119
119
"dependsOn" : [
120
120
" [concat('Microsoft.Compute/virtualMachines/', <vmName>)]"
@@ -174,7 +174,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
174
174
175
175
| Name | Value / Example | Data Type |
176
176
| ---- | ---- | ---- |
177
- | apiVersion | 2019-07 -01 | date |
177
+ | apiVersion | 2022-08 -01 | date |
178
178
| publisher | Microsoft.Azure.KeyVault | string |
179
179
| type | KeyVaultForWindows | string |
180
180
| typeHandlerVersion | 1.0 | int |
@@ -191,7 +191,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
191
191
192
192
| Name | Value / Example | Data Type |
193
193
| ---- | ---- | ---- |
194
- | apiVersion | 2019-07 -01 | date |
194
+ | apiVersion | 2022-08 -01 | date |
195
195
| publisher | Microsoft.Azure.KeyVault | string |
196
196
| type | KeyVaultForWindows | string |
197
197
| typeHandlerVersion | 3.0 | int |
@@ -221,7 +221,7 @@ The JSON configuration for a key vault extension is nested inside the virtual ma
221
221
{
222
222
"type" : " Microsoft.Compute/virtualMachines/extensions" ,
223
223
"name" : " KeyVaultForWindows" ,
224
- "apiVersion" : " 2019-07 -01" ,
224
+ "apiVersion" : " 2022-08 -01" ,
225
225
"location" : " <location>" ,
226
226
"dependsOn" : [
227
227
" [concat('Microsoft.Compute/virtualMachines/', <vmName>)]"
@@ -254,7 +254,7 @@ The JSON configuration for a key vault extension is nested inside the virtual ma
254
254
{
255
255
"type" : " Microsoft.Compute/virtualMachines/extensions" ,
256
256
"name" : " KeyVaultForWindows" ,
257
- "apiVersion" : " 2019-07 -01" ,
257
+ "apiVersion" : " 2022-08 -01" ,
258
258
"location" : " <location>" ,
259
259
"dependsOn" : [
260
260
" [concat('Microsoft.Compute/virtualMachines/', <vmName>)]"
0 commit comments