BrandonNoad
BrandonNoad
Here is my output from the `npm ls @azure/core-auth` command ``` ~/dev/my-project ├─┬ @azure-rest/[email protected] extraneous │ └── @azure/[email protected] deduped ├── @azure/[email protected] extraneous ├─┬ @azure/[email protected] extraneous │ └── @azure/[email protected] deduped ├─┬...
Though I'm using a node-mssql fork (https://github.com/hightouchio/node-mssql) in order to get Fabric working, which uses a tedious fork (https://github.com/hightouchio/tedious), which looks like it may be locked to `v1.7.2` https://github.com/hightouchio/tedious/blob/master/package.json#L45
I'll see if I can reproduce the issue without the fork. If not, I'll close this issue.
~~I can't reproduce when using the latest tediousjs/node-mssql~~ Edit - see comment below
Actually, I may have closed this issue prematurely. I am able to reproduce the issue using tediousjs/node-mssql. I believe the issue stems from this line: https://github.com/tediousjs/node-mssql/blob/master/lib/base/connection-pool.js#L56 When the `config` is...
I can create a PR to remove the cloning if that's the path you want to take. I don't have any context as to why the cloning was being done,...