Skip to content

Commit

Permalink
Merge pull request #79 from PureStorage-OpenConnect/dev/aguzev/remove…
Browse files Browse the repository at this point in the history
…_reporting

Remove reporting module and change version to 3.0.1
  • Loading branch information
barkz authored May 3, 2023
2 parents 60e0a80 + bbdd2ae commit 9231237
Show file tree
Hide file tree
Showing 14 changed files with 120 additions and 1,027 deletions.
1 change: 0 additions & 1 deletion Import-PureStoragePowerShellToolkit.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
. $PSScriptRoot\Import-PureStoragePowerShellToolkit.Core.ps1

'PureStoragePowerShellToolkit.WindowsAdministration',
'PureStoragePowerShellToolkit.Reporting',
'PureStoragePowerShellToolkit.Exchange' | Import-ModuleManually
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

# Version number of this module.

ModuleVersion = '3.0.0.3'
ModuleVersion = '3.0.1'

# Supported PSEditions
#CompatiblePSEditions = @("Desktop", "Core")
Expand Down Expand Up @@ -71,11 +71,11 @@ ProcessorArchitecture = ''
RequiredModules = @(
@{
ModuleName = 'PureStoragePowerShellToolkit.DatabaseTools'
ModuleVersion = '3.0.0.3'
ModuleVersion = '3.0.1'
},
@{
ModuleName = 'PureStoragePowerShellToolkit.FlashArray'
Moduleversion = '3.0.0.3'
Moduleversion = '3.0.1'
}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RootModule = 'PureStoragePowerShellToolkit.DatabaseTools.psm1'

# Version number of this module.

ModuleVersion = '3.0.0.3'
ModuleVersion = '3.0.1'

# Supported PSEditions
#CompatiblePSEditions = @("Desktop", "Core")
Expand Down Expand Up @@ -71,11 +71,11 @@ ProcessorArchitecture = ''
RequiredModules = @(
@{
ModuleName = 'PureStoragePowerShellToolkit.FlashArray'
ModuleVersion = '3.0.0.3'
ModuleVersion = '3.0.1'
},
@{
ModuleName = 'dbatools'
ModuleVersion = '1.0.173'
ModuleVersion = '1.1.146'
}
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#
===========================================================================
Release version: 3.0.0
Release version: 3.0.1
Revision information: Refer to the changelog.md file
---------------------------------------------------------------------------
Maintained by: FlashArray Integrations and Evangelsigm Team @ Pure Storage
Expand All @@ -20,7 +20,7 @@
#>

#Requires -Version 5
#Requires -Modules @{ ModuleName='PureStoragePowerShellToolkit.FlashArray'; ModuleVersion='3.0.0.3' }
#Requires -Modules @{ ModuleName='PureStoragePowerShellToolkit.FlashArray'; ModuleVersion='3.0.1' }
#Requires -Modules @{ ModuleName='dbatools'; ModuleVersion='1.0.173' }

#region Helper functions
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#
===========================================================================
Release version: 3.0.0
Release version: 3.0.1
Revision information: Refer to the changelog.md file
---------------------------------------------------------------------------
Maintained by: FlashArray Integrations and Evangelsigm Team @ Pure Storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RootModule = 'PureStoragePowerShellToolkit.FlashArray.psm1'

# Version number of this module.

ModuleVersion = '3.0.0.3'
ModuleVersion = '3.0.1'

# Supported PSEditions
#CompatiblePSEditions = @("Desktop", "Core")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#
===========================================================================
Release version: 3.0.0
Release version: 3.0.1
Revision information: Refer to the changelog.md file
---------------------------------------------------------------------------
Maintained by: FlashArray Integrations and Evangelsigm Team @ Pure Storage
Expand Down
201 changes: 0 additions & 201 deletions PureStoragePowerShellToolkit.Reporting/LICENSE

This file was deleted.

Loading

0 comments on commit 9231237

Please sign in to comment.