Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}
],
"isDefault": true,
"name": "Default",
"name": "Default_OperationalStore",
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The retention rule name "Default_OperationalStore" is inconsistent with its sourceDataStore type "VaultStore" (line 75). According to the naming convention observed in test recordings and other manifest files, retention rules should follow this pattern:

  • When sourceDataStore is "OperationalStore", the name should be "Default_OperationalStore"
  • When sourceDataStore is "VaultStore", the name should be "Default"

Since this retention rule has sourceDataStore set to "VaultStore", the name should remain "Default", not "Default_OperationalStore". This change introduces a bug where the rule name doesn't match the actual datastore type being used.

Suggested change
"name": "Default_OperationalStore",
"name": "Default",

Copilot uses AI. Check for mistakes.
"objectType": "AzureRetentionRule"
}
],
Expand Down
Loading