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
added resx
reverted SDK change
generated SDK
resolved SDK faulty changes while generation
added support for edge zone restore and snapshot CZR
updated changelog and examples
re-recorded failed tests
Copy file name to clipboardExpand all lines: src/RecoveryServices/RecoveryServices.Backup.Management.Sdk/Generated/Models/AzureFileshareProtectedItem.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ public AzureFileshareProtectedItem()
81
81
/// <param name="policyName">Name of the policy used for protection
82
82
/// </param>
83
83
84
-
/// <param name="softDeleteRetentionPeriod">Soft delete retention period in days
84
+
/// <param name="softDeleteRetentionPeriodInDays">Soft delete retention period in days
85
85
/// </param>
86
86
87
87
/// <param name="friendlyName">Friendly name of the fileshare represented by this backup item.
@@ -106,9 +106,9 @@ public AzureFileshareProtectedItem()
106
106
107
107
/// <param name="extendedInfo">Additional information with this backup item.
Copy file name to clipboardExpand all lines: src/RecoveryServices/RecoveryServices.Backup.Management.Sdk/Generated/Models/AzureIaaSClassicComputeVMProtectedItem.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ public AzureIaaSClassicComputeVMProtectedItem()
81
81
/// <param name="policyName">Name of the policy used for protection
82
82
/// </param>
83
83
84
-
/// <param name="softDeleteRetentionPeriod">Soft delete retention period in days
84
+
/// <param name="softDeleteRetentionPeriodInDays">Soft delete retention period in days
85
85
/// </param>
86
86
87
87
/// <param name="friendlyName">Friendly name of the VM represented by this backup item.
@@ -122,9 +122,9 @@ public AzureIaaSClassicComputeVMProtectedItem()
122
122
123
123
/// <param name="extendedProperties">Extended Properties for Azure IaasVM Backup.
Copy file name to clipboardExpand all lines: src/RecoveryServices/RecoveryServices.Backup.Management.Sdk/Generated/Models/AzureIaaSComputeVMProtectedItem.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ public AzureIaaSComputeVMProtectedItem()
82
82
/// <param name="policyName">Name of the policy used for protection
83
83
/// </param>
84
84
85
-
/// <param name="softDeleteRetentionPeriod">Soft delete retention period in days
85
+
/// <param name="softDeleteRetentionPeriodInDays">Soft delete retention period in days
86
86
/// </param>
87
87
88
88
/// <param name="friendlyName">Friendly name of the VM represented by this backup item.
@@ -123,9 +123,9 @@ public AzureIaaSComputeVMProtectedItem()
123
123
124
124
/// <param name="extendedProperties">Extended Properties for Azure IaasVM Backup.
0 commit comments