@azure/arm-storsimple1200series 2.1.1-alpha.20231002.1 → 2.1.1-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 +65 -68
- 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.
|
|
@@ -2973,88 +2970,88 @@ const StorageDomain = {
|
|
|
2973
2970
|
|
|
2974
2971
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
2975
2972
|
__proto__: null,
|
|
2976
|
-
|
|
2977
|
-
ManagerIntrinsicSettings: ManagerIntrinsicSettings,
|
|
2978
|
-
ManagerSku: ManagerSku,
|
|
2979
|
-
Resource: Resource,
|
|
2980
|
-
ErrorModel: ErrorModel,
|
|
2981
|
-
Message: Message,
|
|
2982
|
-
Item: Item,
|
|
2983
|
-
AvailableProviderOperations: AvailableProviderOperations,
|
|
2984
|
-
AvailableProviderOperation: AvailableProviderOperation,
|
|
2985
|
-
AvailableProviderOperationDisplay: AvailableProviderOperationDisplay,
|
|
2986
|
-
ManagerPatch: ManagerPatch,
|
|
2973
|
+
AccessControlRecord: AccessControlRecord,
|
|
2987
2974
|
AccessControlRecordList: AccessControlRecordList,
|
|
2988
|
-
|
|
2975
|
+
Alert: Alert,
|
|
2976
|
+
AlertErrorDetails: AlertErrorDetails,
|
|
2977
|
+
AlertFilter: AlertFilter,
|
|
2989
2978
|
AlertList: AlertList,
|
|
2979
|
+
AlertSettings: AlertSettings,
|
|
2990
2980
|
AlertSource: AlertSource,
|
|
2991
|
-
|
|
2981
|
+
AsymmetricEncryptedSecret: AsymmetricEncryptedSecret,
|
|
2982
|
+
AvailableProviderOperation: AvailableProviderOperation,
|
|
2983
|
+
AvailableProviderOperationDisplay: AvailableProviderOperationDisplay,
|
|
2984
|
+
AvailableProviderOperations: AvailableProviderOperations,
|
|
2985
|
+
Backup: Backup,
|
|
2986
|
+
BackupElement: BackupElement,
|
|
2987
|
+
BackupFilter: BackupFilter,
|
|
2992
2988
|
BackupList: BackupList,
|
|
2993
|
-
|
|
2989
|
+
BackupScheduleGroup: BackupScheduleGroup,
|
|
2990
|
+
BackupScheduleGroupList: BackupScheduleGroupList,
|
|
2991
|
+
BaseModel: BaseModel,
|
|
2992
|
+
ChapSettings: ChapSettings,
|
|
2993
|
+
ChapSettingsList: ChapSettingsList,
|
|
2994
2994
|
ClearAlertRequest: ClearAlertRequest,
|
|
2995
|
-
|
|
2995
|
+
CloneRequest: CloneRequest,
|
|
2996
|
+
Device: Device,
|
|
2996
2997
|
DeviceDetails: DeviceDetails,
|
|
2998
|
+
DeviceList: DeviceList,
|
|
2997
2999
|
DevicePatch: DevicePatch,
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
Time: Time,
|
|
3001
|
-
ChapSettingsList: ChapSettingsList,
|
|
3002
|
-
AsymmetricEncryptedSecret: AsymmetricEncryptedSecret,
|
|
3003
|
-
IscsiDiskList: IscsiDiskList,
|
|
3000
|
+
EncryptionSettings: EncryptionSettings,
|
|
3001
|
+
ErrorModel: ErrorModel,
|
|
3004
3002
|
FailoverRequest: FailoverRequest,
|
|
3003
|
+
FileServer: FileServer,
|
|
3005
3004
|
FileServerList: FileServerList,
|
|
3006
|
-
|
|
3007
|
-
Metrics: Metrics,
|
|
3008
|
-
MetricName: MetricName,
|
|
3009
|
-
MetricDimension: MetricDimension,
|
|
3010
|
-
MetricData: MetricData,
|
|
3011
|
-
MetricDefinitionList: MetricDefinitionList,
|
|
3012
|
-
MetricDefinition: MetricDefinition,
|
|
3013
|
-
MetricAvailablity: MetricAvailablity,
|
|
3005
|
+
FileShare: FileShare,
|
|
3014
3006
|
FileShareList: FileShareList,
|
|
3007
|
+
IPConfig: IPConfig,
|
|
3008
|
+
IscsiDisk: IscsiDisk,
|
|
3009
|
+
IscsiDiskList: IscsiDiskList,
|
|
3010
|
+
IscsiServer: IscsiServer,
|
|
3015
3011
|
IscsiServerList: IscsiServerList,
|
|
3016
|
-
|
|
3012
|
+
Item: Item,
|
|
3013
|
+
Job: Job,
|
|
3017
3014
|
JobErrorDetails: JobErrorDetails,
|
|
3018
3015
|
JobErrorItem: JobErrorItem,
|
|
3016
|
+
JobFilter: JobFilter,
|
|
3017
|
+
JobList: JobList,
|
|
3019
3018
|
JobStage: JobStage,
|
|
3020
3019
|
JobStats: JobStats,
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3020
|
+
Manager: Manager,
|
|
3021
|
+
ManagerExtendedInfo: ManagerExtendedInfo,
|
|
3022
|
+
ManagerIntrinsicSettings: ManagerIntrinsicSettings,
|
|
3023
|
+
ManagerList: ManagerList,
|
|
3024
|
+
ManagerPatch: ManagerPatch,
|
|
3025
|
+
ManagerSku: ManagerSku,
|
|
3026
|
+
Message: Message,
|
|
3027
|
+
MetricAvailablity: MetricAvailablity,
|
|
3028
|
+
MetricData: MetricData,
|
|
3029
|
+
MetricDefinition: MetricDefinition,
|
|
3030
|
+
MetricDefinitionList: MetricDefinitionList,
|
|
3031
|
+
MetricDimension: MetricDimension,
|
|
3033
3032
|
MetricFilter: MetricFilter,
|
|
3033
|
+
MetricList: MetricList,
|
|
3034
|
+
MetricName: MetricName,
|
|
3034
3035
|
MetricNameFilter: MetricNameFilter,
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
Alert: Alert,
|
|
3038
|
-
BackupElement: BackupElement,
|
|
3039
|
-
Backup: Backup,
|
|
3040
|
-
UploadCertificateResponse: UploadCertificateResponse,
|
|
3041
|
-
Device: Device,
|
|
3042
|
-
AlertSettings: AlertSettings,
|
|
3043
|
-
FileShare: FileShare,
|
|
3044
|
-
IscsiDisk: IscsiDisk,
|
|
3045
|
-
BackupScheduleGroup: BackupScheduleGroup,
|
|
3046
|
-
ChapSettings: ChapSettings,
|
|
3047
|
-
FileServer: FileServer,
|
|
3048
|
-
IscsiServer: IscsiServer,
|
|
3049
|
-
Job: Job,
|
|
3036
|
+
Metrics: Metrics,
|
|
3037
|
+
NetworkAdapter: NetworkAdapter,
|
|
3050
3038
|
NetworkSettings: NetworkSettings,
|
|
3039
|
+
NodeNetwork: NodeNetwork,
|
|
3040
|
+
Resource: Resource,
|
|
3051
3041
|
SecuritySettings: SecuritySettings,
|
|
3042
|
+
SendTestAlertEmailRequest: SendTestAlertEmailRequest,
|
|
3043
|
+
StorageAccountCredential: StorageAccountCredential,
|
|
3044
|
+
StorageAccountCredentialList: StorageAccountCredentialList,
|
|
3045
|
+
StorageDomain: StorageDomain,
|
|
3046
|
+
StorageDomainList: StorageDomainList,
|
|
3047
|
+
SymmetricEncryptedSecret: SymmetricEncryptedSecret,
|
|
3048
|
+
Time: Time,
|
|
3052
3049
|
TimeSettings: TimeSettings,
|
|
3050
|
+
UpdateDownloadProgress: UpdateDownloadProgress,
|
|
3051
|
+
UpdateInstallProgress: UpdateInstallProgress,
|
|
3053
3052
|
Updates: Updates,
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
StorageAccountCredential: StorageAccountCredential,
|
|
3057
|
-
StorageDomain: StorageDomain
|
|
3053
|
+
UploadCertificateRequest: UploadCertificateRequest,
|
|
3054
|
+
UploadCertificateResponse: UploadCertificateResponse
|
|
3058
3055
|
});
|
|
3059
3056
|
|
|
3060
3057
|
/*
|