Skip to content

Commit 1038398

Browse files
authored
Update Az.Compute.psd1
Downgrade dependency to Az.Accounts to work around an issue in sign pipeline
1 parent 8143e92 commit 1038398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/Compute/Az.Compute.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2'
5454
# ProcessorArchitecture = ''
5555

5656
# Modules that must be imported into the global environment prior to importing this module
57-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.1'; })
57+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.0'; })
5858

5959
# Assemblies that must be loaded prior to importing this module
6060
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',

0 commit comments

Comments
 (0)