Jeremy Meng

Results 160 comments of Jeremy Meng

@BenLegra @asdaandrewhaigh @azure/identity 3.0.0 has been released, which includes fix to the `expires_on` parsing issue.

This has been known for a while, the test resource deployment often takes much longer time than normal recently thus causing the build pipeline timeout.

@chidozieononiwu could you please help update the exclusion list?

@Mobius5150 Thank you very much for your contribution! We will review this as soon as possible. This package is in maintenance mode, I am wondering whether it is your direct...

> . this dependency comes via `@microsoft.azure/autorest.typescript` where I believe it's still a dependency of the latest version (actually I can't use the latest of that package as it generates...

I upgraded pnpm to v7 and encountered this error. `rush update --full` didn't fix the problem for me. To repro check out this branch then run `rush update --full` https://github.com/jeremymeng/azure-sdk-for-js/tree/engsys/bump-rush-pnpm-version

Just noticed that this issue is for PNPM 5. Should I log a new issue for PNPM 7 @octogonz?

> @jeremymeng are you using `useWorkspaces=true`? @octogonz No, we did attempt to to use `useWorkspaces=true` in our repo before but ran into issues that we couldn't resolve easily.

Update: I just merged PR https://github.com/Azure/azure-sdk-for-js/pull/23610, which adds a sample showing Event Hubs and Service Bus JS SDK usage in React-Native. Now we have samples show the usage of -...

for *.js there's a fix of `const __dirname = path.dirname(fileURLToPath(import.meta.url));` but unfortunately it wouldn't work for our `test:node-ts-input` because we set `TS_NODE_COMPILER_OPTIONS` to use `"module": "commonjs", while using `import.meta` requires...