@azure/arm-recoveryservicesdatareplication 1.0.0-alpha.20250131.1 → 1.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 CHANGED
@@ -5768,7 +5768,7 @@ function createLroSpec(inputs) {
5768
5768
  requestPath: spec.path,
5769
5769
  sendInitialRequest: () => sendOperationFn(args, spec),
5770
5770
  sendPollRequest: (path, options) => {
5771
- const restSpec = tslib.__rest(spec, ["requestBody"]);
5771
+ const { requestBody } = spec, restSpec = tslib.__rest(spec, ["requestBody"]);
5772
5772
  return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === undefined ? undefined : options.abortSignal }));
5773
5773
  }
5774
5774
  };