Skip to content

Commit 02311a9

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#106726
We made changes in line no:46, 47 From Microsoft.Azure.Management.EventHub To: Azure.ResourceManager.EventHubs
1 parent 491d999 commit 02311a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/event-hubs-management-libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ namespace event_hub_dotnet_management
4343
{
4444
using System;
4545
using System.Threading.Tasks;
46-
using Microsoft.Azure.Management.EventHub;
47-
using Microsoft.Azure.Management.EventHub.Models;
46+
using Microsoft.Azure.ResourceManager.EventHubs;
47+
using Microsoft.Azure.ResourceManager.EventHubs.Models;
4848
using Microsoft.Identity.Client;
4949
using Microsoft.Rest;
5050

0 commit comments

Comments
 (0)