@@ -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
}
@@ -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
}
@@ -184,7 +184,7 @@ 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 )
@@ -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
---
@@ -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
}
@@ -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