Fix: Update Az module to 11.* for PowerShell 7.2+ compatibility#14572
Merged
v-atulyadav merged 1 commit intoJul 2, 2026
Merged
Conversation
- Updated Az module from 5.* to 11.* in requirements.psd1 - Resolves module load failures for Connect-AzAccount, New-AzStorageContext, Get-AzStorageBlob - Updated script version to 2.3 and last modified date - Added version 2.3 entry to CHANGELOG.MD Fixes Azure#14389
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the DocuSign Security Events Azure Function’s PowerShell managed dependencies to a newer Az major version to restore compatibility with the PowerShell 7.2+ Azure Functions runtime and documents the change.
Changes:
- Bumped Functions managed dependency
Azfrom5.*to11.*. - Updated the function script header metadata (version + last modified date).
- Added a 2.3 entry to the connector changelog referencing the resolved issue (#14389).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| DataConnectors/DocuSign-SecurityEvents/CHANGELOG.MD | Adds changelog entry for v2.3 describing the Az upgrade and issue fix. |
| DataConnectors/DocuSign-SecurityEvents/AzureFunctionDocuSignMonitor/requirements.psd1 | Updates managed dependency constraint for Az to 11.*. |
| DataConnectors/DocuSign-SecurityEvents/AzureFunctionDocuSignMonitor/DocuSignMonitorTimerTrigger/run.ps1 | Updates script header version and last-modified date. |
Collaborator
|
Hi @louy755,
|
jlheard
approved these changes
Jun 29, 2026
v-atulyadav
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes DocuSign-SecurityEvents Data connector calling missing powershell AZ modules/running outdated powershell AZ version #14389