@azure/arm-resourcehealth 4.0.1-alpha.20231009.1 → 4.0.1-alpha.20231016.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.
|
@@ -1667,46 +1664,46 @@ const ImpactedResourceStatus = {
|
|
1667
1664
|
|
1668
1665
|
var Mappers = /*#__PURE__*/Object.freeze({
|
1669
1666
|
__proto__: null,
|
1670
|
-
AvailabilityStatusListResult: AvailabilityStatusListResult,
|
1671
1667
|
AvailabilityStatus: AvailabilityStatus,
|
1668
|
+
AvailabilityStatusListResult: AvailabilityStatusListResult,
|
1672
1669
|
AvailabilityStatusProperties: AvailabilityStatusProperties,
|
1673
1670
|
AvailabilityStatusPropertiesRecentlyResolved: AvailabilityStatusPropertiesRecentlyResolved,
|
1674
|
-
|
1675
|
-
|
1676
|
-
|
1677
|
-
ServiceImpactingEventIncidentProperties: ServiceImpactingEventIncidentProperties,
|
1671
|
+
EmergingIssueImpact: EmergingIssueImpact,
|
1672
|
+
EmergingIssueListResult: EmergingIssueListResult,
|
1673
|
+
EmergingIssuesGetResult: EmergingIssuesGetResult,
|
1678
1674
|
ErrorResponse: ErrorResponse,
|
1679
|
-
|
1680
|
-
|
1681
|
-
OperationDisplay: OperationDisplay,
|
1682
|
-
MetadataEntityListResult: MetadataEntityListResult,
|
1683
|
-
MetadataSupportedValueDetail: MetadataSupportedValueDetail,
|
1684
|
-
Resource: Resource,
|
1685
|
-
SystemData: SystemData,
|
1675
|
+
Event: Event,
|
1676
|
+
EventImpactedResource: EventImpactedResource,
|
1686
1677
|
EventImpactedResourceListResult: EventImpactedResourceListResult,
|
1687
|
-
|
1688
|
-
Events: Events,
|
1678
|
+
EventPropertiesAdditionalInformation: EventPropertiesAdditionalInformation,
|
1689
1679
|
EventPropertiesArticle: EventPropertiesArticle,
|
1690
|
-
Link: Link,
|
1691
|
-
LinkDisplayText: LinkDisplayText,
|
1692
|
-
Impact: Impact,
|
1693
|
-
ImpactedServiceRegion: ImpactedServiceRegion,
|
1694
|
-
Update: Update,
|
1695
1680
|
EventPropertiesRecommendedActions: EventPropertiesRecommendedActions,
|
1696
1681
|
EventPropertiesRecommendedActionsItem: EventPropertiesRecommendedActionsItem,
|
1682
|
+
Events: Events,
|
1697
1683
|
Faq: Faq,
|
1698
|
-
|
1699
|
-
EmergingIssueListResult: EmergingIssueListResult,
|
1700
|
-
StatusBanner: StatusBanner,
|
1701
|
-
StatusActiveEvent: StatusActiveEvent,
|
1702
|
-
EmergingIssueImpact: EmergingIssueImpact,
|
1684
|
+
Impact: Impact,
|
1703
1685
|
ImpactedRegion: ImpactedRegion,
|
1704
|
-
|
1686
|
+
ImpactedResourceStatus: ImpactedResourceStatus,
|
1687
|
+
ImpactedServiceRegion: ImpactedServiceRegion,
|
1688
|
+
KeyValueItem: KeyValueItem,
|
1689
|
+
Link: Link,
|
1690
|
+
LinkDisplayText: LinkDisplayText,
|
1705
1691
|
MetadataEntity: MetadataEntity,
|
1706
|
-
|
1707
|
-
|
1708
|
-
|
1709
|
-
|
1692
|
+
MetadataEntityListResult: MetadataEntityListResult,
|
1693
|
+
MetadataSupportedValueDetail: MetadataSupportedValueDetail,
|
1694
|
+
Operation: Operation,
|
1695
|
+
OperationDisplay: OperationDisplay,
|
1696
|
+
OperationListResult: OperationListResult,
|
1697
|
+
ProxyResource: ProxyResource,
|
1698
|
+
RecommendedAction: RecommendedAction,
|
1699
|
+
Resource: Resource,
|
1700
|
+
ServiceImpactingEvent: ServiceImpactingEvent,
|
1701
|
+
ServiceImpactingEventIncidentProperties: ServiceImpactingEventIncidentProperties,
|
1702
|
+
ServiceImpactingEventStatus: ServiceImpactingEventStatus,
|
1703
|
+
StatusActiveEvent: StatusActiveEvent,
|
1704
|
+
StatusBanner: StatusBanner,
|
1705
|
+
SystemData: SystemData,
|
1706
|
+
Update: Update
|
1710
1707
|
});
|
1711
1708
|
|
1712
1709
|
/*
|