59 строки
1.6 KiB
Markdown
59 строки
1.6 KiB
Markdown
|
---
|
||
|
title: Azure Resource Manager Authorization client library for Java
|
||
|
keywords: Azure, java, SDK, API, azure-resourcemanager-authorization, authorization
|
||
|
author: maggiepint
|
||
|
ms.author: magpint
|
||
|
ms.date: 09/03/2020
|
||
|
ms.topic: article
|
||
|
ms.prod: azure
|
||
|
ms.technology: azure
|
||
|
ms.devlang: java
|
||
|
ms.service: authorization
|
||
|
---
|
||
|
|
||
|
# Azure Resource Manager Authorization client library for Java - Version 2.0.0-beta.4
|
||
|
|
||
|
|
||
|
Azure Resource Manager Authorization 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](https://aka.ms/azure-sdk-java-mgmt).
|
||
|
|
||
|
## Getting started
|
||
|
|
||
|
### Prerequisites
|
||
|
|
||
|
- Java Development Kit (JDK) with version 8 or above
|
||
|
|
||
|
### Adding the package to your product
|
||
|
|
||
|
[//]: # ({x-version-update-start;com.azure.resourcemanager:azure-resourcemanager-authorization;current})
|
||
|
```xml
|
||
|
<dependency>
|
||
|
<groupId>com.azure.resourcemanager</groupId>
|
||
|
<artifactId>azure-resourcemanager-authorization</artifactId>
|
||
|
<version>2.0.0-beta.4</version>
|
||
|
</dependency>
|
||
|
```
|
||
|
[//]: # ({x-version-update-end})
|
||
|
|
||
|
## 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](http://azure.github.io/guidelines.html).
|
||
|
|
||
|
1. Fork it
|
||
|
1. Create your feature branch (`git checkout -b my-new-feature`)
|
||
|
1. Commit your changes (`git commit -am 'Add some feature'`)
|
||
|
1. Push to the branch (`git push origin my-new-feature`)
|
||
|
1. Create new Pull Request
|
||
|
|