Skip to content

Commit 15b97fc

Browse files
committed
Update docs metadata
1 parent dc1e16b commit 15b97fc

File tree

2 files changed

+41
-24
lines changed

2 files changed

+41
-24
lines changed

docs-ref-services/latest/resourcemanager-communication-readme.md

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
---
22
title: Azure Resource Manager Communication client library for Java
33
keywords: Azure, java, SDK, API, azure-resourcemanager-communication, communication
4-
author: ramya-rao-a
5-
ms.author: ramyar
6-
ms.date: 04/08/2021
4+
author: joshfree
5+
ms.author: jfree
6+
ms.date: 04/04/2023
77
ms.topic: reference
8-
ms.prod: azure
9-
ms.technology: azure
108
ms.devlang: java
119
ms.service: communication
1210
---
13-
14-
# Azure Resource Manager Communication client library for Java - version 1.0.0
11+
# Azure Resource Manager Communication client library for Java - version 2.0.0
1512

1613

1714
Azure Resource Manager Communication client library for Java.
1815

19-
This package contains Microsoft Azure SDK for Communication Management SDK. REST API for Azure Communication Services. Package tag package-2020-08-20. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
16+
This package contains Microsoft Azure SDK for Communication Management SDK. REST API for Azure Communication Services. Package tag package-2023-03. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
2017

2118
## We'd love to hear your feedback
2219

@@ -46,7 +43,7 @@ Various documentation is available to help you get started
4643
<dependency>
4744
<groupId>com.azure.resourcemanager</groupId>
4845
<artifactId>azure-resourcemanager-communication</artifactId>
49-
<version>1.0.0</version>
46+
<version>2.0.0</version>
5047
</dependency>
5148
```
5249
[//]: # ({x-version-update-end})
@@ -55,19 +52,19 @@ Various documentation is available to help you get started
5552

5653
Azure Management Libraries require a `TokenCredential` implementation for authentication and an `HttpClient` implementation for HTTP client.
5754

58-
[Azure Identity][azure_identity] package and [Azure Core Netty HTTP][azure_core_http_netty] package provide the default implementation.
55+
[Azure Identity][azure_identity] and [Azure Core Netty HTTP][azure_core_http_netty] packages provide the default implementation.
5956

6057
### Authentication
6158

62-
By default, Azure Active Directory token authentication depends on correct configure of following environment variables.
59+
By default, Azure Active Directory token authentication depends on correct configuration of the following environment variables.
6360

6461
- `AZURE_CLIENT_ID` for Azure client ID.
6562
- `AZURE_TENANT_ID` for Azure tenant ID.
6663
- `AZURE_CLIENT_SECRET` or `AZURE_CLIENT_CERTIFICATE_PATH` for client secret or client certificate.
6764

68-
In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.
65+
In addition, Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment variable.
6966

70-
With above configuration, `azure` client can be authenticated by following code:
67+
With above configuration, `azure` client can be authenticated using the following code:
7168

7269
```java
7370
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
@@ -88,27 +85,33 @@ See [API design][design] for general introduction on design and key concepts on
8885

8986
## Examples
9087

88+
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-communication_2.0.0/sdk/communication/azure-resourcemanager-communication/SAMPLE.md)
89+
90+
9191
## Troubleshooting
9292

9393
## Next steps
9494

9595
## Contributing
9696

97-
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-communication_1.0.0/CONTRIBUTING.md).
97+
For details on contributing to this repository, see the [contributing guide][cg].
98+
99+
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com>.
100+
101+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
98102

99-
1. Fork it
100-
1. Create your feature branch (`git checkout -b my-new-feature`)
101-
1. Commit your changes (`git commit -am 'Add some feature'`)
102-
1. Push to the branch (`git push origin my-new-feature`)
103-
1. Create new Pull Request
103+
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact <[email protected]> with any additional questions or comments.
104104

105105
<!-- LINKS -->
106106
[survey]: https://microsoft.qualtrics.com/jfe/form/SV_ehN0lIk2FKEBkwd?Q_CHL=DOCS
107107
[docs]: https://azure.github.io/azure-sdk-for-java/
108-
[jdk]: https://docs.microsoft.com/java/azure/jdk/
108+
[jdk]: /java/azure/jdk/
109109
[azure_subscription]: https://azure.microsoft.com/free/
110-
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-communication_1.0.0/sdk/identity/azure-identity
111-
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-communication_1.0.0/sdk/core/azure-core-http-netty
112-
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-communication_1.0.0/sdk/resourcemanager/docs/AUTH.md
113-
[design]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-communication_1.0.0/sdk/resourcemanager/docs/DESIGN.md
110+
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-communication_2.0.0/sdk/identity/azure-identity
111+
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-communication_2.0.0/sdk/core/azure-core-http-netty
112+
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-communication_2.0.0/sdk/resourcemanager/docs/AUTH.md
113+
[design]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-communication_2.0.0/sdk/resourcemanager/docs/DESIGN.md
114+
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-communication_2.0.0/CONTRIBUTING.md
115+
[coc]: https://opensource.microsoft.com/codeofconduct/
116+
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
114117

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"Name": "azure-resourcemanager-communication",
3+
"Version": "2.0.0",
4+
"DevVersion": null,
5+
"DirectoryPath": "sdk/communication/azure-resourcemanager-communication",
6+
"ServiceDirectory": "communication",
7+
"ReadMePath": "sdk/communication/azure-resourcemanager-communication/README.md",
8+
"ChangeLogPath": "sdk/communication/azure-resourcemanager-communication/CHANGELOG.md",
9+
"Group": "com.azure.resourcemanager",
10+
"SdkType": "mgmt",
11+
"IsNewSdk": true,
12+
"ArtifactName": "azure-resourcemanager-communication",
13+
"ReleaseStatus": "2023-04-03"
14+
}

0 commit comments

Comments
 (0)