-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Not able to fetch Hybrid Connections for App Service Plan #34745
Comments
Thank you for your feedback. Tagging and routing to the team member best able to assist. |
Hi @JagodaMika To confirm, could you please provide some log around that request? You could have the raw request and response by adding this listener before you run the problematic code: using AzureEventSourceListener listener = AzureEventSourceListener.CreateConsoleLogger(System.Diagnostics.Tracing.EventLevel.Verbose); And add this ClientOptions when you are constructing the
By doing these two, you should be able to see the request log and could you please paste the response of request |
OK never mind, I am able to reproduce the response and it looks like this:
We will come up to a fix very soon. |
Great, thanks! |
Library name and version
Azure.ResourceManager.AppService v1.0.1
Describe the bug
Not able to retrieve all Hybrid Connections in use in given App Service plan.
Expected behavior
Being able to get a list of Hybrid Connections from App Service plan
Actual behavior
When trying to iterate over a result from method GetHybridConnectionRelaysAsync() I receive an error:
Invalid URI: The format of the URI could not be determined.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at Azure.ResourceManager.AppService.HybridConnectionData.DeserializeHybridConnectionData(JsonElement element)
at Azure.Core.PageableHelpers.PageableImplementation`1.d__17.MoveNext()
Reproduction Steps
Environment
No response
The text was updated successfully, but these errors were encountered: