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
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,12 +117,13 @@ Analyze PRs for these compatibility scenarios:
117
117
118
118
**2. Windows Bidirectional Compatibility**
119
119
-**Context**: Windows VHD and CSE scripts release on different cadences with no guaranteed order
120
-
-**What to check**: Changes to `staging/cse/windows/` (CSE scripts) or `vhdbuilder/packer/windows/` (VHD scripts)
120
+
-**What to check**: Changes to `staging/cse/windows/` (CSE scripts) or `vhdbuilder/packer/windows/` (VHD scripts).
121
121
-**Breaking signals**:
122
-
- New CSE scripts assuming capabilities that old VHDs don't have
123
-
- New VHD scripts expecting features that old CSE versions don't provide
122
+
- New CSE scripts using features in the VHD Scripts that aren't present before this PR.
123
+
- New VHD scripts expecting features in the CSE scripts that aren't present before this PR.
124
124
- Changes to shared state (registry keys, files, environment variables) that break coordination
125
125
- Removing PowerShell functions or cmdlets that the other component might call
126
+
- Incompatibilities between newer versions of the CSE scripts and older versions of the VHD scripts are critical to detect as they can cause production outages.
0 commit comments