Skip to content

Commit 70369c2

Browse files
committed
Update AzAuth dependency to version 2.6.0
1 parent cc997e3 commit 70369c2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

AzResourceGraph/AzResourceGraph.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5454
RequiredModules = @(
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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

RequiredModules.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

0 commit comments

Comments
 (0)