Skip to content

Commit 692b9ce

Browse files
authored
Add description in azure-eventgrid to tell users to use azure-messaging-eventgrid (#22326)
1 parent 73221a9 commit 692b9ce

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

eng/versioning/version_data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ com.microsoft.azure:azure-servicebus;3.6.3;3.6.4
3838
com.microsoft.azure:azure-storage;8.6.5;8.6.5
3939
com.microsoft.azure:azure-storage-blob;11.0.2;11.0.2
4040
com.microsoft.azure.msi_auth_token_provider:azure-authentication-msi-token-provider;1.1.0-beta.1;1.1.0-beta.1
41-
com.microsoft.azure:azure-eventgrid;1.4.0-beta.1;1.4.0-beta.1
41+
com.microsoft.azure:azure-eventgrid;1.4.0-beta.1;1.4.0
4242
com.microsoft.azure:azure-loganalytics;1.0.0-beta-2;1.0.0-beta.2
4343
com.microsoft.azure:azure-media;1.0.0-beta.1;1.0.0-beta.1
4444
com.microsoft.azure:microsoft-azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1

sdk/eventgrid/microsoft-azure-eventgrid/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Azure Event Grid
2-
2+
> Please note, a newer package [com.azure:azure-messaging-eventgrid](https://search.maven.org/artifact/com.azure/azure-messaging-eventgrid) for [Azure EventGrid](https://docs.microsoft.com/azure/event-grid/) is available as of March 2021. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the [migration guide](https://aka.ms/azsdk/java/migrate/eg) for more details.
3+
>
34
This project provides client tools or utilities in Java that make it east to interact with [Azure Event Grid](https://azure.com/eventgrid). For documentation please see the Microsoft Azure [Java Developer Center](https://azure.microsoft.com/develop/java/) or the [JavaDocs](https://azure.github.io/azure-sdk-for-java/).
45

56
Azure Event Grid is a fully-managed intelligent event routing service that allows for uniform event consumption using a publish-subscribe model.
@@ -21,7 +22,7 @@ To get the binaries of the official Microsoft Azure Event Grid Java SDK as distr
2122
<dependency>
2223
<groupId>com.microsoft.azure</groupId>
2324
<artifactId>azure-eventgrid</artifactId>
24-
<version>1.4.0-beta.1</version>
25+
<version>1.4.0</version>
2526
</dependency>
2627
```
2728
[//]: # ({x-version-update-end})

sdk/eventgrid/microsoft-azure-eventgrid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>com.microsoft.azure</groupId>
1212
<artifactId>azure-eventgrid</artifactId>
13-
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventgrid;current} -->
13+
<version>1.4.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventgrid;current} -->
1414
<packaging>jar</packaging>
1515
<name>Microsoft Azure SDK for eventgrid</name>
1616
<description>This package contains Microsoft Azure EventGrid SDK.${line.separator}

0 commit comments

Comments
 (0)