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: source/Public/Workspace/Get-FabricWorkspaceUser.ps1
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -97,11 +97,6 @@ Author: Ioana Bouariu
97
97
}
98
98
end
99
99
{
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
0 commit comments