Audit Events FK Upgrade: clarify installer won't time out
CommandTimeout in the EF migrations Configuration is now 0 (infinite),
so the installer / DatabaseUpgrader.CheckDbUpgraded will sit on the
WITH CHECK CHECK CONSTRAINT validation for as long as it needs to,
even on multi-hour scans. Reflect that in sections 6 (During the
upgrade) and 8 (Quick reference) so operators know to just let it run.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Wiki updates for next release: Power Platform, Sent Email, FK upgrade
New page
- Audit Events FK Upgrade: operator guide for the AddAuditEventsOperationIndex +
AddAuditEventsOperationFK migrations - what the upgrade does, measured
benchmark, time estimates for VM/HDD and Azure SQL DB tiers, row-count
probe SQL, pre/during/after steps, sanity-check script.
Updates
- Database Schema: new Power Platform section documenting all the new tables
(power_app_environments, power_apps, power_automate_flows, power_bi_*,
copilot_studio_bots, event_meta_*, connector junction tables). audit_events
row updated to reflect the restored FK and link to the FK upgrade page.
- Release Notes: new top entry covering the 6 migrations, Power Platform
import, Sent Email Import, Cognitive Services RBAC fallback, optional
Service Bus, license import + delta-token + Power BI merge + org-URL +
SentEmail cascade fixes, and the ImportTaskSettings opt-in behaviour change.
- Home: Power Platform Adoption Events and Sent Email entries added to the
Data Collection Map.
- Prerequisites: Microsoft.ServiceBus marked optional (only required when
Calls import is enabled); ActivityFeed.Read row extended to mention
Power Platform adoption events.
- Updating the solution: new Schema-change considerations section linking
to the FK upgrade page with the pre-upgrade checklist.
- _Sidebar: link to the new Audit Events FK Upgrade page.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>