@azure/arm-maintenance 1.0.0-alpha.20231009.1 → 1.0.0-alpha.20231016.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 +19 -22
- 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 +2 -9
- package/rollup.config.js +0 -122
package/dist/index.js
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
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
|
|
|
9
|
-
function
|
|
10
|
-
if (e && e.__esModule) return e;
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
11
8
|
var n = Object.create(null);
|
|
12
9
|
if (e) {
|
|
13
10
|
Object.keys(e).forEach(function (k) {
|
|
@@ -20,12 +17,12 @@ function _interopNamespace(e) {
|
|
|
20
17
|
}
|
|
21
18
|
});
|
|
22
19
|
}
|
|
23
|
-
n
|
|
20
|
+
n.default = e;
|
|
24
21
|
return Object.freeze(n);
|
|
25
22
|
}
|
|
26
23
|
|
|
27
|
-
var coreClient__namespace = /*#__PURE__*/
|
|
28
|
-
var coreRestPipeline__namespace = /*#__PURE__*/
|
|
24
|
+
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
|
25
|
+
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
|
|
29
26
|
|
|
30
27
|
/*
|
|
31
28
|
* Copyright (c) Microsoft Corporation.
|
|
@@ -793,26 +790,26 @@ const ConfigurationAssignment = {
|
|
|
793
790
|
|
|
794
791
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
795
792
|
__proto__: null,
|
|
796
|
-
|
|
793
|
+
ApplyUpdate: ApplyUpdate,
|
|
794
|
+
ConfigurationAssignment: ConfigurationAssignment,
|
|
795
|
+
ConfigurationAssignmentFilterProperties: ConfigurationAssignmentFilterProperties,
|
|
796
|
+
ErrorDetails: ErrorDetails,
|
|
797
|
+
InputLinuxParameters: InputLinuxParameters,
|
|
797
798
|
InputPatchConfiguration: InputPatchConfiguration,
|
|
798
799
|
InputWindowsParameters: InputWindowsParameters,
|
|
799
|
-
InputLinuxParameters: InputLinuxParameters,
|
|
800
|
-
Resource: Resource,
|
|
801
|
-
SystemData: SystemData,
|
|
802
|
-
MaintenanceError: MaintenanceError,
|
|
803
|
-
ErrorDetails: ErrorDetails,
|
|
804
|
-
ConfigurationAssignmentFilterProperties: ConfigurationAssignmentFilterProperties,
|
|
805
|
-
TagSettingsProperties: TagSettingsProperties,
|
|
806
|
-
ListConfigurationAssignmentsResult: ListConfigurationAssignmentsResult,
|
|
807
800
|
ListApplyUpdate: ListApplyUpdate,
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
OperationInfo: OperationInfo,
|
|
801
|
+
ListConfigurationAssignmentsResult: ListConfigurationAssignmentsResult,
|
|
802
|
+
ListMaintenanceConfigurationsResult: ListMaintenanceConfigurationsResult,
|
|
811
803
|
ListUpdatesResult: ListUpdatesResult,
|
|
812
|
-
Update: Update,
|
|
813
804
|
MaintenanceConfiguration: MaintenanceConfiguration,
|
|
814
|
-
|
|
815
|
-
|
|
805
|
+
MaintenanceError: MaintenanceError,
|
|
806
|
+
Operation: Operation,
|
|
807
|
+
OperationInfo: OperationInfo,
|
|
808
|
+
OperationsListResult: OperationsListResult,
|
|
809
|
+
Resource: Resource,
|
|
810
|
+
SystemData: SystemData,
|
|
811
|
+
TagSettingsProperties: TagSettingsProperties,
|
|
812
|
+
Update: Update
|
|
816
813
|
});
|
|
817
814
|
|
|
818
815
|
/*
|