You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The azure-relay-dotnet project unit tests require a connection string to an Azure Relay with two HybridConnections:
Name
Requires Client Auth
authenticated
true(default)
unauthenticated
false
It would be nice if the Java project used the same setup. Currently azure-relay-java requires EntityPath=X in the connection string and azure-relay-dotnet disallows it.
The text was updated successfully, but these errors were encountered:
dlstucki
changed the title
Consider using Hybrid Connections named "authenticated" and "unauthenticated" for tests
Consider using HybridConnections named "authenticated" and "unauthenticated" for tests
Feb 22, 2019
The azure-relay-dotnet project unit tests require a connection string to an Azure Relay with two HybridConnections:
It would be nice if the Java project used the same setup. Currently azure-relay-java requires EntityPath=X in the connection string and azure-relay-dotnet disallows it.
The text was updated successfully, but these errors were encountered: