@azure/arm-security 6.0.0-alpha.20250131.1 → 6.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
|
@@ -20642,7 +20642,7 @@ function createLroSpec(inputs) {
|
|
|
20642
20642
|
requestPath: spec.path,
|
|
20643
20643
|
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
20644
20644
|
sendPollRequest: (path, options) => {
|
|
20645
|
-
const restSpec = tslib.__rest(spec, ["requestBody"]);
|
|
20645
|
+
const { requestBody } = spec, restSpec = tslib.__rest(spec, ["requestBody"]);
|
|
20646
20646
|
return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === undefined ? undefined : options.abortSignal }));
|
|
20647
20647
|
},
|
|
20648
20648
|
};
|