Microsoft's 60-Day Copilot Overhaul: Three Changes That Break Your Security Model Simultaneously
What Changed
Microsoft Build 2026 confirms three changes shipping to M365 tenants inside 30-60 days. None require customer action. None guarantee admin notification before the swap.
- Model swap: OpenAI and Anthropic models replaced by Microsoft homegrown models for "simpler tasks" — transcription, image generation, basic reasoning, code completion
- Autonomous agents: Copilot agents operating 24/7, around the clock, without interactive sessions
- Unified app: A single Copilot surface spanning Office and coding. One token compromise, broader blast radius
Microsoft retains free use of OpenAI IP through 2032. The branding stays. The inference path does not. The label on the box and the contents of the box are no longer the same thing.
Compliance Impact
The consequences are mechanical:
- DPIAs written against "Azure OpenAI" or "Anthropic via Azure" no longer describe the actual data flow
- SOC 2 subprocessor lists referencing those third-party models require revision
- DPA/BAA scope may not cover a Microsoft-proprietary model with different training data, different retention, and potentially different geographic processing
The risk is not that the models stop working. The risk is that a single-vendor assumption was carrying weight it was never designed to carry.
Identity Threat Model Expansion
Agents run on persistent OAuth grants, not interactive sessions. The attack surface is the one Microsoft and Mandiant have been tracking since 2024: token theft, illicit consent grants, and lateral movement via the Graph API. Default Entra ID still permits user-level consent to Mail.ReadWrite, Files.ReadWrite.All, and Sites.FullControl.All.
Indirect prompt injection becomes the primary vector. Payloads in shared documents, calendar invites, Teams messages. The agent reads shared content autonomously and acts on it. Most tenants have not tuned Defender for Cloud Apps or Purview to flag instruction patterns in inbound shared content.
The Microsoft-OpenAI Restructuring Context
Both sources confirm the structural relationship has changed. Microsoft and OpenAI now have explicit room to compete. Vendor diagrams treating them as a single dependency are out of date. For TPRM purposes these are two risk entities with separate model provenance, even where the invoice still looks like one.
What to do
Open vendor change review on Microsoft Copilot/Azure OpenAI service to identify which models handle which workloads post-Build 2026 and whether DPA/BAA still covers the new inference path
Restrict Entra ID app-consent to admin-only for Graph scopes including Mail.ReadWrite, Files.ReadWrite.All, Sites.FullControl.All, and any new 'Agent' scopes Microsoft introduces
Deploy prompt-injection detection rules in Defender for Cloud Apps / Purview to flag instruction-like patterns in shared M365 content (documents, calendar invites, Teams messages)
Request updated subprocessor disclosures from Microsoft for M365 Copilot and Azure AI Foundry, with explicit model-level attribution per workload