@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api KeyVaultManagementClient
@base https://management.azure.com
@version 2018-02-14-preview
@auth OAuth2
@endpoints 1
@toc providers(1)

@endpoint GET /providers/Microsoft.KeyVault/operations
@desc Lists all of the available Key Vault Rest API operations.
@required {api-version: any # Client Api Version.}
@returns(200) OK. The request has succeeded.

@end
