Skip to content

Commit 994e772

Browse files
author
v-louyalsadi
committed
Fix: Update Az module to 11.* for PowerShell 7.2+ compatibility
- 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 #14389
1 parent 6fc4320 commit 994e772

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

DataConnectors/DocuSign-SecurityEvents/AzureFunctionDocuSignMonitor/DocuSignMonitorTimerTrigger/run.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<#
22
Title: DocuSign Security Events Data Connector
33
Language: PowerShell
4-
Version: 2.1
4+
Version: 2.3
55
Author: Sreedhar Ande
6-
Last Modified: 3/31/2023
6+
Last Modified: 6/25/2026
77
Comment: V2 re-designed;
88
Ingests Security Events for your DocuSign account into Azure Log Analytics Workspace using DocuSign Monitor REST API
99
Ingests DocuSign Account Users into Azure Log Analytics Workspace using DocuSign Users REST API

DataConnectors/DocuSign-SecurityEvents/AzureFunctionDocuSignMonitor/requirements.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# See https://aka.ms/functionsmanageddependency for additional information.
33
#
44
@{
5-
'Az' = '5.*'
5+
'Az' = '11.*'
66
'AzTable' = '2.*'
77
}

DataConnectors/DocuSign-SecurityEvents/CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.3
2+
- Updated Az module from 5.* to 11.* to resolve compatibility issues with Azure Functions PowerShell 7.2+ runtime
3+
- Fixes GitHub issue #14389: Module load failures for Connect-AzAccount, New-AzStorageContext, Get-AzStorageBlob
4+
- Updated script version and last modified date
5+
16
## 2.2
27
- Updated path for key file
38

0 commit comments

Comments
 (0)