Skip to content

Commit 7de91cf

Browse files
committed
updates
1 parent 20bb5a0 commit 7de91cf

6 files changed

+6
-6
lines changed

articles/event-hubs/event-hubs-dotnet-standard-getstarted-send.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.author: spelluru
2121
This quickstart shows how to send events to and receive events from an event hub using the **Microsoft.Azure.EventHubs** .NET Core library.
2222

2323
> [!WARNING]
24-
> This quickstart uses the old **Microsoft.Azure.EventHubs** package. For a quickstart that uses the latest **Azure.Messaging.EventHubs** library, see [Send and receive events using Azure.Messaging.EventHubs library](get-started-dotnet-standard-send-v2.md). To move your application from the using the old library to new one, see the [Guide to migrate from Microsoft.Azure.EventHubs to Azure.Messaging.EventHubs](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/eventhub/Azure.Messaging.EventHubs/MIGRATIONGUIDE.md).
24+
> This quickstart uses the old **Microsoft.Azure.EventHubs** package. For a quickstart that uses the latest **Azure.Messaging.EventHubs** library, see [Send and receive events using Azure.Messaging.EventHubs library](get-started-dotnet-standard-send-v2.md). To move your application from using the old library to new one, see the [Guide to migrate from Microsoft.Azure.EventHubs to Azure.Messaging.EventHubs](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/eventhub/Azure.Messaging.EventHubs/MIGRATIONGUIDE.md).
2525
2626
## Prerequisites
2727
If you are new to Azure Event Hubs, see [Event Hubs overview](event-hubs-about.md) before you do this quickstart.

articles/event-hubs/event-hubs-java-get-started-send.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: spelluru
1717
This quickstart shows how to send events to and receive events from an event hub using the **azure-eventhubs** Java package.
1818

1919
> [!WARNING]
20-
> This quickstart uses the old **azure-eventhubs** and **azure-eventhubs-eph** packages. For a quickstart that uses the latest **azure-messaging-eventhubs** package, see [Send and receive events using azure-messaging-eventhubs Java package](get-started-java-send-v2.md). To move your application from the using the old package to new one, see the [Guide to migrate from azure-eventhubs to azure-messaging-eventhubs](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/eventhubs/azure-messaging-eventhubs/migration-guide.md).
20+
> This quickstart uses the old **azure-eventhubs** and **azure-eventhubs-eph** packages. For a quickstart that uses the latest **azure-messaging-eventhubs** package, see [Send and receive events using azure-messaging-eventhubs](get-started-java-send-v2.md). To move your application from using the old package to new one, see the [Guide to migrate from azure-eventhubs to azure-messaging-eventhubs](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/eventhubs/azure-messaging-eventhubs/migration-guide.md).
2121
2222

2323
## Prerequisites

articles/event-hubs/event-hubs-node-get-started-send.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: spelluru
1717
This quickstart shows how to create JavaScript applications to send events to and receive events from an event hub using the azure/event-hubs version 2 JavaScript package.
1818

1919
> [!WARNING]
20-
> This quickstart is for version 2 of @azure/event-hubs package. For a quickstart that uses the latest **version 5** of the package, see [Send and receive events using azure/eventhubs version 5](get-started-node-send-v2.md). To move your application from the using the old package to new one, see the [Guide to migrate from azure/eventhubs version 1 to version 5](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/migrationguide.md).
20+
> This quickstart uses the old azure/event-hubs version 2 package. For a quickstart that uses the latest **version 5** of the package, see [Send and receive events using azure/eventhubs version 5](get-started-node-send-v2.md). To move your application from the using the old package to new one, see the [Guide to migrate from azure/eventhubs version 1 to version 5](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/migrationguide.md).
2121
2222

2323
## Prerequisites

articles/event-hubs/event-hubs-python-get-started-send.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: spelluru
1717
This quickstart shows how to send events to and receive events from an event hub using the **azure-eventhub version 1** Python package.
1818

1919
> [!WARNING]
20-
> This quickstart is for version 1 of the Azure Event Hubs Python SDK. For a quickstart that uses the latest **version 5** of the package, see [Send and receive events using azure-eventhub version 1](get-started-python-send-v2.md). To move your application from the using the old package to new one, see the [Guide to migrate from azure-eventhub version 1 to version 5](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/eventhub/azure-eventhub/migration_guide.md).
20+
> This quickstart uses the old azure-eventhub version 1 package. For a quickstart that uses the latest **version 5** of the package, see [Send and receive events using azure-eventhub version 5](get-started-python-send-v2.md). To move your application from using the old package to new one, see the [Guide to migrate from azure-eventhub version 1 to version 5](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/eventhub/azure-eventhub/migration_guide.md).
2121
2222

2323
## Prerequisites

articles/event-hubs/get-started-node-send-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: spelluru
1616
This quickstart shows how to send events to and receive events from an event hub using the **azure/event-hubs version 5** JavaScript package.
1717

1818
> [!IMPORTANT]
19-
> This quickstart uses version 5 of the Azure Event Hubs JavaScript SDK. For a quick start that uses version 2 of the JavaScript SDK, see [Send and receive events using azure/event-hubs version 2](event-hubs-node-get-started-send.md).
19+
> This quickstart uses the latest azure/event-hubs version 5 package. For a quick start that uses the old azure/event-hubs version 2 package, see [Send and receive events using azure/event-hubs version 2](event-hubs-node-get-started-send.md).
2020
2121
## Prerequisites
2222
If you are new to Azure Event Hubs, see [Event Hubs overview](event-hubs-about.md) before you do this quickstart.

articles/event-hubs/get-started-python-send-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: spelluru
1616
This quickstart shows how to send events to and receive events from an event hub using the **azure-eventhub version 5** Python package.
1717

1818
> [!IMPORTANT]
19-
> This quickstart uses version 5 of the Azure Event Hubs Python SDK. For a quick start that uses version 1 of the Python SDK, see [Send and receive events using azure-eventhub version 1](event-hubs-python-get-started-send.md).
19+
> This quickstart uses the latest azure-eventhub version 5 package. For a quick start that uses the old azure-eventhub version 1 package, see [Send and receive events using azure-eventhub version 1](event-hubs-python-get-started-send.md).
2020
2121
## Prerequisites
2222
If you are new to Azure Event Hubs, see [Event Hubs overview](event-hubs-about.md) before you do this quickstart.

0 commit comments

Comments
 (0)