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 code for creating an ADO PAT appears to be duplicated between two places in different packages. This makes is confusing for new people to make contributions, and is also just a poor design.
To Reproduce
See packages/node-azureauth/src/pat.ts and packages/ado-npm-auth/src/azureauth/ado.ts
Expected behavior
One file should have most of this code and then it gets imported in other places
Screenshots
Example these types
Additional context
This likely happened as an oversight when we migrated the code
The text was updated successfully, but these errors were encountered:
Describe the bug
The code for creating an ADO PAT appears to be duplicated between two places in different packages. This makes is confusing for new people to make contributions, and is also just a poor design.
To Reproduce
See packages/node-azureauth/src/pat.ts and packages/ado-npm-auth/src/azureauth/ado.ts
Expected behavior
One file should have most of this code and then it gets imported in other places
Screenshots
Example these types
Additional context
This likely happened as an oversight when we migrated the code
The text was updated successfully, but these errors were encountered: