@azure/arm-recoveryservicesbackup 13.1.1-alpha.20250422.1 → 13.2.0-alpha.20250423.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/CHANGELOG.md +32 -9
  2. package/LICENSE +1 -1
  3. package/README.md +2 -5
  4. package/dist/browser/lroImpl.d.ts.map +1 -1
  5. package/dist/browser/lroImpl.js +7 -0
  6. package/dist/browser/lroImpl.js.map +1 -1
  7. package/dist/browser/models/index.d.ts +92 -30
  8. package/dist/browser/models/index.d.ts.map +1 -1
  9. package/dist/browser/models/index.js +2 -0
  10. package/dist/browser/models/index.js.map +1 -1
  11. package/dist/browser/models/mappers.d.ts +12 -2
  12. package/dist/browser/models/mappers.d.ts.map +1 -1
  13. package/dist/browser/models/mappers.js +182 -42
  14. package/dist/browser/models/mappers.js.map +1 -1
  15. package/dist/browser/models/parameters.js +1 -1
  16. package/dist/browser/models/parameters.js.map +1 -1
  17. package/dist/browser/recoveryServicesBackupClient.js +2 -2
  18. package/dist/browser/recoveryServicesBackupClient.js.map +1 -1
  19. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  20. package/dist/commonjs/lroImpl.js +7 -0
  21. package/dist/commonjs/lroImpl.js.map +1 -1
  22. package/dist/commonjs/models/index.d.ts +92 -30
  23. package/dist/commonjs/models/index.d.ts.map +1 -1
  24. package/dist/commonjs/models/index.js +2 -0
  25. package/dist/commonjs/models/index.js.map +1 -1
  26. package/dist/commonjs/models/mappers.d.ts +12 -2
  27. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  28. package/dist/commonjs/models/mappers.js +185 -45
  29. package/dist/commonjs/models/mappers.js.map +1 -1
  30. package/dist/commonjs/models/parameters.js +1 -1
  31. package/dist/commonjs/models/parameters.js.map +1 -1
  32. package/dist/commonjs/recoveryServicesBackupClient.js +2 -2
  33. package/dist/commonjs/recoveryServicesBackupClient.js.map +1 -1
  34. package/dist/esm/lroImpl.d.ts.map +1 -1
  35. package/dist/esm/lroImpl.js +7 -0
  36. package/dist/esm/lroImpl.js.map +1 -1
  37. package/dist/esm/models/index.d.ts +92 -30
  38. package/dist/esm/models/index.d.ts.map +1 -1
  39. package/dist/esm/models/index.js +2 -0
  40. package/dist/esm/models/index.js.map +1 -1
  41. package/dist/esm/models/mappers.d.ts +12 -2
  42. package/dist/esm/models/mappers.d.ts.map +1 -1
  43. package/dist/esm/models/mappers.js +182 -42
  44. package/dist/esm/models/mappers.js.map +1 -1
  45. package/dist/esm/models/parameters.js +1 -1
  46. package/dist/esm/models/parameters.js.map +1 -1
  47. package/dist/esm/recoveryServicesBackupClient.js +2 -2
  48. package/dist/esm/recoveryServicesBackupClient.js.map +1 -1
  49. package/dist/react-native/lroImpl.d.ts.map +1 -1
  50. package/dist/react-native/lroImpl.js +7 -0
  51. package/dist/react-native/lroImpl.js.map +1 -1
  52. package/dist/react-native/models/index.d.ts +92 -30
  53. package/dist/react-native/models/index.d.ts.map +1 -1
  54. package/dist/react-native/models/index.js +2 -0
  55. package/dist/react-native/models/index.js.map +1 -1
  56. package/dist/react-native/models/mappers.d.ts +12 -2
  57. package/dist/react-native/models/mappers.d.ts.map +1 -1
  58. package/dist/react-native/models/mappers.js +182 -42
  59. package/dist/react-native/models/mappers.js.map +1 -1
  60. package/dist/react-native/models/parameters.js +1 -1
  61. package/dist/react-native/models/parameters.js.map +1 -1
  62. package/dist/react-native/recoveryServicesBackupClient.js +2 -2
  63. package/dist/react-native/recoveryServicesBackupClient.js.map +1 -1
  64. package/package.json +6 -6
  65. package/review/arm-recoveryservicesbackup.api.md +55 -11
package/CHANGELOG.md CHANGED
@@ -1,15 +1,38 @@
1
1
  # Release History
2
-
3
- ## 13.1.1 (Unreleased)
4
-
2
+
3
+ ## 13.2.0 (2025-04-21)
4
+
5
5
  ### Features Added
