File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ namespace Microsoft.PowerShell.PowerShellGet.Cmdlets
1414 /// Returns a single resource or multiple resource.
1515 /// </summary>
1616 [ Cmdlet ( VerbsCommon . Get , "PSResource" ) ]
17+ [ OutputType ( typeof ( PSResourceInfo ) ) ]
1718 public sealed class GetPSResource : PSCmdlet
1819 {
1920 #region Members
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ namespace Microsoft.PowerShell.PowerShellGet.Cmdlets
1616 /// It returns PSRepositoryInfo objects which describe each resource item found.
1717 /// </summary>
1818 [ Cmdlet ( VerbsCommon . Get , "PSResourceRepository" ) ]
19+ [ OutputType ( typeof ( PSRepositoryInfo ) ) ]
1920 public sealed class GetPSResourceRepository : PSCmdlet
2021 {
2122 #region Parameters
You can’t perform that action at this time.
0 commit comments