Azure / Azure/azure-relay-java
Consider using HybridConnections named "authenticated" and "unauthenticated" for tests
Open
Feature Request
Relay
- Dominant language
- Java
- Stars
- 8
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.