This commit is contained in:
azure-sdk 2024-02-13 23:36:13 +00:00
Родитель b8ba3488da
Коммит 9beb276ed6
2 изменённых файлов: 10 добавлений и 10 удалений

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

@ -1,12 +1,12 @@
---
title: Azure Event Grid client library for Java
keywords: Azure, java, SDK, API, azure-messaging-eventgrid, event-grid
ms.date: 12/05/2023
ms.date: 02/13/2024
ms.topic: reference
ms.devlang: java
ms.service: event-grid
---
# Azure Event Grid client library for Java - version 4.20.1
# Azure Event Grid client library for Java - version 4.21.0
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.20.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-eventgrid_4.21.0/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.20.1</version>
<version>4.21.0</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.20.1/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.21.0/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.20.1/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.20.1/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.21.0/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.21.0/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.20.1/sdk/eventgrid/azure-messaging-eventgrid/src
[sources]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-eventgrid_4.21.0/sdk/eventgrid/azure-messaging-eventgrid/src
[EventGridEvent]: /azure/event-grid/event-schema
[CloudEvent]: https://github.com/cloudevents/spec/blob/master/spec.md

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

@ -1,6 +1,6 @@
{
"Name": "azure-messaging-eventgrid",
"Version": "4.20.1",
"Version": "4.21.0",
"DevVersion": null,
"DirectoryPath": "sdk/eventgrid/azure-messaging-eventgrid",
"ServiceDirectory": "eventgrid",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-messaging-eventgrid",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-13"
}