I have to get the history of changes of the key in an Azure KeyVault, like updated expiry date via keyUpdate operation, for example.
Is there any way to get those changes? Are the KeyVault changes even stored by Azure?
Checked the resourcechanges table trough the ResourceGraphManager from the SDK and UI and there are no KeyVault entries at all.
Thanks.