Skip to content

Commit 0f7d2fe

Browse files
Remove comments
1 parent 9736814 commit 0f7d2fe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/Public/Workspace/Get-FabricWorkspaceUser.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ Author: Ioana Bouariu
9797
}
9898
end
9999
{
100-
# We should not be using the return keyword.
101-
# This will enable future improvements such as adding additional value to the returned object such as the workspace name and better column headings
102-
# It will also allow for future improvements such as filtering the returned object.
103-
# Uses the code as defined https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_functions_advanced_methods?view=powershell-7.5&viewFallbackFrom=powershell-7.2#input-processing-methods
104-
# Return the users of the workspace.
105100
$returnValue
106101
}
107102
}

0 commit comments

Comments
 (0)