@azure/arm-reservations 9.0.1-alpha.20250130.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
|
@@ -4903,7 +4903,7 @@ function createLroSpec(inputs) {
|
|
|
4903
4903
|
requestPath: spec.path,
|
|
4904
4904
|
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
4905
4905
|
sendPollRequest: (path, options) => {
|
|
4906
|
-
const restSpec = tslib.__rest(spec, ["requestBody"]);
|
|
4906
|
+
const { requestBody } = spec, restSpec = tslib.__rest(spec, ["requestBody"]);
|
|
4907
4907
|
return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === undefined ? undefined : options.abortSignal }));
|
|
4908
4908
|
}
|
|
4909
4909
|
};
|