Skip to content

Commit

Permalink
[EventGrid] Use ^1.5.0 for @azure/core-client (Azure#20726)
Browse files Browse the repository at this point in the history
In Azure#20273 we moved our `@azure/core-client` reference to `^1.5.1` in
order to pick up some new features we needed for use with the new
recorder. The version of this package has not shipped yet and we'd
like to release EventGrid this release cycle.

Talking with Jose, there's nothing we should need right now newer than
1.5.0, so we'll move our constraint back to that version.
  • Loading branch information
ellismg authored and WeiJun428 committed Mar 20, 2022
1 parent 8d359b5 commit 8771b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/eventgrid/eventgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"autoPublish": false,
"dependencies": {
"@azure/core-auth": "^1.3.0",
"@azure/core-client": "^1.5.1",
"@azure/core-client": "^1.5.0",
"@azure/core-rest-pipeline": "^1.1.0",
"@azure/core-tracing": "1.0.0-preview.13",
"@azure/logger": "^1.0.0",
Expand Down

0 comments on commit 8771b09

Please sign in to comment.