@azure/arm-recoveryservicesbackup 10.0.0-alpha.20221214.1 → 10.0.0

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.
Files changed (203) hide show
  1. package/CHANGELOG.md +44 -1
  2. package/LICENSE +1 -1
  3. package/dist/index.js +615 -220
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/backupEnginesGetSample.js +12 -4
  8. package/dist-esm/samples-dev/backupEnginesGetSample.js.map +1 -1
  9. package/dist-esm/samples-dev/backupEnginesListSample.js +12 -4
  10. package/dist-esm/samples-dev/backupEnginesListSample.js.map +1 -1
  11. package/dist-esm/samples-dev/backupJobsListSample.js +22 -12
  12. package/dist-esm/samples-dev/backupJobsListSample.js.map +1 -1
  13. package/dist-esm/samples-dev/backupOperationResultsGetSample.js +13 -4
  14. package/dist-esm/samples-dev/backupOperationResultsGetSample.js.map +1 -1
  15. package/dist-esm/samples-dev/backupOperationStatusesGetSample.js +13 -4
  16. package/dist-esm/samples-dev/backupOperationStatusesGetSample.js.map +1 -1
  17. package/dist-esm/samples-dev/backupPoliciesListSample.js +22 -12
  18. package/dist-esm/samples-dev/backupPoliciesListSample.js.map +1 -1
  19. package/dist-esm/samples-dev/backupProtectableItemsListSample.js +12 -4
  20. package/dist-esm/samples-dev/backupProtectableItemsListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/backupProtectedItemsListSample.js +12 -4
  22. package/dist-esm/samples-dev/backupProtectedItemsListSample.js.map +1 -1
  23. package/dist-esm/samples-dev/backupProtectionContainersListSample.js +12 -4
  24. package/dist-esm/samples-dev/backupProtectionContainersListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/backupProtectionIntentListSample.js +12 -4
  26. package/dist-esm/samples-dev/backupProtectionIntentListSample.js.map +1 -1
  27. package/dist-esm/samples-dev/backupResourceEncryptionConfigsGetSample.js +12 -4
  28. package/dist-esm/samples-dev/backupResourceEncryptionConfigsGetSample.js.map +1 -1
  29. package/dist-esm/samples-dev/backupResourceEncryptionConfigsUpdateSample.js +12 -4
  30. package/dist-esm/samples-dev/backupResourceEncryptionConfigsUpdateSample.js.map +1 -1
  31. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrGetSample.js +13 -4
  32. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrGetSample.js.map +1 -1
  33. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrPatchSample.js +13 -4
  34. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrPatchSample.js.map +1 -1
  35. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrUpdateSample.js +13 -4
  36. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrUpdateSample.js.map +1 -1
  37. package/dist-esm/samples-dev/backupResourceVaultConfigsGetSample.js +12 -4
  38. package/dist-esm/samples-dev/backupResourceVaultConfigsGetSample.js.map +1 -1
  39. package/dist-esm/samples-dev/backupResourceVaultConfigsPutSample.js +12 -4
  40. package/dist-esm/samples-dev/backupResourceVaultConfigsPutSample.js.map +1 -1
  41. package/dist-esm/samples-dev/backupResourceVaultConfigsUpdateSample.js +12 -4
  42. package/dist-esm/samples-dev/backupResourceVaultConfigsUpdateSample.js.map +1 -1
  43. package/dist-esm/samples-dev/backupStatusGetSample.js +11 -3
  44. package/dist-esm/samples-dev/backupStatusGetSample.js.map +1 -1
  45. package/dist-esm/samples-dev/backupUsageSummariesListSample.js +17 -8
  46. package/dist-esm/samples-dev/backupUsageSummariesListSample.js.map +1 -1
  47. package/dist-esm/samples-dev/backupWorkloadItemsListSample.js +12 -4
  48. package/dist-esm/samples-dev/backupWorkloadItemsListSample.js.map +1 -1
  49. package/dist-esm/samples-dev/backupsTriggerSample.js +12 -4
  50. package/dist-esm/samples-dev/backupsTriggerSample.js.map +1 -1
  51. package/dist-esm/samples-dev/bmsPrepareDataMoveOperationResultGetSample.js +12 -4
  52. package/dist-esm/samples-dev/bmsPrepareDataMoveOperationResultGetSample.js.map +1 -1
  53. package/dist-esm/samples-dev/bmsPrepareDataMoveSample.js +12 -4
  54. package/dist-esm/samples-dev/bmsPrepareDataMoveSample.js.map +1 -1
  55. package/dist-esm/samples-dev/bmsTriggerDataMoveSample.js +12 -4
  56. package/dist-esm/samples-dev/bmsTriggerDataMoveSample.js.map +1 -1
  57. package/dist-esm/samples-dev/deletedProtectionContainersListSample.d.ts +2 -0
  58. package/dist-esm/samples-dev/deletedProtectionContainersListSample.d.ts.map +1 -0
  59. package/dist-esm/samples-dev/deletedProtectionContainersListSample.js +55 -0
  60. package/dist-esm/samples-dev/deletedProtectionContainersListSample.js.map +1 -0
  61. package/dist-esm/samples-dev/exportJobsOperationResultsGetSample.js +12 -4
  62. package/dist-esm/samples-dev/exportJobsOperationResultsGetSample.js.map +1 -1
  63. package/dist-esm/samples-dev/featureSupportValidateSample.js +11 -3
  64. package/dist-esm/samples-dev/featureSupportValidateSample.js.map +1 -1
  65. package/dist-esm/samples-dev/getOperationStatusSample.js +12 -4
  66. package/dist-esm/samples-dev/getOperationStatusSample.js.map +1 -1
  67. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsProvisionSample.js +13 -4
  68. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsProvisionSample.js.map +1 -1
  69. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsRevokeSample.js +13 -4
  70. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsRevokeSample.js.map +1 -1
  71. package/dist-esm/samples-dev/jobCancellationsTriggerSample.js +12 -4
  72. package/dist-esm/samples-dev/jobCancellationsTriggerSample.js.map +1 -1
  73. package/dist-esm/samples-dev/jobDetailsGetSample.js +12 -4
  74. package/dist-esm/samples-dev/jobDetailsGetSample.js.map +1 -1
  75. package/dist-esm/samples-dev/jobOperationResultsGetSample.js +12 -4
  76. package/dist-esm/samples-dev/jobOperationResultsGetSample.js.map +1 -1
  77. package/dist-esm/samples-dev/jobsExportSample.js +12 -4
  78. package/dist-esm/samples-dev/jobsExportSample.js.map +1 -1
  79. package/dist-esm/samples-dev/moveRecoveryPointSample.js +12 -4
  80. package/dist-esm/samples-dev/moveRecoveryPointSample.js.map +1 -1
  81. package/dist-esm/samples-dev/operationValidateSample.js +17 -8
  82. package/dist-esm/samples-dev/operationValidateSample.js.map +1 -1
  83. package/dist-esm/samples-dev/operationsListSample.js +11 -3
  84. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  85. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +12 -4
  86. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +1 -1
  87. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js +12 -4
  88. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js.map +1 -1
  89. package/dist-esm/samples-dev/privateEndpointConnectionPutSample.js +12 -4
  90. package/dist-esm/samples-dev/privateEndpointConnectionPutSample.js.map +1 -1
  91. package/dist-esm/samples-dev/privateEndpointGetOperationStatusSample.js +12 -4
  92. package/dist-esm/samples-dev/privateEndpointGetOperationStatusSample.js.map +1 -1
  93. package/dist-esm/samples-dev/protectableContainersListSample.js +12 -4
  94. package/dist-esm/samples-dev/protectableContainersListSample.js.map +1 -1
  95. package/dist-esm/samples-dev/protectedItemOperationResultsGetSample.js +12 -4
  96. package/dist-esm/samples-dev/protectedItemOperationResultsGetSample.js.map +1 -1
  97. package/dist-esm/samples-dev/protectedItemOperationStatusesGetSample.js +12 -4
  98. package/dist-esm/samples-dev/protectedItemOperationStatusesGetSample.js.map +1 -1
  99. package/dist-esm/samples-dev/protectedItemsCreateOrUpdateSample.js +17 -8
  100. package/dist-esm/samples-dev/protectedItemsCreateOrUpdateSample.js.map +1 -1
  101. package/dist-esm/samples-dev/protectedItemsDeleteSample.js +13 -4
  102. package/dist-esm/samples-dev/protectedItemsDeleteSample.js.map +1 -1
  103. package/dist-esm/samples-dev/protectedItemsGetSample.js +19 -8
  104. package/dist-esm/samples-dev/protectedItemsGetSample.js.map +1 -1
  105. package/dist-esm/samples-dev/protectionContainerOperationResultsGetSample.js +12 -4
  106. package/dist-esm/samples-dev/protectionContainerOperationResultsGetSample.js.map +1 -1
  107. package/dist-esm/samples-dev/protectionContainerRefreshOperationResultsGetSample.js +12 -4
  108. package/dist-esm/samples-dev/protectionContainerRefreshOperationResultsGetSample.js.map +1 -1
  109. package/dist-esm/samples-dev/protectionContainersGetSample.js +12 -4
  110. package/dist-esm/samples-dev/protectionContainersGetSample.js.map +1 -1
  111. package/dist-esm/samples-dev/protectionContainersInquireSample.js +12 -4
  112. package/dist-esm/samples-dev/protectionContainersInquireSample.js.map +1 -1
  113. package/dist-esm/samples-dev/protectionContainersRefreshSample.js +12 -4
  114. package/dist-esm/samples-dev/protectionContainersRefreshSample.js.map +1 -1
  115. package/dist-esm/samples-dev/protectionContainersRegisterSample.js +12 -4
  116. package/dist-esm/samples-dev/protectionContainersRegisterSample.js.map +1 -1
  117. package/dist-esm/samples-dev/protectionContainersUnregisterSample.js +12 -4
  118. package/dist-esm/samples-dev/protectionContainersUnregisterSample.js.map +1 -1
  119. package/dist-esm/samples-dev/protectionIntentCreateOrUpdateSample.js +12 -4
  120. package/dist-esm/samples-dev/protectionIntentCreateOrUpdateSample.js.map +1 -1
  121. package/dist-esm/samples-dev/protectionIntentDeleteSample.js +12 -4
  122. package/dist-esm/samples-dev/protectionIntentDeleteSample.js.map +1 -1
  123. package/dist-esm/samples-dev/protectionIntentGetSample.js +12 -4
  124. package/dist-esm/samples-dev/protectionIntentGetSample.js.map +1 -1
  125. package/dist-esm/samples-dev/protectionIntentValidateSample.js +11 -3
  126. package/dist-esm/samples-dev/protectionIntentValidateSample.js.map +1 -1
  127. package/dist-esm/samples-dev/protectionPoliciesCreateOrUpdateSample.js +42 -28
  128. package/dist-esm/samples-dev/protectionPoliciesCreateOrUpdateSample.js.map +1 -1
  129. package/dist-esm/samples-dev/protectionPoliciesDeleteSample.js +12 -4
  130. package/dist-esm/samples-dev/protectionPoliciesDeleteSample.js.map +1 -1
  131. package/dist-esm/samples-dev/protectionPoliciesGetSample.js +17 -8
  132. package/dist-esm/samples-dev/protectionPoliciesGetSample.js.map +1 -1
  133. package/dist-esm/samples-dev/protectionPolicyOperationResultsGetSample.js +12 -4
  134. package/dist-esm/samples-dev/protectionPolicyOperationResultsGetSample.js.map +1 -1
  135. package/dist-esm/samples-dev/protectionPolicyOperationStatusesGetSample.js +12 -4
  136. package/dist-esm/samples-dev/protectionPolicyOperationStatusesGetSample.js.map +1 -1
  137. package/dist-esm/samples-dev/recoveryPointsGetSample.js +12 -4
  138. package/dist-esm/samples-dev/recoveryPointsGetSample.js.map +1 -1
  139. package/dist-esm/samples-dev/recoveryPointsListSample.js +12 -4
  140. package/dist-esm/samples-dev/recoveryPointsListSample.js.map +1 -1
  141. package/dist-esm/samples-dev/recoveryPointsRecommendedForMoveListSample.js +12 -4
  142. package/dist-esm/samples-dev/recoveryPointsRecommendedForMoveListSample.js.map +1 -1
  143. package/dist-esm/samples-dev/resourceGuardProxiesGetSample.js +13 -4
  144. package/dist-esm/samples-dev/resourceGuardProxiesGetSample.js.map +1 -1
  145. package/dist-esm/samples-dev/resourceGuardProxyDeleteSample.js +13 -4
  146. package/dist-esm/samples-dev/resourceGuardProxyDeleteSample.js.map +1 -1
  147. package/dist-esm/samples-dev/resourceGuardProxyGetSample.js +13 -4
  148. package/dist-esm/samples-dev/resourceGuardProxyGetSample.js.map +1 -1
  149. package/dist-esm/samples-dev/resourceGuardProxyPutSample.js +13 -6
  150. package/dist-esm/samples-dev/resourceGuardProxyPutSample.js.map +1 -1
  151. package/dist-esm/samples-dev/resourceGuardProxyUnlockDeleteSample.js +13 -4
  152. package/dist-esm/samples-dev/resourceGuardProxyUnlockDeleteSample.js.map +1 -1
  153. package/dist-esm/samples-dev/restoresTriggerSample.js +37 -24
  154. package/dist-esm/samples-dev/restoresTriggerSample.js.map +1 -1
  155. package/dist-esm/samples-dev/securityPiNsGetSample.js +12 -4
  156. package/dist-esm/samples-dev/securityPiNsGetSample.js.map +1 -1
  157. package/dist-esm/samples-dev/validateOperationResultsGetSample.js +12 -4
  158. package/dist-esm/samples-dev/validateOperationResultsGetSample.js.map +1 -1
  159. package/dist-esm/samples-dev/validateOperationStatusesGetSample.js +12 -4
  160. package/dist-esm/samples-dev/validateOperationStatusesGetSample.js.map +1 -1
  161. package/dist-esm/samples-dev/validateOperationTriggerSample.js +12 -4
  162. package/dist-esm/samples-dev/validateOperationTriggerSample.js.map +1 -1
  163. package/dist-esm/src/models/index.d.ts +317 -136
  164. package/dist-esm/src/models/index.d.ts.map +1 -1
  165. package/dist-esm/src/models/index.js +90 -54
  166. package/dist-esm/src/models/index.js.map +1 -1
  167. package/dist-esm/src/models/mappers.d.ts +8 -0
  168. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  169. package/dist-esm/src/models/mappers.js +209 -2
  170. package/dist-esm/src/models/mappers.js.map +1 -1
  171. package/dist-esm/src/models/parameters.js +1 -1
  172. package/dist-esm/src/operations/deletedProtectionContainers.d.ts +41 -0
  173. package/dist-esm/src/operations/deletedProtectionContainers.d.ts.map +1 -0
  174. package/dist-esm/src/operations/deletedProtectionContainers.js +151 -0
  175. package/dist-esm/src/operations/deletedProtectionContainers.js.map +1 -0
  176. package/dist-esm/src/operations/index.d.ts +1 -0
  177. package/dist-esm/src/operations/index.d.ts.map +1 -1
  178. package/dist-esm/src/operations/index.js +1 -0
  179. package/dist-esm/src/operations/index.js.map +1 -1
  180. package/dist-esm/src/operationsInterfaces/deletedProtectionContainers.d.ts +14 -0
  181. package/dist-esm/src/operationsInterfaces/deletedProtectionContainers.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/deletedProtectionContainers.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/deletedProtectionContainers.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  185. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  186. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  187. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  188. package/dist-esm/src/recoveryServicesBackupClient.d.ts +2 -1
  189. package/dist-esm/src/recoveryServicesBackupClient.d.ts.map +1 -1
  190. package/dist-esm/src/recoveryServicesBackupClient.js +3 -2
  191. package/dist-esm/src/recoveryServicesBackupClient.js.map +1 -1
  192. package/package.json +6 -5
  193. package/review/arm-recoveryservicesbackup.api.md +116 -22
  194. package/src/models/index.ts +353 -134
  195. package/src/models/mappers.ts +228 -2
  196. package/src/models/parameters.ts +1 -1
  197. package/src/operations/deletedProtectionContainers.ts +198 -0
  198. package/src/operations/index.ts +1 -0
  199. package/src/operationsInterfaces/deletedProtectionContainers.ts +30 -0
  200. package/src/operationsInterfaces/index.ts +1 -0
  201. package/src/recoveryServicesBackupClient.ts +7 -1
  202. package/types/arm-recoveryservicesbackup.d.ts +262 -56
  203. package/types/tsdoc-metadata.json +1 -1
