@azure/arm-synapse 9.0.0-alpha.20250130.1 → 9.0.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
|
@@ -10842,7 +10842,7 @@ class LroImpl {
|
|
|
10842
10842
|
}
|
|
10843
10843
|
sendPollRequest(path) {
|
|
10844
10844
|
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
10845
|
-
const _a = this.spec, restSpec = tslib.__rest(_a, ["requestBody"]);
|
|
10845
|
+
const _a = this.spec, { requestBody } = _a, restSpec = tslib.__rest(_a, ["requestBody"]);
|
|
10846
10846
|
return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
|
|
10847
10847
|
});
|
|
10848
10848
|
}
|