Skip to content

Commit

Permalink
TDE Protectors Encrypted Plugin Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhtarAmir authored and AkhtarAmir committed Nov 5, 2024
1 parent 117bcd7 commit 5c5130c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/azure/sqlserver/tdeProtectorEncrypted.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
default: 'byok'
}
},
realtime_triggers: ['microsoftsql:servers:write', 'microsoftsql:servers:delete', 'microsoftsql:servers:encryptionprotector:write'],
realtime_triggers: ['microsoftsql:servers:write', 'microsoftsql:servers:delete', 'microsoftsql:servers:encryptionprotector:write'],

run: function(cache, settings, callback) {
const results = [];
Expand Down
2 changes: 1 addition & 1 deletion plugins/azure/sqlserver/tdeProtectorEncrypted.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const servers = [

const managedInstances = [
{
"id": "/subscriptions/123/resourceGroups/test-rg/providers/Microsoft.Sql/managedInstances/test-instance",
"id": "/subscriptions/123/resourceGroups/test-rg/providers/Microsoft.Sql/managedInstances/test-instance",
"name": "test-instance",
"type": "Microsoft.Sql/managedInstances"
}
Expand Down

0 comments on commit 5c5130c

Please sign in to comment.