Skip to content

Commit

Permalink
Update AzOps.psd1 (#480)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 18, 2021
1 parent 64da8b3 commit ab72b40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/AzOps.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AzOps.psm1'

# Version number of this module.
ModuleVersion = '1.6.2'
ModuleVersion = '1.6.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -51,9 +51,9 @@ PowerShellVersion = '7.0'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'PSFramework'; RequiredVersion = '1.6.214'; },
@{ModuleName = 'Az.Accounts'; RequiredVersion = '2.6.2'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; },
RequiredModules = @(@{ModuleName = 'PSFramework'; RequiredVersion = '1.6.214'; },
@{ModuleName = 'Az.Accounts'; RequiredVersion = '2.6.2'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Resources'; RequiredVersion = '4.4.1'; })

# Assemblies that must be loaded prior to importing this module
Expand Down

0 comments on commit ab72b40

Please sign in to comment.