@azure/arm-servicebus 6.2.0-alpha.20250130.1 → 6.2.0-alpha.20250203.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/tsdoc-metadata.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2632,7 +2632,7 @@ class LroImpl {
|
|
|
2632
2632
|
}
|
|
2633
2633
|
sendPollRequest(path) {
|
|
2634
2634
|
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
2635
|
-
const _a = this.spec, restSpec = tslib.__rest(_a, ["requestBody"]);
|
|
2635
|
+
const _a = this.spec, { requestBody } = _a, restSpec = tslib.__rest(_a, ["requestBody"]);
|
|
2636
2636
|
return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
|
|
2637
2637
|
});
|
|
2638
2638
|
}
|