Skip to content
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

vNext AZURE_VIRTUAL_DIRECTORY is not working due to a bug in the code #1315

Closed
1 task done
7fold opened this issue Aug 26, 2024 · 0 comments
Closed
1 task done

vNext AZURE_VIRTUAL_DIRECTORY is not working due to a bug in the code #1315

7fold opened this issue Aug 26, 2024 · 0 comments

Comments

@7fold
Copy link
Contributor

7fold commented Aug 26, 2024

Describe the bug
The URL appears to be malformed after adding AZURE_VIRTUAL_DIRECTORY: https://tfs.someOrg.com:443/tfs/}SomeOrg/_apis/connectionData. As you can see, the } added and it can also be found in the code:

virual_directory = azure_virtual_directory.empty? ? "" : "#{azure_virtual_directory}/}"

Categorization

Repository
N/A

To Reproduce
Steps to reproduce the behavior:

  1. Set AZURE_VIRTUAL_DIRECTORY env var

Expected behavior
} not to be added to the URL.

Screenshots
Screenshot 2024-08-26 114219

Extension (please complete the following information):
N/A

Server (please complete the following information):
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant