You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/modules/monkeyruleset/monkeyruleset.psd1
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,7 @@
77
77
'Invoke-Rule',
78
78
'New-Dataset',
79
79
'Get-Framework',
80
-
'Get-RuleServiceType',
81
-
'Test-MonkeyRule'
80
+
'Get-RuleServiceType'
82
81
)
83
82
# 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.
Copy file name to clipboardExpand all lines: core/modules/monkeyutils/monkeyutils.psd1
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,8 @@ FunctionsToExport = @(
99
99
'Get-MonkeyDuplicateObjectsByProperty',
100
100
'Update-PsObject',
101
101
'Get-AstFunction',
102
-
'Get-ObjectPropertyByPath'
102
+
'Get-ObjectPropertyByPath',
103
+
'Test-IsValidUrl'
103
104
)
104
105
105
106
# 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.
0 commit comments