Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.61 KB

File metadata and controls

57 lines (39 loc) · 1.61 KB
title Azure Resource Manager keyvault client library for Java
keywords Azure, java, SDK, API, azure-resourcemanager-keyvault, keyvault
description Reference documentation for the Azure Resource Manager keyvault client library for Java - Version 2.0.0-beta.4.
author sima-zhu
ms.author sizhu
ms.date 09/03/2020
ms.topic reference
ms.devlang java
ms.service azure-resource-manager

Azure Resource Manager keyvault client library for Java - Version 2.0.0-beta.4

Azure Resource Manager keyvault client library for Java - Version 2.0.0-beta.4

For documentation on how to use this package, please see Azure Management Libraries for Java.

Getting started

Prerequisites

  • Java Development Kit (JDK) with version 8 or above

Adding the package to your product

<dependency>
    <groupId>com.azure.resourcemanager</groupId>
    <artifactId>azure-resourcemanager-keyvault</artifactId>
    <version>2.0.0-beta.4</version>
</dependency>

Key concepts

Examples

Troubleshooting

Next steps

Contributing

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request