Update docs metadata
This commit is contained in:
Родитель
05713349e6
Коммит
8d18bd8228
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure ContentSafety client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-ai-contentsafety, contentsafety
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: contentsafety
|
||||
---
|
||||
# Azure ContentSafety client library for Java - version 1.0.4
|
||||
# Azure ContentSafety client library for Java - version 1.0.5
|
||||
|
||||
|
||||
[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.4</version>
|
||||
<version>1.0.5</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.4/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.5/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.4/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.5/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.4/sdk/identity/azure-identity
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-contentsafety_1.0.5/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: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Call Automation Service client library for Java - version 1.2.2
|
||||
# Azure Communication Call Automation Service client library for Java - version 1.2.3
|
||||
|
||||
|
||||
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.2.2</version>
|
||||
<version>1.2.3</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -135,7 +135,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.2.2/sdk/communication/azure-communication-callautomation/src
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-callautomation_1.2.3/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 Chat client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-chat, communication
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Chat client library for Java - version 1.5.2
|
||||
# Azure Communication Chat client library for Java - version 1.5.3
|
||||
|
||||
|
||||
Azure Communication Chat contains the APIs used in chat applications for Azure Communication Services.
|
||||
|
@ -26,7 +26,7 @@ Azure Communication Chat contains the APIs used in chat applications for Azure C
|
|||
#### 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-chat_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-chat_1.5.3/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -61,7 +61,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-communication-chat</artifactId>
|
||||
<version>1.5.2</version>
|
||||
<version>1.5.3</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -401,5 +401,5 @@ Check out other client libraries for Azure communication service
|
|||
[product_docs]: /azure/communication-services/
|
||||
[package]: https://central.sonatype.com/artifact/com.azure/azure-communication-chat
|
||||
[api_documentation]: https://aka.ms/java-docs
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-chat_1.5.2/sdk/communication/azure-communication-chat/src
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-chat_1.5.3/sdk/communication/azure-communication-chat/src
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Communication Service Common client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-common, communication
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Service Common client library for Java - version 1.3.4
|
||||
# Azure Communication Service Common client library for Java - version 1.3.5
|
||||
|
||||
|
||||
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.4/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.5/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.4</version>
|
||||
<version>1.3.5</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: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Email client library for Java - version 1.0.14
|
||||
# Azure Communication Email client library for Java - version 1.0.15
|
||||
|
||||
|
||||
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.14/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.15/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.14</version>
|
||||
<version>1.0.15</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: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Identity client library for Java - version 1.5.6
|
||||
# Azure Communication Identity client library for Java - version 1.5.7
|
||||
|
||||
|
||||
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.6/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.7/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.6</version>
|
||||
<version>1.5.7</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.6/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.6/sdk/communication/azure-communication-identity/src
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-identity_1.5.7/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.7/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: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Job Router client library for Java - version 1.1.5
|
||||
# Azure Communication Job Router client library for Java - version 1.1.6
|
||||
|
||||
|
||||
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.5/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.6/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.5</version>
|
||||
<version>1.1.6</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.5/sdk/communication/azure-communication-jobrouter/src
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-jobrouter_1.1.6/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: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Messages client library for Java - version 1.0.4
|
||||
# Azure Messages client library for Java - version 1.0.5
|
||||
|
||||
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.4/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.5/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.4</version>
|
||||
<version>1.0.5</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.4/sdk/identity/azure-identity
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-messages_1.0.5/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: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Phone Numbers client library for Java - version 1.1.14
|
||||
# Azure Communication Phone Numbers client library for Java - version 1.1.15
|
||||
|
||||
|
||||
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.14/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.15/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.14</version>
|
||||
<version>1.1.15</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.14/sdk/communication/azure-communication-phonenumbers/src
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-phonenumbers_1.1.15/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: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communications Rooms Service client library for Java - version 1.1.3
|
||||
# Azure Communications Rooms Service client library for Java - version 1.1.4
|
||||
|
||||
|
||||
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.1.3</version>
|
||||
<version>1.1.4</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -225,7 +225,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]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-rooms_1.1.3/sdk/communication/azure-communication-rooms/src
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-rooms_1.1.4/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/
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Communications SMS Service client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-sms, communication
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communications SMS Service client library for Java - version 1.1.25
|
||||
# Azure Communications SMS Service client library for Java - version 1.1.26
|
||||
|
||||
|
||||
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.25/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.26/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.25</version>
|
||||
<version>1.1.26</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.25/sdk/communication/azure-communication-sms/src
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-sms_1.1.26/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,12 +1,12 @@
|
|||
---
|
||||
title: Azure Container Registry client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-containers-containerregistry, containerregistry
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: containerregistry
|
||||
---
|
||||
# Azure Container Registry client library for Java - version 1.2.9
|
||||
# Azure Container Registry client library for Java - version 1.2.10
|
||||
|
||||
|
||||
Azure Container Registry allows you to store and manage container images and artifacts in a private registry for all types of container deployments.
|
||||
|
@ -33,7 +33,7 @@ Use the client library for Azure Container Registry to:
|
|||
#### 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-containers-containerregistry_1.2.9/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-containers-containerregistry_1.2.10/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -65,7 +65,7 @@ and then include the direct dependency in the dependencies section without the v
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-containers-containerregistry</artifactId>
|
||||
<version>1.2.9</version>
|
||||
<version>1.2.10</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -346,7 +346,7 @@ contentClient.deleteManifest(manifestResult.getDigest());
|
|||
|
||||
## Troubleshooting
|
||||
|
||||
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.9/sdk/containerregistry/azure-containers-containerregistry/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
|
||||
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.10/sdk/containerregistry/azure-containers-containerregistry/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
|
||||
|
||||
## Next steps
|
||||
|
||||
|
@ -367,7 +367,7 @@ 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-containers-containerregistry_1.2.9/sdk/containerregistry/azure-containers-containerregistry/src
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-containers-containerregistry_1.2.10/sdk/containerregistry/azure-containers-containerregistry/src
|
||||
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
|
||||
[azure_subscription]: https://azure.microsoft.com/free
|
||||
[package]: https://search.maven.org/artifact/com.azure/azure-containers-containerregisty
|
||||
|
@ -381,9 +381,9 @@ additional questions or comments.
|
|||
[container_registry_concepts]: /azure/container-registry/container-registry-concepts
|
||||
[azure_cli]: /cli/azure
|
||||
[azure_sub]: https://azure.microsoft.com/free/
|
||||
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.9/sdk/identity/azure-identity/README.md
|
||||
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.9/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-containers-containerregistry_1.2.9/sdk/containerregistry/azure-containers-containerregistry/src/samples/
|
||||
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.10/sdk/identity/azure-identity/README.md
|
||||
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.10/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-containers-containerregistry_1.2.10/sdk/containerregistry/azure-containers-containerregistry/src/samples/
|
||||
[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 Schema Registry Apache Avro Serializer client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-data-schemaregistry-apacheavro, schemaregistry
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: schemaregistry
|
||||
---
|
||||
# Azure Schema Registry Apache Avro Serializer client library for Java - version 1.1.18
|
||||
# Azure Schema Registry Apache Avro Serializer client library for Java - version 1.1.19
|
||||
|
||||
|
||||
Azure Schema Registry Apache Avro is a serializer and deserializer library for Avro data format that is integrated with
|
||||
|
@ -32,7 +32,7 @@ and deserialization.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
|
||||
<version>1.1.18</version>
|
||||
<version>1.1.19</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -147,18 +147,18 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
|
||||
<!-- LINKS -->
|
||||
[package_maven]: https://central.sonatype.com/artifact/com.azure/azure-data-schemaregistry-avro
|
||||
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry-apacheavro_1.1.18/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.18/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/java/com/azure/data/schemaregistry/apacheavro
|
||||
[generated_types]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.18/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/java/com/azure/data/schemaregistry/apacheavro/generatedtestsources
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.18/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src
|
||||
[samples_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.18/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/
|
||||
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry-apacheavro_1.1.19/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.19/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/java/com/azure/data/schemaregistry/apacheavro
|
||||
[generated_types]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.19/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/java/com/azure/data/schemaregistry/apacheavro/generatedtestsources
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.19/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src
|
||||
[samples_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.19/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/
|
||||
[azure_subscription]: https://azure.microsoft.com/free/
|
||||
[apache_avro]: https://avro.apache.org/
|
||||
[api_reference_doc]: https://azure.github.io/azure-sdk-for-java/
|
||||
[azure_cli]: /cli/azure
|
||||
[azure_portal]: https://portal.azure.com
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry-apacheavro_1.1.18/sdk/identity/azure-identity
|
||||
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.18/sdk/identity/azure-identity/README.md#defaultazurecredential
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry-apacheavro_1.1.19/sdk/identity/azure-identity
|
||||
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.19/sdk/identity/azure-identity/README.md#defaultazurecredential
|
||||
[event_hubs_namespace]: /azure/event-hubs/event-hubs-about
|
||||
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
|
||||
[product_documentation]: https://aka.ms/schemaregistry
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Schema Registry client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-data-schemaregistry, schema-registry
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: schema-registry
|
||||
---
|
||||
# Azure Schema Registry client library for Java - version 1.4.7
|
||||
# Azure Schema Registry client library for Java - version 1.4.8
|
||||
|
||||
|
||||
Azure Schema Registry is a schema repository service hosted by Azure Event Hubs, providing schema storage, versioning,
|
||||
|
@ -28,7 +28,7 @@ schema identifiers rather than full schemas.
|
|||
#### 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-data-schemaregistry_1.4.7/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-data-schemaregistry_1.4.8/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-data-schemaregistry</artifactId>
|
||||
<version>1.4.7</version>
|
||||
<version>1.4.8</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -204,23 +204,23 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
|
||||
<!-- LINKS -->
|
||||
[package_maven]: https://central.sonatype.com/artifact/com.azure/azure-data-schemaregistry
|
||||
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry_1.4.7/sdk/schemaregistry/azure-data-schemaregistry/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.7/sdk/schemaregistry/azure-data-schemaregistry/src/samples/java/com/azure/data/schemaregistry
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.7/sdk/schemaregistry/azure-data-schemaregistry/src
|
||||
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry_1.4.8/sdk/schemaregistry/azure-data-schemaregistry/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.8/sdk/schemaregistry/azure-data-schemaregistry/src/samples/java/com/azure/data/schemaregistry
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.8/sdk/schemaregistry/azure-data-schemaregistry/src
|
||||
[samples_code]: src/samples/
|
||||
[azure_subscription]: https://azure.microsoft.com/free/
|
||||
[api_reference_doc]: https://azure.github.io/azure-sdk-for-java/
|
||||
[azure_cli]: /cli/azure
|
||||
[azure_portal]: https://portal.azure.com
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry_1.4.7/sdk/identity/azure-identity
|
||||
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.7/sdk/identity/azure-identity/README.md#defaultazurecredential
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry_1.4.8/sdk/identity/azure-identity
|
||||
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.8/sdk/identity/azure-identity/README.md#defaultazurecredential
|
||||
[event_hubs_namespace]: /azure/event-hubs/event-hubs-about
|
||||
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
|
||||
[product_documentation]: https://aka.ms/schemaregistry
|
||||
[custom_subdomain]: /azure/cognitive-services/authentication#create-a-resource-with-a-custom-subdomain
|
||||
[register_aad_app]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
|
||||
[aad_grant_access]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
|
||||
[schema_properties]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.7/sdk/schemaregistry/azure-data-schemaregistry/src/main/java/com/azure/data/schemaregistry/models/SchemaProperties.java
|
||||
[schema_properties]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.8/sdk/schemaregistry/azure-data-schemaregistry/src/main/java/com/azure/data/schemaregistry/models/SchemaProperties.java
|
||||
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
|
||||
[cla]: https://cla.microsoft.com
|
||||
[coc]: https://opensource.microsoft.com/codeofconduct/
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Tables client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-data-tables, tables
|
||||
ms.date: 06/13/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: tables
|
||||
---
|
||||
# Azure Tables client library for Java - version 12.4.2
|
||||
# Azure Tables client library for Java - version 12.4.3
|
||||
|
||||
Azure Tables is a service that stores structured NoSQL data in the cloud, providing a key/attribute store with a schemaless design. Azure Tables gives developers flexibility and scalability with all the best parts of Azure cloud.
|
||||
|
||||
|
@ -20,7 +20,7 @@ Azure Tables is a service that stores structured NoSQL data in the cloud, provid
|
|||
#### 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-data-tables_12.4.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-data-tables_12.4.3/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-data-tables</artifactId>
|
||||
<version>12.4.2</version>
|
||||
<version>12.4.3</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -156,7 +156,7 @@ Azure Tables provides integration with Azure Active Directory (AAD) for identity
|
|||
To access a table resource with a `TokenCredential`, the authenticated identity should have either the "Storage Table Data Contributor" or "Storage Table Data Reader" role.
|
||||
|
||||
With the `azure-identity` package, you can seamlessly authorize requests in both development and production environments.
|
||||
To learn more about Azure AD integration in Azure Storage, see the [Azure Identity README](https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.4.2/sdk/identity/azure-identity/README.md).
|
||||
To learn more about Azure AD integration in Azure Storage, see the [Azure Identity README](https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.4.3/sdk/identity/azure-identity/README.md).
|
||||
|
||||
## Key concepts
|
||||
|
||||
|
@ -377,13 +377,13 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
[cosmosdb_create_cli]: /azure/cosmos-db/scripts/cli/table/create
|
||||
[cosmosdb_create_portal]: /azure/cosmos-db/create-table-java#create-a-database-account
|
||||
[jdk]: /java/azure/jdk/
|
||||
[log_level]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.4.2/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/LogLevel.java
|
||||
[log_level]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.4.3/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/LogLevel.java
|
||||
[package]: https://central.sonatype.com/artifact/com.azure/azure-data-tables
|
||||
[product_documentation]: /azure/cosmos-db/table-storage-overview
|
||||
[query_options]: /rest/api/storageservices/querying-tables-and-entities#supported-query-options
|
||||
[rest_api]: /rest/api/storageservices/table-service-rest-api
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.4.2/sdk/tables/azure-data-tables/src/samples/java/
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.4.2/sdk/tables/azure-data-tables/src
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.4.3/sdk/tables/azure-data-tables/src/samples/java/
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.4.3/sdk/tables/azure-data-tables/src
|
||||
[storage_account_create_cli]: /azure/storage/common/storage-account-create?tabs=azure-cli
|
||||
[storage_account_create_portal]: /azure/storage/common/storage-account-create?tabs=azure-portal
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure DevCenter client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-developer-devcenter, devcenter
|
||||
ms.date: 06/26/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: devcenter
|
||||
---
|
||||
# Azure DevCenter client library for Java - version 1.0.1
|
||||
# Azure DevCenter client library for Java - version 1.0.2
|
||||
|
||||
|
||||
This package contains Microsoft Azure DevCenter client library.
|
||||
|
@ -34,7 +34,7 @@ Various documentation is available to help you get started
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-developer-devcenter</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<version>1.0.2</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -176,7 +176,7 @@ System.out.println("Done deleting environment" + environmentName);
|
|||
|
||||
## Contributing
|
||||
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-devcenter_1.0.1/CONTRIBUTING.md).
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-devcenter_1.0.2/CONTRIBUTING.md).
|
||||
|
||||
1. Fork it
|
||||
1. Create your feature branch (`git checkout -b my-new-feature`)
|
||||
|
@ -190,5 +190,5 @@ 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-developer-devcenter_1.0.1/sdk/identity/azure-identity
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-devcenter_1.0.2/sdk/identity/azure-identity
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Load Testing client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-developer-loadtesting, load-testing
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: load-testing
|
||||
---
|
||||
# Azure Load Testing client library for Java - version 1.0.14
|
||||
# Azure Load Testing client library for Java - version 1.0.15
|
||||
|
||||
|
||||
Azure Load Testing provides client library in Java to the user by which they can interact natively with Azure Load Testing service. Azure Load Testing is a fully managed load-testing service that enables you to generate high-scale load. The service simulates traffic for your applications, regardless of where they're hosted. Developers, testers, and quality assurance (QA) engineers can use it to optimize application performance, scalability, or capacity
|
||||
|
@ -36,7 +36,7 @@ Various documentation is available to help you get started
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-developer-loadtesting</artifactId>
|
||||
<version>1.0.14</version>
|
||||
<version>1.0.15</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -310,7 +310,7 @@ See [Azure Load Testing samples][sample_code].
|
|||
|
||||
## Contributing
|
||||
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.14/CONTRIBUTING.md).
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.15/CONTRIBUTING.md).
|
||||
|
||||
1. Fork it
|
||||
1. Create your feature branch (`git checkout -b my-new-feature`)
|
||||
|
@ -319,12 +319,12 @@ For details on contributing to this repository, see the [contributing guide](htt
|
|||
1. Create new Pull Request
|
||||
|
||||
<!-- LINKS -->
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.14/sdk/loadtesting/azure-developer-loadtesting/src
|
||||
[sample_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.14/sdk/loadtesting/azure-developer-loadtesting/src/samples
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.15/sdk/loadtesting/azure-developer-loadtesting/src
|
||||
[sample_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.15/sdk/loadtesting/azure-developer-loadtesting/src/samples
|
||||
[api_reference_doc]: /rest/api/loadtesting/
|
||||
[product_documentation]: https://azure.microsoft.com/services/load-testing/
|
||||
[jdk]: /java/azure/jdk/
|
||||
[azure_subscription]: https://azure.microsoft.com/free/
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.14/sdk/identity/azure-identity
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.15/sdk/identity/azure-identity
|
||||
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-in-Azure-SDK
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure IoT Digital Twins client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-digitaltwins-core, digital-twins
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: digital-twins
|
||||
---
|
||||
# Azure IoT Digital Twins client library for Java - version 1.3.21
|
||||
# Azure IoT Digital Twins client library for Java - version 1.3.22
|
||||
|
||||
|
||||
This library provides access to the Azure Digital Twins service for managing twins, models, relationships, etc.
|
||||
|
@ -23,7 +23,7 @@ For the best development experience, developers should use the official Microsof
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on 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-digitaltwins-core_1.3.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-digitaltwins-core_1.3.22/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-digitaltwins-core</artifactId>
|
||||
<version>1.3.21</version>
|
||||
<version>1.3.22</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -80,7 +80,7 @@ add the direct dependency to your project as follows.
|
|||
|
||||
### Authenticate the Client
|
||||
|
||||
In order to interact with the Azure Digital Twins service, you will need to create an instance of a [TokenCredential class][token_credential] and pass it to the constructor of your [DigitalTwinsClientBuilder](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.21/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClientBuilder.java).
|
||||
In order to interact with the Azure Digital Twins service, you will need to create an instance of a [TokenCredential class][token_credential] and pass it to the constructor of your [DigitalTwinsClientBuilder](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.22/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClientBuilder.java).
|
||||
|
||||
## Key concepts
|
||||
|
||||
|
@ -91,24 +91,24 @@ You can learn more about Azure Digital Twins by visiting [Azure Digital Twins Do
|
|||
|
||||
## Examples
|
||||
|
||||
You can familiarize yourself with different APIs using [samples for Digital Twins](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.21/sdk/digitaltwins/azure-digitaltwins-core/src/samples).
|
||||
You can familiarize yourself with different APIs using [samples for Digital Twins](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.22/sdk/digitaltwins/azure-digitaltwins-core/src/samples).
|
||||
|
||||
## Source code folder structure
|
||||
|
||||
### /src/main/java/com/azure/digitaltwins/core
|
||||
|
||||
- The Digital Twins client builder [`DigitalTwinsClientBuilder`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.21/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClientBuilder.java)
|
||||
- The Digital Twins public sync and async clients [`DigitalTwinsClient`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.21/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClient.java), [`DigitalTwinsAsyncClient`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.21/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsAsyncClient.java)
|
||||
- [`models` package](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.21/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/models)
|
||||
- The Digital Twins client builder [`DigitalTwinsClientBuilder`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.22/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClientBuilder.java)
|
||||
- The Digital Twins public sync and async clients [`DigitalTwinsClient`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.22/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClient.java), [`DigitalTwinsAsyncClient`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.22/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsAsyncClient.java)
|
||||
- [`models` package](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.22/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/models)
|
||||
|
||||
Portions of the client library are generated through Autorest, and the swagger file used is defined in the Autorest config file.
|
||||
|
||||
To regenerate the code, run the Powershell script [generate.ps1](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.21/sdk/digitaltwins/azure-digitaltwins-core/generate.ps1).
|
||||
To regenerate the code, run the Powershell script [generate.ps1](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.22/sdk/digitaltwins/azure-digitaltwins-core/generate.ps1).
|
||||
|
||||
### /src/samples
|
||||
|
||||
This directory contains sample code that demonstrates basic usage of this client library. For additional information,
|
||||
see the [sample readme](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.21/sdk/digitaltwins/azure-digitaltwins-core/src/samples/README.md)
|
||||
see the [sample readme](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.22/sdk/digitaltwins/azure-digitaltwins-core/src/samples/README.md)
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
@ -132,7 +132,7 @@ catch (ErrorResponseException ex) {
|
|||
|
||||
## Next steps
|
||||
|
||||
See implementation examples with our [code samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.21/sdk/digitaltwins/azure-digitaltwins-core/src/samples).
|
||||
See implementation examples with our [code samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.22/sdk/digitaltwins/azure-digitaltwins-core/src/samples).
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@ -151,12 +151,12 @@ For more information see the Code of Conduct FAQ or contact opencode@microsoft.c
|
|||
[microsoft_sdk_download]: https://azure.microsoft.com/downloads/?sdk=java
|
||||
[azure_cli]: /cli/azure
|
||||
[azure_sub]: https://azure.microsoft.com/free/
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.21/sdk/digitaltwins/azure-digitaltwins-core
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.22/sdk/digitaltwins/azure-digitaltwins-core
|
||||
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
|
||||
[nuget]: https://www.nuget.org/
|
||||
[azure_portal]: https://portal.azure.com/
|
||||
[azure_rest_api]: /rest/api/azure/
|
||||
[azure_core_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.21/sdk/core/azure-core
|
||||
[azure_core_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.22/sdk/core/azure-core
|
||||
[token_credential]: /java/api/com.azure.core.credential.tokencredential?view=azure-java-stable
|
||||
[digital_twins_documentation]: /azure/digital-twins/
|
||||
[azure_cli]: /cli/azure/install-azure-cli?view=azure-cli-latest
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Azure identity authentication extensions plugin library for Java
|
||||
keywords: Azure, java, SDK, API, azure-identity-extensions, identity
|
||||
ms.date: 06/26/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: identity
|
||||
|
@ -17,7 +17,7 @@ ms.service: identity
|
|||
- [Next steps](#next-steps)
|
||||
- [Contributing](#contributing)
|
||||
|
||||
# Azure identity authentication extensions plugin library for Java - version 1.1.17
|
||||
# Azure identity authentication extensions plugin library for Java - version 1.1.18
|
||||
|
||||
|
||||
This package contains authentication extensions to get a token from Microsoft Entra ID for Azure services, like Azure Database for MySQL.
|
||||
|
@ -58,10 +58,10 @@ Other useful docs are:
|
|||
|
||||
## Contributing
|
||||
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity-extensions_1.1.17/CONTRIBUTING.md).
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity-extensions_1.1.18/CONTRIBUTING.md).
|
||||
|
||||
<!-- LINKS -->
|
||||
[jdk]: https://learn.microsoft.com/java/azure/jdk/
|
||||
[azure-identity-extensions-jdbc-mysql]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-extensions_1.1.17/sdk/identity/azure-identity-extensions/Azure-Database-for-MySQL-README.md
|
||||
[azure-identity-extensions-jdbc-postgresql]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-extensions_1.1.17/sdk/identity/azure-identity-extensions/Azure-Database-for-PostgreSQL-README.md
|
||||
[azure-identity-extensions-jdbc-mysql]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-extensions_1.1.18/sdk/identity/azure-identity-extensions/Azure-Database-for-MySQL-README.md
|
||||
[azure-identity-extensions-jdbc-postgresql]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-extensions_1.1.18/sdk/identity/azure-identity-extensions/Azure-Database-for-PostgreSQL-README.md
|
||||
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
---
|
||||
title: Azure Device Update for IoT Hub client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-iot-deviceupdate, deviceupdate
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: deviceupdate
|
||||
---
|
||||
# Azure Device Update for IoT Hub client library for Java - version 1.0.19
|
||||
# Azure Device Update for IoT Hub client library for Java - version 1.0.20
|
||||
|
||||
|
||||
The library provides access to the Device Update for IoT Hub service that enables customers to publish updates for their IoT devices to the cloud, and then deploy these updates to their devices (approve updates to groups of devices managed and provisioned in IoT Hub).
|
||||
|
||||
[Source code](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.19/sdk) | [Product documentation](/azure/iot-hub-device-update/understand-device-update)
|
||||
[Source code](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.20/sdk) | [Product documentation](/azure/iot-hub-device-update/understand-device-update)
|
||||
|
||||
## Getting started
|
||||
|
||||
|
@ -33,7 +33,7 @@ For the best development experience, developers should use the official Microsof
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-iot-deviceupdate</artifactId>
|
||||
<version>1.0.19</version>
|
||||
<version>1.0.20</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -55,7 +55,7 @@ You can learn more about Device Update for IoT Hub by visiting [Device Update fo
|
|||
|
||||
## Examples
|
||||
|
||||
You can familiarize yourself with different APIs using [Samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.19/sdk/deviceupdate/azure-iot-deviceupdate/src/samples).
|
||||
You can familiarize yourself with different APIs using [Samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.20/sdk/deviceupdate/azure-iot-deviceupdate/src/samples).
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
@ -78,7 +78,7 @@ try {
|
|||
|
||||
## Next steps
|
||||
|
||||
Get started with our [Device Update for IoT Hub samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.19/sdk/deviceupdate/azure-iot-deviceupdate/src/samples)
|
||||
Get started with our [Device Update for IoT Hub samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.20/sdk/deviceupdate/azure-iot-deviceupdate/src/samples)
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Event Grid client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-messaging-eventgrid, event-grid
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: event-grid
|
||||
---
|
||||
# Azure Event Grid client library for Java - version 4.22.3
|
||||
# Azure Event Grid client library for Java - version 4.22.4
|
||||
|
||||
|
||||
Azure Event Grid allows you to easily build applications with event-based architectures. The Event Grid service fully
|
||||
|
@ -55,7 +55,7 @@ az eventgrid domain create --location <location> --resource-group <your-resource
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on 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-messaging-eventgrid_4.22.3/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-messaging-eventgrid_4.22.4/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -90,7 +90,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-messaging-eventgrid</artifactId>
|
||||
<version>4.22.3</version>
|
||||
<version>4.22.4</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -494,7 +494,7 @@ If you encounter any bugs with these SDKs, please file issues via [Issues](https
|
|||
|
||||
## Contributing
|
||||
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.22.3/CONTRIBUTING.md).
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.22.4/CONTRIBUTING.md).
|
||||
|
||||
1. Fork it
|
||||
2. Create your feature branch (`git checkout -b my-new-feature`)
|
||||
|
@ -511,13 +511,13 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
|
|||
[javadocs]: https://azure.github.io/azure-sdk-for-java/eventgrid.html
|
||||
[azure_subscription]: https://azure.microsoft.com/free
|
||||
[maven]: https://maven.apache.org/
|
||||
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.22.3/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.22.3/sdk/eventgrid/azure-messaging-eventgrid/src/samples/java/com/azure/messaging/eventgrid
|
||||
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.22.4/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.22.4/sdk/eventgrid/azure-messaging-eventgrid/src/samples/java/com/azure/messaging/eventgrid
|
||||
[eventgrid]: https://azure.com/eventgrid
|
||||
[portal]: https://ms.portal.azure.com/
|
||||
[cli]: /cli/azure
|
||||
[service_docs]: /azure/event-grid/
|
||||
[sources]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-eventgrid_4.22.3/sdk/eventgrid/azure-messaging-eventgrid/src
|
||||
[sources]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-eventgrid_4.22.4/sdk/eventgrid/azure-messaging-eventgrid/src
|
||||
[EventGridEvent]: /azure/event-grid/event-schema
|
||||
[CloudEvent]: https://github.com/cloudevents/spec/blob/master/spec.md
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Service Bus client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-messaging-servicebus, service-bus-messaging
|
||||
ms.date: 06/23/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: service-bus-messaging
|
||||
---
|
||||
# Azure Service Bus client library for Java - version 7.17.1
|
||||
# Azure Service Bus client library for Java - version 7.17.2
|
||||
|
||||
|
||||
Microsoft Azure Service Bus is a fully managed enterprise integration message broker. Service Bus can decouple
|
||||
|
@ -43,7 +43,7 @@ To quickly create the needed Service Bus resources in Azure and to receive a con
|
|||
#### 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-messaging-servicebus_7.17.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-messaging-servicebus_7.17.2/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -78,7 +78,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-messaging-servicebus</artifactId>
|
||||
<version>7.17.1</version>
|
||||
<version>7.17.2</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -521,13 +521,13 @@ the following set of sample is available [here][samples_readme].
|
|||
## Contributing
|
||||
|
||||
If you would like to become an active contributor to this project please refer to our [Contribution
|
||||
Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/CONTRIBUTING.md) for more information.
|
||||
Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/CONTRIBUTING.md) for more information.
|
||||
|
||||
<!-- Links -->
|
||||
[aad_authorization]: /azure/service-bus-messaging/authenticate-application
|
||||
[amqp_transport_error]: https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-transport-v1.0-os.html#type-amqp-error
|
||||
[AmqpErrorCondition]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/exception/AmqpErrorCondition.java
|
||||
[AmqpRetryOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/AmqpRetryOptions.java
|
||||
[AmqpErrorCondition]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/exception/AmqpErrorCondition.java
|
||||
[AmqpRetryOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/AmqpRetryOptions.java
|
||||
[api_documentation]: https://aka.ms/java-docs
|
||||
[dead-letter-queue]: /azure/service-bus-messaging/service-bus-dead-letter-queues
|
||||
[deadletterqueue_docs]: /azure/service-bus-messaging/service-bus-dead-letter-queues
|
||||
|
@ -542,27 +542,27 @@ Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-ser
|
|||
[product_docs]: /azure/service-bus-messaging
|
||||
[qpid_proton_j_apache]: https://qpid.apache.org/proton/
|
||||
[queue_concept]: /azure/service-bus-messaging/service-bus-messaging-overview#queues
|
||||
[ReceiveMode]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/models/ReceiveMode.java
|
||||
[RetryOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/AmqpRetryOptions.java
|
||||
[sample_examples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/servicebus/azure-messaging-servicebus/src/samples/java/com/azure/messaging/servicebus/
|
||||
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/servicebus/azure-messaging-servicebus/src/samples/java/com/azure/messaging/servicebus
|
||||
[ReceiveMode]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/models/ReceiveMode.java
|
||||
[RetryOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/AmqpRetryOptions.java
|
||||
[sample_examples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/samples/java/com/azure/messaging/servicebus/
|
||||
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/samples/java/com/azure/messaging/servicebus
|
||||
[service_bus_connection_string]: /azure/service-bus-messaging/service-bus-create-namespace-portal#get-the-connection-string
|
||||
[servicebus_create]: /azure/service-bus-messaging/service-bus-create-namespace-portal
|
||||
[servicebus_messaging_exceptions]: /azure/service-bus-messaging/service-bus-messaging-exceptions
|
||||
[servicebus_roles]: /azure/service-bus-messaging/authenticate-application#built-in-rbac-roles-for-azure-service-bus
|
||||
[ServiceBusClientBuilder]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusClientBuilder.java
|
||||
[ServiceBusMessage]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusMessage.java
|
||||
[ServiceBusReceiverAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusReceiverAsyncClient.java
|
||||
[ServiceBusReceiverClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusReceiverClient.java
|
||||
[ServiceBusSenderAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusSenderAsyncClient.java
|
||||
[ServiceBusSenderClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusSenderClient.java
|
||||
[ServiceBusClientBuilder]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusClientBuilder.java
|
||||
[ServiceBusMessage]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusMessage.java
|
||||
[ServiceBusReceiverAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusReceiverAsyncClient.java
|
||||
[ServiceBusReceiverClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusReceiverClient.java
|
||||
[ServiceBusSenderAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusSenderAsyncClient.java
|
||||
[ServiceBusSenderClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusSenderClient.java
|
||||
[service_bus_create]: /azure/service-bus-messaging/service-bus-create-namespace-portal
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/servicebus/azure-messaging-servicebus/src
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src
|
||||
[subscription_concept]: /azure/service-bus-messaging/service-bus-queues-topics-subscriptions#topics-and-subscriptions
|
||||
[topic_concept]: /azure/service-bus-messaging/service-bus-messaging-overview#topics
|
||||
[wiki_identity]: https://github.com/Azure/azure-sdk-for-java/wiki/Identity-and-Authentication
|
||||
[known-issue-binarydata-notfound]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/servicebus/azure-messaging-servicebus/known-issues.md#can-not-resolve-binarydata-or-noclassdeffounderror-version-700
|
||||
[sync_receivemessages_implicit_prefetch]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.1/sdk/servicebus/azure-messaging-servicebus/docs/SyncReceiveAndPrefetch.md
|
||||
[known-issue-binarydata-notfound]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/known-issues.md#can-not-resolve-binarydata-or-noclassdeffounderror-version-700
|
||||
[sync_receivemessages_implicit_prefetch]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/docs/SyncReceiveAndPrefetch.md
|
||||
[peek_lock_mode_docs]: https://learn.microsoft.com/azure/service-bus-messaging/message-transfers-locks-settlement#peeklock
|
||||
[receive_and_delete_mode_docs]: https://learn.microsoft.com/azure/service-bus-messaging/message-transfers-locks-settlement#receiveanddelete
|
||||
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fservicebus%2Fazure-messaging-servicebus%2FREADME.png)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure WebPubSub client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-messaging-webpubsub-client, webpubsub
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: webpubsub
|
||||
---
|
||||
# Azure WebPubSub client library for Java - version 1.0.4
|
||||
# Azure WebPubSub client library for Java - version 1.0.5
|
||||
|
||||
|
||||
[Web PubSub](https://aka.ms/awps/doc) is an Azure-managed service that helps developers easily build web applications with real-time features and publish-subscribe patterns. Any scenario that requires real-time publish-subscribe messaging between server and clients or among clients can use Web PubSub. Traditional real-time features that often require polling from the server or submitting HTTP requests can also use Web PubSub.
|
||||
|
@ -45,7 +45,7 @@ Various documentation is available to help you get started
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-messaging-webpubsub-client</artifactId>
|
||||
<version>1.0.4</version>
|
||||
<version>1.0.5</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -101,7 +101,7 @@ Features to differentiate `WebPubSubClient` and `WebPubSubServiceClient`.
|
|||
|Package Name|azure-messaging-webpubsub-client|azure-messaging-webpubsub|
|
||||
|Features|Usually used on client side. Publish messages and subscribe to messages.|Usually used on server side. Generate Client Access Uri and manage clients.|
|
||||
|
||||
Find more details in [azure-messaging-webpubsub](https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-webpubsub-client_1.0.4/sdk/webpubsub/azure-messaging-webpubsub)
|
||||
Find more details in [azure-messaging-webpubsub](https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-webpubsub-client_1.0.5/sdk/webpubsub/azure-messaging-webpubsub)
|
||||
|
||||
## Key concepts
|
||||
|
||||
|
@ -219,7 +219,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
[docs]: https://azure.github.io/azure-sdk-for-java/
|
||||
[jdk]: /java/azure/jdk/
|
||||
[azure_subscription]: https://azure.microsoft.com/free/
|
||||
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub-client_1.0.4/CONTRIBUTING.md
|
||||
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub-client_1.0.5/CONTRIBUTING.md
|
||||
[coc]: https://opensource.microsoft.com/codeofconduct/
|
||||
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Web PubSub service client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-messaging-webpubsub, webpubsub
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: webpubsub
|
||||
---
|
||||
# Azure Web PubSub service client library for Java - version 1.2.16
|
||||
# Azure Web PubSub service client library for Java - version 1.2.17
|
||||
|
||||
|
||||
[Azure Web PubSub service](https://aka.ms/awps/doc) is an Azure-managed service that helps developers easily build web applications with real-time features and publish-subscribe pattern. Any scenario that requires real-time publish-subscribe messaging between server and clients or among clients can use Azure Web PubSub service. Traditional real-time features that often require polling from server or submitting HTTP requests can also use Azure Web PubSub service.
|
||||
|
@ -38,7 +38,7 @@ Details about the terms used here are described in [Key concepts](#key-concepts)
|
|||
#### 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-messaging-webpubsub_1.2.16/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-messaging-webpubsub_1.2.17/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -74,7 +74,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-messaging-webpubsub</artifactId>
|
||||
<version>1.2.16</version>
|
||||
<version>1.2.17</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -212,10 +212,10 @@ comments.
|
|||
|
||||
[azure_subscription]: https://azure.microsoft.com/free
|
||||
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-webpubsub_1.2.16/sdk/webpubsub/azure-messaging-webpubsub/src
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-webpubsub_1.2.17/sdk/webpubsub/azure-messaging-webpubsub/src
|
||||
[product_documentation]: https://aka.ms/awps/doc
|
||||
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.2.16/sdk/webpubsub/azure-messaging-webpubsub/src/samples/README.md
|
||||
[log_levels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.2.16/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
|
||||
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.2.17/sdk/webpubsub/azure-messaging-webpubsub/src/samples/README.md
|
||||
[log_levels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.2.17/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
|
||||
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
|
||||
[cla]: https://cla.microsoft.com
|
||||
[coc]: https://opensource.microsoft.com/codeofconduct/
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Mixed Reality client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-mixedreality-authentication, mixedreality
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: mixedreality
|
||||
---
|
||||
# Azure Mixed Reality client library for Java - version 1.2.25
|
||||
# Azure Mixed Reality client library for Java - version 1.2.26
|
||||
|
||||
|
||||
Mixed Reality services, like Azure Spatial Anchors, Azure Remote Rendering, and others, use the Mixed Reality security
|
||||
|
@ -28,14 +28,14 @@ token from the STS that can be used to access Mixed Reality services.
|
|||
- [Azure Spatial Anchors](/azure/spatial-anchors/)
|
||||
- [Java Development Kit (JDK)](/java/azure/jdk/?view=azure-java-stable) version 8 or above.
|
||||
- [Apache Maven](https://maven.apache.org/download.cgi).
|
||||
- Familiarity with the authentication and credential concepts from [Azure.Identity](https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-authentication_1.2.25/sdk/identity/azure-identity).
|
||||
- Familiarity with the authentication and credential concepts from [Azure.Identity](https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-authentication_1.2.26/sdk/identity/azure-identity).
|
||||
|
||||
### Include the package
|
||||
|
||||
#### 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-mixedreality-authentication_1.2.25/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-mixedreality-authentication_1.2.26/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -70,7 +70,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-mixedreality-authentication</artifactId>
|
||||
<version>1.2.25</version>
|
||||
<version>1.2.26</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -194,7 +194,7 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
|
|||
[product_docs]: https://azure.microsoft.com/topic/mixed-reality/
|
||||
[package]: https://search.maven.org/artifact/com.azure/azure-mixedreality-authentication
|
||||
[api_documentation]: https://aka.ms/java-docs
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-authentication_1.2.25/sdk/mixedreality/azure-mixedreality-authentication
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-authentication_1.2.26/sdk/mixedreality/azure-mixedreality-authentication
|
||||
|
||||
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fmixedreality%2Fazure-mixedreality-authentication%2FREADME.png)
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Remote Rendering client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-mixedreality-remoterendering, remoterendering
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: remoterendering
|
||||
---
|
||||
# Azure Remote Rendering client library for Java - version 1.1.30
|
||||
# Azure Remote Rendering client library for Java - version 1.1.31
|
||||
|
||||
|
||||
Azure Remote Rendering (ARR) is a service that enables you to render high-quality, interactive 3D content in the cloud and stream it in real time to devices, such as the HoloLens 2.
|
||||
|
@ -32,7 +32,7 @@ the lifetime of remote rendering sessions.
|
|||
#### 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-mixedreality-remoterendering_1.1.30/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-mixedreality-remoterendering_1.1.31/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -69,7 +69,7 @@ Add the following Maven dependency:
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-mixedreality-remoterendering</artifactId>
|
||||
<version>1.1.30</version>
|
||||
<version>1.1.31</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -401,14 +401,14 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
|
|||
[azure_subscription]: https://azure.microsoft.com/free
|
||||
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
|
||||
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.30/sdk/remoterendering/azure-mixedreality-remoterendering/src
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.31/sdk/remoterendering/azure-mixedreality-remoterendering/src
|
||||
[remote_rendering_account]: /azure/remote-rendering/how-tos/create-an-account
|
||||
[LogLevels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-mixedreality-remoterendering_1.1.30/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
|
||||
[LogLevels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-mixedreality-remoterendering_1.1.31/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
|
||||
[product_documentation]: /azure/remote-rendering/
|
||||
[cpp_api]: /cpp/api/remote-rendering/
|
||||
[dotnet_api]: /dotnet/api/microsoft.azure.remoterendering
|
||||
[how_to_authenticate]: /azure/remote-rendering/how-tos/authentication
|
||||
[sts_sdk]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.30/sdk/mixedreality/azure-mixedreality-authentication
|
||||
[sts_sdk]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.31/sdk/mixedreality/azure-mixedreality-authentication
|
||||
[troubleshoot]: /azure/remote-rendering/resources/troubleshoot
|
||||
[api_reference_doc]: /rest/api/mixedreality/
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Attestation client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-security-attestation, attestation
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: attestation
|
||||
---
|
||||
# Azure Attestation client library for Java - version 1.1.25
|
||||
# Azure Attestation client library for Java - version 1.1.26
|
||||
|
||||
|
||||
Microsoft Azure Attestation (preview) is a unified solution for remotely verifying the trustworthiness of a platform and integrity of the binaries running inside it. The service supports attestation of the platforms backed by Trusted Platform Modules (TPMs) alongside the ability to attest to the state of Trusted Execution Environments (TEEs) such as Intel® Software Guard Extensions (SGX) enclaves and Virtualization-based Security (VBS) enclaves.
|
||||
|
@ -26,7 +26,7 @@ Azure Attestation receives evidence from compute entities, turns them into a set
|
|||
#### 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-security-attestation_1.1.25/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-security-attestation_1.1.26/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-security-attestation</artifactId>
|
||||
<version>1.1.25</version>
|
||||
<version>1.1.26</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -331,7 +331,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][microsoft_c
|
|||
[style-guide-msft]: /style-guide/capitalization
|
||||
[api_documentation]: https://azure.github.io/azure-sdk-for-java
|
||||
[azure_attestation]: /azure/attestation
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-attestation_1.1.25/sdk/identity/azure-identity
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-attestation_1.1.26/sdk/identity/azure-identity
|
||||
[maven]: https://maven.apache.org/
|
||||
[azure_subscription]: https://azure.microsoft.com/
|
||||
[azure_cli]: /cli/azure
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Confidential Ledger client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-security-confidentialledger, confidentialledger
|
||||
ms.date: 07/01/2024
|
||||
ms.date: 07/27/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: confidentialledger
|
||||
---
|
||||
# Azure Confidential Ledger client library for Java - version 1.0.21
|
||||
# Azure Confidential Ledger client library for Java - version 1.0.22
|
||||
|
||||
|
||||
Azure Confidential Ledger provides a service for logging to an immutable, tamper-proof ledger. As part of the [Azure Confidential Computing][azure_confidential_computing]
|
||||
|
@ -30,7 +30,7 @@ portfolio, Azure Confidential Ledger runs in SGX enclaves. It is built on Micros
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-security-confidentialledger</artifactId>
|
||||
<version>1.0.21</version>
|
||||
<version>1.0.22</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -117,19 +117,19 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
[ccf]: https://github.com/Microsoft/CCF
|
||||
[azure_confidential_computing]: https://azure.microsoft.com/solutions/confidential-compute
|
||||
[confidential_ledger_docs]: https://aka.ms/confidentialledger-servicedocs
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.21/sdk/confidentialledger/azure-security-confidentialledger/src/samples/java/com/azure/security/confidentialledger/
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.21/sdk/confidentialledger/azure-security-confidentialledger/src
|
||||
[samples_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.21/sdk/confidentialledger/azure-security-confidentialledger/src/samples/
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.22/sdk/confidentialledger/azure-security-confidentialledger/src/samples/java/com/azure/security/confidentialledger/
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.22/sdk/confidentialledger/azure-security-confidentialledger/src
|
||||
[samples_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.22/sdk/confidentialledger/azure-security-confidentialledger/src/samples/
|
||||
[azure_subscription]: https://azure.microsoft.com/free/
|
||||
[product_documentation]: https://aka.ms/confidentialledger-servicedocs
|
||||
[ledger_base_client_class]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.21/sdk/confidentialledger/azure-security-confidentialledger/src/main/java/com/azure/security/confidentialledger/LedgerBaseClient.java
|
||||
[ledger_base_client_class]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.22/sdk/confidentialledger/azure-security-confidentialledger/src/main/java/com/azure/security/confidentialledger/LedgerBaseClient.java
|
||||
[azure_portal]: https://portal.azure.com
|
||||
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
|
||||
[package]: https://mvnrepository.com/artifact/com.azure/azure-security-confidentialledger
|
||||
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.21/sdk/confidentialledger/azure-security-confidentialledger/src/samples/README.md
|
||||
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.22/sdk/confidentialledger/azure-security-confidentialledger/src/samples/README.md
|
||||
[azure_resource_manager]: /azure/azure-resource-manager/
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.21/sdk/identity/azure-identity
|
||||
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.21/sdk/identity/azure-identity/README.md#defaultazurecredential
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.22/sdk/identity/azure-identity
|
||||
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.22/sdk/identity/azure-identity/README.md#defaultazurecredential
|
||||
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
|
||||
[cla]: https://cla.opensource.microsoft.com/
|
||||
[coc]: https://opensource.microsoft.com/codeofconduct/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-ai-contentsafety",
|
||||
"Version": "1.0.4",
|
||||
"Version": "1.0.5",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/contentsafety/azure-ai-contentsafety",
|
||||
"ServiceDirectory": "contentsafety",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-ai-contentsafety",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.ai.contentsafety",
|
||||
"com.azure.ai.contentsafety.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-callautomation",
|
||||
"Version": "1.2.2",
|
||||
"Version": "1.2.3",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-callautomation",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-callautomation",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.callautomation",
|
||||
"com.azure.communication.callautomation.models",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-chat",
|
||||
"Version": "1.5.2",
|
||||
"Version": "1.5.3",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-chat",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-chat",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.chat",
|
||||
"com.azure.communication.chat.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-common",
|
||||
"Version": "1.3.4",
|
||||
"Version": "1.3.5",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-common",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-common",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.common"
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-email",
|
||||
"Version": "1.0.14",
|
||||
"Version": "1.0.15",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-email",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-email",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.email",
|
||||
"com.azure.communication.email.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-identity",
|
||||
"Version": "1.5.6",
|
||||
"Version": "1.5.7",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-identity",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-identity",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.identity",
|
||||
"com.azure.communication.identity.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-jobrouter",
|
||||
"Version": "1.1.5",
|
||||
"Version": "1.1.6",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-jobrouter",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-jobrouter",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.jobrouter",
|
||||
"com.azure.communication.jobrouter.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-messages",
|
||||
"Version": "1.0.4",
|
||||
"Version": "1.0.5",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-messages",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-messages",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.messages",
|
||||
"com.azure.communication.messages.models",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-phonenumbers",
|
||||
"Version": "1.1.14",
|
||||
"Version": "1.1.15",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-phonenumbers",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-phonenumbers",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.phonenumbers",
|
||||
"com.azure.communication.phonenumbers.models",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-rooms",
|
||||
"Version": "1.1.3",
|
||||
"Version": "1.1.4",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-rooms",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-rooms",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.rooms",
|
||||
"com.azure.communication.rooms.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-sms",
|
||||
"Version": "1.1.25",
|
||||
"Version": "1.1.26",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-sms",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-sms",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.communication.sms",
|
||||
"com.azure.communication.sms.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-containers-containerregistry",
|
||||
"Version": "1.2.9",
|
||||
"Version": "1.2.10",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/containerregistry/azure-containers-containerregistry",
|
||||
"ServiceDirectory": "containerregistry",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-containers-containerregistry",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.containers.containerregistry",
|
||||
"com.azure.containers.containerregistry.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-data-schemaregistry-apacheavro",
|
||||
"Version": "1.1.18",
|
||||
"Version": "1.1.19",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/schemaregistry/azure-data-schemaregistry-apacheavro",
|
||||
"ServiceDirectory": "schemaregistry",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-data-schemaregistry-apacheavro",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.data.schemaregistry.apacheavro"
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-data-schemaregistry",
|
||||
"Version": "1.4.7",
|
||||
"Version": "1.4.8",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/schemaregistry/azure-data-schemaregistry",
|
||||
"ServiceDirectory": "schemaregistry",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-data-schemaregistry",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.data.schemaregistry",
|
||||
"com.azure.data.schemaregistry.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-data-tables",
|
||||
"Version": "12.4.2",
|
||||
"Version": "12.4.3",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/tables/azure-data-tables",
|
||||
"ServiceDirectory": "tables",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-data-tables",
|
||||
"ReleaseStatus": "2024-06-13",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.data.tables",
|
||||
"com.azure.data.tables.models",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-developer-devcenter",
|
||||
"Version": "1.0.1",
|
||||
"Version": "1.0.2",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/devcenter/azure-developer-devcenter",
|
||||
"ServiceDirectory": "devcenter",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-developer-devcenter",
|
||||
"ReleaseStatus": "2024-06-25",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.developer.devcenter",
|
||||
"com.azure.developer.devcenter.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-developer-loadtesting",
|
||||
"Version": "1.0.14",
|
||||
"Version": "1.0.15",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/loadtesting/azure-developer-loadtesting",
|
||||
"ServiceDirectory": "loadtesting",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-developer-loadtesting",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.developer.loadtesting"
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-digitaltwins-core",
|
||||
"Version": "1.3.21",
|
||||
"Version": "1.3.22",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/digitaltwins/azure-digitaltwins-core",
|
||||
"ServiceDirectory": "digitaltwins",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-digitaltwins-core",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.digitaltwins.core",
|
||||
"com.azure.digitaltwins.core.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-identity-extensions",
|
||||
"Version": "1.1.17",
|
||||
"Version": "1.1.18",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/identity/azure-identity-extensions",
|
||||
"ServiceDirectory": "identity",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-identity-extensions",
|
||||
"ReleaseStatus": "2024-06-25",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.identity.extensions.jdbc.mysql",
|
||||
"com.azure.identity.extensions.jdbc.postgresql"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-iot-deviceupdate",
|
||||
"Version": "1.0.19",
|
||||
"Version": "1.0.20",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/deviceupdate/azure-iot-deviceupdate",
|
||||
"ServiceDirectory": "deviceupdate",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-iot-deviceupdate",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.iot.deviceupdate"
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-messaging-eventgrid",
|
||||
"Version": "4.22.3",
|
||||
"Version": "4.22.4",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/eventgrid/azure-messaging-eventgrid",
|
||||
"ServiceDirectory": "eventgrid",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-messaging-eventgrid",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.messaging.eventgrid",
|
||||
"com.azure.messaging.eventgrid.systemevents"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-messaging-servicebus",
|
||||
"Version": "7.17.1",
|
||||
"Version": "7.17.2",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/servicebus/azure-messaging-servicebus",
|
||||
"ServiceDirectory": "servicebus",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-messaging-servicebus",
|
||||
"ReleaseStatus": "2024-06-22",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.messaging.servicebus",
|
||||
"com.azure.messaging.servicebus.administration",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-messaging-webpubsub-client",
|
||||
"Version": "1.0.4",
|
||||
"Version": "1.0.5",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/webpubsub/azure-messaging-webpubsub-client",
|
||||
"ServiceDirectory": "webpubsub",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-messaging-webpubsub-client",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.messaging.webpubsub.client",
|
||||
"com.azure.messaging.webpubsub.client.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-messaging-webpubsub",
|
||||
"Version": "1.2.16",
|
||||
"Version": "1.2.17",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/webpubsub/azure-messaging-webpubsub",
|
||||
"ServiceDirectory": "webpubsub",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-messaging-webpubsub",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.messaging.webpubsub",
|
||||
"com.azure.messaging.webpubsub.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-mixedreality-authentication",
|
||||
"Version": "1.2.25",
|
||||
"Version": "1.2.26",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/mixedreality/azure-mixedreality-authentication",
|
||||
"ServiceDirectory": "mixedreality",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-mixedreality-authentication",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.mixedreality.authentication"
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-mixedreality-remoterendering",
|
||||
"Version": "1.1.30",
|
||||
"Version": "1.1.31",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/remoterendering/azure-mixedreality-remoterendering",
|
||||
"ServiceDirectory": "remoterendering",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-mixedreality-remoterendering",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.mixedreality.remoterendering",
|
||||
"com.azure.mixedreality.remoterendering.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-security-attestation",
|
||||
"Version": "1.1.25",
|
||||
"Version": "1.1.26",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/attestation/azure-security-attestation",
|
||||
"ServiceDirectory": "attestation",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-security-attestation",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.security.attestation",
|
||||
"com.azure.security.attestation.models"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-security-confidentialledger",
|
||||
"Version": "1.0.21",
|
||||
"Version": "1.0.22",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/confidentialledger/azure-security-confidentialledger",
|
||||
"ServiceDirectory": "confidentialledger",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-security-confidentialledger",
|
||||
"ReleaseStatus": "2024-06-27",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"Namespaces": [
|
||||
"com.azure.security.confidentialledger",
|
||||
"com.azure.security.confidentialledger.certificate"
|
||||
|
|
Загрузка…
Ссылка в новой задаче