update code

This commit is contained in:
zedy 2021-10-12 09:30:48 +08:00
parent 0db88f9e12
commit c2379e5f0d

View File

@ -35,7 +35,6 @@ namespace Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus
{
get
{
_subscriptionClient = new ServiceBusAdministrationClient("Endpoint=sb://eshopsbahsjtib3he5fg.servicebus.windows.net/;SharedAccessKeyName=Root;SharedAccessKey=2PJt+7/85C1gN6Xx+Cjn+UprCmDvwjJ9hDZ42GQRYLE=;EntityPath=eshop_event_bus");
return _subscriptionClient;
}
}