Skip to content

Commit

Permalink
Update AzOps.psd1 (#334)
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
ljtill and github-actions[bot] authored May 10, 2021
1 parent d852b7e commit 76d7a39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/AzOps.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Customer Architecture and Engineering
#
# Generated on: 04/27/2021
# Generated on: 05/10/2021
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'AzOps.psm1'

# Version number of this module.
ModuleVersion = '1.1.3'
ModuleVersion = '1.1.4'

# 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.201'; },
@{ModuleName = 'Az.Accounts'; RequiredVersion = '2.2.8'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; },
RequiredModules = @(@{ModuleName = 'PSFramework'; RequiredVersion = '1.6.201'; },
@{ModuleName = 'Az.Accounts'; RequiredVersion = '2.2.8'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Resources'; RequiredVersion = '3.5.0'; })

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

0 comments on commit 76d7a39

Please sign in to comment.