package/dist/index.js CHANGED
@@ -144,6 +144,8 @@ exports.KnownDataSourceType = void 0;
144
144
  KnownDataSourceType["SAPHanaDatabase"] = "SAPHanaDatabase";
145
145
  /** SAPAseDatabase */
146
146
  KnownDataSourceType["SAPAseDatabase"] = "SAPAseDatabase";
147
+ /** SAPHanaDBInstance */
148
+ KnownDataSourceType["SAPHanaDBInstance"] = "SAPHanaDBInstance";
147
149
  })(exports.KnownDataSourceType || (exports.KnownDataSourceType = {}));
148
150
  /** Known values of {@link ValidationStatus} that the service accepts. */
149
151
  exports.KnownValidationStatus = void 0;
@@ -373,46 +375,6 @@ exports.KnownBackupEngineType = void 0;
373
375
  /** AzureBackupServerEngine */
374
376
  KnownBackupEngineType["AzureBackupServerEngine"] = "AzureBackupServerEngine";
375
377
  })(exports.KnownBackupEngineType || (exports.KnownBackupEngineType = {}));
376
- /** Known values of {@link ContainerType} that the service accepts. */
377
- exports.KnownContainerType = void 0;
378
- (function (KnownContainerType) {
379
- /** Invalid */
380
- KnownContainerType["Invalid"] = "Invalid";
381
- /** Unknown */
382
- KnownContainerType["Unknown"] = "Unknown";
383
- /** IaasVMContainer */
384
- KnownContainerType["IaasVMContainer"] = "IaasVMContainer";
385
- /** IaasVMServiceContainer */
386
- KnownContainerType["IaasVMServiceContainer"] = "IaasVMServiceContainer";
387
- /** DPMContainer */
388
- KnownContainerType["DPMContainer"] = "DPMContainer";
389
- /** AzureBackupServerContainer */
390
- KnownContainerType["AzureBackupServerContainer"] = "AzureBackupServerContainer";
391
- /** MABContainer */
392
- KnownContainerType["MABContainer"] = "MABContainer";
393
- /** Cluster */
394
- KnownContainerType["Cluster"] = "Cluster";
395
- /** AzureSqlContainer */
396
- KnownContainerType["AzureSqlContainer"] = "AzureSqlContainer";
397
- /** Windows */
398
- KnownContainerType["Windows"] = "Windows";
399
- /** VCenter */
400
- KnownContainerType["VCenter"] = "VCenter";
401
- /** VMAppContainer */
402
- KnownContainerType["VMAppContainer"] = "VMAppContainer";
403
- /** SqlagWorkLoadContainer */
404
- KnownContainerType["SqlagWorkLoadContainer"] = "SQLAGWorkLoadContainer";
405
- /** StorageContainer */
406
- KnownContainerType["StorageContainer"] = "StorageContainer";
407
- /** GenericContainer */
408
- KnownContainerType["GenericContainer"] = "GenericContainer";
409
- /** MicrosoftClassicComputeVirtualMachines */
410
- KnownContainerType["MicrosoftClassicComputeVirtualMachines"] = "Microsoft.ClassicCompute/virtualMachines";
411
- /** MicrosoftComputeVirtualMachines */
412
- KnownContainerType["MicrosoftComputeVirtualMachines"] = "Microsoft.Compute/virtualMachines";
413
- /** AzureWorkloadContainer */
414
- KnownContainerType["AzureWorkloadContainer"] = "AzureWorkloadContainer";
415
- })(exports.KnownContainerType || (exports.KnownContainerType = {}));
416
378
  /** Known values of {@link ProtectionState} that the service accepts. */
417
379
  exports.KnownProtectionState = void 0;
418
380
  (function (KnownProtectionState) {
@@ -428,6 +390,8 @@ exports.KnownProtectionState = void 0;
428
390
  KnownProtectionState["ProtectionStopped"] = "ProtectionStopped";
429
391
  /** ProtectionPaused */
430
392
  KnownProtectionState["ProtectionPaused"] = "ProtectionPaused";
393
+ /** BackupsSuspended */
394
+ KnownProtectionState["BackupsSuspended"] = "BackupsSuspended";
431
395
  })(exports.KnownProtectionState || (exports.KnownProtectionState = {}));
432
396
  /** Known values of {@link ResourceHealthStatus} that the service accepts. */
433
397
  exports.KnownResourceHealthStatus = void 0;
@@ -516,6 +480,8 @@ exports.KnownWorkloadType = void 0;
516
480
  KnownWorkloadType["SAPHanaDatabase"] = "SAPHanaDatabase";
517
481
  /** SAPAseDatabase */
518
482
  KnownWorkloadType["SAPAseDatabase"] = "SAPAseDatabase";
483
+ /** SAPHanaDBInstance */
484
+ KnownWorkloadType["SAPHanaDBInstance"] = "SAPHanaDBInstance";
519
485
  })(exports.KnownWorkloadType || (exports.KnownWorkloadType = {}));
520
486
  /** Known values of {@link PolicyType} that the service accepts. */
521
487
  exports.KnownPolicyType = void 0;
@@ -532,7 +498,37 @@ exports.KnownPolicyType = void 0;
532
498
  KnownPolicyType["CopyOnlyFull"] = "CopyOnlyFull";
533
499
  /** Incremental */
534
500
  KnownPolicyType["Incremental"] = "Incremental";
501
+ /** SnapshotFull */
502
+ KnownPolicyType["SnapshotFull"] = "SnapshotFull";
503
+ /** SnapshotCopyOnlyFull */
504
+ KnownPolicyType["SnapshotCopyOnlyFull"] = "SnapshotCopyOnlyFull";
535
505
  })(exports.KnownPolicyType || (exports.KnownPolicyType = {}));
506
+ /** Known values of {@link TieringMode} that the service accepts. */
507
+ exports.KnownTieringMode = void 0;
508
+ (function (KnownTieringMode) {
509
+ /** Invalid */
510
+ KnownTieringMode["Invalid"] = "Invalid";
511
+ /** TierRecommended */
512
+ KnownTieringMode["TierRecommended"] = "TierRecommended";
513
+ /** TierAfter */
514
+ KnownTieringMode["TierAfter"] = "TierAfter";
515
+ /** DoNotTier */
516
+ KnownTieringMode["DoNotTier"] = "DoNotTier";
517
+ })(exports.KnownTieringMode || (exports.KnownTieringMode = {}));
518
+ /** Known values of {@link RetentionDurationType} that the service accepts. */
519
+ exports.KnownRetentionDurationType = void 0;
520
+ (function (KnownRetentionDurationType) {
521
+ /** Invalid */
522
+ KnownRetentionDurationType["Invalid"] = "Invalid";
523
+ /** Days */
524
+ KnownRetentionDurationType["Days"] = "Days";
525
+ /** Weeks */
526
+ KnownRetentionDurationType["Weeks"] = "Weeks";
527
+ /** Months */
528
+ KnownRetentionDurationType["Months"] = "Months";
529
+ /** Years */
530
+ KnownRetentionDurationType["Years"] = "Years";
531
+ })(exports.KnownRetentionDurationType || (exports.KnownRetentionDurationType = {}));
536
532
  /** Known values of {@link HealthStatus} that the service accepts. */
537
533
  exports.KnownHealthStatus = void 0;
538
534
  (function (KnownHealthStatus) {
@@ -570,6 +566,8 @@ exports.KnownProtectedItemState = void 0;
570
566
  KnownProtectedItemState["ProtectionStopped"] = "ProtectionStopped";
571
567
  /** ProtectionPaused */
572
568
  KnownProtectedItemState["ProtectionPaused"] = "ProtectionPaused";
569
+ /** BackupsSuspended */
570
+ KnownProtectedItemState["BackupsSuspended"] = "BackupsSuspended";
573
571
  })(exports.KnownProtectedItemState || (exports.KnownProtectedItemState = {}));
574
572
  /** Known values of {@link LastBackupStatus} that the service accepts. */
575
573
  exports.KnownLastBackupStatus = void 0;
@@ -610,6 +608,10 @@ exports.KnownRestorePointType = void 0;
610
608
  KnownRestorePointType["Differential"] = "Differential";
611
609
  /** Incremental */
612
610
  KnownRestorePointType["Incremental"] = "Incremental";
611
+ /** SnapshotFull */
612
+ KnownRestorePointType["SnapshotFull"] = "SnapshotFull";
613
+ /** SnapshotCopyOnlyFull */
614
+ KnownRestorePointType["SnapshotCopyOnlyFull"] = "SnapshotCopyOnlyFull";
613
615
  })(exports.KnownRestorePointType || (exports.KnownRestorePointType = {}));
614
616
  /** Known values of {@link OverwriteOptions} that the service accepts. */
615
617
  exports.KnownOverwriteOptions = void 0;
@@ -658,21 +660,11 @@ exports.KnownRestorePointQueryType = void 0;
658
660
  KnownRestorePointQueryType["All"] = "All";
659
661
  /** Incremental */
660
662
  KnownRestorePointQueryType["Incremental"] = "Incremental";
663
+ /** SnapshotFull */
664
+ KnownRestorePointQueryType["SnapshotFull"] = "SnapshotFull";
665
+ /** SnapshotCopyOnlyFull */
666
+ KnownRestorePointQueryType["SnapshotCopyOnlyFull"] = "SnapshotCopyOnlyFull";
661
667
  })(exports.KnownRestorePointQueryType || (exports.KnownRestorePointQueryType = {}));
662
- /** Known values of {@link RetentionDurationType} that the service accepts. */
663
- exports.KnownRetentionDurationType = void 0;
664
- (function (KnownRetentionDurationType) {
665
- /** Invalid */
666
- KnownRetentionDurationType["Invalid"] = "Invalid";
667
- /** Days */
668
- KnownRetentionDurationType["Days"] = "Days";
669
- /** Weeks */
670
- KnownRetentionDurationType["Weeks"] = "Weeks";
671
- /** Months */
672
- KnownRetentionDurationType["Months"] = "Months";
673
- /** Years */
674
- KnownRetentionDurationType["Years"] = "Years";
675
- })(exports.KnownRetentionDurationType || (exports.KnownRetentionDurationType = {}));
676
668
  /** Known values of {@link JobStatus} that the service accepts. */
677
669
  exports.KnownJobStatus = void 0;
678
670
  (function (KnownJobStatus) {
@@ -838,6 +830,10 @@ exports.KnownBackupType = void 0;
838
830
  KnownBackupType["CopyOnlyFull"] = "CopyOnlyFull";
839
831
  /** Incremental */
840
832
  KnownBackupType["Incremental"] = "Incremental";
833
+ /** SnapshotFull */
834
+ KnownBackupType["SnapshotFull"] = "SnapshotFull";
835
+ /** SnapshotCopyOnlyFull */
836
+ KnownBackupType["SnapshotCopyOnlyFull"] = "SnapshotCopyOnlyFull";
841
837
  })(exports.KnownBackupType || (exports.KnownBackupType = {}));
