Jeremy Meng
Jeremy Meng
/azp run js - service-bus - tests
/azp run js - service-bus - tests
/azp run js - service-bus - tests
@Hyokune Seems that `botbuilder` migrated to use `@azure/core-http`. Could you try using `RestError` from `@azure/core-http` instead?
For some reason, the proxyPolicy isn't used for the internal IdentityClient?
@joheredi for 1), should the RLC catch errors from core-rest-pipeline and present it in response in a unified way?
CI failing due to typescript 5.5.3 upgrade. I submitted PR #30294 to fix the error.
@epicstar thank you for reporting this issue! Unfortunately the latest versions of our Azure SDK packages only support NodeJS v18 and later. We encourage customers to upgrade to at least...
would pinning transitive dependencies helps? Not that we want customers to continute working on unsecured version of Nodejs, but something like ``` "resolutions": { "@azure/core-rest-pipeline": "1.14.0", "@azure/core-util": "1.7.0", "@azure/logger": "1.0.4"...
We have some tests that pass `expect.anything()` to a constructor, now it is broken too. Typechecking now reports error of >TypeCheckError: Argument of type 'AsymmetricMatcher' is not assignable to parameter...