Azure / azure-sdk-for-php

Microsoft Azure SDK for PHP
http://azure.microsoft.com/en-us/develop/php/
Apache License 2.0
415 stars 276 forks source link

Parse EntityPath in Service Bus connection strings #999

Open z38 opened 5 years ago

z38 commented 5 years ago

The connection strings shown in the Azure Portal may include a EntityPath if the SAS key is tied to a specific queue. This patch extends the parser and adds a method to access the entity path. It does not introduce any BC breaks.

bkdotcom commented 3 years ago

Is this project no longer maintained?