Kevin Su
Kevin Su
Hmm `npm run test:table` is failing for me locally on Ubuntu 24.04 + Node.js 22 due to the CORS tests. ```console 446 passing (6s) 1 pending 4 failing 1) table...
This is also a bit awkward because some of the updated Azure SDK packages now declare Node.js 20 as a minimum, so the Node.js 16 tests will fail. That means...
It doesn't look like `TableServiceClient.getProperties().vary` is a valid property in `@azure/[email protected]` (wasn't updated with the VSCE bump) so apparently something else is adding this in (and probably why the tests...
It's this commit for `@azure/core-client` which strips unknown headers from responses when deserializing. https://github.com/Azure/azure-sdk-for-js/commit/5e0ed691e42b0249bb9e9066a2345db571a4fe99 It's first included in the `@azure/core-client_1.7.1` Git tag for the various `@azure/core-client_{version}` Git tags. Since bumping...