@azure/arm-azurestackhci 3.1.1-alpha.20231003.1 → 3.1.1-alpha.20231017.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 +22 -25
- 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 +4 -11
- 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.
|
|
@@ -1364,34 +1361,34 @@ const Cluster = {
|
|
|
1364
1361
|
|
|
1365
1362
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
1366
1363
|
__proto__: null,
|
|
1364
|
+
ArcConnectivityProperties: ArcConnectivityProperties,
|
|
1365
|
+
ArcIdentityResponse: ArcIdentityResponse,
|
|
1366
|
+
ArcSetting: ArcSetting,
|
|
1367
1367
|
ArcSettingList: ArcSettingList,
|
|
1368
|
-
PerNodeState: PerNodeState,
|
|
1369
|
-
Resource: Resource,
|
|
1370
|
-
ErrorResponse: ErrorResponse,
|
|
1371
|
-
ErrorDetail: ErrorDetail,
|
|
1372
|
-
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
1373
1368
|
ArcSettingsPatch: ArcSettingsPatch,
|
|
1374
|
-
|
|
1375
|
-
ArcIdentityResponse: ArcIdentityResponse,
|
|
1376
|
-
ClusterList: ClusterList,
|
|
1369
|
+
Cluster: Cluster,
|
|
1377
1370
|
ClusterDesiredProperties: ClusterDesiredProperties,
|
|
1378
|
-
|
|
1371
|
+
ClusterIdentityResponse: ClusterIdentityResponse,
|
|
1372
|
+
ClusterList: ClusterList,
|
|
1379
1373
|
ClusterNode: ClusterNode,
|
|
1380
1374
|
ClusterPatch: ClusterPatch,
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1375
|
+
ClusterReportedProperties: ClusterReportedProperties,
|
|
1376
|
+
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
1377
|
+
ErrorDetail: ErrorDetail,
|
|
1378
|
+
ErrorResponse: ErrorResponse,
|
|
1379
|
+
Extension: Extension,
|
|
1384
1380
|
ExtensionList: ExtensionList,
|
|
1385
|
-
PerNodeExtensionState: PerNodeExtensionState,
|
|
1386
|
-
OperationListResult: OperationListResult,
|
|
1387
1381
|
Operation: Operation,
|
|
1388
1382
|
OperationDisplay: OperationDisplay,
|
|
1389
|
-
|
|
1383
|
+
OperationListResult: OperationListResult,
|
|
1384
|
+
PasswordCredential: PasswordCredential,
|
|
1385
|
+
PerNodeExtensionState: PerNodeExtensionState,
|
|
1386
|
+
PerNodeState: PerNodeState,
|
|
1390
1387
|
ProxyResource: ProxyResource,
|
|
1388
|
+
RawCertificateData: RawCertificateData,
|
|
1389
|
+
Resource: Resource,
|
|
1391
1390
|
TrackedResource: TrackedResource,
|
|
1392
|
-
|
|
1393
|
-
Extension: Extension,
|
|
1394
|
-
Cluster: Cluster
|
|
1391
|
+
UploadCertificateRequest: UploadCertificateRequest
|
|
1395
1392
|
});
|
|
1396
1393
|
|
|
1397
1394
|
/*
|