@azure/arm-recoveryservicesdatareplication 1.0.0-alpha.20231023.1 → 1.0.0-alpha.20231025.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 +136 -204
- 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/draListSample.js +3 -8
- package/dist-esm/samples-dev/draListSample.js.map +1 -1
- package/dist-esm/samples-dev/emailConfigurationListSample.js +3 -8
- package/dist-esm/samples-dev/emailConfigurationListSample.js.map +1 -1
- package/dist-esm/samples-dev/eventListSample.js +3 -8
- package/dist-esm/samples-dev/eventListSample.js.map +1 -1
- package/dist-esm/samples-dev/fabricListBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/fabricListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/fabricListSample.js +3 -8
- package/dist-esm/samples-dev/fabricListSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +3 -8
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/policyListSample.js +3 -8
- package/dist-esm/samples-dev/policyListSample.js.map +1 -1
- package/dist-esm/samples-dev/protectedItemListSample.js +3 -8
- package/dist-esm/samples-dev/protectedItemListSample.js.map +1 -1
- package/dist-esm/samples-dev/recoveryPointsListSample.js +3 -8
- package/dist-esm/samples-dev/recoveryPointsListSample.js.map +1 -1
- package/dist-esm/samples-dev/replicationExtensionListSample.js +3 -8
- package/dist-esm/samples-dev/replicationExtensionListSample.js.map +1 -1
- package/dist-esm/samples-dev/vaultListBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/vaultListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/vaultListSample.js +3 -8
- package/dist-esm/samples-dev/vaultListSample.js.map +1 -1
- package/dist-esm/samples-dev/workflowListSample.js +3 -8
- package/dist-esm/samples-dev/workflowListSample.js.map +1 -1
- package/dist-esm/src/operations/dra.js +3 -8
- package/dist-esm/src/operations/dra.js.map +1 -1
- package/dist-esm/src/operations/emailConfiguration.js +3 -8
- package/dist-esm/src/operations/emailConfiguration.js.map +1 -1
- package/dist-esm/src/operations/event.js +3 -8
- package/dist-esm/src/operations/event.js.map +1 -1
- package/dist-esm/src/operations/fabric.js +6 -16
- package/dist-esm/src/operations/fabric.js.map +1 -1
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/policy.js +3 -8
- package/dist-esm/src/operations/policy.js.map +1 -1
- package/dist-esm/src/operations/protectedItem.js +3 -8
- package/dist-esm/src/operations/protectedItem.js.map +1 -1
- package/dist-esm/src/operations/recoveryPoints.js +3 -8
- package/dist-esm/src/operations/recoveryPoints.js.map +1 -1
- package/dist-esm/src/operations/replicationExtension.js +3 -8
- package/dist-esm/src/operations/replicationExtension.js.map +1 -1
- package/dist-esm/src/operations/vault.js +6 -16
- package/dist-esm/src/operations/vault.js.map +1 -1
- package/dist-esm/src/operations/workflow.js +3 -8
- package/dist-esm/src/operations/workflow.js.map +1 -1
- package/dist-esm/test/recoveryservicesdatareplication_operations_test.spec.js +3 -8
- package/dist-esm/test/recoveryservicesdatareplication_operations_test.spec.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.
|
|
@@ -5312,125 +5309,125 @@ let discriminators = {
|
|
|
5312
5309
|
|
|
5313
5310
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
5314
5311
|
__proto__: null,
|
|
5312
|
+
AzStackHCIClusterProperties: AzStackHCIClusterProperties,
|
|
5313
|
+
AzStackHCIFabricModelCustomProperties: AzStackHCIFabricModelCustomProperties,
|
|
5314
|
+
CheckNameAvailabilityModel: CheckNameAvailabilityModel,
|
|
5315
|
+
CheckNameAvailabilityResponseModel: CheckNameAvailabilityResponseModel,
|
|
5316
|
+
DeploymentPreflightModel: DeploymentPreflightModel,
|
|
5317
|
+
DeploymentPreflightResource: DeploymentPreflightResource,
|
|
5318
|
+
DraDeleteHeaders: DraDeleteHeaders,
|
|
5315
5319
|
DraModel: DraModel,
|
|
5316
|
-
DraModelProperties: DraModelProperties,
|
|
5317
|
-
IdentityModel: IdentityModel,
|
|
5318
|
-
HealthErrorModel: HealthErrorModel,
|
|
5319
|
-
InnerHealthErrorModel: InnerHealthErrorModel,
|
|
5320
|
-
DraModelCustomProperties: DraModelCustomProperties,
|
|
5321
|
-
SystemDataModel: SystemDataModel,
|
|
5322
|
-
ErrorResponse: ErrorResponse,
|
|
5323
|
-
ErrorDetail: ErrorDetail,
|
|
5324
|
-
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
5325
5320
|
DraModelCollection: DraModelCollection,
|
|
5326
|
-
|
|
5321
|
+
DraModelCustomProperties: DraModelCustomProperties,
|
|
5322
|
+
DraModelProperties: DraModelProperties,
|
|
5323
|
+
DraModelSystemData: DraModelSystemData,
|
|
5327
5324
|
EmailConfigurationModel: EmailConfigurationModel,
|
|
5328
|
-
EmailConfigurationModelProperties: EmailConfigurationModelProperties,
|
|
5329
5325
|
EmailConfigurationModelCollection: EmailConfigurationModelCollection,
|
|
5326
|
+
EmailConfigurationModelProperties: EmailConfigurationModelProperties,
|
|
5327
|
+
EmailConfigurationModelSystemData: EmailConfigurationModelSystemData,
|
|
5328
|
+
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
5329
|
+
ErrorDetail: ErrorDetail,
|
|
5330
|
+
ErrorModel: ErrorModel,
|
|
5331
|
+
ErrorResponse: ErrorResponse,
|
|
5330
5332
|
EventModel: EventModel,
|
|
5331
|
-
EventModelProperties: EventModelProperties,
|
|
5332
|
-
EventModelCustomProperties: EventModelCustomProperties,
|
|
5333
5333
|
EventModelCollection: EventModelCollection,
|
|
5334
|
+
EventModelCustomProperties: EventModelCustomProperties,
|
|
5335
|
+
EventModelProperties: EventModelProperties,
|
|
5336
|
+
EventModelSystemData: EventModelSystemData,
|
|
5337
|
+
FabricDeleteHeaders: FabricDeleteHeaders,
|
|
5334
5338
|
FabricModel: FabricModel,
|
|
5335
|
-
|
|
5339
|
+
FabricModelCollection: FabricModelCollection,
|
|
5336
5340
|
FabricModelCustomProperties: FabricModelCustomProperties,
|
|
5341
|
+
FabricModelProperties: FabricModelProperties,
|
|
5342
|
+
FabricModelSystemData: FabricModelSystemData,
|
|
5337
5343
|
FabricModelUpdate: FabricModelUpdate,
|
|
5338
|
-
|
|
5344
|
+
FabricModelUpdateSystemData: FabricModelUpdateSystemData,
|
|
5345
|
+
FabricUpdateHeaders: FabricUpdateHeaders,
|
|
5346
|
+
FailoverProtectedItemProperties: FailoverProtectedItemProperties,
|
|
5347
|
+
FailoverWorkflowModelCustomProperties: FailoverWorkflowModelCustomProperties,
|
|
5348
|
+
HealthErrorModel: HealthErrorModel,
|
|
5349
|
+
HyperVMigrateFabricModelCustomProperties: HyperVMigrateFabricModelCustomProperties,
|
|
5350
|
+
HyperVToAzStackHCIDiskInput: HyperVToAzStackHCIDiskInput,
|
|
5351
|
+
HyperVToAzStackHCIEventModelCustomProperties: HyperVToAzStackHCIEventModelCustomProperties,
|
|
5352
|
+
HyperVToAzStackHCINicInput: HyperVToAzStackHCINicInput,
|
|
5353
|
+
HyperVToAzStackHCIPlannedFailoverModelCustomProperties: HyperVToAzStackHCIPlannedFailoverModelCustomProperties,
|
|
5354
|
+
HyperVToAzStackHCIPolicyModelCustomProperties: HyperVToAzStackHCIPolicyModelCustomProperties,
|
|
5355
|
+
HyperVToAzStackHCIProtectedDiskProperties: HyperVToAzStackHCIProtectedDiskProperties,
|
|
5356
|
+
HyperVToAzStackHCIProtectedItemModelCustomProperties: HyperVToAzStackHCIProtectedItemModelCustomProperties,
|
|
5357
|
+
HyperVToAzStackHCIProtectedNicProperties: HyperVToAzStackHCIProtectedNicProperties,
|
|
5358
|
+
HyperVToAzStackHCIRecoveryPointModelCustomProperties: HyperVToAzStackHCIRecoveryPointModelCustomProperties,
|
|
5359
|
+
HyperVToAzStackHCIReplicationExtensionModelCustomProperties: HyperVToAzStackHCIReplicationExtensionModelCustomProperties,
|
|
5360
|
+
IdentityModel: IdentityModel,
|
|
5361
|
+
InnerHealthErrorModel: InnerHealthErrorModel,
|
|
5362
|
+
Operation: Operation,
|
|
5363
|
+
OperationDisplay: OperationDisplay,
|
|
5364
|
+
OperationListResult: OperationListResult,
|
|
5365
|
+
OperationModel: OperationModel,
|
|
5366
|
+
OperationModelCollection: OperationModelCollection,
|
|
5367
|
+
OperationModelProperties: OperationModelProperties,
|
|
5368
|
+
OperationStatus: OperationStatus,
|
|
5369
|
+
PlannedFailoverModel: PlannedFailoverModel,
|
|
5370
|
+
PlannedFailoverModelCustomProperties: PlannedFailoverModelCustomProperties,
|
|
5371
|
+
PlannedFailoverModelProperties: PlannedFailoverModelProperties,
|
|
5372
|
+
PolicyDeleteHeaders: PolicyDeleteHeaders,
|
|
5339
5373
|
PolicyModel: PolicyModel,
|
|
5340
|
-
PolicyModelProperties: PolicyModelProperties,
|
|
5341
|
-
PolicyModelCustomProperties: PolicyModelCustomProperties,
|
|
5342
5374
|
PolicyModelCollection: PolicyModelCollection,
|
|
5343
|
-
|
|
5344
|
-
|
|
5375
|
+
PolicyModelCustomProperties: PolicyModelCustomProperties,
|
|
5376
|
+
PolicyModelProperties: PolicyModelProperties,
|
|
5377
|
+
PolicyModelSystemData: PolicyModelSystemData,
|
|
5378
|
+
ProtectedItemDeleteHeaders: ProtectedItemDeleteHeaders,
|
|
5379
|
+
ProtectedItemDynamicMemoryConfig: ProtectedItemDynamicMemoryConfig,
|
|
5345
5380
|
ProtectedItemJobProperties: ProtectedItemJobProperties,
|
|
5346
|
-
|
|
5381
|
+
ProtectedItemModel: ProtectedItemModel,
|
|
5347
5382
|
ProtectedItemModelCollection: ProtectedItemModelCollection,
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
|
|
5383
|
+
ProtectedItemModelCustomProperties: ProtectedItemModelCustomProperties,
|
|
5384
|
+
ProtectedItemModelProperties: ProtectedItemModelProperties,
|
|
5385
|
+
ProtectedItemModelPropertiesCurrentJob: ProtectedItemModelPropertiesCurrentJob,
|
|
5386
|
+
ProtectedItemModelPropertiesLastFailedEnableProtectionJob: ProtectedItemModelPropertiesLastFailedEnableProtectionJob,
|
|
5387
|
+
ProtectedItemModelPropertiesLastFailedPlannedFailoverJob: ProtectedItemModelPropertiesLastFailedPlannedFailoverJob,
|
|
5388
|
+
ProtectedItemModelPropertiesLastTestFailoverJob: ProtectedItemModelPropertiesLastTestFailoverJob,
|
|
5389
|
+
ProtectedItemModelSystemData: ProtectedItemModelSystemData,
|
|
5390
|
+
ProtectedItemPlannedFailoverHeaders: ProtectedItemPlannedFailoverHeaders,
|
|
5351
5391
|
RecoveryPointModel: RecoveryPointModel,
|
|
5352
|
-
RecoveryPointModelProperties: RecoveryPointModelProperties,
|
|
5353
|
-
RecoveryPointModelCustomProperties: RecoveryPointModelCustomProperties,
|
|
5354
5392
|
RecoveryPointModelCollection: RecoveryPointModelCollection,
|
|
5393
|
+
RecoveryPointModelCustomProperties: RecoveryPointModelCustomProperties,
|
|
5394
|
+
RecoveryPointModelProperties: RecoveryPointModelProperties,
|
|
5395
|
+
RecoveryPointModelSystemData: RecoveryPointModelSystemData,
|
|
5396
|
+
ReplicationExtensionDeleteHeaders: ReplicationExtensionDeleteHeaders,
|
|
5355
5397
|
ReplicationExtensionModel: ReplicationExtensionModel,
|
|
5356
|
-
ReplicationExtensionModelProperties: ReplicationExtensionModelProperties,
|
|
5357
|
-
ReplicationExtensionModelCustomProperties: ReplicationExtensionModelCustomProperties,
|
|
5358
5398
|
ReplicationExtensionModelCollection: ReplicationExtensionModelCollection,
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
DeploymentPreflightModel: DeploymentPreflightModel,
|
|
5365
|
-
DeploymentPreflightResource: DeploymentPreflightResource,
|
|
5366
|
-
VaultModel: VaultModel,
|
|
5367
|
-
VaultModelProperties: VaultModelProperties,
|
|
5368
|
-
VaultModelUpdate: VaultModelUpdate,
|
|
5369
|
-
VaultModelCollection: VaultModelCollection,
|
|
5370
|
-
WorkflowModel: WorkflowModel,
|
|
5371
|
-
WorkflowModelProperties: WorkflowModelProperties,
|
|
5399
|
+
ReplicationExtensionModelCustomProperties: ReplicationExtensionModelCustomProperties,
|
|
5400
|
+
ReplicationExtensionModelProperties: ReplicationExtensionModelProperties,
|
|
5401
|
+
ReplicationExtensionModelSystemData: ReplicationExtensionModelSystemData,
|
|
5402
|
+
StorageContainerProperties: StorageContainerProperties,
|
|
5403
|
+
SystemDataModel: SystemDataModel,
|
|
5372
5404
|
TaskModel: TaskModel,
|
|
5373
5405
|
TaskModelCustomProperties: TaskModelCustomProperties,
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
|
|
5378
|
-
StorageContainerProperties: StorageContainerProperties,
|
|
5379
|
-
FailoverProtectedItemProperties: FailoverProtectedItemProperties,
|
|
5380
|
-
HyperVToAzStackHCIDiskInput: HyperVToAzStackHCIDiskInput,
|
|
5381
|
-
HyperVToAzStackHCINicInput: HyperVToAzStackHCINicInput,
|
|
5382
|
-
HyperVToAzStackHCIProtectedDiskProperties: HyperVToAzStackHCIProtectedDiskProperties,
|
|
5383
|
-
ProtectedItemDynamicMemoryConfig: ProtectedItemDynamicMemoryConfig,
|
|
5384
|
-
HyperVToAzStackHCIProtectedNicProperties: HyperVToAzStackHCIProtectedNicProperties,
|
|
5385
|
-
OperationModel: OperationModel,
|
|
5386
|
-
OperationModelProperties: OperationModelProperties,
|
|
5387
|
-
OperationModelCollection: OperationModelCollection,
|
|
5406
|
+
TestFailoverCleanupWorkflowModelCustomProperties: TestFailoverCleanupWorkflowModelCustomProperties,
|
|
5407
|
+
TestFailoverWorkflowModelCustomProperties: TestFailoverWorkflowModelCustomProperties,
|
|
5408
|
+
VMwareDraModelCustomProperties: VMwareDraModelCustomProperties,
|
|
5409
|
+
VMwareMigrateFabricModelCustomProperties: VMwareMigrateFabricModelCustomProperties,
|
|
5388
5410
|
VMwareToAzStackHCIDiskInput: VMwareToAzStackHCIDiskInput,
|
|
5389
5411
|
VMwareToAzStackHCINicInput: VMwareToAzStackHCINicInput,
|
|
5412
|
+
VMwareToAzStackHCIPlannedFailoverModelCustomProperties: VMwareToAzStackHCIPlannedFailoverModelCustomProperties,
|
|
5413
|
+
VMwareToAzStackHCIPolicyModelCustomProperties: VMwareToAzStackHCIPolicyModelCustomProperties,
|
|
5390
5414
|
VMwareToAzStackHCIProtectedDiskProperties: VMwareToAzStackHCIProtectedDiskProperties,
|
|
5415
|
+
VMwareToAzStackHCIProtectedItemModelCustomProperties: VMwareToAzStackHCIProtectedItemModelCustomProperties,
|
|
5391
5416
|
VMwareToAzStackHCIProtectedNicProperties: VMwareToAzStackHCIProtectedNicProperties,
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
|
|
5396
|
-
|
|
5397
|
-
FabricModelUpdateSystemData: FabricModelUpdateSystemData,
|
|
5398
|
-
PolicyModelSystemData: PolicyModelSystemData,
|
|
5399
|
-
ProtectedItemModelSystemData: ProtectedItemModelSystemData,
|
|
5400
|
-
RecoveryPointModelSystemData: RecoveryPointModelSystemData,
|
|
5401
|
-
ReplicationExtensionModelSystemData: ReplicationExtensionModelSystemData,
|
|
5417
|
+
VMwareToAzStackHCIReplicationExtensionModelCustomProperties: VMwareToAzStackHCIReplicationExtensionModelCustomProperties,
|
|
5418
|
+
VaultDeleteHeaders: VaultDeleteHeaders,
|
|
5419
|
+
VaultModel: VaultModel,
|
|
5420
|
+
VaultModelCollection: VaultModelCollection,
|
|
5421
|
+
VaultModelProperties: VaultModelProperties,
|
|
5402
5422
|
VaultModelSystemData: VaultModelSystemData,
|
|
5423
|
+
VaultModelUpdate: VaultModelUpdate,
|
|
5403
5424
|
VaultModelUpdateSystemData: VaultModelUpdateSystemData,
|
|
5404
|
-
WorkflowModelSystemData: WorkflowModelSystemData,
|
|
5405
|
-
HyperVToAzStackHCIEventModelCustomProperties: HyperVToAzStackHCIEventModelCustomProperties,
|
|
5406
|
-
AzStackHCIFabricModelCustomProperties: AzStackHCIFabricModelCustomProperties,
|
|
5407
|
-
HyperVMigrateFabricModelCustomProperties: HyperVMigrateFabricModelCustomProperties,
|
|
5408
|
-
VMwareMigrateFabricModelCustomProperties: VMwareMigrateFabricModelCustomProperties,
|
|
5409
|
-
HyperVToAzStackHCIPolicyModelCustomProperties: HyperVToAzStackHCIPolicyModelCustomProperties,
|
|
5410
|
-
VMwareToAzStackHCIPolicyModelCustomProperties: VMwareToAzStackHCIPolicyModelCustomProperties,
|
|
5411
|
-
ProtectedItemModelPropertiesCurrentJob: ProtectedItemModelPropertiesCurrentJob,
|
|
5412
|
-
ProtectedItemModelPropertiesLastFailedEnableProtectionJob: ProtectedItemModelPropertiesLastFailedEnableProtectionJob,
|
|
5413
|
-
ProtectedItemModelPropertiesLastFailedPlannedFailoverJob: ProtectedItemModelPropertiesLastFailedPlannedFailoverJob,
|
|
5414
|
-
ProtectedItemModelPropertiesLastTestFailoverJob: ProtectedItemModelPropertiesLastTestFailoverJob,
|
|
5415
|
-
HyperVToAzStackHCIProtectedItemModelCustomProperties: HyperVToAzStackHCIProtectedItemModelCustomProperties,
|
|
5416
|
-
VMwareToAzStackHCIProtectedItemModelCustomProperties: VMwareToAzStackHCIProtectedItemModelCustomProperties,
|
|
5417
|
-
HyperVToAzStackHCIPlannedFailoverModelCustomProperties: HyperVToAzStackHCIPlannedFailoverModelCustomProperties,
|
|
5418
|
-
VMwareToAzStackHCIPlannedFailoverModelCustomProperties: VMwareToAzStackHCIPlannedFailoverModelCustomProperties,
|
|
5419
|
-
HyperVToAzStackHCIRecoveryPointModelCustomProperties: HyperVToAzStackHCIRecoveryPointModelCustomProperties,
|
|
5420
|
-
HyperVToAzStackHCIReplicationExtensionModelCustomProperties: HyperVToAzStackHCIReplicationExtensionModelCustomProperties,
|
|
5421
|
-
VMwareToAzStackHCIReplicationExtensionModelCustomProperties: VMwareToAzStackHCIReplicationExtensionModelCustomProperties,
|
|
5422
|
-
FailoverWorkflowModelCustomProperties: FailoverWorkflowModelCustomProperties,
|
|
5423
|
-
TestFailoverCleanupWorkflowModelCustomProperties: TestFailoverCleanupWorkflowModelCustomProperties,
|
|
5424
|
-
TestFailoverWorkflowModelCustomProperties: TestFailoverWorkflowModelCustomProperties,
|
|
5425
|
-
DraDeleteHeaders: DraDeleteHeaders,
|
|
5426
|
-
FabricUpdateHeaders: FabricUpdateHeaders,
|
|
5427
|
-
FabricDeleteHeaders: FabricDeleteHeaders,
|
|
5428
|
-
PolicyDeleteHeaders: PolicyDeleteHeaders,
|
|
5429
|
-
ProtectedItemDeleteHeaders: ProtectedItemDeleteHeaders,
|
|
5430
|
-
ProtectedItemPlannedFailoverHeaders: ProtectedItemPlannedFailoverHeaders,
|
|
5431
|
-
ReplicationExtensionDeleteHeaders: ReplicationExtensionDeleteHeaders,
|
|
5432
5425
|
VaultUpdateHeaders: VaultUpdateHeaders,
|
|
5433
|
-
|
|
5426
|
+
WorkflowModel: WorkflowModel,
|
|
5427
|
+
WorkflowModelCollection: WorkflowModelCollection,
|
|
5428
|
+
WorkflowModelCustomProperties: WorkflowModelCustomProperties,
|
|
5429
|
+
WorkflowModelProperties: WorkflowModelProperties,
|
|
5430
|
+
WorkflowModelSystemData: WorkflowModelSystemData,
|
|
5434
5431
|
discriminators: discriminators
|
|
5435
5432
|
});
|
|
5436
5433
|
|
|
@@ -5846,16 +5843,11 @@ class DraImpl {
|
|
|
5846
5843
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
5847
5844
|
var _a, e_1, _b, _c;
|
|
5848
5845
|
try {
|
|
5849
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, fabricName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5846
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, fabricName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
5850
5847
|
_c = _f.value;
|
|
5851
5848
|
_d = false;
|
|
5852
|
-
|
|
5853
|
-
|
|
5854
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5855
|
-
}
|
|
5856
|
-
finally {
|
|
5857
|
-
_d = true;
|
|
5858
|
-
}
|
|
5849
|
+
const page = _c;
|
|
5850
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5859
5851
|
}
|
|
5860
5852
|
}
|
|
5861
5853
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -6262,16 +6254,11 @@ class EmailConfigurationImpl {
|
|
|
6262
6254
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
6263
6255
|
var _a, e_1, _b, _c;
|
|
6264
6256
|
try {
|
|
6265
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
6257
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6266
6258
|
_c = _f.value;
|
|
6267
6259
|
_d = false;
|
|
6268
|
-
|
|
6269
|
-
|
|
6270
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6271
|
-
}
|
|
6272
|
-
finally {
|
|
6273
|
-
_d = true;
|
|
6274
|
-
}
|
|
6260
|
+
const page = _c;
|
|
6261
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6275
6262
|
}
|
|
6276
6263
|
}
|
|
6277
6264
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -6481,16 +6468,11 @@ class EventImpl {
|
|
|
6481
6468
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
6482
6469
|
var _a, e_1, _b, _c;
|
|
6483
6470
|
try {
|
|
6484
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
6471
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6485
6472
|
_c = _f.value;
|
|
6486
6473
|
_d = false;
|
|
6487
|
-
|
|
6488
|
-
|
|
6489
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6490
|
-
}
|
|
6491
|
-
finally {
|
|
6492
|
-
_d = true;
|
|
6493
|
-
}
|
|
6474
|
+
const page = _c;
|
|
6475
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6494
6476
|
}
|
|
6495
6477
|
}
|
|
6496
6478
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -6665,16 +6647,11 @@ class FabricImpl {
|
|
|
6665
6647
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
6666
6648
|
var _a, e_1, _b, _c;
|
|
6667
6649
|
try {
|
|
6668
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
6650
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6669
6651
|
_c = _f.value;
|
|
6670
6652
|
_d = false;
|
|
6671
|
-
|
|
6672
|
-
|
|
6673
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6674
|
-
}
|
|
6675
|
-
finally {
|
|
6676
|
-
_d = true;
|
|
6677
|
-
}
|
|
6653
|
+
const page = _c;
|
|
6654
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6678
6655
|
}
|
|
6679
6656
|
}
|
|
6680
6657
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -6732,16 +6709,11 @@ class FabricImpl {
|
|
|
6732
6709
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
6733
6710
|
var _a, e_2, _b, _c;
|
|
6734
6711
|
try {
|
|
6735
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
6712
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6736
6713
|
_c = _f.value;
|
|
6737
6714
|
_d = false;
|
|
6738
|
-
|
|
6739
|
-
|
|
6740
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6741
|
-
}
|
|
6742
|
-
finally {
|
|
6743
|
-
_d = true;
|
|
6744
|
-
}
|
|
6715
|
+
const page = _c;
|
|
6716
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6745
6717
|
}
|
|
6746
6718
|
}
|
|
6747
6719
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -7272,16 +7244,11 @@ class PolicyImpl {
|
|
|
7272
7244
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
7273
7245
|
var _a, e_1, _b, _c;
|
|
7274
7246
|
try {
|
|
7275
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
7247
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
7276
7248
|
_c = _f.value;
|
|
7277
7249
|
_d = false;
|
|
7278
|
-
|
|
7279
|
-
|
|
7280
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
7281
|
-
}
|
|
7282
|
-
finally {
|
|
7283
|
-
_d = true;
|
|
7284
|
-
}
|
|
7250
|
+
const page = _c;
|
|
7251
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
7285
7252
|
}
|
|
7286
7253
|
}
|
|
7287
7254
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -7688,16 +7655,11 @@ class ProtectedItemImpl {
|
|
|
7688
7655
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
7689
7656
|
var _a, e_1, _b, _c;
|
|
7690
7657
|
try {
|
|
7691
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
7658
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
7692
7659
|
_c = _f.value;
|
|
7693
7660
|
_d = false;
|
|
7694
|
-
|
|
7695
|
-
|
|
7696
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
7697
|
-
}
|
|
7698
|
-
finally {
|
|
7699
|
-
_d = true;
|
|
7700
|
-
}
|
|
7661
|
+
const page = _c;
|
|
7662
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
7701
7663
|
}
|
|
7702
7664
|
}
|
|
7703
7665
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -8196,16 +8158,11 @@ class RecoveryPointsImpl {
|
|
|
8196
8158
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
8197
8159
|
var _a, e_1, _b, _c;
|
|
8198
8160
|
try {
|
|
8199
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, protectedItemName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
8161
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, protectedItemName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
8200
8162
|
_c = _f.value;
|
|
8201
8163
|
_d = false;
|
|
8202
|
-
|
|
8203
|
-
|
|
8204
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
8205
|
-
}
|
|
8206
|
-
finally {
|
|
8207
|
-
_d = true;
|
|
8208
|
-
}
|
|
8164
|
+
const page = _c;
|
|
8165
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
8209
8166
|
}
|
|
8210
8167
|
}
|
|
8211
8168
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -8390,16 +8347,11 @@ class ReplicationExtensionImpl {
|
|
|
8390
8347
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
8391
8348
|
var _a, e_1, _b, _c;
|
|
8392
8349
|
try {
|
|
8393
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
8350
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
8394
8351
|
_c = _f.value;
|
|
8395
8352
|
_d = false;
|
|
8396
|
-
|
|
8397
|
-
|
|
8398
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
8399
|
-
}
|
|
8400
|
-
finally {
|
|
8401
|
-
_d = true;
|
|
8402
|
-
}
|
|
8353
|
+
const page = _c;
|
|
8354
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
8403
8355
|
}
|
|
8404
8356
|
}
|
|
8405
8357
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -8810,16 +8762,11 @@ class OperationsImpl {
|
|
|
8810
8762
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
8811
8763
|
var _a, e_1, _b, _c;
|
|
8812
8764
|
try {
|
|
8813
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
8765
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
8814
8766
|
_c = _f.value;
|
|
8815
8767
|
_d = false;
|
|
8816
|
-
|
|
8817
|
-
|
|
8818
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
8819
|
-
}
|
|
8820
|
-
finally {
|
|
8821
|
-
_d = true;
|
|
8822
|
-
}
|
|
8768
|
+
const page = _c;
|
|
8769
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
8823
8770
|
}
|
|
8824
8771
|
}
|
|
8825
8772
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -8943,16 +8890,11 @@ class VaultImpl {
|
|
|
8943
8890
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
8944
8891
|
var _a, e_1, _b, _c;
|
|
8945
8892
|
try {
|
|
8946
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
8893
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
8947
8894
|
_c = _f.value;
|
|
8948
8895
|
_d = false;
|
|
8949
|
-
|
|
8950
|
-
|
|
8951
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
8952
|
-
}
|
|
8953
|
-
finally {
|
|
8954
|
-
_d = true;
|
|
8955
|
-
}
|
|
8896
|
+
const page = _c;
|
|
8897
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
8956
8898
|
}
|
|
8957
8899
|
}
|
|
8958
8900
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -9010,16 +8952,11 @@ class VaultImpl {
|
|
|
9010
8952
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
9011
8953
|
var _a, e_2, _b, _c;
|
|
9012
8954
|
try {
|
|
9013
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
8955
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
9014
8956
|
_c = _f.value;
|
|
9015
8957
|
_d = false;
|
|
9016
|
-
|
|
9017
|
-
|
|
9018
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
9019
|
-
}
|
|
9020
|
-
finally {
|
|
9021
|
-
_d = true;
|
|
9022
|
-
}
|
|
8958
|
+
const page = _c;
|
|
8959
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
9023
8960
|
}
|
|
9024
8961
|
}
|
|
9025
8962
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -9550,16 +9487,11 @@ class WorkflowImpl {
|
|
|
9550
9487
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
9551
9488
|
var _a, e_1, _b, _c;
|
|
9552
9489
|
try {
|
|
9553
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
9490
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
9554
9491
|
_c = _f.value;
|
|
9555
9492
|
_d = false;
|
|
9556
|
-
|
|
9557
|
-
|
|
9558
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
9559
|
-
}
|
|
9560
|
-
finally {
|
|
9561
|
-
_d = true;
|
|
9562
|
-
}
|
|
9493
|
+
const page = _c;
|
|
9494
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
9563
9495
|
}
|
|
9564
9496
|
}
|
|
9565
9497
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|