6
6
 
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
12
-
7
+ - Added Interface AzureVmWorkloadSAPAseDatabaseProtectableItem
8
+ - Added Interface AzureWorkloadSAPAsePointInTimeRecoveryPoint
9
+ - Added Interface AzureWorkloadSAPAsePointInTimeRestoreRequest
10
+ - Added Interface AzureWorkloadSAPAseRecoveryPoint
11
+ - Added Interface AzureWorkloadSAPAseRestoreRequest
12
+ - Added Type Alias AzureWorkloadSAPAseRestoreRequestUnion
13
+ - Interface AzureFileShareRecoveryPoint has a new optional parameter recoveryPointTierDetails
14
+ - Interface AzureIaaSVMProtectedItem has a new optional parameter policyType
15
+ - Interface AzureStorageContainer has a new optional parameter operationType
16
+ - Interface BackupEngineBaseResourceList has a new optional parameter nextLink
17
+ - Interface JobResourceList has a new optional parameter nextLink
18
+ - Interface ProtectableContainerResourceList has a new optional parameter nextLink
19
+ - Interface ProtectedItemResourceList has a new optional parameter nextLink
20
+ - Interface ProtectionContainerResourceList has a new optional parameter nextLink
21
+ - Interface ProtectionIntentResourceList has a new optional parameter nextLink
22
+ - Interface ProtectionPolicyResourceList has a new optional parameter nextLink
23
+ - Interface RecoveryPointResourceList has a new optional parameter nextLink
24
+ - Interface ResourceGuardProxyBaseResourceList has a new optional parameter nextLink
25
+ - Interface WorkloadItemResourceList has a new optional parameter nextLink
26
+ - Interface WorkloadProtectableItemResourceList has a new optional parameter nextLink
27
+ - Type of parameter protectableItemType of interface AzureVmWorkloadProtectableItem add a new union variant "SAPAseDatabase"
28
+ - Type of parameter objectType of interface AzureWorkloadPointInTimeRecoveryPoint add a new union variant "AzureWorkloadSAPAsePointInTimeRecoveryPoint"
29
+ - Type of parameter objectType of interface AzureWorkloadRecoveryPoint add new union variants "AzureWorkloadSAPAsePointInTimeRecoveryPoint" | "AzureWorkloadSAPAseRecoveryPoint"
30
+ - Type of parameter objectType of interface AzureWorkloadRestoreRequest add new union variants "AzureWorkloadSAPAseRestoreRequest" | "AzureWorkloadSAPAsePointInTimeRestoreRequest"
31
+ - Type of parameter objectType of interface RecoveryPoint add new union variants "AzureWorkloadSAPAsePointInTimeRecoveryPoint" | "AzureWorkloadSAPAseRecoveryPoint"
32
+ - Type of parameter objectType of interface RestoreRequest add new union variants "AzureWorkloadSAPAseRestoreRequest" | "AzureWorkloadSAPAsePointInTimeRestoreRequest"
33
+ - Type of parameter protectableItemType of interface WorkloadProtectableItem add a new union variant "SAPAseDatabase"
34
+
35
+
13
36
  ## 13.1.0 (2024-05-08)
14
37
 
15
38
  ### Features Added
package/LICENSE CHANGED
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
21
+ SOFTWARE.
package/README.md CHANGED
@@ -44,7 +44,6 @@ npm install @azure/identity
44
44
  ```
45
45
 
46
46
  You will also need to **register a new AAD application and grant access to Azure Recovery Services Backup** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
47
- Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
48
47
 
49
48
  For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
50
49
 
@@ -67,13 +66,12 @@ import { RecoveryServicesBackupClient } from "@azure/arm-recoveryservicesbackup"
67
66
  const subscriptionId = "00000000-0000-0000-0000-000000000000";
68
67
  const credential = new InteractiveBrowserCredential({
69
68
  tenantId: "<YOUR_TENANT_ID>",
70
- clientId: "<YOUR_CLIENT_ID>",
71
- });
69
+ clientId: "<YOUR_CLIENT_ID>"
70
+ });
72
71
  const client = new RecoveryServicesBackupClient(credential, subscriptionId);
73
72
  ```
74
73
 
75
74
  ### JavaScript Bundle
76
-
77
75
  To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
78
76
 
79
77
  ## Key concepts
