forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eventgrid] Fix nightly Min/Max CI issues
Similar to Azure#19862, we have recently started to see some issues in our nightly min/max jobs that prevent us from saving the entire Response object during the `onResponse` callback due to multiple imports of the "same" type. Similar to the resolution for Azure#19862, I've decided to just not use nominal types from `core-client` here and instead just stash away the parts of the response I need inside the callback and observe the values after. Fixes Azure#20014
- Loading branch information
Showing
1 changed file
with
28 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters