File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ PowerShellVersion = '5.0'
5252
5353# Modules that must be imported into the global environment prior to importing this module
5454RequiredModules = @ (
55- @ {ModuleName = ' AzAuth' ; ModuleVersion = ' 2.5 .0' ; MaximumVersion = ' 2.999.999' }
55+ @ {ModuleName = ' AzAuth' ; ModuleVersion = ' 2.6 .0' ; MaximumVersion = ' 2.999.999' }
5656)
5757
5858# Assemblies that must be loaded prior to importing this module
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010- Added Token parameter to Search-AzResourceGraph function to allow specifying a token for authentication
1111
1212### Changed
13- - Updated dependency on AzAuth to version 2.5 .0
13+ - Updated dependency on AzAuth to version 2.6 .0
1414
1515## [ 0.2.0] - 2025-05-15
1616
Original file line number Diff line number Diff line change 2020 Sampler = ' latest'
2121 ' Sampler.GitHubTasks' = ' latest'
2222 ' AzAuth' = @ {
23- Version = ' 2.5 .0'
23+ Version = ' 2.6 .0'
2424 MaximumVersion = ' 2.99.99'
2525 }
2626
You can’t perform that action at this time.
0 commit comments