Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.61 KB

resourcemanager-keyvault-readme.md

File metadata and controls

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