@azure/arm-storsimple1200series 2.1.1-alpha.20250131.1 → 2.1.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
|
@@ -4248,7 +4248,7 @@ class LroImpl {
|
|
|
4248
4248
|
}
|
|
4249
4249
|
sendPollRequest(path) {
|
|
4250
4250
|
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
4251
|
-
const _a = this.spec, restSpec = tslib.__rest(_a, ["requestBody"]);
|
|
4251
|
+
const _a = this.spec, { requestBody } = _a, restSpec = tslib.__rest(_a, ["requestBody"]);
|
|
4252
4252
|
return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
|
|
4253
4253
|
});
|
|
4254
4254
|
}
|