зеркало из
1
0
Форкнуть 0

simplify $management READ request

This commit is contained in:
Damon Barry 2015-11-19 22:24:08 -08:00
Родитель cf50d3bdc1
Коммит 0f62c61503
1 изменённых файлов: 2 добавлений и 8 удалений

Просмотреть файл

@ -55,7 +55,7 @@ EventHubClient.prototype.getPartitionIds = function () {
var replyTo = uuid.v4();
var request = {
body: 'stub',
body: [],
properties: {
messageId: uuid.v4(),
replyTo: replyTo
@ -67,13 +67,7 @@ EventHubClient.prototype.getPartitionIds = function () {
}
};
var rxopt = {
attach: {
target: {
address: replyTo
}
}
};
var rxopt = { attach: { target: { address: replyTo } } };
this.open()
.then(function () {