@@ -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>)]"
@@ -100,7 +100,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
100
100
"observedCertificates" : <list of KeyVault URIs representing monitored certificates, e.g.: "[https://myvault.vault.azure.net/secrets/mycertificate]">
101
101
},
102
102
"authenticationSettings" : {
103
- "msiEndpoint" : <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/ouath2 /token">,
103
+ "msiEndpoint" : <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/oauth2 /token">,
104
104
"msiClientId" : <Required when VM has any user assigned identities. MSI identity e.g.: "c7373ae5-91c2-4165-8ab6-7381d6e75619".>
105
105
}
106
106
}
@@ -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>)]"
@@ -148,7 +148,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
148
148
]>
149
149
},
150
150
"authenticationSettings" : {
151
- "msiEndpoint" : <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/ouath2 /token">,
151
+ "msiEndpoint" : <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/oauth2 /token">,
152
152
"msiClientId" : <Required when VM has any user assigned identities. MSI identity e.g.: "c7373ae5-91c2-4165-8ab6-7381d6e75619".>
153
153
}
154
154
}
@@ -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 |
@@ -184,14 +184,14 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
184
184
| certificateStoreLocation | LocalMachine or CurrentUser (case sensitive) | string |
185
185
| requireInitialSync | false | boolean |
186
186
| observedCertificates | [ "https://myvault.vault.azure.net/secrets/mycertificate ", "https://myvault.vault.azure.net/secrets/mycertificate2 "] | string array
187
- | msiEndpoint | http://169.254.169.254/metadata/identity/ouath2 /token | string |
187
+ | msiEndpoint | http://169.254.169.254/metadata/identity/oauth2 /token | string |
188
188
| msiClientId | c7373ae5-91c2-4165-8ab6-7381d6e75619 | string |
189
189
190
190
### [ Version-3.0] ( #tab/version3 )
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 |
@@ -204,7 +204,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
204
204
| observedCertificates/certificateStoreLocation | LocalMachine or CurrentUser (case sensitive) | string |
205
205
| observedCertificates/keyExportable(optional) | false | boolean |
206
206
| observedCertificates/accounts(optional) | [ "Network Service", "Local Service"] | string array |
207
- | msiEndpoint | http://169.254.169.254/metadata/identity/ouath2 /token | string |
207
+ | msiEndpoint | http://169.254.169.254/metadata/identity/oauth2 /token | string |
208
208
| msiClientId | c7373ae5-91c2-4165-8ab6-7381d6e75619 | string |
209
209
210
210
---
@@ -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>)]"
@@ -240,7 +240,7 @@ The JSON configuration for a key vault extension is nested inside the virtual ma
240
240
"observedCertificates" : <list of KeyVault URIs representing monitored certificates, e.g.: ["https://myvault.vault.azure.net/secrets/mycertificate", "https://myvault.vault.azure.net/secrets/mycertificate2"]>
241
241
},
242
242
"authenticationSettings" : {
243
- "msiEndpoint" : <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/ouath2 /token">,
243
+ "msiEndpoint" : <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/oauth2 /token">,
244
244
"msiClientId" : <Required when VM has any user assigned identities. MSI identity e.g.: "c7373ae5-91c2-4165-8ab6-7381d6e75619".>
245
245
}
246
246
}
@@ -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>)]"
@@ -296,7 +296,7 @@ The JSON configuration for a key vault extension is nested inside the virtual ma
296
296
]>
297
297
},
298
298
"authenticationSettings" : {
299
- "msiEndpoint" : <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/ouath2 /token">,
299
+ "msiEndpoint" : <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/oauth2 /token">,
300
300
"msiClientId" : <Required when VM has any user assigned identities. MSI identity e.g.: "c7373ae5-91c2-4165-8ab6-7381d6e75619".>
301
301
}
302
302
}
@@ -412,7 +412,7 @@ Example settings (settings.json):
412
412
]
413
413
},
414
414
"authenticationSettings": {
415
- "msiEndpoint": "http://169.254.169.254/metadata/identity/ouath2 /token",
415
+ "msiEndpoint": "http://169.254.169.254/metadata/identity/oauth2 /token",
416
416
"msiClientId": "c7373ae5-91c2-4165-8ab6-7381d6e75619"
417
417
}
418
418
}
@@ -516,7 +516,7 @@ Example settings (settings.json):
516
516
]
517
517
},
518
518
"authenticationSettings": {
519
- "msiEndpoint": "http://169.254.169.254/metadata/identity/ouath2 /token",
519
+ "msiEndpoint": "http://169.254.169.254/metadata/identity/oauth2 /token",
520
520
"msiClientId": "c7373ae5-91c2-4165-8ab6-7381d6e75619"
521
521
}
522
522
}
0 commit comments