Update docs metadata
This commit is contained in:
Родитель
bfc187e2ac
Коммит
f4ca9f813d
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure ContentSafety client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-ai-contentsafety, contentsafety
|
||||
ms.date: 12/12/2023
|
||||
ms.date: 04/24/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: contentsafety
|
||||
---
|
||||
# Azure ContentSafety client library for Java - version 1.0.0
|
||||
# Azure ContentSafety client library for Java - version 1.0.2
|
||||
|
||||
|
||||
[Azure AI Content Safety][contentsafety_overview] detects harmful user-generated and AI-generated content in applications and services. Content Safety includes several APIs that allow you to detect material that is harmful:
|
||||
|
@ -37,7 +37,7 @@ Various documentation is available to help you get started
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-ai-contentsafety</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.2</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -80,7 +80,7 @@ Please refer to this Cognitive Services authentication document [Authenticate wi
|
|||
|
||||
- Step 2: Set the values of the client ID, tenant ID, and client secret of the Enable Microsoft Entra ID application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
|
||||
|
||||
After setup, you can use [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-contentsafety_1.0.0/sdk/identity/azure-identity#authenticate-with-defaultazurecredential)
|
||||
After setup, you can use [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-contentsafety_1.0.2/sdk/identity/azure-identity#authenticate-with-defaultazurecredential)
|
||||
can be used to authenticate the client.
|
||||
|
||||
DefaultAzureCredential will use the values from these environment variables.
|
||||
|
@ -313,7 +313,7 @@ For more extensive documentation on Azure Content Safety, see the [Azure AI Cont
|
|||
|
||||
## Contributing
|
||||
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-contentsafety_1.0.0/CONTRIBUTING.md).
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-contentsafety_1.0.2/CONTRIBUTING.md).
|
||||
|
||||
1. Fork it
|
||||
1. Create your feature branch (`git checkout -b my-new-feature`)
|
||||
|
@ -326,7 +326,7 @@ For details on contributing to this repository, see the [contributing guide](htt
|
|||
[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-ai-contentsafety_1.0.0/sdk/identity/azure-identity
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-contentsafety_1.0.2/sdk/identity/azure-identity
|
||||
[contentsafety_overview]: https://aka.ms/acs-doc
|
||||
[azure_portal]: https://ms.portal.azure.com/
|
||||
[azure_cli_endpoint_lookup]: /cli/azure/cognitiveservices/account?view=azure-cli-latest#az-cognitiveservices-account-show
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Communication Call Automation Service client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-callautomation, communication
|
||||
ms.date: 02/21/2024
|
||||
ms.date: 04/24/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Call Automation Service client library for Java - version 1.1.2
|
||||
# Azure Communication Call Automation Service client library for Java - version 1.1.4
|
||||
|
||||
|
||||
This package contains a Java SDK for Azure Communication Call Automation Service.
|
||||
|
@ -30,7 +30,7 @@ This package contains a Java SDK for Azure Communication Call Automation Service
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-communication-callautomation</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.1.4</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -87,7 +87,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
[product_docs]: /azure/communication-services/
|
||||
[package]: https://dev.azure.com/azure-sdk/public/_artifacts/feed/azure-sdk-for-java-communication-interaction
|
||||
[api_documentation]: https://aka.ms/java-docs
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-callautomation_1.1.2/sdk/communication/azure-communication-callautomation/src
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-callautomation_1.1.4/sdk/communication/azure-communication-callautomation/src
|
||||
[overview]: https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/call-automation
|
||||
[incomingcall]: https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/incoming-call-notification
|
||||
[build1]: https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/callflows-for-customer-interactions?pivots=programming-language-java
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Communication Service Common client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-common, communication
|
||||
ms.date: 02/12/2024
|
||||
ms.date: 04/24/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Service Common client library for Java - version 1.3.0
|
||||
# Azure Communication Service Common client library for Java - version 1.3.2
|
||||
|
||||
|
||||
Azure Communication Common contains data structures commonly used for communicating with Azure Communication Services.
|
||||
|
@ -24,7 +24,7 @@ It is intended to provide cross-cutting concerns, e.g. authentication.
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-common_1.3.0/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-common_1.3.2/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-communication-common</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<version>1.3.2</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Communication Email client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-email, communication
|
||||
ms.date: 02/21/2024
|
||||
ms.date: 04/24/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Email client library for Java - version 1.0.10
|
||||
# Azure Communication Email client library for Java - version 1.0.12
|
||||
|
||||
|
||||
This package contains the Java SDK for Azure Communication Services for Email.
|
||||
|
@ -27,7 +27,7 @@ To create these resources, you can use the [Azure Portal][communication_resource
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-email_1.0.10/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-email_1.0.12/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -63,7 +63,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-communication-email</artifactId>
|
||||
<version>1.0.10</version>
|
||||
<version>1.0.12</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Communication Identity client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-identity, communication
|
||||
ms.date: 02/21/2024
|
||||
ms.date: 04/24/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Identity client library for Java - version 1.5.2
|
||||
# Azure Communication Identity client library for Java - version 1.5.4
|
||||
|
||||
|
||||
The identity package is used for managing users and tokens for Azure Communication Services.
|
||||
|
@ -28,7 +28,7 @@ The identity package is used for managing users and tokens for Azure Communicati
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-identity_1.5.2/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-identity_1.5.4/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -64,7 +64,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-communication-identity</artifactId>
|
||||
<version>1.5.2</version>
|
||||
<version>1.5.4</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -245,8 +245,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
[product_docs]: /azure/communication-services/
|
||||
[package]: https://central.sonatype.com/artifact/com.azure/azure-communication-identity
|
||||
[api_documentation]: https://aka.ms/java-docs
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-identity_1.5.2/sdk/communication/azure-communication-identity/src/samples/java/com/azure/communication/identity/ReadmeSamples.java
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-identity_1.5.2/sdk/communication/azure-communication-identity/src
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-identity_1.5.4/sdk/communication/azure-communication-identity/src/samples/java/com/azure/communication/identity/ReadmeSamples.java
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-identity_1.5.4/sdk/communication/azure-communication-identity/src
|
||||
|
||||
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcommunication%2Fazure-communication-identity%2FREADME.png)
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Communication Job Router client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-jobrouter, communication
|
||||
ms.date: 02/23/2024
|
||||
ms.date: 04/24/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Job Router client library for Java - version 1.1.1
|
||||
# Azure Communication Job Router client library for Java - version 1.1.3
|
||||
|
||||
|
||||
Azure Communication Job Router contains the APIs used in job router applications for Azure Communication Services.
|
||||
|
@ -25,7 +25,7 @@ Azure Communication Job Router contains the APIs used in job router applications
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-jobrouter_1.1.1/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-jobrouter_1.1.3/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-communication-jobrouter</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<version>1.1.3</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -253,7 +253,7 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
|
|||
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 [opencode@microsoft.com][coc_contact] with any additional questions or comments.
|
||||
|
||||
<!-- LINKS -->
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-jobrouter_1.1.1/sdk/communication/azure-communication-jobrouter/src
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-jobrouter_1.1.3/sdk/communication/azure-communication-jobrouter/src
|
||||
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
|
||||
[package]: https://search.maven.org/artifact/com.azure/azure-communication-jobrouter
|
||||
[api_documentation]: https://aka.ms/java-docs
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Messages client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-messages, communication
|
||||
ms.date: 02/29/2024
|
||||
ms.date: 04/24/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Messages client library for Java - version 1.0.0
|
||||
# Azure Messages client library for Java - version 1.0.2
|
||||
|
||||
This package contains a Java SDK for Azure Communication Messages Services.
|
||||
|
||||
|
@ -32,7 +32,7 @@ Various documentation is available to help you get started
|
|||
### Adding the package to your product
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-messages_1.0.0/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-messages_1.0.2/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -67,7 +67,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-communication-messages</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.2</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -272,7 +272,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
[handle_advance_messaging_events]: https://learn.microsoft.com/azure/communication-services/quickstarts/advanced-messaging/whatsapp/handle-advanced-messaging-events
|
||||
[register_whatsapp_business_account]: https://learn.microsoft.com/azure/communication-services/quickstarts/advanced-messaging/whatsapp/connect-whatsapp-business-account
|
||||
[create-manage-whatsapp-template]: https://developers.facebook.com/docs/whatsapp/business-management-api/message-templates/
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-messages_1.0.0/sdk/identity/azure-identity
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-messages_1.0.2/sdk/identity/azure-identity
|
||||
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
|
||||
[azure_cli]: /cli/azure
|
||||
[azure_sub]: https://azure.microsoft.com/free/
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Communication Phone Numbers client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-phonenumbers, communication
|
||||
ms.date: 02/23/2024
|
||||
ms.date: 04/24/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Phone Numbers client library for Java - version 1.1.10
|
||||
# Azure Communication Phone Numbers client library for Java - version 1.1.12
|
||||
|
||||
|
||||
The phone numbers package provides capabilities for phone number management.
|
||||
|
@ -28,7 +28,7 @@ Purchased phone numbers can come with many capabilities, depending on the countr
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-phonenumbers_1.1.10/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-phonenumbers_1.1.12/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -64,7 +64,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-communication-phonenumbers</artifactId>
|
||||
<version>1.1.10</version>
|
||||
<version>1.1.12</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -337,7 +337,7 @@ Check out other client libraries for Azure communication service
|
|||
[product_docs]: /azure/communication-services/
|
||||
[package]: https://search.maven.org/artifact/com.azure/azure-communication-phonenumbers
|
||||
[api_documentation]: https://aka.ms/java-docs
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-phonenumbers_1.1.10/sdk/communication/azure-communication-phonenumbers/src
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-phonenumbers_1.1.12/sdk/communication/azure-communication-phonenumbers/src
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Communications Rooms Service client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-rooms, communication
|
||||
ms.date: 02/21/2024
|
||||
ms.date: 04/24/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communications Rooms Service client library for Java - version 1.0.8
|
||||
# Azure Communications Rooms Service client library for Java - version 1.1.1
|
||||
|
||||
|
||||
Azure Communication Rooms is used to operate on rooms.
|
||||
|
@ -34,7 +34,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-communication-rooms</artifactId>
|
||||
<version>1.0.8</version>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -91,7 +91,8 @@ participants.add(participant2);
|
|||
CreateRoomOptions roomOptions = new CreateRoomOptions()
|
||||
.setValidFrom(validFrom)
|
||||
.setValidUntil(validUntil)
|
||||
.setParticipants(participants);
|
||||
.setParticipants(participants)
|
||||
.setPstnDialOutEnabled(true);
|
||||
|
||||
CommunicationRoom roomResult = roomsClient.createRoom(roomOptions);
|
||||
```
|
||||
|
@ -105,7 +106,8 @@ OffsetDateTime validUntil = validFrom.plusDays(30);
|
|||
// Update Room options
|
||||
UpdateRoomOptions updateRoomOptions = new UpdateRoomOptions()
|
||||
.setValidFrom(validFrom)
|
||||
.setValidUntil(validUntil);
|
||||
.setValidUntil(validUntil)
|
||||
.setPstnDialOutEnabled(true);
|
||||
|
||||
try {
|
||||
CommunicationRoom roomResult = roomsClient.updateRoom("<Room Id>", updateRoomOptions);
|
||||
|
@ -223,8 +225,8 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
|
|||
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 [opencode@microsoft.com][coc_contact] with any additional questions or comments.
|
||||
|
||||
<!-- LINKS -->
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-rooms_1.0.8/sdk/communication/azure-communication-rooms/src
|
||||
[package]: https://search.maven.org/artifact/com.azure/azure-communication-rooms
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-rooms_1.1.1/sdk/communication/azure-communication-rooms/src
|
||||
[package]: https://central.sonatype.com/artifact/com.azure/azure-communication-rooms
|
||||
[cla]: https://cla.microsoft.com
|
||||
[coc]: https://opensource.microsoft.com/codeofconduct/
|
||||
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Communications SMS Service client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-sms, communication
|
||||
ms.date: 02/21/2024
|
||||
ms.date: 04/24/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communications SMS Service client library for Java - version 1.1.21
|
||||
# Azure Communications SMS Service client library for Java - version 1.1.23
|
||||
|
||||
|
||||
Azure Communication SMS is used to send simple text messages.
|
||||
|
@ -27,7 +27,7 @@ Azure Communication SMS is used to send simple text messages.
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-sms_1.1.21/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-sms_1.1.23/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -62,7 +62,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-communication-sms</artifactId>
|
||||
<version>1.1.21</version>
|
||||
<version>1.1.23</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -197,7 +197,7 @@ try {
|
|||
[product_docs]: /azure/communication-services/
|
||||
[package]: https://search.maven.org/artifact/com.azure/azure-communication-sms
|
||||
[api_documentation]: https://aka.ms/java-docs
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-sms_1.1.21/sdk/communication/azure-communication-sms/src
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-sms_1.1.23/sdk/communication/azure-communication-sms/src
|
||||
[handle_sms_events]: /azure/communication-services/quickstarts/telephony-sms/handle-sms-events
|
||||
[next_steps]:/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-java
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-ai-contentsafety",
|
||||
"Version": "1.0.0",
|
||||
"Version": "1.0.2",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/contentsafety/azure-ai-contentsafety",
|
||||
"ServiceDirectory": "contentsafety",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-ai-contentsafety",
|
||||
"ReleaseStatus": "2023-12-13",
|
||||
"ReleaseStatus": "2024-04-23",
|
||||
"Namespaces": [
|
||||
"com.azure.ai.contentsafety",
|
||||
"com.azure.ai.contentsafety.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-callautomation",
|
||||
"Version": "1.1.2",
|
||||
"Version": "1.1.4",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-callautomation",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-callautomation",
|
||||
"ReleaseStatus": "2024-02-20",
|
||||
"ReleaseStatus": "2024-04-23",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.callautomation",
|
||||
"com.azure.communication.callautomation.models",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-common",
|
||||
"Version": "1.3.0",
|
||||
"Version": "1.3.2",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-common",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-common",
|
||||
"ReleaseStatus": "2024-02-12",
|
||||
"ReleaseStatus": "2024-04-23",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.common"
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-email",
|
||||
"Version": "1.0.10",
|
||||
"Version": "1.0.12",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-email",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-email",
|
||||
"ReleaseStatus": "2024-02-20",
|
||||
"ReleaseStatus": "2024-04-23",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.email",
|
||||
"com.azure.communication.email.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-identity",
|
||||
"Version": "1.5.2",
|
||||
"Version": "1.5.4",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-identity",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-identity",
|
||||
"ReleaseStatus": "2024-02-20",
|
||||
"ReleaseStatus": "2024-04-23",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.identity",
|
||||
"com.azure.communication.identity.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-jobrouter",
|
||||
"Version": "1.1.1",
|
||||
"Version": "1.1.3",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-jobrouter",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-jobrouter",
|
||||
"ReleaseStatus": "2024-02-22",
|
||||
"ReleaseStatus": "2024-04-23",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.jobrouter",
|
||||
"com.azure.communication.jobrouter.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-messages",
|
||||
"Version": "1.0.0",
|
||||
"Version": "1.0.2",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-messages",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-messages",
|
||||
"ReleaseStatus": "2024-02-29",
|
||||
"ReleaseStatus": "2024-04-23",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.messages",
|
||||
"com.azure.communication.messages.models",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-phonenumbers",
|
||||
"Version": "1.1.10",
|
||||
"Version": "1.1.12",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-phonenumbers",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-phonenumbers",
|
||||
"ReleaseStatus": "2024-02-22",
|
||||
"ReleaseStatus": "2024-04-23",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.phonenumbers",
|
||||
"com.azure.communication.phonenumbers.models",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-rooms",
|
||||
"Version": "1.0.8",
|
||||
"Version": "1.1.1",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-rooms",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-rooms",
|
||||
"ReleaseStatus": "2024-02-20",
|
||||
"ReleaseStatus": "2024-04-23",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.rooms",
|
||||
"com.azure.communication.rooms.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-sms",
|
||||
"Version": "1.1.21",
|
||||
"Version": "1.1.23",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-sms",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-sms",
|
||||
"ReleaseStatus": "2024-02-20",
|
||||
"ReleaseStatus": "2024-04-23",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.sms",
|
||||
"com.azure.communication.sms.models"
|
||||
|
|
Загрузка…
Ссылка в новой задаче