@azure/arm-appcomplianceautomation 1.0.0-alpha.20231010.1 → 1.0.0-alpha.20231024.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 +38 -56
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +3 -8
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/reportsListSample.js +3 -8
- package/dist-esm/samples-dev/reportsListSample.js.map +1 -1
- package/dist-esm/samples-dev/snapshotsListSample.js +3 -8
- package/dist-esm/samples-dev/snapshotsListSample.js.map +1 -1
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/reports.js +3 -8
- package/dist-esm/src/operations/reports.js.map +1 -1
- package/dist-esm/src/operations/snapshots.js +3 -8
- package/dist-esm/src/operations/snapshots.js.map +1 -1
- package/package.json +3 -10
- package/rollup.config.js +0 -122
package/dist/index.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var tslib = require('tslib');
|
|
6
4
|
var coreClient = require('@azure/core-client');
|
|
7
5
|
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
|
8
6
|
var coreLro = require('@azure/core-lro');
|
|
9
7
|
|
|
10
|
-
function
|
|
11
|
-
if (e && e.__esModule) return e;
|
|
8
|
+
function _interopNamespaceDefault(e) {
|
|
12
9
|
var n = Object.create(null);
|
|
13
10
|
if (e) {
|
|
14
11
|
Object.keys(e).forEach(function (k) {
|
|
@@ -21,12 +18,12 @@ function _interopNamespace(e) {
|
|
|
21
18
|
}
|
|
22
19
|
});
|
|
23
20
|
}
|
|
24
|
-
n
|
|
21
|
+
n.default = e;
|
|
25
22
|
return Object.freeze(n);
|
|
26
23
|
}
|
|
27
24
|
|
|
28
|
-
var coreClient__namespace = /*#__PURE__*/
|
|
29
|
-
var coreRestPipeline__namespace = /*#__PURE__*/
|
|
25
|
+
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
|
26
|
+
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
|
|
30
27
|
|
|
31
28
|
/*
|
|
32
29
|
* Copyright (c) Microsoft Corporation.
|
|
@@ -1395,37 +1392,37 @@ const SnapshotResource = {
|
|
|
1395
1392
|
|
|
1396
1393
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
1397
1394
|
__proto__: null,
|
|
1398
|
-
OperationListResult: OperationListResult,
|
|
1399
|
-
Operation: Operation,
|
|
1400
|
-
OperationDisplay: OperationDisplay,
|
|
1401
|
-
ErrorResponse: ErrorResponse,
|
|
1402
|
-
ErrorDetail: ErrorDetail,
|
|
1403
|
-
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
1404
|
-
ReportResourceList: ReportResourceList,
|
|
1405
|
-
ReportProperties: ReportProperties,
|
|
1406
|
-
ResourceMetadata: ResourceMetadata,
|
|
1407
|
-
ReportComplianceStatus: ReportComplianceStatus,
|
|
1408
|
-
OverviewStatus: OverviewStatus,
|
|
1409
|
-
Resource: Resource,
|
|
1410
|
-
SystemData: SystemData,
|
|
1411
|
-
ReportResourcePatch: ReportResourcePatch,
|
|
1412
|
-
SnapshotResourceList: SnapshotResourceList,
|
|
1413
|
-
SnapshotProperties: SnapshotProperties,
|
|
1414
|
-
ComplianceResult: ComplianceResult,
|
|
1415
|
-
Category: Category,
|
|
1416
|
-
ControlFamily: ControlFamily,
|
|
1417
|
-
Control: Control,
|
|
1418
1395
|
Assessment: Assessment,
|
|
1419
1396
|
AssessmentResource: AssessmentResource,
|
|
1420
|
-
|
|
1421
|
-
DownloadResponse: DownloadResponse,
|
|
1422
|
-
ResourceItem: ResourceItem,
|
|
1397
|
+
Category: Category,
|
|
1423
1398
|
ComplianceReportItem: ComplianceReportItem,
|
|
1424
|
-
|
|
1399
|
+
ComplianceResult: ComplianceResult,
|
|
1400
|
+
Control: Control,
|
|
1401
|
+
ControlFamily: ControlFamily,
|
|
1402
|
+
DownloadResponse: DownloadResponse,
|
|
1425
1403
|
DownloadResponseComplianceDetailedPdfReport: DownloadResponseComplianceDetailedPdfReport,
|
|
1404
|
+
DownloadResponseCompliancePdfReport: DownloadResponseCompliancePdfReport,
|
|
1405
|
+
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
1406
|
+
ErrorDetail: ErrorDetail,
|
|
1407
|
+
ErrorResponse: ErrorResponse,
|
|
1408
|
+
Operation: Operation,
|
|
1409
|
+
OperationDisplay: OperationDisplay,
|
|
1410
|
+
OperationListResult: OperationListResult,
|
|
1411
|
+
OverviewStatus: OverviewStatus,
|
|
1426
1412
|
ProxyResource: ProxyResource,
|
|
1413
|
+
ReportComplianceStatus: ReportComplianceStatus,
|
|
1414
|
+
ReportProperties: ReportProperties,
|
|
1427
1415
|
ReportResource: ReportResource,
|
|
1428
|
-
|
|
1416
|
+
ReportResourceList: ReportResourceList,
|
|
1417
|
+
ReportResourcePatch: ReportResourcePatch,
|
|
1418
|
+
Resource: Resource,
|
|
1419
|
+
ResourceItem: ResourceItem,
|
|
1420
|
+
ResourceMetadata: ResourceMetadata,
|
|
1421
|
+
SnapshotDownloadRequest: SnapshotDownloadRequest,
|
|
1422
|
+
SnapshotProperties: SnapshotProperties,
|
|
1423
|
+
SnapshotResource: SnapshotResource,
|
|
1424
|
+
SnapshotResourceList: SnapshotResourceList,
|
|
1425
|
+
SystemData: SystemData
|
|
1429
1426
|
});
|
|
1430
1427
|
|
|
1431
1428
|
/*
|
|
@@ -1646,16 +1643,11 @@ class OperationsImpl {
|
|
|
1646
1643
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
1647
1644
|
var _a, e_1, _b, _c;
|
|
1648
1645
|
try {
|
|
1649
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
1646
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
1650
1647
|
_c = _f.value;
|
|
1651
1648
|
_d = false;
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
1655
|
-
}
|
|
1656
|
-
finally {
|
|
1657
|
-
_d = true;
|
|
1658
|
-
}
|
|
1649
|
+
const page = _c;
|
|
1650
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
1659
1651
|
}
|
|
1660
1652
|
}
|
|
1661
1653
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -1780,16 +1772,11 @@ class ReportsImpl {
|
|
|
1780
1772
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
1781
1773
|
var _a, e_1, _b, _c;
|
|
1782
1774
|
try {
|
|
1783
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
1775
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
1784
1776
|
_c = _f.value;
|
|
1785
1777
|
_d = false;
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
1789
|
-
}
|
|
1790
|
-
finally {
|
|
1791
|
-
_d = true;
|
|
1792
|
-
}
|
|
1778
|
+
const page = _c;
|
|
1779
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
1793
1780
|
}
|
|
1794
1781
|
}
|
|
1795
1782
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -2226,16 +2213,11 @@ class SnapshotsImpl {
|
|
|
2226
2213
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
2227
2214
|
var _a, e_1, _b, _c;
|
|
2228
2215
|
try {
|
|
2229
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(reportName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
2216
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(reportName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2230
2217
|
_c = _f.value;
|
|
2231
2218
|
_d = false;
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2235
|
-
}
|
|
2236
|
-
finally {
|
|
2237
|
-
_d = true;
|
|
2238
|
-
}
|
|
2219
|
+
const page = _c;
|
|
2220
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2239
2221
|
}
|
|
2240
2222
|
}
|
|
2241
2223
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|