842
838
  /** Known values of {@link WorkloadItemType} that the service accepts. */
843
839
  exports.KnownWorkloadItemType = void 0;
@@ -856,6 +852,8 @@ exports.KnownWorkloadItemType = void 0;
856
852
  KnownWorkloadItemType["SAPAseSystem"] = "SAPAseSystem";
857
853
  /** SAPAseDatabase */
858
854
  KnownWorkloadItemType["SAPAseDatabase"] = "SAPAseDatabase";
855
+ /** SAPHanaDBInstance */
856
+ KnownWorkloadItemType["SAPHanaDBInstance"] = "SAPHanaDBInstance";
859
857
  })(exports.KnownWorkloadItemType || (exports.KnownWorkloadItemType = {}));
860
858
  /** Known values of {@link Type} that the service accepts. */
861
859
  exports.KnownType = void 0;
@@ -877,6 +875,42 @@ exports.KnownIntentItemType = void 0;
877
875
  /** SQLAvailabilityGroupContainer */
878
876
  KnownIntentItemType["SQLAvailabilityGroupContainer"] = "SQLAvailabilityGroupContainer";
879
877
  })(exports.KnownIntentItemType || (exports.KnownIntentItemType = {}));
878
+ /** Known values of {@link ContainerType} that the service accepts. */
879
+ exports.KnownContainerType = void 0;
880
+ (function (KnownContainerType) {
881
+ /** Invalid */
882
+ KnownContainerType["Invalid"] = "Invalid";
883
+ /** Unknown */
884
+ KnownContainerType["Unknown"] = "Unknown";
885
+ /** IaasVMContainer */
886
+ KnownContainerType["IaasVMContainer"] = "IaasVMContainer";
887
+ /** IaasVMServiceContainer */
888
+ KnownContainerType["IaasVMServiceContainer"] = "IaasVMServiceContainer";
889
+ /** DPMContainer */
890
+ KnownContainerType["DPMContainer"] = "DPMContainer";
891
+ /** AzureBackupServerContainer */
892
+ KnownContainerType["AzureBackupServerContainer"] = "AzureBackupServerContainer";
893
+ /** MABContainer */
894
+ KnownContainerType["MABContainer"] = "MABContainer";
895
+ /** Cluster */
896
+ KnownContainerType["Cluster"] = "Cluster";
897
+ /** AzureSqlContainer */
898
+ KnownContainerType["AzureSqlContainer"] = "AzureSqlContainer";
899
+ /** Windows */
900
+ KnownContainerType["Windows"] = "Windows";
901
+ /** VCenter */
902
+ KnownContainerType["VCenter"] = "VCenter";
903
+ /** VMAppContainer */
904
+ KnownContainerType["VMAppContainer"] = "VMAppContainer";
905
+ /** SqlagWorkLoadContainer */
906
+ KnownContainerType["SqlagWorkLoadContainer"] = "SQLAGWorkLoadContainer";
907
+ /** StorageContainer */
908
+ KnownContainerType["StorageContainer"] = "StorageContainer";
909
+ /** GenericContainer */
910
+ KnownContainerType["GenericContainer"] = "GenericContainer";
911
+ /** HanaHSRContainer */
912
+ KnownContainerType["HanaHSRContainer"] = "HanaHSRContainer";
913
+ })(exports.KnownContainerType || (exports.KnownContainerType = {}));
880
914
  /** Known values of {@link BackupItemType} that the service accepts. */
881
915
  exports.KnownBackupItemType = void 0;
882
916
  (function (KnownBackupItemType) {
@@ -910,6 +944,8 @@ exports.KnownBackupItemType = void 0;
910
944
  KnownBackupItemType["SAPHanaDatabase"] = "SAPHanaDatabase";
911
945
  /** SAPAseDatabase */
912
946
  KnownBackupItemType["SAPAseDatabase"] = "SAPAseDatabase";
947
+ /** SAPHanaDBInstance */
948
+ KnownBackupItemType["SAPHanaDBInstance"] = "SAPHanaDBInstance";
913
949
  })(exports.KnownBackupItemType || (exports.KnownBackupItemType = {}));
914
950
  /** Known values of {@link RehydrationPriority} that the service accepts. */
915
951
  exports.KnownRehydrationPriority = void 0;
@@ -2101,12 +2137,14 @@ const ProtectedItem = {
2101
2137
  },
2102
2138
  backupManagementType: {
2103
2139
  serializedName: "backupManagementType",
2140
+ readOnly: true,
2104
2141
  type: {
2105
2142
  name: "String"
2106
2143
  }
2107
2144
  },
2108
2145
  workloadType: {
2109
2146
  serializedName: "workloadType",
2147
+ readOnly: true,
2110
2148
  type: {
2111
2149
  name: "String"
2112
2150
  }
@@ -2199,6 +2237,12 @@ const ProtectedItem = {
2199
2237
  type: {
2200
2238
  name: "String"
2201
2239
  }
2240
+ },
2241
+ softDeleteRetentionPeriod: {
2242
+ serializedName: "softDeleteRetentionPeriod",
2243
+ type: {
2244
+ name: "Number"
2245
+ }
2202
2246
  }
2203
2247
  }
2204
2248
  }
@@ -2698,7 +2742,27 @@ const ProtectableContainer = {
2698
2742
  serializedName: "protectableContainerType",
2699
2743
  required: true,
2700
2744
  type: {
2701
- name: "String"
2745
+ name: "Enum",
2746
+ allowedValues: [
2747
+ "Invalid",
2748
+ "Unknown",
2749
+ "IaasVMContainer",
2750
+ "IaasVMServiceContainer",
2751
+ "DPMContainer",
2752
+ "AzureBackupServerContainer",
2753
+ "MABContainer",
2754
+ "Cluster",
2755
+ "AzureSqlContainer",
2756
+ "Windows",
2757
+ "VCenter",
2758
+ "VMAppContainer",
2759
+ "SQLAGWorkLoadContainer",
2760
+ "StorageContainer",
2761
+ "GenericContainer",
2762
+ "Microsoft.ClassicCompute/virtualMachines",
2763
+ "Microsoft.Compute/virtualMachines",
2764
+ "AzureWorkloadContainer"
2765
+ ]
2702
2766
  }
2703
2767
  },
2704
2768
  healthStatus: {
@@ -2754,7 +2818,27 @@ const ProtectionContainer = {
2754
2818
  serializedName: "containerType",
2755
2819
  required: true,
2756
2820
  type: {
2757
- name: "String"
2821
+ name: "Enum",
2822
+ allowedValues: [
2823
+ "Invalid",
2824
+ "Unknown",
2825
+ "IaasVMContainer",
2826
+ "IaasVMServiceContainer",
2827
+ "DPMContainer",
2828
+ "AzureBackupServerContainer",
2829
+ "MABContainer",
2830
+ "Cluster",
2831
+ "AzureSqlContainer",
2832
+ "Windows",
2833
+ "VCenter",
2834
+ "VMAppContainer",
2835
+ "SQLAGWorkLoadContainer",
2836
+ "StorageContainer",
2837
+ "GenericContainer",
2838
+ "Microsoft.ClassicCompute/virtualMachines",
2839
+ "Microsoft.Compute/virtualMachines",
2840
+ "AzureWorkloadContainer"
2841
+ ]
2758
2842
  }
2759
2843
  },
2760
2844
  protectableObjectType: {
@@ -3196,6 +3280,26 @@ const AzureFileshareProtectedItemExtendedInfo = {
3196
3280
  }
3197
3281
  }
3198
3282
  };
3283
+ const RecoveryPointProperties = {
3284
+ type: {
3285
+ name: "Composite",
3286
+ className: "RecoveryPointProperties",
3287
+ modelProperties: {
3288
+ expiryTime: {
3289
+ serializedName: "expiryTime",
3290
+ type: {
3291
+ name: "String"
3292
+ }
3293
+ },
3294
+ ruleName: {
3295
+ serializedName: "ruleName",
3296
+ type: {
3297
+ name: "String"
3298
+ }
3299
+ }
3300
+ }
3301
+ }
3302
+ };
3199
3303
  const RestoreFileSpecs = {
3200
3304
  type: {
3201
3305
  name: "Composite",
@@ -3292,6 +3396,13 @@ const SubProtectionPolicy = {
3292
3396
  name: "Composite",
3293
3397
  className: "RetentionPolicy"
3294
3398
  }
3399
+ },
3400
+ tieringPolicy: {
3401
+ serializedName: "tieringPolicy",
3402
+ type: {
3403
+ name: "Dictionary",
3404
+ value: { type: { name: "Composite", className: "TieringPolicy" } }
3405
+ }
3295
3406
  }
3296
3407
  }
3297
3408
  }
@@ -3336,6 +3447,32 @@ const RetentionPolicy = {
3336
3447
  }
3337
3448
  }
3338
3449
  };
3450
+ const TieringPolicy = {
3451
+ type: {
3452
+ name: "Composite",
3453
+ className: "TieringPolicy",
3454
+ modelProperties: {
3455
+ tieringMode: {
3456
+ serializedName: "tieringMode",
3457
+ type: {
3458
+ name: "String"
3459
+ }
3460
+ },
3461
+ duration: {
3462
+ serializedName: "duration",
3463
+ type: {
3464
+ name: "Number"
3465
+ }
3466
+ },
3467
+ durationType: {
3468
+ serializedName: "durationType",
3469
+ type: {
3470
+ name: "String"
3471
+ }
3472
+ }
3473
+ }
3474
+ }
3475
+ };
3339
3476
  const AzureIaaSVMProtectedItemExtendedInfo = {
3340
3477
  type: {
3341
3478
  name: "Composite",
@@ -3347,6 +3484,24 @@ const AzureIaaSVMProtectedItemExtendedInfo = {
3347
3484
  name: "DateTime"
3348
3485
  }
3349
3486
  },
3487
+ oldestRecoveryPointInVault: {
3488
+ serializedName: "oldestRecoveryPointInVault",
3489
+ type: {
3490
+ name: "DateTime"
3491
+ }
3492
+ },
3493
+ oldestRecoveryPointInArchive: {
3494
+ serializedName: "oldestRecoveryPointInArchive",
3495
+ type: {
3496
+ name: "DateTime"
3497
+ }
3498
+ },
3499
+ newestRecoveryPointInArchive: {
3500
+ serializedName: "newestRecoveryPointInArchive",
3501
+ type: {
3502
+ name: "DateTime"
3503
+ }
3504
+ },
3350
3505
  recoveryPointCount: {
3351
3506
  serializedName: "recoveryPointCount",
3352
3507
  type: {
@@ -3698,6 +3853,24 @@ const AzureVmWorkloadProtectedItemExtendedInfo = {
3698
3853
  name: "DateTime"
3699
3854
  }
3700
3855
  },
3856
+ oldestRecoveryPointInVault: {
3857
+ serializedName: "oldestRecoveryPointInVault",
3858
+ type: {
3859
+ name: "DateTime"
3860
+ }
3861
+ },
3862
+ oldestRecoveryPointInArchive: {
3863
+ serializedName: "oldestRecoveryPointInArchive",
3864
+ type: {
3865
+ name: "DateTime"
3866
+ }
3867
+ },
3868
+ newestRecoveryPointInArchive: {
3869
+ serializedName: "newestRecoveryPointInArchive",
3870
+ type: {
3871
+ name: "DateTime"
3872
+ }
3873
+ },
3701
3874
  recoveryPointCount: {
3702
3875
  serializedName: "recoveryPointCount",
3703
3876
  type: {
@@ -6478,11 +6651,13 @@ const AzureIaaSVMProtectedItem = {
6478
6651
  },
6479
6652
  modelProperties: Object.assign(Object.assign({}, ProtectedItem.type.modelProperties), { friendlyName: {
6480
6653
  serializedName: "friendlyName",
6654
+ readOnly: true,
6481
6655
  type: {
6482
6656
  name: "String"
6483
6657
  }
6484
6658
  }, virtualMachineId: {
6485
6659
  serializedName: "virtualMachineId",
6660
+ readOnly: true,
6486
6661
  type: {
6487
6662
  name: "String"
6488
6663
  }
@@ -6498,6 +6673,7 @@ const AzureIaaSVMProtectedItem = {
6498
6673
  }
6499
6674
  }, healthStatus: {
6500
6675
  serializedName: "healthStatus",
6676
+ readOnly: true,
6501
6677
  type: {
6502
6678
  name: "String"
6503
6679
  }
@@ -6527,11 +6703,13 @@ const AzureIaaSVMProtectedItem = {
6527
6703
  }
6528
6704
  }, lastBackupTime: {
6529
6705
  serializedName: "lastBackupTime",
6706
+ readOnly: true,
6530
6707
  type: {
6531
6708
  name: "DateTime"
6532
6709
  }
6533
6710
  }, protectedItemDataId: {
6534
6711
  serializedName: "protectedItemDataId",
6712
+ readOnly: true,
6535
6713
  type: {
6536
6714
  name: "String"
6537
6715
  }
@@ -6588,6 +6766,7 @@ const AzureVmWorkloadProtectedItem = {
6588
6766
  },
6589
6767
  modelProperties: Object.assign(Object.assign({}, ProtectedItem.type.modelProperties), { friendlyName: {
6590
6768
  serializedName: "friendlyName",
6769
+ readOnly: true,
6591
6770
  type: {
6592
6771
  name: "String"
6593
6772
  }
@@ -6608,6 +6787,7 @@ const AzureVmWorkloadProtectedItem = {
6608
6787
  }
6609
6788
  }, protectionStatus: {
6610
6789
  serializedName: "protectionStatus",
6790
+ readOnly: true,
6611
6791
  type: {
6612
6792
  name: "String"
6613
6793
  }
@@ -6804,6 +6984,12 @@ const AzureFileShareRecoveryPoint = {
6804
6984
  type: {
6805
6985
  name: "Number"
6806
6986
  }
6987
+ }, recoveryPointProperties: {
6988
+ serializedName: "recoveryPointProperties",
6989
+ type: {
6990
+ name: "Composite",
6991
+ className: "RecoveryPointProperties"
6992
+ }
6807
6993
  } })
6808
6994
  }
6809
6995
  };
@@ -6849,6 +7035,12 @@ const AzureWorkloadRecoveryPoint = {
6849
7035
  }
6850
7036
  }
6851
7037
  }
7038
+ }, recoveryPointProperties: {
7039
+ serializedName: "recoveryPointProperties",
7040
+ type: {
7041
+ name: "Composite",
7042
+ className: "RecoveryPointProperties"
7043
+ }
6852
7044
  } })
6853
7045
  }
