--- swagger: "2.0" x-collection-name: Azure Key Vault x-complete: 0 info: title: Azure Key Vault API Vaults Create Or Update description: Create or update a key vault in the specified subscription. version: 1.0.0 host: management.azure.com basePath: / schemes: - http produces: - application/json consumes: - application/json paths: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}: put: summary: Vaults Create Or Update description: Create or update a key vault in the specified subscription. operationId: Vaults_CreateOrUpdate x-api-path-slug: subscriptionssubscriptionidresourcegroupsresourcegroupnameprovidersmicrosoft-keyvaultvaultsvaultname-put parameters: - in: query name: No Name - in: body name: parameters description: Parameters to create or update the vault schema: $ref: '#/definitions/holder' - in: path name: resourceGroupName description: The name of the Resource Group to which the server belongs - in: path name: vaultName description: Name of the vault responses: 200: description: OK tags: - Vaults x-streamrank: polling_total_time_average: 0 polling_size_download_average: 0 streaming_total_time_average: 0 streaming_size_download_average: 0 change_yes: 0 change_no: 0 time_percentage: 0 size_percentage: 0 change_percentage: 0 last_run: "" days_run: 0 minute_run: 0 ---