Skip to content

Commit d86397f

Browse files
committed
Modified SetAzureSqlDatabaseGeoBackupPolicy cmdlet to have ConfirmImpact.Medium instead of Low since it makes changes to a SQL Azure resource.
1 parent 0904293 commit d86397f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/SetAzureSqlDatabaseGeoBackupPolicy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Microsoft.Azure.Commands.Sql.Backup.Cmdlet
2626
/// </summary>
2727
[Cmdlet(VerbsCommon.Set, "AzureRmSqlDatabaseGeoBackupPolicy",
2828
SupportsShouldProcess = true,
29-
ConfirmImpact = ConfirmImpact.Low)]
29+
ConfirmImpact = ConfirmImpact.Medium)]
3030
public class SetAzureSqlDatabaseGeoBackupPolicy : AzureSqlDatabaseGeoBackupPolicyCmdletBase
3131
{
3232
/// <summary>

0 commit comments

Comments
 (0)