6854
7046
  };
@@ -6879,6 +7071,12 @@ const GenericRecoveryPoint = {
6879
7071
  type: {
6880
7072
  name: "String"
6881
7073
  }
7074
+ }, recoveryPointProperties: {
7075
+ serializedName: "recoveryPointProperties",
7076
+ type: {
7077
+ name: "Composite",
7078
+ className: "RecoveryPointProperties"
7079
+ }
6882
7080
  } })
6883
7081
  }
6884
7082
  };
@@ -6983,6 +7181,12 @@ const IaasVMRecoveryPoint = {
6983
7181
  }
6984
7182
  }
6985
7183
  }
7184
+ }, recoveryPointProperties: {
7185
+ serializedName: "recoveryPointProperties",
7186
+ type: {
7187
+ name: "Composite",
7188
+ className: "RecoveryPointProperties"
7189
+ }
6986
7190
  } })
6987
7191
  }
6988
7192
  };
@@ -7298,6 +7502,12 @@ const AzureIaaSVMProtectionPolicy = {
7298
7502
  name: "Composite",
7299
7503
  className: "RetentionPolicy"
7300
7504
  }
7505
+ }, tieringPolicy: {
7506
+ serializedName: "tieringPolicy",
7507
+ type: {
7508
+ name: "Dictionary",
7509
+ value: { type: { name: "Composite", className: "TieringPolicy" } }
7510
+ }
7301
7511
  }, instantRpRetentionRangeInDays: {
7302
7512
  serializedName: "instantRpRetentionRangeInDays",
7303
7513
  type: {
@@ -8613,6 +8823,16 @@ const AzureVmWorkloadSAPHanaDatabaseProtectedItem = {
8613
8823
  modelProperties: Object.assign({}, AzureVmWorkloadProtectedItem.type.modelProperties)
8614
8824
  }
8615
8825
  };
8826
+ const AzureVmWorkloadSAPHanaDBInstanceProtectedItem = {
8827
+ serializedName: "AzureVmWorkloadSAPHanaDBInstance",
8828
+ type: {
8829
+ name: "Composite",
8830
+ className: "AzureVmWorkloadSAPHanaDBInstanceProtectedItem",
8831
+ uberParent: "AzureVmWorkloadProtectedItem",
8832
+ polymorphicDiscriminator: AzureVmWorkloadProtectedItem.type.polymorphicDiscriminator,
8833
+ modelProperties: Object.assign({}, AzureVmWorkloadProtectedItem.type.modelProperties)
8834
+ }
8835
+ };
8616
8836
  const AzureVmWorkloadSQLDatabaseProtectedItem = {
8617
8837
  serializedName: "AzureVmWorkloadSQLDatabase",
8618
8838
  type: {
@@ -8935,6 +9155,26 @@ const AzureVmWorkloadSAPHanaSystemProtectableItem = {
8935
9155
  modelProperties: Object.assign({}, AzureVmWorkloadProtectableItem.type.modelProperties)
8936
9156
  }
8937
9157
  };
9158
+ const AzureVmWorkloadSAPHanaDBInstance = {
9159
+ serializedName: "SAPHanaDBInstance",
9160
+ type: {
9161
+ name: "Composite",
9162
+ className: "AzureVmWorkloadSAPHanaDBInstance",
9163
+ uberParent: "AzureVmWorkloadProtectableItem",
9164
+ polymorphicDiscriminator: AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,
9165
+ modelProperties: Object.assign({}, AzureVmWorkloadProtectableItem.type.modelProperties)
9166
+ }
9167
+ };
9168
+ const AzureVmWorkloadSAPHanaHSR = {
9169
+ serializedName: "SAPHanaHSR",
9170
+ type: {
9171
+ name: "Composite",
9172
+ className: "AzureVmWorkloadSAPHanaHSR",
9173
+ uberParent: "AzureVmWorkloadProtectableItem",
9174
+ polymorphicDiscriminator: AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,
9175
+ modelProperties: Object.assign({}, AzureVmWorkloadProtectableItem.type.modelProperties)
9176
+ }
9177
+ };
8938
9178
  const AzureVmWorkloadSQLAvailabilityGroupProtectableItem = {
8939
9179
  serializedName: "SQLAvailabilityGroupContainer",
8940
9180
  type: {
@@ -9204,6 +9444,7 @@ let discriminators = {
9204
9444
  "AzureIaaSVMProtectedItem.Microsoft.Compute/virtualMachines": AzureIaaSComputeVMProtectedItem,
9205
9445
  "AzureVmWorkloadProtectedItem.AzureVmWorkloadSAPAseDatabase": AzureVmWorkloadSAPAseDatabaseProtectedItem,
9206
9446
  "AzureVmWorkloadProtectedItem.AzureVmWorkloadSAPHanaDatabase": AzureVmWorkloadSAPHanaDatabaseProtectedItem,
9447
+ "AzureVmWorkloadProtectedItem.AzureVmWorkloadSAPHanaDBInstance": AzureVmWorkloadSAPHanaDBInstanceProtectedItem,
9207
9448
  "AzureVmWorkloadProtectedItem.AzureVmWorkloadSQLDatabase": AzureVmWorkloadSQLDatabaseProtectedItem,
9208
9449
  "AzureWorkloadRecoveryPoint.AzureWorkloadPointInTimeRecoveryPoint": AzureWorkloadPointInTimeRecoveryPoint,
9209
9450
  "AzureWorkloadRecoveryPoint.AzureWorkloadSAPHanaRecoveryPoint": AzureWorkloadSAPHanaRecoveryPoint,
@@ -9229,6 +9470,8 @@ let discriminators = {
9229
9470
  "AzureVmWorkloadProtectableItem.SAPAseSystem": AzureVmWorkloadSAPAseSystemProtectableItem,
9230
9471
  "AzureVmWorkloadProtectableItem.SAPHanaDatabase": AzureVmWorkloadSAPHanaDatabaseProtectableItem,
9231
9472
  "AzureVmWorkloadProtectableItem.SAPHanaSystem": AzureVmWorkloadSAPHanaSystemProtectableItem,
9473
+ "AzureVmWorkloadProtectableItem.SAPHanaDBInstance": AzureVmWorkloadSAPHanaDBInstance,
9474
+ "AzureVmWorkloadProtectableItem.SAPHanaHSR": AzureVmWorkloadSAPHanaHSR,
9232
9475
  "AzureVmWorkloadProtectableItem.SQLAvailabilityGroupContainer": AzureVmWorkloadSQLAvailabilityGroupProtectableItem,
9233
9476
  "AzureVmWorkloadProtectableItem.SQLDataBase": AzureVmWorkloadSQLDatabaseProtectableItem,
9234
9477
  "AzureVmWorkloadProtectableItem.SQLInstance": AzureVmWorkloadSQLInstanceProtectableItem,
@@ -9310,12 +9553,14 @@ var Mappers = /*#__PURE__*/Object.freeze({
9310
9553
  KPIResourceHealthDetails: KPIResourceHealthDetails,
9311
9554
  ResourceHealthDetails: ResourceHealthDetails,
9312
9555
  AzureFileshareProtectedItemExtendedInfo: AzureFileshareProtectedItemExtendedInfo,
9556
+ RecoveryPointProperties: RecoveryPointProperties,
9313
9557
  RestoreFileSpecs: RestoreFileSpecs,
9314
9558
  TargetAFSRestoreInfo: TargetAFSRestoreInfo,
9315
9559
  Settings: Settings,
9316
9560
  SubProtectionPolicy: SubProtectionPolicy,
9317
9561
  SchedulePolicy: SchedulePolicy,
9318
9562
  RetentionPolicy: RetentionPolicy,
9563
+ TieringPolicy: TieringPolicy,
9319
9564
  AzureIaaSVMProtectedItemExtendedInfo: AzureIaaSVMProtectedItemExtendedInfo,
9320
9565
  ExtendedProperties: ExtendedProperties,
9321
9566
  DiskExclusionProperties: DiskExclusionProperties,
@@ -9500,6 +9745,7 @@ var Mappers = /*#__PURE__*/Object.freeze({
9500
9745
  AzureIaaSComputeVMProtectedItem: AzureIaaSComputeVMProtectedItem,
9501
9746
  AzureVmWorkloadSAPAseDatabaseProtectedItem: AzureVmWorkloadSAPAseDatabaseProtectedItem,
9502
9747
  AzureVmWorkloadSAPHanaDatabaseProtectedItem: AzureVmWorkloadSAPHanaDatabaseProtectedItem,
9748
+ AzureVmWorkloadSAPHanaDBInstanceProtectedItem: AzureVmWorkloadSAPHanaDBInstanceProtectedItem,
9503
9749
  AzureVmWorkloadSQLDatabaseProtectedItem: AzureVmWorkloadSQLDatabaseProtectedItem,
9504
9750
  AzureWorkloadPointInTimeRecoveryPoint: AzureWorkloadPointInTimeRecoveryPoint,
9505
9751
  AzureWorkloadSAPHanaRecoveryPoint: AzureWorkloadSAPHanaRecoveryPoint,
@@ -9525,6 +9771,8 @@ var Mappers = /*#__PURE__*/Object.freeze({
9525
9771
  AzureVmWorkloadSAPAseSystemProtectableItem: AzureVmWorkloadSAPAseSystemProtectableItem,
9526
9772
  AzureVmWorkloadSAPHanaDatabaseProtectableItem: AzureVmWorkloadSAPHanaDatabaseProtectableItem,
9527
9773
  AzureVmWorkloadSAPHanaSystemProtectableItem: AzureVmWorkloadSAPHanaSystemProtectableItem,
9774
+ AzureVmWorkloadSAPHanaDBInstance: AzureVmWorkloadSAPHanaDBInstance,
9775
+ AzureVmWorkloadSAPHanaHSR: AzureVmWorkloadSAPHanaHSR,
9528
9776
  AzureVmWorkloadSQLAvailabilityGroupProtectableItem: AzureVmWorkloadSQLAvailabilityGroupProtectableItem,
9529
9777
  AzureVmWorkloadSQLDatabaseProtectableItem: AzureVmWorkloadSQLDatabaseProtectableItem,
9530
9778
  AzureVmWorkloadSQLInstanceProtectableItem: AzureVmWorkloadSQLInstanceProtectableItem,
@@ -9572,7 +9820,7 @@ const $host = {
9572
9820
  const apiVersion = {
9573
9821
  parameterPath: "apiVersion",
9574
9822
  mapper: {
9575
- defaultValue: "2022-03-01",
9823
+ defaultValue: "2023-01-01",
9576
9824
  isConstant: true,
9577
9825
  serializedName: "api-version",
9578
9826
  type: {
@@ -9909,7 +10157,7 @@ class BackupResourceStorageConfigsNonCRRImpl {
9909
10157
  }
9910
10158
  }
9911
10159
  // Operation Specifications
9912
- const serializer$M = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10160
+ const serializer$N = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
9913
10161
  const getOperationSpec$r = {
9914
10162
  path: "/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupstorageconfig/vaultstorageconfig",
9915
10163
  httpMethod: "GET",
@@ -9929,7 +10177,7 @@ const getOperationSpec$r = {
9929
10177
  subscriptionId
9930
10178
  ],
9931
10179
  headerParameters: [accept],
9932
- serializer: serializer$M
10180
+ serializer: serializer$N
9933
10181
  };
9934
10182
  const updateOperationSpec$2 = {
9935
10183
  path: "/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupstorageconfig/vaultstorageconfig",
@@ -9952,7 +10200,7 @@ const updateOperationSpec$2 = {
9952
10200
  ],
9953
10201
  headerParameters: [accept, contentType],
9954
10202
  mediaType: "json",
9955
- serializer: serializer$M
10203
+ serializer: serializer$N
9956
10204
  };
9957
10205
  const patchOperationSpec = {
9958
10206
  path: "/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupstorageconfig/vaultstorageconfig",
@@ -9973,7 +10221,7 @@ const patchOperationSpec = {
9973
10221
  ],
9974
10222
  headerParameters: [accept, contentType],
9975
10223
  mediaType: "json",
9976
- serializer: serializer$M
10224
+ serializer: serializer$N
9977
10225
  };
9978
10226
 
9979
10227
  /*
@@ -10052,7 +10300,7 @@ class ProtectionIntentOperationsImpl {
10052
10300
  }
10053
10301
  }
10054
10302
  // Operation Specifications
10055
- const serializer$L = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10303
+ const serializer$M = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10056
10304
  const validateOperationSpec$2 = {
10057
10305
  path: "/Subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupPreValidateProtection",
10058
10306
  httpMethod: "POST",
@@ -10070,7 +10318,7 @@ const validateOperationSpec$2 = {
10070
10318
  ],
10071
10319
  headerParameters: [accept, contentType],
10072
10320
  mediaType: "json",
10073
- serializer: serializer$L
10321
+ serializer: serializer$M
10074
10322
  };
10075
10323
  const getOperationSpec$q = {
10076
10324
  path: "/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}",
@@ -10090,7 +10338,7 @@ const getOperationSpec$q = {
10090
10338
  intentObjectName
10091
10339
  ],
10092
10340
  headerParameters: [accept],
10093
- serializer: serializer$L
10341
+ serializer: serializer$M
10094
10342
  };
10095
10343
  const createOrUpdateOperationSpec$2 = {
10096
10344
  path: "/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}",
@@ -10112,7 +10360,7 @@ const createOrUpdateOperationSpec$2 = {
10112
10360
  ],
10113
10361
  headerParameters: [accept, contentType],
10114
10362
  mediaType: "json",
10115
- serializer: serializer$L
10363
+ serializer: serializer$M
10116
10364
  };
10117
10365
  const deleteOperationSpec$4 = {
10118
10366
  path: "/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/backupProtectionIntent/{intentObjectName}",
@@ -10127,7 +10375,7 @@ const deleteOperationSpec$4 = {
10127
10375
  fabricName,
10128
10376
  intentObjectName
10129
10377
  ],
10130
- serializer: serializer$L
10378
+ serializer: serializer$M
10131
10379
  };
10132
10380
 
10133
10381
  /*
@@ -10157,7 +10405,7 @@ class BackupStatusImpl {
10157
10405
  }
10158
10406
  }
10159
10407
  // Operation Specifications
10160
- const serializer$K = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10408
+ const serializer$L = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10161
10409
  const getOperationSpec$p = {
10162
10410
  path: "/Subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupStatus",
10163
10411
  httpMethod: "POST",
@@ -10175,7 +10423,7 @@ const getOperationSpec$p = {
10175
10423
  ],
10176
10424
  headerParameters: [accept, contentType],
10177
10425
  mediaType: "json",
10178
- serializer: serializer$K
10426
+ serializer: serializer$L
10179
10427
  };
10180
10428
 
10181
10429
  /*
@@ -10205,7 +10453,7 @@ class FeatureSupportImpl {
10205
10453
  }
10206
10454
  }
10207
10455
  // Operation Specifications
10208
- const serializer$J = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10456
+ const serializer$K = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10209
10457
  const validateOperationSpec$1 = {
10210
10458
  path: "/Subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupValidateFeatures",
10211
10459
  httpMethod: "POST",
@@ -10223,7 +10471,7 @@ const validateOperationSpec$1 = {
10223
10471
  ],
10224
10472
  headerParameters: [accept, contentType],
10225
10473
  mediaType: "json",
10226
- serializer: serializer$J
10474
+ serializer: serializer$K
10227
10475
  };
10228
10476
 
10229
10477
  /*
@@ -10313,7 +10561,7 @@ class BackupProtectionIntentImpl {
10313
10561
  * @param options The options parameters.
10314
10562
  */
10315
10563
  _list(vaultName, resourceGroupName, options) {
10316
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$c);
10564
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$d);
10317
10565
  }
10318
10566
  /**
10319
10567
  * ListNext
@@ -10324,12 +10572,12 @@ class BackupProtectionIntentImpl {
10324
10572
  * @param options The options parameters.
10325
10573
  */
10326
10574
  _listNext(vaultName, resourceGroupName, nextLink, options) {
10327
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$b);
10575
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$c);
10328
10576
  }
10329
10577
  }
10330
10578
  // Operation Specifications
10331
- const serializer$I = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10332
- const listOperationSpec$c = {
10579
+ const serializer$J = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10580
+ const listOperationSpec$d = {
10333
10581
  path: "/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupProtectionIntents",
10334
10582
  httpMethod: "GET",
10335
10583
  responses: {
@@ -10349,9 +10597,9 @@ const listOperationSpec$c = {
10349
10597
  subscriptionId
10350
10598
  ],
10351
10599
  headerParameters: [accept],
10352
- serializer: serializer$I
10600
+ serializer: serializer$J
10353
10601
  };
10354
- const listNextOperationSpec$b = {
10602
+ const listNextOperationSpec$c = {
10355
10603
  path: "{nextLink}",
10356
10604
  httpMethod: "GET",
10357
10605
  responses: {
@@ -10367,7 +10615,7 @@ const listNextOperationSpec$b = {
10367
10615
  nextLink
10368
10616
  ],
10369
10617
  headerParameters: [accept],
10370
- serializer: serializer$I
10618
+ serializer: serializer$J
10371
10619
  };
10372
10620
 
10373
10621
  /*
@@ -10444,12 +10692,12 @@ class BackupUsageSummariesImpl {
10444
10692
  * @param options The options parameters.
10445
10693
  */
10446
10694
  _list(vaultName, resourceGroupName, options) {
10447
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$b);
10695
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$c);
10448
10696
  }
10449
10697
  }
10450
10698
  // Operation Specifications
10451
- const serializer$H = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10452
- const listOperationSpec$b = {
10699
+ const serializer$I = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10700
+ const listOperationSpec$c = {
10453
10701
  path: "/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupUsageSummaries",
10454
10702
  httpMethod: "GET",
10455
10703
  responses: {
@@ -10469,7 +10717,7 @@ const listOperationSpec$b = {
10469
10717
  subscriptionId
10470
10718
  ],
10471
10719
  headerParameters: [accept],
10472
- serializer: serializer$H
10720
+ serializer: serializer$I
10473
10721
  };
10474
10722
 
10475
10723
  /*
@@ -10553,7 +10801,7 @@ class OperationsImpl {
10553
10801
  * @param options The options parameters.
10554
10802
  */
10555
10803
  _list(options) {
10556
- return this.client.sendOperationRequest({ options }, listOperationSpec$a);
10804
+ return this.client.sendOperationRequest({ options }, listOperationSpec$b);
10557
10805
  }
10558
10806
  /**
10559
10807
  * ListNext
@@ -10561,12 +10809,12 @@ class OperationsImpl {
10561
10809
  * @param options The options parameters.
10562
10810
  */
10563
10811
  _listNext(nextLink, options) {
10564
- return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec$a);
10812
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec$b);
10565
10813
  }
10566
10814
  }
10567
10815
  // Operation Specifications
10568
- const serializer$G = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10569
- const listOperationSpec$a = {
10816
+ const serializer$H = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10817
+ const listOperationSpec$b = {
10570
10818
  path: "/providers/Microsoft.RecoveryServices/operations",
10571
10819
  httpMethod: "GET",
10572
10820
  responses: {
@@ -10577,9 +10825,9 @@ const listOperationSpec$a = {
10577
10825
  queryParameters: [apiVersion],
10578
10826
  urlParameters: [$host],
10579
10827
  headerParameters: [accept],
10580
- serializer: serializer$G
10828
+ serializer: serializer$H
10581
10829
  };
10582
- const listNextOperationSpec$a = {
10830
+ const listNextOperationSpec$b = {
10583
10831
  path: "{nextLink}",
10584
10832
  httpMethod: "GET",
10585
10833
  responses: {
@@ -10589,7 +10837,7 @@ const listNextOperationSpec$a = {
10589
10837
  },
10590
10838
  urlParameters: [$host, nextLink],
10591
10839
  headerParameters: [accept],
10592
- serializer: serializer$G
10840
+ serializer: serializer$H
10593
10841
  };
10594
10842
 
10595
10843
  /*
@@ -10642,7 +10890,7 @@ class BackupResourceVaultConfigsImpl {
10642
10890
  }
10643
10891
  }
10644
10892
  // Operation Specifications
10645
- const serializer$F = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10893
+ const serializer$G = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10646
10894
  const getOperationSpec$o = {
10647
10895
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupconfig/vaultconfig",
10648
10896
  httpMethod: "GET",
@@ -10662,7 +10910,7 @@ const getOperationSpec$o = {
10662
10910
  subscriptionId
10663
10911
  ],
10664
10912
  headerParameters: [accept],
10665
- serializer: serializer$F
10913
+ serializer: serializer$G
10666
10914
  };
10667
10915
  const updateOperationSpec$1 = {
10668
10916
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupconfig/vaultconfig",
@@ -10685,7 +10933,7 @@ const updateOperationSpec$1 = {
10685
10933
  ],
10686
10934
  headerParameters: [accept, contentType],
10687
10935
  mediaType: "json",
10688
- serializer: serializer$F
10936
+ serializer: serializer$G
10689
10937
  };
10690
10938
  const putOperationSpec$2 = {
10691
10939
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupconfig/vaultconfig",
@@ -10708,7 +10956,7 @@ const putOperationSpec$2 = {
10708
10956
  ],
10709
10957
  headerParameters: [accept, contentType],
10710
10958
  mediaType: "json",
10711
- serializer: serializer$F
10959
+ serializer: serializer$G
10712
10960
  };
10713
10961
 
10714
10962
  /*
@@ -10750,7 +10998,7 @@ class BackupResourceEncryptionConfigsImpl {
10750
10998
  }
10751
10999
  }
10752
11000
  // Operation Specifications
10753
- const serializer$E = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11001
+ const serializer$F = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10754
11002
  const getOperationSpec$n = {
10755
11003
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupEncryptionConfigs/backupResourceEncryptionConfig",
10756
11004
  httpMethod: "GET",
@@ -10770,7 +11018,7 @@ const getOperationSpec$n = {
10770
11018
  subscriptionId
10771
11019
  ],
10772
11020
  headerParameters: [accept],
10773
- serializer: serializer$E
11021
+ serializer: serializer$F
10774
11022
  };
10775
11023
  const updateOperationSpec = {
10776
11024
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupEncryptionConfigs/backupResourceEncryptionConfig",
@@ -10791,7 +11039,7 @@ const updateOperationSpec = {
10791
11039
  ],
10792
11040
  headerParameters: [accept, contentType],
10793
11041
  mediaType: "json",
10794
- serializer: serializer$E
11042
+ serializer: serializer$F
10795
11043
  };
10796
11044
 
10797
11045
  /*
@@ -10941,7 +11189,7 @@ class PrivateEndpointConnectionOperationsImpl {
10941
11189
  }
10942
11190
  }
10943
11191
  // Operation Specifications
10944
- const serializer$D = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11192
+ const serializer$E = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
10945
11193
  const getOperationSpec$m = {
10946
11194
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}",
10947
11195
  httpMethod: "GET",
@@ -10962,7 +11210,7 @@ const getOperationSpec$m = {
10962
11210
  privateEndpointConnectionName
10963
11211
  ],
10964
11212
  headerParameters: [accept],
10965
- serializer: serializer$D
11213
+ serializer: serializer$E
10966
11214
  };
10967
11215
  const putOperationSpec$1 = {
10968
11216
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}",
@@ -10995,7 +11243,7 @@ const putOperationSpec$1 = {
10995
11243
  ],
10996
11244
  headerParameters: [accept, contentType],
10997
11245
  mediaType: "json",
10998
- serializer: serializer$D
11246
+ serializer: serializer$E
10999
11247
  };
11000
11248
  const deleteOperationSpec$3 = {
11001
11249
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}",
@@ -11018,7 +11266,7 @@ const deleteOperationSpec$3 = {
11018
11266
  privateEndpointConnectionName
11019
11267
  ],
11020
11268
  headerParameters: [accept],
11021
- serializer: serializer$D
11269
+ serializer: serializer$E
11022
11270
  };
11023
11271
 
11024
11272
  /*
@@ -11057,7 +11305,7 @@ class PrivateEndpointOperationsImpl {
11057
11305
  }
11058
11306
  }
11059
11307
  // Operation Specifications
11060
- const serializer$C = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11308
+ const serializer$D = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11061
11309
  const getOperationStatusOperationSpec$1 = {
11062
11310
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}/operationsStatus/{operationId}",
11063
11311
  httpMethod: "GET",
@@ -11079,7 +11327,7 @@ const getOperationStatusOperationSpec$1 = {
11079
11327
  operationId
11080
11328
  ],
11081
11329
  headerParameters: [accept],
11082
- serializer: serializer$C
11330
+ serializer: serializer$D
11083
11331
  };
11084
11332
 
11085
11333
  /*
@@ -11111,7 +11359,7 @@ class BMSPrepareDataMoveOperationResultImpl {
11111
11359
  }
11112
11360
  }
11113
11361
  // Operation Specifications
11114
- const serializer$B = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11362
+ const serializer$C = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11115
11363
  const getOperationSpec$l = {
11116
11364
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupstorageconfig/vaultstorageconfig/operationResults/{operationId}",
11117
11365
  httpMethod: "GET",
@@ -11133,7 +11381,7 @@ const getOperationSpec$l = {
11133
11381
  operationId
11134
11382
  ],
11135
11383
  headerParameters: [accept],
11136
- serializer: serializer$B
11384
+ serializer: serializer$C
11137
11385
  };
11138
11386
 
11139
11387
  /*
@@ -11222,7 +11470,7 @@ class ProtectedItemsImpl {
11222
11470
  }
11223
11471
  }
11224
11472
  // Operation Specifications
11225
- const serializer$A = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11473
+ const serializer$B = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11226
11474
  const getOperationSpec$k = {
11227
11475
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}",
11228
11476
  httpMethod: "GET",
@@ -11245,7 +11493,7 @@ const getOperationSpec$k = {
11245
11493
  protectedItemName
11246
11494
  ],
11247
11495
  headerParameters: [accept],
11248
- serializer: serializer$A
11496
+ serializer: serializer$B
11249
11497
  };
11250
11498
  const createOrUpdateOperationSpec$1 = {
11251
11499
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}",
@@ -11272,7 +11520,7 @@ const createOrUpdateOperationSpec$1 = {
11272
11520
  ],
11273
11521
  headerParameters: [accept, contentType],
11274
11522
  mediaType: "json",
11275
- serializer: serializer$A
11523
+ serializer: serializer$B
11276
11524
  };
11277
11525
  const deleteOperationSpec$2 = {
11278
11526
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}",
@@ -11296,7 +11544,7 @@ const deleteOperationSpec$2 = {
11296
11544
  protectedItemName
11297
11545
  ],
11298
11546
  headerParameters: [accept],
11299
- serializer: serializer$A
11547
+ serializer: serializer$B
11300
11548
  };
11301
11549
 
11302
11550
  /*
@@ -11339,7 +11587,7 @@ class ProtectedItemOperationResultsImpl {
11339
11587
  }
11340
11588
  }
11341
11589
  // Operation Specifications
11342
- const serializer$z = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11590
+ const serializer$A = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11343
11591
  const getOperationSpec$j = {
11344
11592
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/operationResults/{operationId}",
11345
11593
  httpMethod: "GET",
@@ -11365,7 +11613,7 @@ const getOperationSpec$j = {
11365
11613
  protectedItemName
11366
11614
  ],
11367
11615
  headerParameters: [accept],
11368
- serializer: serializer$z
11616
+ serializer: serializer$A
11369
11617
  };
11370
11618
 
11371
11619
  /*
@@ -11468,7 +11716,7 @@ class RecoveryPointsImpl {
11468
11716
  containerName,
11469
11717
  protectedItemName,
11470
11718
  options
11471
- }, listOperationSpec$9);
11719
+ }, listOperationSpec$a);
11472
11720
  }
11473
11721
  /**
11474
11722
  * Provides the information of the backed up data identified using RecoveryPointID. This is an
@@ -11514,12 +11762,12 @@ class RecoveryPointsImpl {
11514
11762
  protectedItemName,
11515
11763
  nextLink,
11516
11764
  options
11517
- }, listNextOperationSpec$9);
11765
+ }, listNextOperationSpec$a);
11518
11766
  }
11519
11767
  }
11520
11768
  // Operation Specifications
11521
- const serializer$y = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11522
- const listOperationSpec$9 = {
11769
+ const serializer$z = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11770
+ const listOperationSpec$a = {
11523
11771
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPoints",
11524
11772
  httpMethod: "GET",
11525
11773
  responses: {
@@ -11541,7 +11789,7 @@ const listOperationSpec$9 = {
11541
11789
  protectedItemName
11542
11790
  ],
11543
11791
  headerParameters: [accept],
11544
- serializer: serializer$y
11792
+ serializer: serializer$z
11545
11793
  };
11546
11794
  const getOperationSpec$i = {
11547
11795
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointId}",
@@ -11566,9 +11814,9 @@ const getOperationSpec$i = {
11566
11814
  recoveryPointId
11567
11815
  ],
11568
11816
  headerParameters: [accept],
11569
- serializer: serializer$y
11817
+ serializer: serializer$z
11570
11818
  };
11571
- const listNextOperationSpec$9 = {
11819
+ const listNextOperationSpec$a = {
11572
11820
  path: "{nextLink}",
11573
11821
  httpMethod: "GET",
11574
11822
  responses: {
@@ -11590,7 +11838,7 @@ const listNextOperationSpec$9 = {
11590
11838
  protectedItemName
11591
11839
  ],
11592
11840
  headerParameters: [accept],
11593
- serializer: serializer$y
11841
+ serializer: serializer$z
11594
11842
  };
11595
11843
 
11596
11844
  /*
@@ -11687,7 +11935,7 @@ class RestoresImpl {
11687
11935
  }
11688
11936
  }
11689
11937
  // Operation Specifications
11690
- const serializer$x = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11938
+ const serializer$y = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11691
11939
  const triggerOperationSpec$3 = {
11692
11940
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointId}/restore",
11693
11941
  httpMethod: "POST",
@@ -11714,7 +11962,7 @@ const triggerOperationSpec$3 = {
11714
11962
  ],
11715
11963
  headerParameters: [accept, contentType],
11716
11964
  mediaType: "json",
11717
- serializer: serializer$x
11965
+ serializer: serializer$y
11718
11966
  };
11719
11967
 
11720
11968
  /*
@@ -11808,7 +12056,7 @@ class BackupPoliciesImpl {
11808
12056
  * @param options The options parameters.
11809
12057
  */
11810
12058
  _list(vaultName, resourceGroupName, options) {
11811
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$8);
12059
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$9);
11812
12060
  }
11813
12061
  /**
11814
12062
  * ListNext
@@ -11819,12 +12067,12 @@ class BackupPoliciesImpl {
11819
12067
  * @param options The options parameters.
11820
12068
  */
11821
12069
  _listNext(vaultName, resourceGroupName, nextLink, options) {
11822
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$8);
12070
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$9);
11823
12071
  }
11824
12072
  }
11825
12073
  // Operation Specifications
11826
- const serializer$w = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11827
- const listOperationSpec$8 = {
12074
+ const serializer$x = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12075
+ const listOperationSpec$9 = {
11828
12076
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupPolicies",
11829
12077
  httpMethod: "GET",
11830
12078
  responses: {
@@ -11843,9 +12091,9 @@ const listOperationSpec$8 = {
11843
12091
  subscriptionId
11844
12092
  ],
11845
12093
  headerParameters: [accept],
11846
- serializer: serializer$w
12094
+ serializer: serializer$x
11847
12095
  };
11848
- const listNextOperationSpec$8 = {
12096
+ const listNextOperationSpec$9 = {
11849
12097
  path: "{nextLink}",
11850
12098
  httpMethod: "GET",
11851
12099
  responses: {
@@ -11864,7 +12112,7 @@ const listNextOperationSpec$8 = {
11864
12112
  nextLink
11865
12113
  ],
11866
12114
  headerParameters: [accept],
11867
- serializer: serializer$w
12115
+ serializer: serializer$x
11868
12116
  };
11869
12117
 
11870
12118
  /*
@@ -11971,7 +12219,7 @@ class ProtectionPoliciesImpl {
11971
12219
  }
11972
12220
  }
11973
12221
  // Operation Specifications
11974
- const serializer$v = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12222
+ const serializer$w = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
11975
12223
  const getOperationSpec$h = {
11976
12224
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupPolicies/{policyName}",
11977
12225
  httpMethod: "GET",
@@ -11992,7 +12240,7 @@ const getOperationSpec$h = {
11992
12240
  policyName
11993
12241
  ],
11994
12242
  headerParameters: [accept],
11995
- serializer: serializer$v
12243
+ serializer: serializer$w
11996
12244
  };
11997
12245
  const createOrUpdateOperationSpec = {
11998
12246
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupPolicies/{policyName}",
@@ -12017,7 +12265,7 @@ const createOrUpdateOperationSpec = {
12017
12265
  ],
12018
12266
  headerParameters: [accept, contentType],
12019
12267
  mediaType: "json",
12020
- serializer: serializer$v
12268
+ serializer: serializer$w
12021
12269
  };
12022
12270
  const deleteOperationSpec$1 = {
12023
12271
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupPolicies/{policyName}",
@@ -12040,7 +12288,7 @@ const deleteOperationSpec$1 = {
12040
12288
  policyName
12041
12289
  ],
12042
12290
  headerParameters: [accept],
12043
- serializer: serializer$v
12291
+ serializer: serializer$w
12044
12292
  };
12045
12293
 
12046
12294
  /*
@@ -12073,7 +12321,7 @@ class ProtectionPolicyOperationResultsImpl {
12073
12321
  }
12074
12322
  }
12075
12323
  // Operation Specifications
12076
- const serializer$u = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12324
+ const serializer$v = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12077
12325
  const getOperationSpec$g = {
12078
12326
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupPolicies/{policyName}/operationResults/{operationId}",
12079
12327
  httpMethod: "GET",
@@ -12095,7 +12343,7 @@ const getOperationSpec$g = {
12095
12343
  policyName
12096
12344
  ],
12097
12345
  headerParameters: [accept],
12098
- serializer: serializer$u
12346
+ serializer: serializer$v
12099
12347
  };
12100
12348
 
12101
12349
  /*
@@ -12185,7 +12433,7 @@ class BackupJobsImpl {
12185
12433
  * @param options The options parameters.
12186
12434
  */
12187
12435
  _list(vaultName, resourceGroupName, options) {
12188
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$7);
12436
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$8);
12189
12437
  }
12190
12438
  /**
12191
12439
  * ListNext
@@ -12196,12 +12444,12 @@ class BackupJobsImpl {
12196
12444
  * @param options The options parameters.
12197
12445
  */
12198
12446
  _listNext(vaultName, resourceGroupName, nextLink, options) {
12199
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$7);
12447
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$8);
12200
12448
  }
12201
12449
  }
12202
12450
  // Operation Specifications
12203
- const serializer$t = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12204
- const listOperationSpec$7 = {
12451
+ const serializer$u = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12452
+ const listOperationSpec$8 = {
12205
12453
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupJobs",
12206
12454
  httpMethod: "GET",
12207
12455
  responses: {
@@ -12224,9 +12472,9 @@ const listOperationSpec$7 = {
12224
12472
  subscriptionId
12225
12473
  ],
12226
12474
  headerParameters: [accept],
12227
- serializer: serializer$t
12475
+ serializer: serializer$u
12228
12476
  };
12229
- const listNextOperationSpec$7 = {
12477
+ const listNextOperationSpec$8 = {
12230
12478
  path: "{nextLink}",
12231
12479
  httpMethod: "GET",
12232
12480
  responses: {
@@ -12245,7 +12493,7 @@ const listNextOperationSpec$7 = {
12245
12493
  nextLink
12246
12494
  ],
12247
12495
  headerParameters: [accept],
12248
- serializer: serializer$t
12496
+ serializer: serializer$u
12249
12497
  };
12250
12498
 
12251
12499
  /*
@@ -12277,7 +12525,7 @@ class JobDetailsImpl {
12277
12525
  }
12278
12526
  }
12279
12527
  // Operation Specifications
12280
- const serializer$s = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12528
+ const serializer$t = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12281
12529
  const getOperationSpec$f = {
12282
12530
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupJobs/{jobName}",
12283
12531
  httpMethod: "GET",
@@ -12298,7 +12546,7 @@ const getOperationSpec$f = {
12298
12546
  jobName
12299
12547
  ],
12300
12548
  headerParameters: [accept],
12301
- serializer: serializer$s
12549
+ serializer: serializer$t
12302
12550
  };
12303
12551
 
12304
12552
  /*
@@ -12331,7 +12579,7 @@ class JobCancellationsImpl {
12331
12579
  }
12332
12580
  }
12333
12581
  // Operation Specifications
12334
- const serializer$r = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12582
+ const serializer$s = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12335
12583
  const triggerOperationSpec$2 = {
12336
12584
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupJobs/{jobName}/cancel",
12337
12585
  httpMethod: "POST",
@@ -12350,7 +12598,7 @@ const triggerOperationSpec$2 = {
12350
12598
  jobName
12351
12599
  ],
12352
12600
  headerParameters: [accept],
12353
- serializer: serializer$r
12601
+ serializer: serializer$s
12354
12602
  };
12355
12603
 
12356
12604
  /*
@@ -12383,7 +12631,7 @@ class JobOperationResultsImpl {
12383
12631
  }
12384
12632
  }
12385
12633
  // Operation Specifications
12386
- const serializer$q = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12634
+ const serializer$r = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12387
12635
  const getOperationSpec$e = {
12388
12636
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupJobs/{jobName}/operationResults/{operationId}",
12389
12637
  httpMethod: "GET",
@@ -12405,7 +12653,7 @@ const getOperationSpec$e = {
12405
12653
  jobName
12406
12654
  ],
12407
12655
  headerParameters: [accept],
12408
- serializer: serializer$q
12656
+ serializer: serializer$r
12409
12657
  };
12410
12658
 
12411
12659
  /*
@@ -12440,7 +12688,7 @@ class ExportJobsOperationResultsImpl {
12440
12688
  }
12441
12689
  }
12442
12690
  // Operation Specifications
12443
- const serializer$p = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12691
+ const serializer$q = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12444
12692
  const getOperationSpec$d = {
12445
12693
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupJobs/operationResults/{operationId}",
12446
12694
  httpMethod: "GET",
@@ -12464,7 +12712,7 @@ const getOperationSpec$d = {
12464
12712
  operationId
12465
12713
  ],
12466
12714
  headerParameters: [accept],
12467
- serializer: serializer$p
12715
+ serializer: serializer$q
12468
12716
  };
12469
12717
 
12470
12718
  /*
@@ -12495,7 +12743,7 @@ class JobsImpl {
12495
12743
  }
12496
12744
  }
12497
12745
  // Operation Specifications
12498
- const serializer$o = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12746
+ const serializer$p = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12499
12747
  const exportOperationSpec = {
12500
12748
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupJobsExport",
12501
12749
  httpMethod: "POST",
@@ -12513,7 +12761,7 @@ const exportOperationSpec = {
12513
12761
  subscriptionId
12514
12762
  ],
12515
12763
  headerParameters: [accept],
12516
- serializer: serializer$o
12764
+ serializer: serializer$p
12517
12765
  };
12518
12766
 
12519
12767
  /*
@@ -12603,7 +12851,7 @@ class BackupProtectedItemsImpl {
12603
12851
  * @param options The options parameters.
12604
12852
  */
12605
12853
  _list(vaultName, resourceGroupName, options) {
12606
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$6);
12854
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$7);
12607
12855
  }
12608
12856
  /**
12609
12857
  * ListNext
@@ -12614,12 +12862,12 @@ class BackupProtectedItemsImpl {
12614
12862
  * @param options The options parameters.
12615
12863
  */
12616
12864
  _listNext(vaultName, resourceGroupName, nextLink, options) {
12617
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$6);
12865
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$7);
12618
12866
  }
12619
12867
  }
12620
12868
  // Operation Specifications
12621
- const serializer$n = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12622
- const listOperationSpec$6 = {
12869
+ const serializer$o = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12870
+ const listOperationSpec$7 = {
12623
12871
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupProtectedItems",
12624
12872
  httpMethod: "GET",
12625
12873
  responses: {
@@ -12642,9 +12890,9 @@ const listOperationSpec$6 = {
12642
12890
  subscriptionId
12643
12891
  ],
12644
12892
  headerParameters: [accept],
12645
- serializer: serializer$n
12893
+ serializer: serializer$o
12646
12894
  };
12647
- const listNextOperationSpec$6 = {
12895
+ const listNextOperationSpec$7 = {
12648
12896
  path: "{nextLink}",
12649
12897
  httpMethod: "GET",
12650
12898
  responses: {
@@ -12663,7 +12911,7 @@ const listNextOperationSpec$6 = {
12663
12911
  nextLink
12664
12912
  ],
12665
12913
  headerParameters: [accept],
12666
- serializer: serializer$n
12914
+ serializer: serializer$o
12667
12915
  };
12668
12916
 
12669
12917
  /*
@@ -12695,7 +12943,7 @@ class OperationImpl {
12695
12943
  }
12696
12944
  }
12697
12945
  // Operation Specifications
12698
- const serializer$m = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12946
+ const serializer$n = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12699
12947
  const validateOperationSpec = {
12700
12948
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupValidateOperation",
12701
12949
  httpMethod: "POST",
@@ -12717,7 +12965,7 @@ const validateOperationSpec = {
12717
12965
  ],
12718
12966
  headerParameters: [accept, contentType],
12719
12967
  mediaType: "json",
12720
- serializer: serializer$m
12968
+ serializer: serializer$n
12721
12969
  };
12722
12970
 
12723
12971
  /*
@@ -12795,7 +13043,7 @@ class ValidateOperationImpl {
12795
13043
  }
12796
13044
  }
12797
13045
  // Operation Specifications
12798
- const serializer$l = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13046
+ const serializer$m = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12799
13047
  const triggerOperationSpec$1 = {
12800
13048
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupTriggerValidateOperation",
12801
13049
  httpMethod: "POST",
@@ -12818,7 +13066,7 @@ const triggerOperationSpec$1 = {
12818
13066
  ],
12819
13067
  headerParameters: [accept, contentType],
12820
13068
  mediaType: "json",
12821
- serializer: serializer$l
13069
+ serializer: serializer$m
12822
13070
  };
12823
13071
 
12824
13072
  /*
@@ -12850,7 +13098,7 @@ class ValidateOperationResultsImpl {
12850
13098
  }
12851
13099
  }
12852
13100
  // Operation Specifications
12853
- const serializer$k = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13101
+ const serializer$l = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12854
13102
  const getOperationSpec$c = {
12855
13103
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupValidateOperationResults/{operationId}",
12856
13104
  httpMethod: "GET",
@@ -12872,7 +13120,7 @@ const getOperationSpec$c = {
12872
13120
  operationId
12873
13121
  ],
12874
13122
  headerParameters: [accept],
12875
- serializer: serializer$k
13123
+ serializer: serializer$l
12876
13124
  };
12877
13125
 
12878
13126
  /*
@@ -12907,7 +13155,7 @@ class ValidateOperationStatusesImpl {
12907
13155
  }
12908
13156
  }
12909
13157
  // Operation Specifications
12910
- const serializer$j = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13158
+ const serializer$k = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
12911
13159
  const getOperationSpec$b = {
12912
13160
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupValidateOperationsStatuses/{operationId}",
12913
13161
  httpMethod: "GET",
@@ -12928,7 +13176,7 @@ const getOperationSpec$b = {
12928
13176
  operationId
12929
13177
  ],
12930
13178
  headerParameters: [accept],
12931
- serializer: serializer$j
13179
+ serializer: serializer$k
12932
13180
  };
12933
13181
 
12934
13182
  /*
@@ -13018,7 +13266,7 @@ class BackupEnginesImpl {
13018
13266
  * @param options The options parameters.
13019
13267
  */
13020
13268
  _list(vaultName, resourceGroupName, options) {
13021
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$5);
13269
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$6);
13022
13270
  }
13023
13271
  /**
13024
13272
  * Returns backup management server registered to Recovery Services Vault.
@@ -13040,12 +13288,12 @@ class BackupEnginesImpl {
13040
13288
  * @param options The options parameters.
13041
13289
  */
13042
13290
  _listNext(vaultName, resourceGroupName, nextLink, options) {
13043
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$5);
13291
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$6);
13044
13292
  }
13045
13293
  }
13046
13294
  // Operation Specifications
13047
- const serializer$i = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13048
- const listOperationSpec$5 = {
13295
+ const serializer$j = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13296
+ const listOperationSpec$6 = {
13049
13297
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupEngines",
13050
13298
  httpMethod: "GET",
13051
13299
  responses: {
@@ -13068,7 +13316,7 @@ const listOperationSpec$5 = {
13068
13316
  subscriptionId
13069
13317
  ],
13070
13318
  headerParameters: [accept],
13071
- serializer: serializer$i
13319
+ serializer: serializer$j
13072
13320
  };
13073
13321
  const getOperationSpec$a = {
13074
13322
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupEngines/{backupEngineName}",
@@ -13094,9 +13342,9 @@ const getOperationSpec$a = {
13094
13342
  backupEngineName
13095
13343
  ],
13096
13344
  headerParameters: [accept],
13097
- serializer: serializer$i
13345
+ serializer: serializer$j
13098
13346
  };
13099
- const listNextOperationSpec$5 = {
13347
+ const listNextOperationSpec$6 = {
13100
13348
  path: "{nextLink}",
13101
13349
  httpMethod: "GET",
13102
13350
  responses: {
@@ -13115,7 +13363,7 @@ const listNextOperationSpec$5 = {
13115
13363
  nextLink
13116
13364
  ],
13117
13365
  headerParameters: [accept],
13118
- serializer: serializer$i
13366
+ serializer: serializer$j
13119
13367
  };
13120
13368
 
13121
13369
  /*
@@ -13148,7 +13396,7 @@ class ProtectionContainerRefreshOperationResultsImpl {
13148
13396
  }
13149
13397
  }
13150
13398
  // Operation Specifications
13151
- const serializer$h = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13399
+ const serializer$i = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13152
13400
  const getOperationSpec$9 = {
13153
13401
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/operationResults/{operationId}",
13154
13402
  httpMethod: "GET",
@@ -13169,7 +13417,7 @@ const getOperationSpec$9 = {
13169
13417
  operationId
13170
13418
  ],
13171
13419
  headerParameters: [accept],
13172
- serializer: serializer$h
13420
+ serializer: serializer$i
13173
13421
  };
13174
13422
 
13175
13423
  /*
@@ -13261,7 +13509,7 @@ class ProtectableContainersImpl {
13261
13509
  * @param options The options parameters.
13262
13510
  */
13263
13511
  _list(vaultName, resourceGroupName, fabricName, options) {
13264
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, fabricName, options }, listOperationSpec$4);
13512
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, fabricName, options }, listOperationSpec$5);
13265
13513
  }
13266
13514
  /**
13267
13515
  * ListNext
@@ -13273,12 +13521,12 @@ class ProtectableContainersImpl {
13273
13521
  * @param options The options parameters.
13274
13522
  */
13275
13523
  _listNext(vaultName, resourceGroupName, fabricName, nextLink, options) {
13276
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, fabricName, nextLink, options }, listNextOperationSpec$4);
13524
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, fabricName, nextLink, options }, listNextOperationSpec$5);
13277
13525
  }
13278
13526
  }
13279
13527
  // Operation Specifications
13280
- const serializer$g = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13281
- const listOperationSpec$4 = {
13528
+ const serializer$h = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13529
+ const listOperationSpec$5 = {
13282
13530
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectableContainers",
13283
13531
  httpMethod: "GET",
13284
13532
  responses: {
@@ -13298,9 +13546,9 @@ const listOperationSpec$4 = {
13298
13546
  fabricName
13299
13547
  ],
13300
13548
  headerParameters: [accept],
13301
- serializer: serializer$g
13549
+ serializer: serializer$h
13302
13550
  };
13303
- const listNextOperationSpec$4 = {
13551
+ const listNextOperationSpec$5 = {
13304
13552
  path: "{nextLink}",
13305
13553
  httpMethod: "GET",
13306
13554
  responses: {
@@ -13320,7 +13568,7 @@ const listNextOperationSpec$4 = {
13320
13568
  nextLink
13321
13569
  ],
13322
13570
  headerParameters: [accept],
13323
- serializer: serializer$g
13571
+ serializer: serializer$h
13324
13572
  };
13325
13573
 
13326
13574
  /*
@@ -13418,7 +13666,7 @@ class ProtectionContainersImpl {
13418
13666
  }
13419
13667
  }
13420
13668
  // Operation Specifications
13421
- const serializer$f = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13669
+ const serializer$g = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13422
13670
  const getOperationSpec$8 = {
13423
13671
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}",
13424
13672
  httpMethod: "GET",
@@ -13440,7 +13688,7 @@ const getOperationSpec$8 = {
13440
13688
  containerName
13441
13689
  ],
13442
13690
  headerParameters: [accept],
13443
- serializer: serializer$f
13691
+ serializer: serializer$g
13444
13692
  };
13445
13693
  const registerOperationSpec = {
13446
13694
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}",
@@ -13466,7 +13714,7 @@ const registerOperationSpec = {
13466
13714
  ],
13467
13715
  headerParameters: [accept, contentType],
13468
13716
  mediaType: "json",
13469
- serializer: serializer$f
13717
+ serializer: serializer$g
13470
13718
  };
13471
13719
  const unregisterOperationSpec = {
13472
13720
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}",
@@ -13489,7 +13737,7 @@ const unregisterOperationSpec = {
13489
13737
  containerName
13490
13738
  ],
13491
13739
  headerParameters: [accept],
13492
- serializer: serializer$f
13740
+ serializer: serializer$g
13493
13741
  };
13494
13742
  const inquireOperationSpec = {
13495
13743
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/inquire",
@@ -13510,7 +13758,7 @@ const inquireOperationSpec = {
13510
13758
  containerName
13511
13759
  ],
13512
13760
  headerParameters: [accept],
13513
- serializer: serializer$f
13761
+ serializer: serializer$g
13514
13762
  };
13515
13763
  const refreshOperationSpec = {
13516
13764
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/refreshContainers",
@@ -13530,7 +13778,7 @@ const refreshOperationSpec = {
13530
13778
  fabricName
13531
13779
  ],
13532
13780
  headerParameters: [accept],
13533
- serializer: serializer$f
13781
+ serializer: serializer$g
13534
13782
  };
13535
13783
 
13536
13784
  /*
@@ -13628,7 +13876,7 @@ class BackupWorkloadItemsImpl {
13628
13876
  * @param options The options parameters.
13629
13877
  */
13630
13878
  _list(vaultName, resourceGroupName, fabricName, containerName, options) {
13631
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, fabricName, containerName, options }, listOperationSpec$3);
13879
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, fabricName, containerName, options }, listOperationSpec$4);
13632
13880
  }
13633
13881
  /**
13634
13882
  * ListNext
@@ -13648,12 +13896,12 @@ class BackupWorkloadItemsImpl {
13648
13896
  containerName,
13649
13897
  nextLink,
13650
13898
  options
13651
- }, listNextOperationSpec$3);
13899
+ }, listNextOperationSpec$4);
13652
13900
  }
13653
13901
  }
13654
13902
  // Operation Specifications
13655
- const serializer$e = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13656
- const listOperationSpec$3 = {
13903
+ const serializer$f = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13904
+ const listOperationSpec$4 = {
13657
13905
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/items",
13658
13906
  httpMethod: "GET",
13659
13907
  responses: {
@@ -13678,9 +13926,9 @@ const listOperationSpec$3 = {
13678
13926
  containerName
13679
13927
  ],
13680
13928
  headerParameters: [accept],
13681
- serializer: serializer$e
13929
+ serializer: serializer$f
13682
13930
  };
13683
- const listNextOperationSpec$3 = {
13931
+ const listNextOperationSpec$4 = {
13684
13932
  path: "{nextLink}",
13685
13933
  httpMethod: "GET",
13686
13934
  responses: {
@@ -13701,7 +13949,7 @@ const listNextOperationSpec$3 = {
13701
13949
  containerName
13702
13950
  ],
13703
13951
  headerParameters: [accept],
13704
- serializer: serializer$e
13952
+ serializer: serializer$f
13705
13953
  };
13706
13954
 
13707
13955
  /*
@@ -13742,7 +13990,7 @@ class ProtectionContainerOperationResultsImpl {
13742
13990
  }
13743
13991
  }
13744
13992
  // Operation Specifications
13745
- const serializer$d = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13993
+ const serializer$e = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13746
13994
  const getOperationSpec$7 = {
13747
13995
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/operationResults/{operationId}",
13748
13996
  httpMethod: "GET",
@@ -13767,7 +14015,7 @@ const getOperationSpec$7 = {
13767
14015
  containerName
13768
14016
  ],
13769
14017
  headerParameters: [accept],
13770
- serializer: serializer$d
14018
+ serializer: serializer$e
13771
14019
  };
13772
14020
 
13773
14021
  /*
@@ -13812,7 +14060,7 @@ class BackupsImpl {
13812
14060
  }
13813
14061
  }
13814
14062
  // Operation Specifications
13815
- const serializer$c = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
14063
+ const serializer$d = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13816
14064
  const triggerOperationSpec = {
13817
14065
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/backup",
13818
14066
  httpMethod: "POST",
@@ -13835,7 +14083,7 @@ const triggerOperationSpec = {
13835
14083
  ],
13836
14084
  headerParameters: [accept, contentType],
13837
14085
  mediaType: "json",
13838
- serializer: serializer$c
14086
+ serializer: serializer$d
13839
14087
  };
13840
14088
 
13841
14089
  /*
@@ -13882,7 +14130,7 @@ class ProtectedItemOperationStatusesImpl {
13882
14130
  }
13883
14131
  }
13884
14132
  // Operation Specifications
13885
- const serializer$b = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
14133
+ const serializer$c = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13886
14134
  const getOperationSpec$6 = {
13887
14135
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/operationsStatus/{operationId}",
13888
14136
  httpMethod: "GET",
@@ -13906,7 +14154,7 @@ const getOperationSpec$6 = {
13906
14154
  protectedItemName
13907
14155
  ],
13908
14156
  headerParameters: [accept],
13909
- serializer: serializer$b
14157
+ serializer: serializer$c
13910
14158
  };
13911
14159
 
13912
14160
  /*
@@ -13983,7 +14231,7 @@ class ItemLevelRecoveryConnectionsImpl {
13983
14231
  }
13984
14232
  }
13985
14233
  // Operation Specifications
13986
- const serializer$a = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
14234
+ const serializer$b = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
13987
14235
  const provisionOperationSpec = {
13988
14236
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointId}/provisionInstantItemRecovery",
13989
14237
  httpMethod: "POST",
@@ -14007,7 +14255,7 @@ const provisionOperationSpec = {
14007
14255
  ],
14008
14256
  headerParameters: [accept, contentType],
14009
14257
  mediaType: "json",
14010
- serializer: serializer$a
14258
+ serializer: serializer$b
14011
14259
  };
14012
14260
  const revokeOperationSpec = {
14013
14261
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointId}/revokeInstantItemRecovery",
@@ -14030,7 +14278,7 @@ const revokeOperationSpec = {
14030
14278
  recoveryPointId
14031
14279
  ],
14032
14280
  headerParameters: [accept],
14033
- serializer: serializer$a
14281
+ serializer: serializer$b
14034
14282
  };
14035
14283
 
14036
14284
  /*
@@ -14068,7 +14316,7 @@ class BackupOperationResultsImpl {
14068
14316
  }
14069
14317
  }
14070
14318
  // Operation Specifications
14071
- const serializer$9 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
14319
+ const serializer$a = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
14072
14320
  const getOperationSpec$5 = {
14073
14321
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupOperationResults/{operationId}",
14074
14322
  httpMethod: "GET",
@@ -14089,7 +14337,7 @@ const getOperationSpec$5 = {
14089
14337
  operationId
14090
14338
  ],
14091
14339
  headerParameters: [accept],
14092
- serializer: serializer$9
14340
+ serializer: serializer$a
14093
14341
  };
14094
14342
 
14095
14343
  /*
@@ -14125,7 +14373,7 @@ class BackupOperationStatusesImpl {
14125
14373
  }
14126
14374
  }
14127
14375
  // Operation Specifications
14128
- const serializer$8 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
14376
+ const serializer$9 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
14129
14377
  const getOperationSpec$4 = {
14130
14378
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupOperations/{operationId}",
14131
14379
  httpMethod: "GET",
@@ -14146,7 +14394,7 @@ const getOperationSpec$4 = {
14146
14394
  operationId
14147
14395
  ],
14148
14396
  headerParameters: [accept],
14149
- serializer: serializer$8
14397
+ serializer: serializer$9
14150
14398
  };
14151
14399
 
14152
14400
  /*
@@ -14183,7 +14431,7 @@ class ProtectionPolicyOperationStatusesImpl {
14183
14431
  }
14184
14432
  }
14185
14433
  // Operation Specifications
14186
- const serializer$7 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
14434
+ const serializer$8 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
14187
14435
  const getOperationSpec$3 = {
14188
14436
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupPolicies/{policyName}/operations/{operationId}",
14189
14437
  httpMethod: "GET",
@@ -14205,7 +14453,7 @@ const getOperationSpec$3 = {
14205
14453
  policyName
14206
14454
  ],
14207
14455
  headerParameters: [accept],
14208
- serializer: serializer$7
14456
+ serializer: serializer$8
14209
14457
  };
14210
14458
 
14211
14459
  /*
@@ -14299,7 +14547,7 @@ class BackupProtectableItemsImpl {
14299
14547
  * @param options The options parameters.
14300
14548
  */
14301
14549
  _list(vaultName, resourceGroupName, options) {
14302
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$2);
14550
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$3);
14303
14551
  }
