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
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<#
Title: DocuSign Security Events Data Connector
Language: PowerShell
Version: 2.1
Version: 2.3
Author: Sreedhar Ande
Last Modified: 3/31/2023
Last Modified: 6/25/2026
Comment thread
louy755 marked this conversation as resolved.
Comment: V2 re-designed;
Ingests Security Events for your DocuSign account into Azure Log Analytics Workspace using DocuSign Monitor REST API
Ingests DocuSign Account Users into Azure Log Analytics Workspace using DocuSign Users REST API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# See https://aka.ms/functionsmanageddependency for additional information.
#
@{
'Az' = '5.*'
'Az' = '11.*'
Comment thread
louy755 marked this conversation as resolved.
Comment thread
louy755 marked this conversation as resolved.
'AzTable' = '2.*'
}
5 changes: 5 additions & 0 deletions DataConnectors/DocuSign-SecurityEvents/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.3
- Updated Az module from 5.* to 11.* to resolve compatibility issues with Azure Functions PowerShell 7.2+ runtime
- Fixes GitHub issue #14389: Module load failures for Connect-AzAccount, New-AzStorageContext, Get-AzStorageBlob
- Updated script version and last modified date

## 2.2
- Updated path for key file

Expand Down
Loading