Jeremy Meng

Results 64 issues of Jeremy Meng

Currently it falls back to js-dev team. /cc @ronniegeraghty do we have a proper label?

EngSys

## Summary `AzurePipelinesCredential` supports [Federated Identity Credentials (FIC) through Service Connections](https://devblogs.microsoft.com/devops/public-preview-of-workload-identity-federation-for-azure-pipelines/), which makes authenticating in Azure Pipelines easier and more secure. This PR adds `AzurePipelinesCredential` support to rush azure storage...

or is there any reason for the current behavior of reporting error. Users will always need to `mkdirp review` first.

## Summary We are using a coding pattern that a package exports multiple features at top level. Each of the features are very similar in structures thus they have types...

### Use this [query](https://github.com/Microsoft/botbuilder-js/issues?q=is%3Aissue+is%3Aopen++label%3Afeature-request+) to search for the most popular feature requests. **Is your feature request related to a problem? Please describe.** `@azure/core-http` has been deprecated. **Describe the solution you'd...

needs-triage
feature-request

It has been deprecated. Please consider moving to @azure/core-auth and @azure/core-rest-pipeline - @azure/core-http Look it is only used in tests: https://github.com/search?q=repo%3AAzure%2FAzurite%20core-http&type=code - @azure/ms-rest-js https://github.com/search?q=repo%3AAzure%2FAzurite+%40azure%2Fms-rest-js+language%3ATypeScript&type=code

dependencies

Currently when we run vendored commands, for windows we set `shell: true`. This is subject to injection attacks https://github.com/Azure/azure-sdk-for-js/pull/29414#issuecomment-2075603910 This work item tracks a more robust fix. We could port...

dev-tool

It looks that the samples are copied from C#? For Rest Level Client (RLC) we don't have constructors to create client instances. We use the factory/builder method instead. Looks that...

Client
Service Attention
Image Analysis

Some identity tests catch then log the error, when assertion failed, the error are swallowed and not reported as failures https://github.com/Azure/azure-sdk-for-js/blob/96faafab3c6e3351fa7f33e809520231998f6c77/sdk/identity/identity/test/internal/node/workloadIdentityCredential.spec.ts#L96 and https://github.com/Azure/azure-sdk-for-js/blob/96faafab3c6e3351fa7f33e809520231998f6c77/sdk/identity/identity/test/internal/node/workloadIdentityCredential.spec.ts#L121 ``` [node-tests] WorkloadIdentityCredential [node-tests] ✔ authenticates with...

Client
Azure.Identity
test-reliability