@azure/arm-streamanalytics 5.0.0-alpha.20250130.1 → 5.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
|
@@ -5507,7 +5507,7 @@ function createLroSpec(inputs) {
|
|
|
5507
5507
|
requestPath: spec.path,
|
|
5508
5508
|
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
5509
5509
|
sendPollRequest: (path, options) => {
|
|
5510
|
-
const restSpec = tslib.__rest(spec, ["requestBody"]);
|
|
5510
|
+
const { requestBody } = spec, restSpec = tslib.__rest(spec, ["requestBody"]);
|
|
5511
5511
|
return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === undefined ? undefined : options.abortSignal }));
|
|
5512
5512
|
},
|
|
5513
5513
|
};
|