microsoft / DevHomeAzureExtension

Dev Home Azure Extension
MIT License
68 stars 15 forks source link

Handle RepositoryName=ProjectName special case #32

Closed dkbennett closed 7 months ago

dkbennett commented 7 months ago

Summary of the pull request

There is a special case of Repository URL where the repository name is the same as the project name. In this situation the Azure DevOps URL in the browser will be shortened to exclude the project name. We were not recognizing this case as a valid Azure URI. This fix corrects this case and adds tests to validate it works.  

References and relevant issues

Closes #30

Detailed description of the pull request / Additional comments

Validation steps performed

PR checklist