From 57101765784b5d67ecf44ab9218a8f1b3ee7ce65 Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Thu, 12 Jun 2025 10:19:07 -0700 Subject: [PATCH] Add jwtPS Dependency --- ABMPS.psd1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ABMPS.psd1 b/ABMPS.psd1 index 10fee15..38e80ec 100644 --- a/ABMPS.psd1 +++ b/ABMPS.psd1 @@ -51,7 +51,13 @@ PowerShellVersion = '7.0.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -# RequiredModules = @() +RequiredModules = @( + @{ + ModuleName = "jwtPS" + ModuleVersion = "1.1.3" + GUID = "f89e3407-8e14-4fe5-80b9-64b1479e7142" + } + ) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @()