@azure/arm-operationalinsights 9.0.1-alpha.20250131.1 → 9.0.1-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
|
@@ -5226,7 +5226,7 @@ class LroImpl {
|
|
|
5226
5226
|
}
|
|
5227
5227
|
sendPollRequest(path) {
|
|
5228
5228
|
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
5229
|
-
const _a = this.spec, restSpec = tslib.__rest(_a, ["requestBody"]);
|
|
5229
|
+
const _a = this.spec, { requestBody } = _a, restSpec = tslib.__rest(_a, ["requestBody"]);
|
|
5230
5230
|
return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
|
|
5231
5231
|
});
|
|
5232
5232
|
}
|