Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Mar 24, 2021
1 parent 51f2e5d commit 716cae5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class MSFT_SPSearchResultSource : OMI_BaseResource
{
[Key, Description("The name of the result source")] String Name;
[Key, Description("The scope at which the Result Source will be created. Options are SSA, SPSite or SPWeb"), ValueMap{"SSA","SPSite","SPWeb"}, Values{"SSA","SPSite","SPWeb"}] String ScopeName;
[Key, Description("The URI of the site where to create the result source. Use 'Global' is ScopeName is SSA")] String ScopeUrl;
[Key, Description("The URI of the site where to create the result source. Use 'Global' if ScopeName is SSA")] String ScopeUrl;
[Required, Description("The name of the search service application to associate this result source with")] String SearchServiceAppName;
[Required, Description("The query to pass to the provider source")] String Query;
[Required, Description("The provider type to use for the result source")] String ProviderType;
Expand Down

0 comments on commit 716cae5

Please sign in to comment.