Skip to content

Commit 7d248d8

Browse files
authored
[Event Hubs] Bump core-util version (Azure#25013)
### Packages impacted by this PR @azure/event-hubs ### Issues associated with this PR N/A ### Describe the problem that is addressed by this PR The library uses `createAbortablePromise` that is part of v1.2.0 and not v1.1.0. ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? N/A ### Are there test cases added in this PR? _(If not, why?)_ N/A ### Provide a list of related PRs _(if any)_ Azure#24731 ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [x] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent f30e269 commit 7d248d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/eventhub/event-hubs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"@azure/core-amqp": "^3.1.0",
111111
"@azure/core-auth": "^1.3.0",
112112
"@azure/core-tracing": "^1.0.0",
113-
"@azure/core-util": "^1.1.0",
113+
"@azure/core-util": "^1.2.0",
114114
"@azure/logger": "^1.0.0",
115115
"buffer": "^6.0.0",
116116
"is-buffer": "^2.0.3",

0 commit comments

Comments
 (0)