@@ -109,7 +107,6 @@ If you'd like to contribute to this library, please read the [contributing guide
109
107
  - [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
110
108
 
111
109
 
112
-
113
110
  [azure_cli]: https://learn.microsoft.com/cli/azure
114
111
  [azure_sub]: https://azure.microsoft.com/free/
115
112
  [azure_sub]: https://azure.microsoft.com/free/
@@ -1 +1 @@
1
- {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
1
+ {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
@@ -1,3 +1,10 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
1
8
  import { __rest } from "tslib";
2
9
  export function createLroSpec(inputs) {
3
10
  const { args, spec, sendOperationFn } = inputs;
@@ -1 +1 @@
1
- {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":";AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAQH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
@@ -24,8 +24,8 @@ export type RetentionPolicyUnion = RetentionPolicy | LongTermRetentionPolicy | S
24
24
  export type AzureRecoveryServiceVaultProtectionIntentUnion = AzureRecoveryServiceVaultProtectionIntent | AzureWorkloadAutoProtectionIntentUnion;
25
25
  export type AzureIaaSVMProtectedItemUnion = AzureIaaSVMProtectedItem | AzureIaaSClassicComputeVMProtectedItem | AzureIaaSComputeVMProtectedItem;
26
26
  export type AzureVmWorkloadProtectedItemUnion = AzureVmWorkloadProtectedItem | AzureVmWorkloadSAPAseDatabaseProtectedItem | AzureVmWorkloadSAPHanaDatabaseProtectedItem | AzureVmWorkloadSAPHanaDBInstanceProtectedItem | AzureVmWorkloadSQLDatabaseProtectedItem;
27
- export type AzureWorkloadRecoveryPointUnion = AzureWorkloadRecoveryPoint | AzureWorkloadPointInTimeRecoveryPointUnion | AzureWorkloadSAPHanaRecoveryPoint | AzureWorkloadSQLRecoveryPointUnion;
28
- export type AzureWorkloadRestoreRequestUnion = AzureWorkloadRestoreRequest | AzureWorkloadPointInTimeRestoreRequest | AzureWorkloadSAPHanaRestoreRequestUnion | AzureWorkloadSQLRestoreRequestUnion;
27
+ export type AzureWorkloadRecoveryPointUnion = AzureWorkloadRecoveryPoint | AzureWorkloadPointInTimeRecoveryPointUnion | AzureWorkloadSAPHanaRecoveryPoint | AzureWorkloadSAPAseRecoveryPoint | AzureWorkloadSQLRecoveryPointUnion;
28
+ export type AzureWorkloadRestoreRequestUnion = AzureWorkloadRestoreRequest | AzureWorkloadPointInTimeRestoreRequest | AzureWorkloadSAPHanaRestoreRequestUnion | AzureWorkloadSAPAseRestoreRequestUnion | AzureWorkloadSQLRestoreRequestUnion;
29
29
  export type IaasVMRestoreRequestUnion = IaasVMRestoreRequest | IaasVMRestoreWithRehydrationRequest;
30
30
  export type ValidateRestoreOperationRequestUnion = ValidateRestoreOperationRequest | ValidateIaasVMRestoreOperationRequest;
31
31
  export type DpmContainerUnion = DpmContainer | AzureBackupServerContainer;
@@ -33,11 +33,12 @@ export type IaaSVMContainerUnion = IaaSVMContainer | AzureIaaSClassicComputeVMCo
33
33
  export type AzureWorkloadContainerUnion = AzureWorkloadContainer | AzureSqlagWorkloadContainerProtectionContainer | AzureVMAppContainerProtectionContainer;
34
34
  export type AzureVmWorkloadItemUnion = AzureVmWorkloadItem | AzureVmWorkloadSAPAseDatabaseWorkloadItem | AzureVmWorkloadSAPAseSystemWorkloadItem | AzureVmWorkloadSAPHanaDatabaseWorkloadItem | AzureVmWorkloadSAPHanaSystemWorkloadItem | AzureVmWorkloadSQLDatabaseWorkloadItem | AzureVmWorkloadSQLInstanceWorkloadItem;
35
35
  export type IaaSVMProtectableItemUnion = IaaSVMProtectableItem | AzureIaaSClassicComputeVMProtectableItem | AzureIaaSComputeVMProtectableItem;
36
- export type AzureVmWorkloadProtectableItemUnion = AzureVmWorkloadProtectableItem | AzureVmWorkloadSAPAseSystemProtectableItem | AzureVmWorkloadSAPHanaDatabaseProtectableItem | AzureVmWorkloadSAPHanaSystemProtectableItem | AzureVmWorkloadSAPHanaDBInstance | AzureVmWorkloadSAPHanaHSRProtectableItem | AzureVmWorkloadSQLAvailabilityGroupProtectableItem | AzureVmWorkloadSQLDatabaseProtectableItem | AzureVmWorkloadSQLInstanceProtectableItem;
36
+ export type AzureVmWorkloadProtectableItemUnion = AzureVmWorkloadProtectableItem | AzureVmWorkloadSAPAseDatabaseProtectableItem | AzureVmWorkloadSAPAseSystemProtectableItem | AzureVmWorkloadSAPHanaDatabaseProtectableItem | AzureVmWorkloadSAPHanaSystemProtectableItem | AzureVmWorkloadSAPHanaDBInstance | AzureVmWorkloadSAPHanaHSRProtectableItem | AzureVmWorkloadSQLAvailabilityGroupProtectableItem | AzureVmWorkloadSQLDatabaseProtectableItem | AzureVmWorkloadSQLInstanceProtectableItem;
37
37
  export type AzureWorkloadAutoProtectionIntentUnion = AzureWorkloadAutoProtectionIntent | AzureWorkloadSQLAutoProtectionIntent;
38
- export type AzureWorkloadPointInTimeRecoveryPointUnion = AzureWorkloadPointInTimeRecoveryPoint | AzureWorkloadSAPHanaPointInTimeRecoveryPoint;
38
+ export type AzureWorkloadPointInTimeRecoveryPointUnion = AzureWorkloadPointInTimeRecoveryPoint | AzureWorkloadSAPHanaPointInTimeRecoveryPoint | AzureWorkloadSAPAsePointInTimeRecoveryPoint;
39
39
  export type AzureWorkloadSQLRecoveryPointUnion = AzureWorkloadSQLRecoveryPoint | AzureWorkloadSQLPointInTimeRecoveryPoint;
40
40
  export type AzureWorkloadSAPHanaRestoreRequestUnion = AzureWorkloadSAPHanaRestoreRequest | AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion | AzureWorkloadSAPHanaRestoreWithRehydrateRequest;
41
+ export type AzureWorkloadSAPAseRestoreRequestUnion = AzureWorkloadSAPAseRestoreRequest | AzureWorkloadSAPAsePointInTimeRestoreRequest;
41
42
  export type AzureWorkloadSQLRestoreRequestUnion = AzureWorkloadSQLRestoreRequest | AzureWorkloadSQLPointInTimeRestoreRequestUnion | AzureWorkloadSQLRestoreWithRehydrateRequest;
42
43
  export type AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion = AzureWorkloadSAPHanaPointInTimeRestoreRequest | AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest;
43
44
  export type AzureWorkloadSQLPointInTimeRestoreRequestUnion = AzureWorkloadSQLPointInTimeRestoreRequest | AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest;
@@ -224,7 +225,7 @@ export interface ProtectionIntent {
224
225
  }
225
226
  /** Base for all lists of resources. */
226
227
  export interface ResourceList {
227
- /** The uri to fetch the next page of resources. Call ListNext() fetches next page of resources. */
228
+ /** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
228
229
  nextLink?: string;
229
230
  }
230
231
  /** Backup management usage for vault. */
@@ -507,12 +508,12 @@ export interface ProtectedItem {
507
508
  /** Base class for backup copies. Workload-specific backup copies are derived from this class. */
508
509
  export interface RecoveryPoint {
509
510
  /** Polymorphic discriminator, which specifies the different types this object can be */
510
- objectType: "AzureFileShareRecoveryPoint" | "AzureWorkloadRecoveryPoint" | "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaRecoveryPoint" | "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint" | "GenericRecoveryPoint" | "IaasVMRecoveryPoint";
511
+ objectType: "AzureFileShareRecoveryPoint" | "AzureWorkloadRecoveryPoint" | "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaRecoveryPoint" | "AzureWorkloadSAPAsePointInTimeRecoveryPoint" | "AzureWorkloadSAPAseRecoveryPoint" | "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint" | "GenericRecoveryPoint" | "IaasVMRecoveryPoint";
511
512
  }
512
513
  /** Base class for restore request. Workload-specific restore requests are derived from this class. */
513
514
  export interface RestoreRequest {
514
515
  /** Polymorphic discriminator, which specifies the different types this object can be */
515
- objectType: "AzureFileShareRestoreRequest" | "AzureWorkloadRestoreRequest" | "AzureWorkloadPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "IaasVMRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest" | "IaasVMRestoreWithRehydrationRequest";
516
+ objectType: "AzureFileShareRestoreRequest" | "AzureWorkloadRestoreRequest" | "AzureWorkloadPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSAPAseRestoreRequest" | "AzureWorkloadSAPAsePointInTimeRestoreRequest" | "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "IaasVMRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest" | "IaasVMRestoreWithRehydrationRequest";
516
517
  /** ResourceGuardOperationRequests on which LAC check will be performed */
517
518
  resourceGuardOperationRequests?: string[];
518
519
  }
@@ -699,7 +700,7 @@ export interface ILRRequest {
699
700
  /** Base class for backup item. Workload-specific backup items are derived from this class. */
700
701
  export interface WorkloadProtectableItem {
701
702
  /** Polymorphic discriminator, which specifies the different types this object can be */
702
- protectableItemType: "AzureFileShare" | "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SAPHanaDBInstance" | "HanaHSRContainer" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
703
+ protectableItemType: "AzureFileShare" | "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureVmWorkloadProtectableItem" | "SAPAseDatabase" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SAPHanaDBInstance" | "HanaHSRContainer" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
703
704
  /** Type of backup management to backup an item. */
704
705
  backupManagementType?: string;
705
706
  /** Type of workload for the backup management */
@@ -833,6 +834,17 @@ export interface RecoveryPointProperties {
833
834
  /** Bool to indicate whether RP is in soft delete state or not */
834
835
  isSoftDeleted?: boolean;
835
836
  }
837
+ /** Recovery point tier information. */
838
+ export interface RecoveryPointTierInformation {
839
+ /** Recovery point tier type. */
840
+ type?: RecoveryPointTierType;
841
+ /** Recovery point tier status. */
842
+ status?: RecoveryPointTierStatus;
843
+ /** Recovery point tier status. */
844
+ extendedInfo?: {
845
+ [propertyName: string]: string;
846
+ };
847
+ }
836
848
  /** Restore file specs like file path, type and target folder path info. */
837
849
  export interface RestoreFileSpecs {
838
850
  /** Source File/Folder path */
@@ -1143,17 +1155,6 @@ export interface PointInTimeRange {
1143
1155
  /** End time of the time range for log recovery. */
1144
1156
  endTime?: Date;
1145
1157
  }
1146
- /** Recovery point tier information. */
1147
- export interface RecoveryPointTierInformation {
1148
- /** Recovery point tier type. */
1149
- type?: RecoveryPointTierType;
1150
- /** Recovery point tier status. */
1151
- status?: RecoveryPointTierStatus;
1152
- /** Recovery point tier status. */
1153
- extendedInfo?: {
1154
- [propertyName: string]: string;
1155
- };
1156
- }
1157
1158
  export interface RecoveryPointMoveReadinessInfo {
1158
1159
  isReadyForMove?: boolean;
1159
1160
  additionalInfo?: string;
@@ -1934,56 +1935,78 @@ export interface AzureWorkloadContainerAutoProtectionIntent extends ProtectionIn
1934
1935
  export interface ProtectionIntentResourceList extends ResourceList {
1935
1936
  /** List of resources. */
1936
1937
  value?: ProtectionIntentResource[];
1938
+ /** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
1939
+ nextLink?: string;
1937
1940
  }
1938
1941
  /** List of RecoveryPoint resources */
1939
1942
  export interface RecoveryPointResourceList extends ResourceList {
1940
1943
  /** List of resources. */
1941
1944
  value?: RecoveryPointResource[];
1945
+ /** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
1946
+ nextLink?: string;
1942
1947
  }
1943
1948
  /** List of ProtectionPolicy resources */
1944
1949
  export interface ProtectionPolicyResourceList extends ResourceList {
1945
1950
  /** List of resources. */
1946
1951
  value?: ProtectionPolicyResource[];
1952
+ /** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
1953
+ nextLink?: string;
1947
1954
  }
1948
1955
  /** List of Job resources */
1949
1956
  export interface JobResourceList extends ResourceList {
1950
1957
  /** List of resources. */
1951
1958
  value?: JobResource[];
1959
+ /** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
1960
+ nextLink?: string;
1952
1961
  }
1953
1962
  /** List of ProtectedItem resources */
1954
1963
  export interface ProtectedItemResourceList extends ResourceList {
1955
1964
  /** List of resources. */
1956
1965
  value?: ProtectedItemResource[];
1966
+ /** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
1967
+ nextLink?: string;
1957
1968
  }
1958
1969
  /** List of BackupEngineBase resources */
1959
1970
  export interface BackupEngineBaseResourceList extends ResourceList {
1960
1971
  /** List of resources. */
1961
1972
  value?: BackupEngineBaseResource[];
1973
+ /** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
1974
+ nextLink?: string;
1962
1975
  }
1963
1976
  /** List of ProtectableContainer resources */
1964
1977
  export interface ProtectableContainerResourceList extends ResourceList {
1965
1978
  /** List of resources. */
1966
1979
  value?: ProtectableContainerResource[];
1980
+ /** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
1981
+ nextLink?: string;
1967
1982
  }
1968
1983
  /** List of WorkloadItem resources */
1969
1984
  export interface WorkloadItemResourceList extends ResourceList {
1970
1985
  /** List of resources. */
1971
1986
  value?: WorkloadItemResource[];
1987
+ /** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
1988
+ nextLink?: string;
1972
1989
  }
1973
1990
  /** List of WorkloadProtectableItem resources */
1974
1991
  export interface WorkloadProtectableItemResourceList extends ResourceList {
1975
1992
  /** List of resources. */
1976
1993
  value?: WorkloadProtectableItemResource[];
1994
+ /** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
1995
+ nextLink?: string;
1977
1996
  }
1978
1997
  /** List of ProtectionContainer resources */
1979
1998
  export interface ProtectionContainerResourceList extends ResourceList {
1980
1999
  /** List of resources. */
1981
2000
  value?: ProtectionContainerResource[];
2001
+ /** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
2002
+ nextLink?: string;
1982
2003
  }
1983
2004
  /** List of ResourceGuardProxyBase resources */
1984
2005
  export interface ResourceGuardProxyBaseResourceList extends ResourceList {
1985
2006
  /** List of resources. */
1986
2007
  value?: ResourceGuardProxyBaseResource[];
2008
+ /** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
2009
+ nextLink?: string;
1987
2010
  }
1988
2011
  export interface BackupResourceEncryptionConfigExtended extends BackupResourceEncryptionConfig {
1989
2012
  /** User Assigned Identity Id */
@@ -2100,6 +2123,11 @@ export interface AzureIaaSVMProtectedItem extends ProtectedItem {
2100
2123
  extendedInfo?: AzureIaaSVMProtectedItemExtendedInfo;
2101
2124
  /** Extended Properties for Azure IaasVM Backup. */
2102
2125
  extendedProperties?: ExtendedProperties;
2126
+ /**
2127
+ * Type of the policy used for protection
2128
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2129
+ */
2130
+ readonly policyType?: string;
2103
2131
  }
2104
2132
  /** Azure SQL workload-specific backup item. */
2105
2133
  export interface AzureSqlProtectedItem extends ProtectedItem {
@@ -2218,11 +2246,13 @@ export interface AzureFileShareRecoveryPoint extends RecoveryPoint {
2218
2246
  recoveryPointSizeInGB?: number;
2219
2247
  /** Properties of Recovery Point */
2220
2248
  recoveryPointProperties?: RecoveryPointProperties;
2249
+ /** Recovery point tier information. */
2250
+ recoveryPointTierDetails?: RecoveryPointTierInformation[];
2221
2251
  }
2222
2252
  /** Workload specific recovery point, specifically encapsulates full/diff recovery point */
2223
2253
  export interface AzureWorkloadRecoveryPoint extends RecoveryPoint {
2224
2254
  /** Polymorphic discriminator, which specifies the different types this object can be */
2225
- objectType: "AzureWorkloadRecoveryPoint" | "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaRecoveryPoint" | "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint";
2255
+ objectType: "AzureWorkloadRecoveryPoint" | "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaRecoveryPoint" | "AzureWorkloadSAPAsePointInTimeRecoveryPoint" | "AzureWorkloadSAPAseRecoveryPoint" | "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint";
2226
2256
  /** UTC time at which recovery point was created */
2227
2257
  recoveryPointTimeInUTC?: Date;
2228
2258
  /** Type of restore point */
@@ -2319,7 +2349,7 @@ export interface AzureFileShareRestoreRequest extends RestoreRequest {
2319
2349
  /** AzureWorkload-specific restore. */
2320
2350
  export interface AzureWorkloadRestoreRequest extends RestoreRequest {
2321
2351
  /** Polymorphic discriminator, which specifies the different types this object can be */
2322
- objectType: "AzureWorkloadRestoreRequest" | "AzureWorkloadPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest";
2352
+ objectType: "AzureWorkloadRestoreRequest" | "AzureWorkloadPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSAPAseRestoreRequest" | "AzureWorkloadSAPAsePointInTimeRestoreRequest" | "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest";
2323
2353
  /** Type of this recovery. */
2324
2354
  recoveryType?: RecoveryType;
2325
2355
  /** Fully qualified ARM ID of the VM on which workload that was running is being recovered. */
@@ -2743,6 +2773,8 @@ export interface AzureStorageContainer extends ProtectionContainer {
2743
2773
  protectedItemCount?: number;
2744
2774
  /** Whether storage account lock is to be acquired for this container or not. */
2745
2775
  acquireStorageAccountLock?: AcquireStorageAccountLock;
2776
+ /** Re-Do Operation */
2777
+ operationType?: OperationType;
2746
2778
  }
2747
2779
  /** Base class for generic container of backup items */
2748
2780
  export interface GenericContainer extends ProtectionContainer {
@@ -2859,7 +2891,7 @@ export interface IaaSVMProtectableItem extends WorkloadProtectableItem {
2859
2891
  /** Azure VM workload-specific protectable item. */
2860
2892
  export interface AzureVmWorkloadProtectableItem extends WorkloadProtectableItem {
2861
2893
  /** Polymorphic discriminator, which specifies the different types this object can be */
2862
- protectableItemType: "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SAPHanaDBInstance" | "HanaHSRContainer" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
2894
+ protectableItemType: "AzureVmWorkloadProtectableItem" | "SAPAseDatabase" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SAPHanaDBInstance" | "HanaHSRContainer" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
2863
2895
  /** Name for instance or AG */
2864
2896
  parentName?: string;
2865
2897
  /**
@@ -2941,6 +2973,9 @@ export interface TieringCostSavingInfo extends TieringCostInfo {
2941
2973
  /** Azure IaaS VM workload-specific Health Details. */
2942
2974
  export interface AzureIaaSVMHealthDetails extends ResourceHealthDetails {
2943
2975
  }
2976
+ /** RecoveryPoint Tier Information V2 */
2977
+ export interface RecoveryPointTierInformationV2 extends RecoveryPointTierInformation {
2978
+ }
2944
2979
  /** Log policy schedule. */
2945
2980
  export interface LogSchedulePolicy extends SchedulePolicy {
2946
2981
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -3001,9 +3036,6 @@ export interface SimpleRetentionPolicy extends RetentionPolicy {
3001
3036
  /** Retention duration of the protection policy. */
3002
3037
  retentionDuration?: RetentionDuration;
3003
3038
  }
3004
- /** RecoveryPoint Tier Information V2 */
3005
- export interface RecoveryPointTierInformationV2 extends RecoveryPointTierInformation {
3006
- }
3007
3039
  /** Azure Recovery Services Vault specific protection intent item. */
3008
3040
  export interface AzureWorkloadAutoProtectionIntent extends AzureRecoveryServiceVaultProtectionIntent {
3009
3041
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -3042,7 +3074,7 @@ export interface AzureVmWorkloadSQLDatabaseProtectedItem extends AzureVmWorkload
3042
3074
  /** Recovery point specific to PointInTime */
3043
3075
  export interface AzureWorkloadPointInTimeRecoveryPoint extends AzureWorkloadRecoveryPoint {
3044
3076
  /** Polymorphic discriminator, which specifies the different types this object can be */
3045
- objectType: "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint";
3077
+ objectType: "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadSAPAsePointInTimeRecoveryPoint";
3046
3078
  /** List of log ranges */
3047
3079
  timeRanges?: PointInTimeRange[];
3048
3080
  }
@@ -3051,6 +3083,11 @@ export interface AzureWorkloadSAPHanaRecoveryPoint extends AzureWorkloadRecovery
3051
3083
  /** Polymorphic discriminator, which specifies the different types this object can be */
3052
3084
  objectType: "AzureWorkloadSAPHanaRecoveryPoint";
3053
3085
  }
3086
+ /** SAPAse specific recoverypoint, specifically encapsulates full/diff recoverypoints */
3087
+ export interface AzureWorkloadSAPAseRecoveryPoint extends AzureWorkloadRecoveryPoint {
3088
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3089
+ objectType: "AzureWorkloadSAPAseRecoveryPoint";
3090
+ }
3054
3091
  /** SQL specific recoverypoint, specifically encapsulates full/diff recoverypoint along with extended info */
3055
3092
  export interface AzureWorkloadSQLRecoveryPoint extends AzureWorkloadRecoveryPoint {
3056
3093
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -3074,6 +3111,11 @@ export interface AzureWorkloadSAPHanaRestoreRequest extends AzureWorkloadRestore
3074
3111
  /** Polymorphic discriminator, which specifies the different types this object can be */
3075
3112
  objectType: "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest";
3076
3113
  }
3114
+ /** AzureWorkload SAP Ase-specific restore. */
3115
+ export interface AzureWorkloadSAPAseRestoreRequest extends AzureWorkloadRestoreRequest {
3116
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3117
+ objectType: "AzureWorkloadSAPAseRestoreRequest" | "AzureWorkloadSAPAsePointInTimeRestoreRequest";
3118
+ }
3077
3119
  /** AzureWorkload SQL -specific restore. Specifically for full/diff restore */
3078
3120
  export interface AzureWorkloadSQLRestoreRequest extends AzureWorkloadRestoreRequest {
3079
3121
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -3164,6 +3206,11 @@ export interface AzureIaaSComputeVMProtectableItem extends IaaSVMProtectableItem
3164
3206
  /** Polymorphic discriminator, which specifies the different types this object can be */
3165
3207
  protectableItemType: "Microsoft.Compute/virtualMachines";
3166
3208
  }
3209
+ /** Azure VM workload-specific protectable item representing SAP ASE Database. */
3210
+ export interface AzureVmWorkloadSAPAseDatabaseProtectableItem extends AzureVmWorkloadProtectableItem {
3211
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3212
+ protectableItemType: "SAPAseDatabase";
3213
+ }
3167
3214
  /** Azure VM workload-specific protectable item representing SAP ASE System. */
3168
3215
  export interface AzureVmWorkloadSAPAseSystemProtectableItem extends AzureVmWorkloadProtectableItem {
3169
3216
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -3218,6 +3265,11 @@ export interface AzureWorkloadSAPHanaPointInTimeRecoveryPoint extends AzureWorkl
3218
3265
  /** Polymorphic discriminator, which specifies the different types this object can be */
3219
3266
  objectType: "AzureWorkloadSAPHanaPointInTimeRecoveryPoint";
3220
3267
  }
3268
+ /** Recovery point specific to PointInTime in SAPAse */
3269
+ export interface AzureWorkloadSAPAsePointInTimeRecoveryPoint extends AzureWorkloadPointInTimeRecoveryPoint {
3270
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3271
+ objectType: "AzureWorkloadSAPAsePointInTimeRecoveryPoint";
3272
+ }
3221
3273
  /** Recovery point specific to PointInTime */
3222
3274
  export interface AzureWorkloadSQLPointInTimeRecoveryPoint extends AzureWorkloadSQLRecoveryPoint {
3223
3275
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -3239,6 +3291,13 @@ export interface AzureWorkloadSAPHanaRestoreWithRehydrateRequest extends AzureWo
3239
3291
  /** RP Rehydration Info */
3240
3292
  recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
3241
3293
  }
3294
+ /** AzureWorkload SAP Ase-specific restore. Specifically for PointInTime/Log restore */
3295
+ export interface AzureWorkloadSAPAsePointInTimeRestoreRequest extends AzureWorkloadSAPAseRestoreRequest {
3296
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3297
+ objectType: "AzureWorkloadSAPAsePointInTimeRestoreRequest";
3298
+ /** PointInTime value */
3299
+ pointInTime?: Date;
3300
+ }
3242
3301
  /** AzureWorkload SQL -specific restore. Specifically for PointInTime/Log restore */
3243
3302
  export interface AzureWorkloadSQLPointInTimeRestoreRequest extends AzureWorkloadSQLRestoreRequest {
3244
3303
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -4614,7 +4673,9 @@ export declare enum KnownOperationType {
4614
4673
  /** Register */
4615
4674
  Register = "Register",
4616
4675
  /** Reregister */
4617
- Reregister = "Reregister"
4676
+ Reregister = "Reregister",
4677
+ /** Rehydrate */
4678
+ Rehydrate = "Rehydrate"
4618
4679
  }
4619
4680
  /**
4620
4681
  * Defines values for OperationType. \
@@ -4623,7 +4684,8 @@ export declare enum KnownOperationType {
4623
4684
  * ### Known values supported by the service
4624
4685
  * **Invalid** \
4625
4686
  * **Register** \
4626
- * **Reregister**
4687
+ * **Reregister** \
4688
+ * **Rehydrate**
4627
4689
  */
4628
4690
  export type OperationType = string;
4629
4691
  /** Known values of {@link InquiryStatus} that the service accepts. */
@@ -4889,10 +4951,10 @@ export type HttpStatusCode = "Continue" | "SwitchingProtocols" | "OK" | "Created
4889
4951
  export type ProtectableContainerType = "Invalid" | "Unknown" | "IaasVMContainer" | "IaasVMServiceContainer" | "DPMContainer" | "AzureBackupServerContainer" | "MABContainer" | "Cluster" | "AzureSqlContainer" | "Windows" | "VCenter" | "VMAppContainer" | "SQLAGWorkLoadContainer" | "StorageContainer" | "GenericContainer" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureWorkloadContainer";
4890
4952
  /** Defines values for RecoveryPointTierType. */
4891
4953
  export type RecoveryPointTierType = "Invalid" | "InstantRP" | "HardenedRP" | "ArchivedRP";
4892
- /** Defines values for JobSupportedAction. */
4893
- export type JobSupportedAction = "Invalid" | "Cancellable" | "Retriable";
4894
4954
  /** Defines values for RecoveryPointTierStatus. */
4895
4955
  export type RecoveryPointTierStatus = "Invalid" | "Valid" | "Disabled" | "Deleted" | "Rehydrated";
4956
+ /** Defines values for JobSupportedAction. */
4957
+ export type JobSupportedAction = "Invalid" | "Cancellable" | "Retriable";
4896
4958
  /** Defines values for DayOfWeek. */
4897
4959
  export type DayOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
4898
4960
  /** Defines values for TargetDiskNetworkAccessOption. */