From 70369c279e7858c3ed9d997239a1e9cdf9a2541b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=A5hlin?= Date: Sat, 5 Jul 2025 22:17:25 +0200 Subject: [PATCH] Update AzAuth dependency to version 2.6.0 --- AzResourceGraph/AzResourceGraph.psd1 | 2 +- CHANGELOG.md | 2 +- RequiredModules.psd1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AzResourceGraph/AzResourceGraph.psd1 b/AzResourceGraph/AzResourceGraph.psd1 index fd9d5bb..64fe15a 100644 --- a/AzResourceGraph/AzResourceGraph.psd1 +++ b/AzResourceGraph/AzResourceGraph.psd1 @@ -52,7 +52,7 @@ PowerShellVersion = '5.0' # Modules that must be imported into the global environment prior to importing this module RequiredModules = @( - @{ModuleName = 'AzAuth'; ModuleVersion = '2.5.0'; MaximumVersion = '2.999.999'} + @{ModuleName = 'AzAuth'; ModuleVersion = '2.6.0'; MaximumVersion = '2.999.999'} ) # Assemblies that must be loaded prior to importing this module diff --git a/CHANGELOG.md b/CHANGELOG.md index 7332945..7954302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added Token parameter to Search-AzResourceGraph function to allow specifying a token for authentication ### Changed -- Updated dependency on AzAuth to version 2.5.0 +- Updated dependency on AzAuth to version 2.6.0 ## [0.2.0] - 2025-05-15 diff --git a/RequiredModules.psd1 b/RequiredModules.psd1 index f76af4f..ae4e6e3 100644 --- a/RequiredModules.psd1 +++ b/RequiredModules.psd1 @@ -20,7 +20,7 @@ Sampler = 'latest' 'Sampler.GitHubTasks' = 'latest' 'AzAuth' = @{ - Version = '2.5.0' + Version = '2.6.0' MaximumVersion = '2.99.99' }