@azure/arm-resourcehealth 4.1.0-alpha.20231023.1 → 4.1.0-alpha.20231025.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +33 -36
- 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.
|
@@ -1723,46 +1720,46 @@ const ImpactedResourceStatus = {
|
|
1723
1720
|
|
1724
1721
|
var Mappers = /*#__PURE__*/Object.freeze({
|
1725
1722
|
__proto__: null,
|
1726
|
-
AvailabilityStatusListResult: AvailabilityStatusListResult,
|
1727
1723
|
AvailabilityStatus: AvailabilityStatus,
|
1724
|
+
AvailabilityStatusListResult: AvailabilityStatusListResult,
|
1728
1725
|
AvailabilityStatusProperties: AvailabilityStatusProperties,
|
1729
1726
|
AvailabilityStatusPropertiesRecentlyResolved: AvailabilityStatusPropertiesRecentlyResolved,
|
1730
|
-
|
1731
|
-
|
1732
|
-
|
1733
|
-
ServiceImpactingEventIncidentProperties: ServiceImpactingEventIncidentProperties,
|
1727
|
+
EmergingIssueImpact: EmergingIssueImpact,
|
1728
|
+
EmergingIssueListResult: EmergingIssueListResult,
|
1729
|
+
EmergingIssuesGetResult: EmergingIssuesGetResult,
|
1734
1730
|
ErrorResponse: ErrorResponse,
|
1735
|
-
|
1736
|
-
|
1737
|
-
OperationDisplay: OperationDisplay,
|
1738
|
-
MetadataEntityListResult: MetadataEntityListResult,
|
1739
|
-
MetadataSupportedValueDetail: MetadataSupportedValueDetail,
|
1740
|
-
Resource: Resource,
|
1741
|
-
SystemData: SystemData,
|
1731
|
+
Event: Event,
|
1732
|
+
EventImpactedResource: EventImpactedResource,
|
1742
1733
|
EventImpactedResourceListResult: EventImpactedResourceListResult,
|
1743
|
-
|
1744
|
-
Events: Events,
|
1734
|
+
EventPropertiesAdditionalInformation: EventPropertiesAdditionalInformation,
|
1745
1735
|
EventPropertiesArticle: EventPropertiesArticle,
|
1746
|
-
Link: Link,
|
1747
|
-
LinkDisplayText: LinkDisplayText,
|
1748
|
-
Impact: Impact,
|
1749
|
-
ImpactedServiceRegion: ImpactedServiceRegion,
|
1750
|
-
Update: Update,
|
1751
1736
|
EventPropertiesRecommendedActions: EventPropertiesRecommendedActions,
|
1752
1737
|
EventPropertiesRecommendedActionsItem: EventPropertiesRecommendedActionsItem,
|
1738
|
+
Events: Events,
|
1753
1739
|
Faq: Faq,
|
1754
|
-
|
1755
|
-
EmergingIssueListResult: EmergingIssueListResult,
|
1756
|
-
StatusBanner: StatusBanner,
|
1757
|
-
StatusActiveEvent: StatusActiveEvent,
|
1758
|
-
EmergingIssueImpact: EmergingIssueImpact,
|
1740
|
+
Impact: Impact,
|
1759
1741
|
ImpactedRegion: ImpactedRegion,
|
1760
|
-
|
1742
|
+
ImpactedResourceStatus: ImpactedResourceStatus,
|
1743
|
+
ImpactedServiceRegion: ImpactedServiceRegion,
|
1744
|
+
KeyValueItem: KeyValueItem,
|
1745
|
+
Link: Link,
|
1746
|
+
LinkDisplayText: LinkDisplayText,
|
1761
1747
|
MetadataEntity: MetadataEntity,
|
1762
|
-
|
1763
|
-
|
1764
|
-
|
1765
|
-
|
1748
|
+
MetadataEntityListResult: MetadataEntityListResult,
|
1749
|
+
MetadataSupportedValueDetail: MetadataSupportedValueDetail,
|
1750
|
+
Operation: Operation,
|
1751
|
+
OperationDisplay: OperationDisplay,
|
1752
|
+
OperationListResult: OperationListResult,
|
1753
|
+
ProxyResource: ProxyResource,
|
1754
|
+
RecommendedAction: RecommendedAction,
|
1755
|
+
Resource: Resource,
|
1756
|
+
ServiceImpactingEvent: ServiceImpactingEvent,
|
1757
|
+
ServiceImpactingEventIncidentProperties: ServiceImpactingEventIncidentProperties,
|
1758
|
+
ServiceImpactingEventStatus: ServiceImpactingEventStatus,
|
1759
|
+
StatusActiveEvent: StatusActiveEvent,
|
1760
|
+
StatusBanner: StatusBanner,
|
1761
|
+
SystemData: SystemData,
|
1762
|
+
Update: Update
|
1766
1763
|
});
|
1767
1764
|
|
1768
1765
|
/*
|