Skip to content

Commit 76fc705

Browse files
authored
[notification hubs] Fixing AMQP version used by Notification Hubs (Azure#22812)
* [notification hubs] fixing AMQP version * [notification hubs] updating core dependencies
1 parent e52cdc6 commit 76fc705

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

sdk/notificationhubs/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ pr:
1919
- feature/*
2020
- release/*
2121
- hotfix/*
22-
exclude:
23-
- feature/v4
2422
paths:
2523
include:
2624
- sdk/notificationhubs/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (2022-08-03)
3+
## 1.0.0-beta.1 (2022-08-04)
44

55
- Initial release

sdk/notificationhubs/notification-hubs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@
130130
},
131131
"dependencies": {
132132
"@azure/abort-controller": "^1.1.0",
133-
"@azure/core-amqp": "^3.1.1",
134-
"@azure/core-auth": "^1.3.2",
135-
"@azure/core-client": "^1.6.0",
133+
"@azure/core-amqp": "^3.1.0",
134+
"@azure/core-auth": "^1.4.0",
135+
"@azure/core-client": "^1.6.1",
136136
"@azure/core-paging": "^1.3.1",
137137
"@azure/core-rest-pipeline": "^1.8.1",
138138
"@azure/core-tracing": "^1.0.1",
139139
"@azure/core-util": "^1.0.0",
140-
"@azure/core-xml": "^1.2.1",
140+
"@azure/core-xml": "^1.3.0",
141141
"@azure/logger": "^1.0.3",
142142
"tslib": "^2.4.0"
143143
}

0 commit comments

Comments
 (0)