Closed JelteF closed 3 years ago
After looking a bit more into this I think basically none of the azure_key_vault
methods work. For two reasons:
XXXParameters
classes should all be prefixed with Models::
, otherwise their path is incorrect and the class does not exist.CamelCase
attributes, but they should use snake_case
Fixed in 0.19.0
create_certificate_async
was failing because of naming of some types and attributes. This caused certificate creation not to work using the API, because it failed before even sending any request.I'm not sure how the auto generation of this repo works, so I only fixed this for v7.1. It seems this bug also exists in other versions of the
azure_key_vault
API though.