14304
14552
  /**
14305
14553
  * ListNext
@@ -14310,12 +14558,12 @@ class BackupProtectableItemsImpl {
14310
14558
  * @param options The options parameters.
14311
14559
  */
14312
14560
  _listNext(vaultName, resourceGroupName, nextLink, options) {
14313
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$2);
14561
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$3);
14314
14562
  }
14315
14563
  }
14316
14564
  // Operation Specifications
14317
- const serializer$6 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
14318
- const listOperationSpec$2 = {
14565
+ const serializer$7 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
14566
+ const listOperationSpec$3 = {
14319
14567
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupProtectableItems",
14320
14568
  httpMethod: "GET",
14321
14569
  responses: {
@@ -14338,9 +14586,9 @@ const listOperationSpec$2 = {
14338
14586
  subscriptionId
14339
14587
  ],
14340
14588
  headerParameters: [accept],
14341
- serializer: serializer$6
14589
+ serializer: serializer$7
14342
14590
  };
14343
- const listNextOperationSpec$2 = {
14591
+ const listNextOperationSpec$3 = {
14344
14592
  path: "{nextLink}",
14345
14593
  httpMethod: "GET",
14346
14594
  responses: {
@@ -14359,7 +14607,7 @@ const listNextOperationSpec$2 = {
14359
14607
  nextLink
14360
14608
  ],
14361
14609
  headerParameters: [accept],
14362
- serializer: serializer$6
14610
+ serializer: serializer$7
14363
14611
  };
14364
14612
 
14365
14613
  /*
@@ -14449,7 +14697,7 @@ class BackupProtectionContainersImpl {
14449
14697
  * @param options The options parameters.
14450
14698
  */
14451
14699
  _list(vaultName, resourceGroupName, options) {
14452
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$1);
14700
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, options }, listOperationSpec$2);
14453
14701
  }
14454
14702
  /**
14455
14703
  * ListNext
@@ -14460,13 +14708,159 @@ class BackupProtectionContainersImpl {
14460
14708
  * @param options The options parameters.
14461
14709
  */
14462
14710
  _listNext(vaultName, resourceGroupName, nextLink, options) {
14463
- return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$1);
14711
+ return this.client.sendOperationRequest({ vaultName, resourceGroupName, nextLink, options }, listNextOperationSpec$2);
14712
+ }
14713
+ }
14714
+ // Operation Specifications
14715
+ const serializer$6 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
14716
+ const listOperationSpec$2 = {
14717
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupProtectionContainers",
14718
+ httpMethod: "GET",
14719
+ responses: {
14720
+ 200: {
14721
+ bodyMapper: ProtectionContainerResourceList
14722
+ },
14723
+ default: {
14724
+ bodyMapper: CloudError
14725
+ }
14726
+ },
14727
+ queryParameters: [apiVersion, filter],
14728
+ urlParameters: [
14729
+ $host,
14730
+ vaultName,
14731
+ resourceGroupName,
14732
+ subscriptionId
14733
+ ],
14734
+ headerParameters: [accept],
14735
+ serializer: serializer$6
14736
+ };
14737
+ const listNextOperationSpec$2 = {
14738
+ path: "{nextLink}",
14739
+ httpMethod: "GET",
14740
+ responses: {
14741
+ 200: {
14742
+ bodyMapper: ProtectionContainerResourceList
14743
+ },
14744
+ default: {
14745
+ bodyMapper: CloudError
14746
+ }
14747
+ },
14748
+ urlParameters: [
14749
+ $host,
14750
+ vaultName,
14751
+ resourceGroupName,
14752
+ subscriptionId,
14753
+ nextLink
14754
+ ],
14755
+ headerParameters: [accept],
14756
+ serializer: serializer$6
14757
+ };
14758
+
14759
+ /*
14760
+ * Copyright (c) Microsoft Corporation.
14761
+ * Licensed under the MIT License.
14762
+ *
14763
+ * Code generated by Microsoft (R) AutoRest Code Generator.
14764
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
14765
+ */
14766
+ /// <reference lib="esnext.asynciterable" />
14767
+ /** Class containing DeletedProtectionContainers operations. */
14768
+ class DeletedProtectionContainersImpl {
14769
+ /**
14770
+ * Initialize a new instance of the class DeletedProtectionContainers class.
14771
+ * @param client Reference to the service client
14772
+ */
14773
+ constructor(client) {
14774
+ this.client = client;
14775
+ }
14776
+ /**
14777
+ * Lists the soft deleted containers registered to Recovery Services Vault.
14778
+ * @param resourceGroupName The name of the resource group where the recovery services vault is
14779
+ * present.
14780
+ * @param vaultName The name of the recovery services vault.
14781
+ * @param options The options parameters.
14782
+ */
14783
+ list(resourceGroupName, vaultName, options) {
14784
+ const iter = this.listPagingAll(resourceGroupName, vaultName, options);
14785
+ return {
14786
+ next() {
14787
+ return iter.next();
14788
+ },
14789
+ [Symbol.asyncIterator]() {
14790
+ return this;
14791
+ },
14792
+ byPage: (settings) => {
14793
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
14794
+ throw new Error("maxPageSize is not supported by this operation.");
14795
+ }
14796
+ return this.listPagingPage(resourceGroupName, vaultName, options, settings);
14797
+ }
14798
+ };
14799
+ }
14800
+ listPagingPage(resourceGroupName, vaultName, options, settings) {
14801
+ return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
14802
+ let result;
14803
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
14804
+ if (!continuationToken) {
14805
+ result = yield tslib.__await(this._list(resourceGroupName, vaultName, options));
14806
+ let page = result.value || [];
14807
+ continuationToken = result.nextLink;
14808
+ setContinuationToken(page, continuationToken);
14809
+ yield yield tslib.__await(page);
14810
+ }
14811
+ while (continuationToken) {
14812
+ result = yield tslib.__await(this._listNext(resourceGroupName, vaultName, continuationToken, options));
14813
+ continuationToken = result.nextLink;
14814
+ let page = result.value || [];
14815
+ setContinuationToken(page, continuationToken);
14816
+ yield yield tslib.__await(page);
14817
+ }
14818
+ });
14819
+ }
14820
+ listPagingAll(resourceGroupName, vaultName, options) {
14821
+ return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
14822
+ var e_1, _a;
14823
+ try {
14824
+ for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
14825
+ const page = _c.value;
14826
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
14827
+ }
14828
+ }
14829
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
14830
+ finally {
14831
+ try {
14832
+ if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
14833
+ }
14834
+ finally { if (e_1) throw e_1.error; }
14835
+ }
14836
+ });
14837
+ }
14838
+ /**
14839
+ * Lists the soft deleted containers registered to Recovery Services Vault.
14840
+ * @param resourceGroupName The name of the resource group where the recovery services vault is
14841
+ * present.
14842
+ * @param vaultName The name of the recovery services vault.
14843
+ * @param options The options parameters.
14844
+ */
14845
+ _list(resourceGroupName, vaultName, options) {
14846
+ return this.client.sendOperationRequest({ resourceGroupName, vaultName, options }, listOperationSpec$1);
14847
+ }
14848
+ /**
14849
+ * ListNext
14850
+ * @param resourceGroupName The name of the resource group where the recovery services vault is
14851
+ * present.
14852
+ * @param vaultName The name of the recovery services vault.
14853
+ * @param nextLink The nextLink from the previous successful call to the List method.
14854
+ * @param options The options parameters.
14855
+ */
14856
+ _listNext(resourceGroupName, vaultName, nextLink, options) {
14857
+ return this.client.sendOperationRequest({ resourceGroupName, vaultName, nextLink, options }, listNextOperationSpec$1);
14464
14858
  }
