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
<value>If Weekly backup schedule is enabled, then IsDailyScheduleEnabled should be false and Weekly retention schedule should not be null, IsWeeklyScheduleEnabled should be true</value>
@@ -860,7 +860,7 @@ Please contact Microsoft for further assistance.</value>
860
860
<value>Unable to fetch CRR access token. Please retry the operation or contact Microsoft support if issue persists</value>
<value>Modifying existing policies to stop data transfer to the vault and retain backups only as snapshots is not supported. Please create a new policy to opt-out of the data transfer to the recovery services vault.</value>
863
+
<value>Switching the backup tier from vaulted backup to snapshot is not possible. Please create a new policy for snapshot-only backups.</value>
<value>Changing the backup tier keeps current snapshots as-is under the existing policy. Future backups will be stored in the vault with new retention settings. This action is irreversible and incurs additional costs. Switching from vault to snapshot requires reconfiguration. Learn more at https://learn.microsoft.com/en-us/azure/backup/azure-file-share-backup-overview?tabs=snapshot.</value>
Copy file name to clipboardExpand all lines: src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/AzureFiles/ItemTests.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -495,7 +495,7 @@ function Test-AzureFSVaultRestore
495
495
-VaultId $vault.ID`
496
496
-Policy $snapshotPolicy`
497
497
-Item $item
498
-
} "Modifying existing policies to stop data transfer to the vault and retain backups only as snapshots is not supported. Please create a new policy to opt-out of the data transfer to the recovery services vault."
498
+
} "Switching the backup tier from vaulted backup to snapshot is not possible. Please create a new policy for snapshot-only backups."
Copy file name to clipboardExpand all lines: src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/AzureFiles/PolicyTests.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ function Test-AzureFSVaultPolicy
95
95
-RetentionPolicy $retentionPolicy`
96
96
-SchedulePolicy $schedulePolicy`
97
97
-Policy $policy } `
98
-
"Modifying existing policies to stop data transfer to the vault and retain backups only as snapshots is not supported. Please create a new policy to opt-out of the data transfer to the recovery services vault."
98
+
"Switching the backup tier from vaulted backup to snapshot is not possible. Please create a new policy for snapshot-only backups."
0 commit comments