File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/servicebus/Microsoft.Azure.ServiceBus/src/Core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1620,7 +1620,7 @@ async Task<RequestResponseAmqpLink> CreateRequestResponseLinkAsync(TimeSpan time
16201620 amqpLinkSettings . AddProperty ( AmqpClientConstants . EntityTypeName , AmqpClientConstants . EntityTypeManagement ) ;
16211621
16221622 var endpointUri = new Uri ( this . ServiceBusConnection . Endpoint , entityPath ) ;
1623- string [ ] claims = { ClaimConstants . Manage , ClaimConstants . Listen } ;
1623+ string [ ] claims = { ClaimConstants . Listen } ;
16241624 var amqpRequestResponseLinkCreator = new AmqpRequestResponseLinkCreator (
16251625 entityPath ,
16261626 this . ServiceBusConnection ,
Original file line number Diff line number Diff line change @@ -747,7 +747,7 @@ async Task<RequestResponseAmqpLink> CreateRequestResponseLinkAsync(TimeSpan time
747747 audience = new string [ ] { endpointUri . AbsoluteUri } ;
748748 }
749749
750- string [ ] claims = { ClaimConstants . Manage , ClaimConstants . Send } ;
750+ string [ ] claims = { ClaimConstants . Send } ;
751751 var amqpRequestResponseLinkCreator = new AmqpRequestResponseLinkCreator (
752752 entityPath ,
753753 this . ServiceBusConnection ,
You can’t perform that action at this time.
0 commit comments