Skip to content

Commit 9a0de04

Browse files
committed
feat(tests): Update expected results for Redis Cache backup tests
1 parent 6b8b8ce commit 9a0de04

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
| app.bicep:6:26:6:34 | String | Resource 'publicdbserver' is publicly accessible to the Internet. |
2-
| app.bicep:6:26:6:34 | String | Resource 'publicdbserver' is publicly accessible to the Internet. |
3-
| app.bicep:6:26:6:34 | String | Resource 'publicdbserver' is publicly accessible to the Internet. |
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
| app.bicep:62:15:69:3 | Object | Redis Cache 'nobackup-redis' has both AOF and RDB backups disabled (or not configured), risking data loss. |
2-
| app.bicep:82:25:85:5 | Object | Redis Cache 'aof-backup-redis' has both AOF and RDB backups disabled (or not configured), risking data loss. |
3-
| app.bicep:82:25:85:5 | Object | Redis Cache 'both-backup-redis' has both AOF and RDB backups disabled (or not configured), risking data loss. |
4-
| app.bicep:82:25:85:5 | Object | Redis Cache 'disabled-backup-redis' has both AOF and RDB backups disabled (or not configured), risking data loss. |
5-
| app.bicep:82:25:85:5 | Object | Redis Cache 'nobackup-redis' has both AOF and RDB backups disabled (or not configured), risking data loss. |
6-
| app.bicep:82:25:85:5 | Object | Redis Cache 'rdb-backup-redis' has both AOF and RDB backups disabled (or not configured), risking data loss. |
1+
| app.bicep:62:15:69:3 | CacheProperties[nobackup-redis] | Redis Cache 'nobackup-redis' has both AOF and RDB backups disabled (or not configured), risking data loss. |
2+
| app.bicep:82:25:85:5 | RedisConfiguration | Redis Cache 'aof-backup-redis' has both AOF and RDB backups disabled (or not configured), risking data loss. |
3+
| app.bicep:82:25:85:5 | RedisConfiguration | Redis Cache 'both-backup-redis' has both AOF and RDB backups disabled (or not configured), risking data loss. |
4+
| app.bicep:82:25:85:5 | RedisConfiguration | Redis Cache 'disabled-backup-redis' has both AOF and RDB backups disabled (or not configured), risking data loss. |
5+
| app.bicep:82:25:85:5 | RedisConfiguration | Redis Cache 'nobackup-redis' has both AOF and RDB backups disabled (or not configured), risking data loss. |
6+
| app.bicep:82:25:85:5 | RedisConfiguration | Redis Cache 'rdb-backup-redis' has both AOF and RDB backups disabled (or not configured), risking data loss. |

0 commit comments

Comments
 (0)