@azure/arm-elasticsan 1.0.0-alpha.20231010.1 → 1.0.0-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 +35 -38
- 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,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.
|
|
@@ -1343,47 +1340,47 @@ const PrivateEndpointConnectionsDeleteHeaders = {
|
|
|
1343
1340
|
|
|
1344
1341
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
1345
1342
|
__proto__: null,
|
|
1346
|
-
|
|
1343
|
+
ElasticSan: ElasticSan,
|
|
1344
|
+
ElasticSanList: ElasticSanList,
|
|
1345
|
+
ElasticSanUpdate: ElasticSanUpdate,
|
|
1346
|
+
ElasticSansDeleteHeaders: ElasticSansDeleteHeaders,
|
|
1347
|
+
ElasticSansUpdateHeaders: ElasticSansUpdateHeaders,
|
|
1348
|
+
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
1349
|
+
ErrorDetail: ErrorDetail,
|
|
1350
|
+
ErrorResponse: ErrorResponse,
|
|
1351
|
+
IscsiTargetInfo: IscsiTargetInfo,
|
|
1352
|
+
NetworkRuleSet: NetworkRuleSet,
|
|
1347
1353
|
Operation: Operation,
|
|
1348
1354
|
OperationDisplay: OperationDisplay,
|
|
1349
|
-
|
|
1350
|
-
ErrorDetail: ErrorDetail,
|
|
1351
|
-
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
1352
|
-
SkuInformationList: SkuInformationList,
|
|
1353
|
-
SkuInformation: SkuInformation,
|
|
1354
|
-
SkuLocationInfo: SkuLocationInfo,
|
|
1355
|
-
SKUCapability: SKUCapability,
|
|
1356
|
-
ElasticSanList: ElasticSanList,
|
|
1357
|
-
Sku: Sku,
|
|
1355
|
+
OperationListResult: OperationListResult,
|
|
1358
1356
|
PrivateEndpoint: PrivateEndpoint,
|
|
1357
|
+
PrivateEndpointConnection: PrivateEndpointConnection,
|
|
1358
|
+
PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
|
|
1359
|
+
PrivateEndpointConnectionsDeleteHeaders: PrivateEndpointConnectionsDeleteHeaders,
|
|
1360
|
+
PrivateLinkResource: PrivateLinkResource,
|
|
1361
|
+
PrivateLinkResourceListResult: PrivateLinkResourceListResult,
|
|
1359
1362
|
PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
|
|
1363
|
+
ProxyResource: ProxyResource,
|
|
1360
1364
|
Resource: Resource,
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
VolumeGroupUpdate: VolumeGroupUpdate,
|
|
1365
|
+
SKUCapability: SKUCapability,
|
|
1366
|
+
Sku: Sku,
|
|
1367
|
+
SkuInformation: SkuInformation,
|
|
1368
|
+
SkuInformationList: SkuInformationList,
|
|
1369
|
+
SkuLocationInfo: SkuLocationInfo,
|
|
1367
1370
|
SourceCreationData: SourceCreationData,
|
|
1368
|
-
|
|
1369
|
-
VolumeUpdate: VolumeUpdate,
|
|
1370
|
-
VolumeList: VolumeList,
|
|
1371
|
-
PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
|
|
1372
|
-
PrivateLinkResourceListResult: PrivateLinkResourceListResult,
|
|
1373
|
-
PrivateEndpointConnection: PrivateEndpointConnection,
|
|
1371
|
+
SystemData: SystemData,
|
|
1374
1372
|
TrackedResource: TrackedResource,
|
|
1375
|
-
|
|
1376
|
-
PrivateLinkResource: PrivateLinkResource,
|
|
1377
|
-
ElasticSan: ElasticSan,
|
|
1378
|
-
VolumeGroup: VolumeGroup,
|
|
1373
|
+
VirtualNetworkRule: VirtualNetworkRule,
|
|
1379
1374
|
Volume: Volume,
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1375
|
+
VolumeGroup: VolumeGroup,
|
|
1376
|
+
VolumeGroupList: VolumeGroupList,
|
|
1377
|
+
VolumeGroupUpdate: VolumeGroupUpdate,
|
|
1383
1378
|
VolumeGroupsDeleteHeaders: VolumeGroupsDeleteHeaders,
|
|
1384
|
-
|
|
1379
|
+
VolumeGroupsUpdateHeaders: VolumeGroupsUpdateHeaders,
|
|
1380
|
+
VolumeList: VolumeList,
|
|
1381
|
+
VolumeUpdate: VolumeUpdate,
|
|
1385
1382
|
VolumesDeleteHeaders: VolumesDeleteHeaders,
|
|
1386
|
-
|
|
1383
|
+
VolumesUpdateHeaders: VolumesUpdateHeaders
|
|
1387
1384
|
});
|
|
1388
1385
|
|
|
1389
1386
|
/*
|