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
- Implemented logic to power off the VM automatically before applying Secure Boot settings.
655
+
- Resolves failures that occurred when Secure Boot was configured on a running VM.
656
+
657
+
### Early Change ID Validation
658
+
- Added pre-validation for missing disk Change IDs.
659
+
- Provides clear and early error messaging, avoiding unexpected failures later in the workflow.
660
+
661
+
### Power State Alignment
662
+
- Ensures the destination VM's power state consistently matches the source VM’s final power state after migration.
663
+
- If the source VM is off and migration succeeds → destination VM remains off.
664
+
- If the source VM is off and migration fails → source VM remains off.
665
+
666
+
### Enhanced Synchronization Experience
667
+
- Introduced asynchronous file-path validation in the Synchronization Confirmation dialog.
668
+
- Reduces UI blocking and improves responsiveness during sync initiation.
669
+
670
+
### Telemetry Improvements
671
+
- Added additional telemetry signals to improve:
672
+
- Performance analysis
673
+
- Workflow reliability tracking
674
+
- Troubleshooting efficiency
675
+
676
+
### Security Improvements
677
+
- Implemented log sanitization in the PowerShell layer to mask sensitive data.
678
+
- Ensures secure handling of credentials across logs and event traces.
679
+
680
+
### VM List Component Update
681
+
- Reduced the VM synchronization and migration limit from 50 to 10 to improve reliability.
682
+
- Updated corresponding error and guidance messages to reflect the new threshold.
683
+
684
+
---
685
+
686
+
## Bug Fixes
687
+
688
+
- Fixed an issue where powering on a VM resulted in the error: “Validation failed for one or more fields.”
689
+
- Resolved an issue causing: “Failed to create destination VM: cpuCount must be a positive number.”
690
+
- Addressed a problem where closing the browser mid-migration caused workflows to appear stuck at 80% when returning to Windows Admin Center. The Import VM step now automatically resumes and completes correctly.
0 commit comments