| a | b | c | d | e | f |
| g | h | i | j | k | l |
| m | n | o | p | q | r |
| s | t | u | v | w | x |
| y | z | 0 | 1 | 2 | 3 |
| 4 | 5 | 6 | 7 | 8 | 9 |
Azure Key Vault Emulator - Update API version to 2025-07-01
For a long time, Azure Key Vault was not following the same API versioning scheme as other Azure services. If you’ve used the Azure Key Vault Emulator ever since I forked the old (very limited) code, You’ll have noticed that the APIs the emulator implemented were from the v7.4 definition. After that, Microsoft published a v7.5 and v7.6 version. For example, v7.6 introduced an API for getting key attestation.
Sometime last year, they must have decided to align API versions with other
Azure services, and they switched to the date-based versioning. The first new
such version they introduced was 2025-07-01, and one of the new things they
added was the outContentType parameter on the Get Secret
APIs.