From 6133ccbdb8e9cba4267acac9dacd6776d42b9e12 Mon Sep 17 00:00:00 2001 From: Luis Ramos <77297467+lramosvea@users.noreply.github.com> Date: Wed, 29 Oct 2025 18:00:56 -0600 Subject: [PATCH 1/2] Add update schedule section to README Added update schedule information for the SDK. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0bbd4c60107..5cb8f0c8590 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,10 @@ $Users = Get-MgBetaUser ## Notes +### Update Schedule + +The Microsoft Graph PowerShell SDK is scheduled to be updated during the week of the fourth Tuesday of each month + ### Upgrading to v2 The following breaking changes have been introduced between `v1.x` and `v2.x`: From 686fcf369314d708008e61a9c419c5c9ab57f7cc Mon Sep 17 00:00:00 2001 From: Luis Ramos <77297467+lramosvea@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:09:54 -0600 Subject: [PATCH 2/2] Clarify update schedule wording in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb8f0c8590..6287adbcf66 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ $Users = Get-MgBetaUser ### Update Schedule -The Microsoft Graph PowerShell SDK is scheduled to be updated during the week of the fourth Tuesday of each month +The Microsoft Graph PowerShell SDK is scheduled to be updated during the fourth week of each month ### Upgrading to v2