You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Az.RecoveryServices.Backup] Fixed bugs, added documentation and examples (#22159)
* Regenerated CRR SDK. Fixed issues with SQL CRR.
Fixed bug with rp expiry time, making 30 days expiry time for adhoc backup as default from client side.
Added example to fetch pruned recovery points after modify policy.
Fixed the documentation for suspend backups with immutability.
Updated changelog
* Regenerated help
* Added test case and final fixes.
* Update GetAzureRmRecoveryServicesBackupJob.cs
* Update GetAzureRmRecoveryServicesBackupJobDetails.cs
Copy file name to clipboardExpand all lines: src/RecoveryServices/RecoveryServices.Backup.CrossRegionRestore.Management.Sdk/Generated/IRecoveryPointsCrrOperations.cs
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,45 @@ public partial interface IRecoveryPointsCrrOperations
Copy file name to clipboardExpand all lines: src/RecoveryServices/RecoveryServices.Backup.CrossRegionRestore.Management.Sdk/Generated/RecoveryPointsCrrOperations.cs
Copy file name to clipboardExpand all lines: src/RecoveryServices/RecoveryServices.Backup.CrossRegionRestore.Management.Sdk/Generated/RecoveryPointsCrrOperationsExtensions.cs
+68Lines changed: 68 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,74 @@ public static partial class RecoveryPointsCrrOperationsExtensions
88
88
}
89
89
}
90
90
91
+
/// <summary>
92
+
/// Provides the information of the backed up data identified using
93
+
/// RecoveryPointID.
94
+
/// </summary>
95
+
/// <param name='operations'>
96
+
/// The operations group for this extension method.
97
+
/// </param>
98
+
/// <param name='vaultName'>
99
+
/// The name of the recovery services vault.
100
+
/// </param>
101
+
/// <param name='resourceGroupName'>
102
+
/// The name of the resource group where the recovery services vault is
103
+
/// present.
104
+
/// </param>
105
+
/// <param name='fabricName'>
106
+
/// Fabric name associated with backed up item.
107
+
/// </param>
108
+
/// <param name='containerName'>
109
+
/// Container name associated with backed up item.
110
+
/// </param>
111
+
/// <param name='protectedItemName'>
112
+
/// Backed up item name whose backup data needs to be fetched.
113
+
/// </param>
114
+
/// <param name='recoveryPointId'>
115
+
/// RecoveryPointID represents the backed up data to be fetched.
0 commit comments