14465
14859
  }
14466
14860
  // Operation Specifications
14467
14861
  const serializer$5 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
14468
14862
  const listOperationSpec$1 = {
14469
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupProtectionContainers",
14863
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupDeletedProtectionContainers",
14470
14864
  httpMethod: "GET",
14471
14865
  responses: {
14472
14866
  200: {
@@ -15124,7 +15518,7 @@ class RecoveryServicesBackupClient extends coreClient__namespace.ServiceClient {
15124
15518
  this.subscriptionId = subscriptionId;
15125
15519
  // Assigning values to Constant parameters
15126
15520
  this.$host = options.$host || "https://management.azure.com";
15127
- this.apiVersion = options.apiVersion || "2022-03-01";
15521
+ this.apiVersion = options.apiVersion || "2023-01-01";
15128
15522
  this.backupResourceStorageConfigsNonCRR = new BackupResourceStorageConfigsNonCRRImpl(this);
15129
15523
  this.protectionIntentOperations = new ProtectionIntentOperationsImpl(this);
15130
15524
  this.backupStatus = new BackupStatusImpl(this);
@@ -15169,6 +15563,7 @@ class RecoveryServicesBackupClient extends coreClient__namespace.ServiceClient {
15169
15563
  this.protectionPolicyOperationStatuses = new ProtectionPolicyOperationStatusesImpl(this);
15170
15564
  this.backupProtectableItems = new BackupProtectableItemsImpl(this);
15171
15565
  this.backupProtectionContainers = new BackupProtectionContainersImpl(this);
15566
+ this.deletedProtectionContainers = new DeletedProtectionContainersImpl(this);
15172
15567
  this.securityPINs = new SecurityPINsImpl(this);
15173
15568
  this.recoveryPointsRecommendedForMove = new RecoveryPointsRecommendedForMoveImpl(this);
15174
15569
  this.resourceGuardProxies = new ResourceGuardProxiesImpl(this);