Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions agent-365-lifecycle-governance/DELIVERY-CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Agent 365 Lifecycle Governance — Delivery Checklist

**Version:** v1.1.4
**Version:** v1.1.5
**Solution:** Agent 365 Lifecycle Governance

Pre-deployment validation and post-deployment verification tasks. Complete each phase in order.
Expand Down Expand Up @@ -149,5 +149,5 @@ Do NOT include these repository management files:

---

**Package Version:** v1.1.4
**Package Version:** v1.1.5
**Solution:** Agent 365 Lifecycle Governance
6 changes: 3 additions & 3 deletions agent-365-lifecycle-governance/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
msal>=1.20.0
requests>=2.28.0
azure-identity>=1.16.0
msal>=1.30.0
requests>=2.32.0
azure-identity>=1.18.0
2 changes: 1 addition & 1 deletion agent-registry-automation/docs/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Install or update the supporting admin tooling on workstations used for validati
```powershell
Install-Module -Name Microsoft.PowerApps.Administration.PowerShell -RequiredVersion 2.0.217 -Scope CurrentUser
Install-Module -Name Microsoft.PowerApps.PowerShell -RequiredVersion 1.0.45 -AllowClobber -Scope CurrentUser
Install-Module -Name Microsoft.Graph -RequiredVersion 2.36.1 -Scope CurrentUser
Install-Module -Name Microsoft.Graph -RequiredVersion 2.37.0 -Scope CurrentUser
Install-Module -Name Az.Accounts -RequiredVersion 5.3.4 -Scope CurrentUser
pac --version
```
Expand Down
2 changes: 1 addition & 1 deletion scope-drift-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ All notable changes to the Scope Drift Monitor.

---

## [1.1.1] - 2026-07-15
## [1.1.1] - 2026-03-15

### Removed

Expand Down
2 changes: 1 addition & 1 deletion scope-drift-monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Microsoft is introducing [sensitivity label visibility in Copilot Studio](https:
| 1.2.2 | May 2026 | PS 5.1 compatibility fix for `Get-Date -AsUTC`; non-ASCII em-dashes replaced |
| 1.2.1 | May 2026 | Microsoft Learn 2026-Q2 refresh: Copilot audit schema parsing, managed identity-first scripts, and updated Purview/Graph guidance |
| 1.1.2 | April 2026 | Fixed Write-Output pipeline contamination, prohibited language, PnP 3.x compatibility |
| 1.1.1 | July 2026 | Removed exported Dataverse solution package per content policy |
| 1.1.1 | March 2026 | Removed exported Dataverse solution package per content policy |
| 1.1.0 | February 2026 | Production release with flows, scripts, and full documentation |
| 1.0.0 | February 2026 | Initial schema and concept |

Expand Down
2 changes: 1 addition & 1 deletion scope-drift-monitor/docs/baseline-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,4 @@ Update-DataverseRecord -EntityName "fsi_agentscope" -RecordId $scopeId -Data @{

---

*Scope Drift Monitor v1.2.1*
*Scope Drift Monitor v1.2.2*
2 changes: 1 addition & 1 deletion scope-drift-monitor/docs/dataverse-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,4 @@ Retention period should align with your organization's audit requirements (e.g.,

---

*Scope Drift Monitor v1.2.1*
*Scope Drift Monitor v1.2.2*
2 changes: 1 addition & 1 deletion scope-drift-monitor/docs/flow-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ For common issues and resolutions, see [Troubleshooting Guide](troubleshooting.m

---

*Scope Drift Monitor v1.2.1*
*Scope Drift Monitor v1.2.2*
2 changes: 1 addition & 1 deletion scope-drift-monitor/docs/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ Use managed identity for Azure-hosted production automation:

---

*Scope Drift Monitor v1.2.1*
*Scope Drift Monitor v1.2.2*
2 changes: 1 addition & 1 deletion scope-drift-monitor/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,4 @@ For issues not covered here:

---

*Scope Drift Monitor v1.2.1*
*Scope Drift Monitor v1.2.2*
Loading