This commit is contained in:
azure-sdk 2022-07-19 03:49:16 +00:00
Родитель ca4a728206
Коммит 2f9ce45e42
2 изменённых файлов: 46 добавлений и 16 удалений

Просмотреть файл

@ -1,23 +1,34 @@
---
title: Azure Resource Manager Relay client library for Java
keywords: Azure, java, SDK, API, azure-resourcemanager-relay,
author: ramya-rao-a
ms.author: ramyar
ms.date: 12/18/2020
keywords: Azure, java, SDK, API, azure-resourcemanager-relay, relay
author: joshfree
ms.author: jfree
ms.date: 07/19/2022
ms.topic: reference
ms.prod: azure
ms.technology: azure
ms.devlang: java
ms.service:
ms.service: relay
---
# Azure Resource Manager Relay client library for Java - Version 1.0.0-beta.1
# Azure Resource Manager Relay client library for Java - Version 1.0.0-beta.2
Azure Resource Manager Relay client library for Java.
This package contains Microsoft Azure SDK for Relay Management SDK. Use these API to manage Azure Relay resources through Azure Resource Manager. Package tag package-2017-04. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
## We'd love to hear your feedback
We're always working on improving our products and the way we communicate with our users. So we'd love to learn what's working and how we can do better.
If you haven't already, please take a few minutes to [complete this short survey][survey] we have put together.
Thank you in advance for your collaboration. We really appreciate your time!
## Documentation
Various documentation is available to help you get started
- [API reference documentation][docs]
## Getting started
### Prerequisites
@ -32,7 +43,7 @@ This package contains Microsoft Azure SDK for Relay Management SDK. Use these AP
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-relay</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -74,13 +85,16 @@ See [API design][design] for general introduction on design and key concepts on
## Examples
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-relay_1.0.0-beta.2/sdk/relay/azure-resourcemanager-relay/SAMPLE.md)
## Troubleshooting
## Next steps
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-relay_1.0.0-beta.1/CONTRIBUTING.md).
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-relay_1.0.0-beta.2/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)
@ -89,10 +103,12 @@ For details on contributing to this repository, see the [contributing guide](htt
1. Create new Pull Request
<!-- LINKS -->
[jdk]: https://docs.microsoft.com/java/azure/jdk/
[survey]: https://microsoft.qualtrics.com/jfe/form/SV_ehN0lIk2FKEBkwd?Q_CHL=DOCS
[docs]: https://azure.github.io/azure-sdk-for-java/
[jdk]: /java/azure/jdk/
[azure_subscription]: https://azure.microsoft.com/free/
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-relay_1.0.0-beta.1/sdk/identity/azure-identity
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-relay_1.0.0-beta.1/sdk/core/azure-core-http-netty
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-relay_1.0.0-beta.1/sdk/resourcemanager/docs/AUTH.md
[design]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-relay_1.0.0-beta.1/sdk/resourcemanager/docs/DESIGN.md
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-relay_1.0.0-beta.2/sdk/identity/azure-identity
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-relay_1.0.0-beta.2/sdk/core/azure-core-http-netty
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-relay_1.0.0-beta.2/sdk/resourcemanager/docs/AUTH.md
[design]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-relay_1.0.0-beta.2/sdk/resourcemanager/docs/DESIGN.md

Просмотреть файл

@ -0,0 +1,14 @@
{
"Name": "azure-resourcemanager-relay",
"Version": "1.0.0-beta.2",
"DevVersion": null,
"DirectoryPath": "sdk/relay/azure-resourcemanager-relay",
"ServiceDirectory": "relay",
"ReadMePath": "sdk/relay/azure-resourcemanager-relay/README.md",
"ChangeLogPath": "sdk/relay/azure-resourcemanager-relay/CHANGELOG.md",
"Group": "com.azure.resourcemanager",
"SdkType": "mgmt",
"IsNewSdk": true,
"ArtifactName": "azure-resourcemanager-relay",
"ReleaseStatus": "2022-07-19"
}