@azure/arm-domainservices 4.1.1-alpha.20231010.1 → 4.1.1-alpha.20231026.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +37 -65
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/domainServiceOperationsListSample.js +3 -8
- package/dist-esm/samples-dev/domainServiceOperationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/domainServicesListSample.js +3 -8
- package/dist-esm/samples-dev/domainServicesListSample.js.map +1 -1
- package/dist-esm/samples-dev/ouContainerListSample.js +3 -8
- package/dist-esm/samples-dev/ouContainerListSample.js.map +1 -1
- package/dist-esm/samples-dev/ouContainerOperationsListSample.js +3 -8
- package/dist-esm/samples-dev/ouContainerOperationsListSample.js.map +1 -1
- package/dist-esm/src/operations/domainServiceOperations.js +3 -8
- package/dist-esm/src/operations/domainServiceOperations.js.map +1 -1
- package/dist-esm/src/operations/domainServices.js +6 -16
- package/dist-esm/src/operations/domainServices.js.map +1 -1
- package/dist-esm/src/operations/ouContainerOperationGrp.js +3 -8
- package/dist-esm/src/operations/ouContainerOperationGrp.js.map +1 -1
- package/dist-esm/src/operations/ouContainerOperations.js +3 -8
- package/dist-esm/src/operations/ouContainerOperations.js.map +1 -1
- package/package.json +3 -10
- 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
|
/*
|
@@ -1414,16 +1411,11 @@ class DomainServiceOperationsImpl {
|
|
1414
1411
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
1415
1412
|
var _a, e_1, _b, _c;
|
1416
1413
|
try {
|
1417
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
1414
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
1418
1415
|
_c = _f.value;
|
1419
1416
|
_d = false;
|
1420
|
-
|
1421
|
-
|
1422
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
1423
|
-
}
|
1424
|
-
finally {
|
1425
|
-
_d = true;
|
1426
|
-
}
|
1417
|
+
const page = _c;
|
1418
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
1427
1419
|
}
|
1428
1420
|
}
|
1429
1421
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -1577,16 +1569,11 @@ class DomainServicesImpl {
|
|
1577
1569
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
1578
1570
|
var _a, e_1, _b, _c;
|
1579
1571
|
try {
|
1580
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
1572
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
1581
1573
|
_c = _f.value;
|
1582
1574
|
_d = false;
|
1583
|
-
|
1584
|
-
|
1585
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
1586
|
-
}
|
1587
|
-
finally {
|
1588
|
-
_d = true;
|
1589
|
-
}
|
1575
|
+
const page = _c;
|
1576
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
1590
1577
|
}
|
1591
1578
|
}
|
1592
1579
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -1646,16 +1633,11 @@ class DomainServicesImpl {
|
|
1646
1633
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
1647
1634
|
var _a, e_2, _b, _c;
|
1648
1635
|
try {
|
1649
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
1636
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
1650
1637
|
_c = _f.value;
|
1651
1638
|
_d = false;
|
1652
|
-
|
1653
|
-
|
1654
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
1655
|
-
}
|
1656
|
-
finally {
|
1657
|
-
_d = true;
|
1658
|
-
}
|
1639
|
+
const page = _c;
|
1640
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
1659
1641
|
}
|
1660
1642
|
}
|
1661
1643
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
@@ -2132,16 +2114,11 @@ class OuContainerOperationsImpl {
|
|
2132
2114
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
2133
2115
|
var _a, e_1, _b, _c;
|
2134
2116
|
try {
|
2135
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
2117
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
2136
2118
|
_c = _f.value;
|
2137
2119
|
_d = false;
|
2138
|
-
|
2139
|
-
|
2140
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
2141
|
-
}
|
2142
|
-
finally {
|
2143
|
-
_d = true;
|
2144
|
-
}
|
2120
|
+
const page = _c;
|
2121
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
2145
2122
|
}
|
2146
2123
|
}
|
2147
2124
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -2269,16 +2246,11 @@ class OuContainerOperationGrpImpl {
|
|
2269
2246
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
2270
2247
|
var _a, e_1, _b, _c;
|
2271
2248
|
try {
|
2272
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, domainServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
2249
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, domainServiceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
2273
2250
|
_c = _f.value;
|
2274
2251
|
_d = false;
|
2275
|
-
|
2276
|
-
|
2277
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
2278
|
-
}
|
2279
|
-
finally {
|
2280
|
-
_d = true;
|
2281
|
-
}
|
2252
|
+
const page = _c;
|
2253
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
2282
2254
|
}
|
2283
2255
|
}
|
2284
2256
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|