Skip to content

Commit 979e171

Browse files
Merge pull request #231165 from Naveenommi-MSFT/patch-32
(AzureCXP) fixes MicrosoftDocs/azure-docs#106726
2 parents 3b00a1f + 02311a9 commit 979e171

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)