Skip to content

Commit

Permalink
Update MSFT_SPUserProfileServiceApp.schema.mof
Browse files Browse the repository at this point in the history
Changed MySiteHostLocation parameter to not be mandatory
  • Loading branch information
petepuu committed Dec 16, 2020
1 parent 59bb985 commit 37a5e6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class MSFT_SPUserProfileServiceApp : OMI_BaseResource
[Key, Description("The name of the user profile service")] string Name;
[Write, Description("The proxy name, if not specified will be /Name of service app/ Proxy")] string ProxyName;
[Required, Description("The name of the application pool to run the service app in")] string ApplicationPool;
[Required, Description("The URL of the my site host collection")] string MySiteHostLocation;
[Write, Description("The URL of the my site host collection")] string MySiteHostLocation;
[Write, Description("The Managed Path of the my site sites")] string MySiteManagedPath;
[Write, Description("The name of the profile database")] string ProfileDBName;
[Write, Description("The name of the server to host the profile database")] string ProfileDBServer;
Expand Down

0 comments on commit 37a5e6a

Please sign in to comment.