File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
RecoveryServices.Backup.Models/Properties
RecoveryServices.Backup.Providers/Providers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ Please contact Microsoft for further assistance.</value>
572
572
<value >RetentionDuration in Days should be from 7 - 9999</value >
573
573
</data >
574
574
<data name =" ProtectedItemsCountExceededException" xml : space =" preserve" >
575
- <value >Cannot configure backup for more than 100 VMs per policy</value >
575
+ <value >Cannot configure backup for more than 1000 VMs per policy</value >
576
576
</data >
577
577
<data name =" SoftdeleteNotImplementedException" xml : space =" preserve" >
578
578
<value >Undo-deletion is only supported for AzureVMs. This method is not supported for other workloads.</value >
Original file line number Diff line number Diff line change @@ -986,7 +986,7 @@ public void RegisterContainer()
986
986
987
987
private void ValidateProtectedItemCount ( AzureVmPolicy azureVmPolicy )
988
988
{
989
- if ( azureVmPolicy . ProtectedItemsCount > 100 )
989
+ if ( azureVmPolicy . ProtectedItemsCount > 1000 )
990
990
{
991
991
throw new ArgumentException ( Resources . ProtectedItemsCountExceededException ) ;
992
992
}
You can’t perform that action at this time.
0 commit comments