@azure/arm-domainservices 4.1.1-alpha.20231010.1 → 4.1.1-alpha.20231017.1
Sign up to get free protection for your applications and to get access to all the features.
- 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 +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.
|
@@ -1209,31 +1206,31 @@ const OuContainer = {
|
|
1209
1206
|
|
1210
1207
|
var Mappers = /*#__PURE__*/Object.freeze({
|
1211
1208
|
__proto__: null,
|
1212
|
-
OperationEntityListResult: OperationEntityListResult,
|
1213
|
-
OperationEntity: OperationEntity,
|
1214
|
-
OperationDisplayInfo: OperationDisplayInfo,
|
1215
1209
|
CloudError: CloudError,
|
1216
1210
|
CloudErrorBody: CloudErrorBody,
|
1217
|
-
DomainServiceListResult: DomainServiceListResult,
|
1218
|
-
ReplicaSet: ReplicaSet,
|
1219
|
-
HealthMonitor: HealthMonitor,
|
1220
|
-
HealthAlert: HealthAlert,
|
1221
|
-
LdapsSettings: LdapsSettings,
|
1222
|
-
ResourceForestSettings: ResourceForestSettings,
|
1223
|
-
ForestTrust: ForestTrust,
|
1224
|
-
DomainSecuritySettings: DomainSecuritySettings,
|
1225
|
-
NotificationSettings: NotificationSettings,
|
1226
|
-
MigrationProperties: MigrationProperties,
|
1227
|
-
MigrationProgress: MigrationProgress,
|
1228
1211
|
ConfigDiagnostics: ConfigDiagnostics,
|
1229
1212
|
ConfigDiagnosticsValidatorResult: ConfigDiagnosticsValidatorResult,
|
1230
1213
|
ConfigDiagnosticsValidatorResultIssue: ConfigDiagnosticsValidatorResultIssue,
|
1231
|
-
Resource: Resource,
|
1232
|
-
SystemData: SystemData,
|
1233
|
-
OuContainerListResult: OuContainerListResult,
|
1234
1214
|
ContainerAccount: ContainerAccount,
|
1215
|
+
DomainSecuritySettings: DomainSecuritySettings,
|
1235
1216
|
DomainService: DomainService,
|
1236
|
-
|
1217
|
+
DomainServiceListResult: DomainServiceListResult,
|
1218
|
+
ForestTrust: ForestTrust,
|
1219
|
+
HealthAlert: HealthAlert,
|
1220
|
+
HealthMonitor: HealthMonitor,
|
1221
|
+
LdapsSettings: LdapsSettings,
|
1222
|
+
MigrationProgress: MigrationProgress,
|
1223
|
+
MigrationProperties: MigrationProperties,
|
1224
|
+
NotificationSettings: NotificationSettings,
|
1225
|
+
OperationDisplayInfo: OperationDisplayInfo,
|
1226
|
+
OperationEntity: OperationEntity,
|
1227
|
+
OperationEntityListResult: OperationEntityListResult,
|
1228
|
+
OuContainer: OuContainer,
|
1229
|
+
OuContainerListResult: OuContainerListResult,
|
1230
|
+
ReplicaSet: ReplicaSet,
|
1231
|
+
Resource: Resource,
|
1232
|
+
ResourceForestSettings: ResourceForestSettings,
|
1233
|
+
SystemData: SystemData
|
1237
1234
|
});
|
1238
1235
|
|
1239
1236
|
/*
|