Maor Leger
Maor Leger
Suppose @azure/identity pins @azure/core-tracing to 1.0.0, but @azure/test-utils floats it at ^1.0.0 as an example). In that case, `supportsTracing` will set the instrumenter at @azure/[email protected], but identity will use @azure/[email protected]...
- [x] #21245 - [x] identity/identity/package.json - [ ] #21311 - [ ] #21312 - [ ] #21313 - [ ] #21314 - [ ] #21315 - [ ] anomalydetector/ai-anomaly-detector/package.json...
Came up in a discussion: does switching a GA package to corev2 warrant a major or minor version bump? Some more details from @xirzec below: > There are 3 relatively...
In #15522 we moved KV Admin to Core V2 in order to validate the core CAE feature. This issue tracks moving the other 3 packages over. - [ ] @azure/keyvault-certificates...
This is a follow-up to https://github.com/Azure/azure-sdk-for-js/issues/21038 For example: https://github.com/Azure/autorest.typescript/blob/766e65635070a5aea404b210334bbf50bb85cb81/src/generators/modelsGenerator.ts#L322 Should instead be consistent with the rest of the docs by using "ONLY AVAILABLE IN NODE.JS RUNTIME" For browser-only, we should...
As soon as 1.0.0 is released for @azure/core-tracing, we should update the codegen to use the new version instead.
As you can see [here](https://github.com/Azure/azure-sdk-for-js/blob/main/common/tools/dev-tool/src/config/rollup.base.config.ts) and in the usage of it [here](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/formrecognizer/ai-form-recognizer/rollup.config.js) we have a shared rollup config that packages should use within the monorepo. This issue tracks updating the...
Once https://github.com/Azure/azure-sdk-for-js/pull/20195 is merged @azure/test-utils will re-export a version of chai preloaded with useful plugins. This issue tracks updating the generator to use @azure/test-utils instead of chai 1. generated package.json...
### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to...
Port over support for [azureRegion](https://github.com/maorleger/azure-sdk-for-js/blob/7003e3d44d049d6039d30fcc0d726a650c3c3594/sdk/identity/identity/src/msal/nodeFlows/msalNodeCommon.ts#L168-L171) to MSALClient