Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit d366c42

Browse files
Merge pull request #53 from PureStorage-OpenConnect/2.0.1.0
2.0.1.0
2 parents 212dfc2 + e4acb97 commit d366c42

File tree

5 files changed

+4869
-48
lines changed

5 files changed

+4869
-48
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Revision 2.0.1.0
2+
7-28-2021
3+
* Merged Pure Storage DBAToolkit functions
4+
* Cleaned up typos in Help
5+
16
# Revision 2.0.0.0
27

38
Pure Storage PowerShell SDK Toolkit

PureStoragePowerShellToolkit.psd1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,12 @@ FunctionsToExport = @(
110110
'Remove-FlashArrayPendingDeletes',
111111
'Get-FlashArrayConfig',
112112
'Get-PfaSerialNumbers',
113-
'Get-FlashArrayHierarchy')
113+
'Get-FlashArrayHierarchy',
114+
'New-PfaDbSnapshot',
115+
'Invoke-DynamicDataMasking',
116+
'Invoke-StaticDataMasking',
117+
'Invoke-PfaDbRefresh'
118+
)
114119

115120
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
116121
CmdletsToExport = @()

0 commit comments

Comments
 (0)