-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from KarolKaczmarek/Release1109
Update readme and module manifest for version 0.5.0.0
- Loading branch information
Showing
21 changed files
with
214 additions
and
210 deletions.
There are no files selected for viewing
22 changes: 11 additions & 11 deletions
22
Modules/xSharePoint/DSCResources/MSFT_xSPBCSServiceApp/MSFT_xSPBCSServiceApp.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPBCSServiceApp")] | ||
class MSFT_xSPBCSServiceApp : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required] String ApplicationPool; | ||
[Write] string DatabaseName; | ||
[Write] String DatabaseServer; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
|
||
[ClassVersion("1.0.0.0"), FriendlyName("xSPBCSServiceApp")] | ||
class MSFT_xSPBCSServiceApp : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required] String ApplicationPool; | ||
[Write] string DatabaseName; | ||
[Write] String DatabaseServer; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
|
20 changes: 10 additions & 10 deletions
20
Modules/xSharePoint/DSCResources/MSFT_xSPCacheAccounts/MSFT_xSPCacheAccounts.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPCacheAccounts")] | ||
class MSFT_xSPCacheAccounts : OMI_BaseResource | ||
{ | ||
[Key] string WebAppUrl; | ||
[Required] string SuperUserAlias; | ||
[Required] string SuperReaderAlias; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
|
||
[ClassVersion("1.0.0.0"), FriendlyName("xSPCacheAccounts")] | ||
class MSFT_xSPCacheAccounts : OMI_BaseResource | ||
{ | ||
[Key] string WebAppUrl; | ||
[Required] string SuperUserAlias; | ||
[Required] string SuperReaderAlias; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
|
14 changes: 7 additions & 7 deletions
14
...harePoint/DSCResources/MSFT_xSPClearRemoteSessions/MSFT_xSPClearRemoteSessions.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPClearRemoteSessions")] | ||
class MSFT_xSPClearRemoteSessions : OMI_BaseResource | ||
{ | ||
[Key] Boolean ClearRemoteSessions; | ||
}; | ||
|
||
[ClassVersion("1.0.0.0"), FriendlyName("xSPClearRemoteSessions")] | ||
class MSFT_xSPClearRemoteSessions : OMI_BaseResource | ||
{ | ||
[Key] Boolean ClearRemoteSessions; | ||
}; | ||
|
20 changes: 10 additions & 10 deletions
20
...t/DSCResources/MSFT_xSPDistributedCacheService/MSFT_xSPDistributedCacheService.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPDistributedCacheService")] | ||
class MSFT_xSPDistributedCacheService : OMI_BaseResource | ||
{ | ||
[Key] String Name; | ||
[Required, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; | ||
[Required] UInt32 CacheSizeInMB; | ||
[Required] String ServiceAccount; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Required] Boolean CreateFirewallRules; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPDistributedCacheService")] | ||
class MSFT_xSPDistributedCacheService : OMI_BaseResource | ||
{ | ||
[Key] String Name; | ||
[Required, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; | ||
[Required] UInt32 CacheSizeInMB; | ||
[Required] String ServiceAccount; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Required] Boolean CreateFirewallRules; | ||
}; |
20 changes: 10 additions & 10 deletions
20
Modules/xSharePoint/DSCResources/MSFT_xSPFeature/MSFT_xSPFeature.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPFeature")] | ||
class MSFT_xSPFeature : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required, ValueMap{"Farm","WebApplication","Site","Web"}, Values{"Farm","WebApplication","Site","Web"}] string FeatureScope; | ||
[Key] string Url; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Required, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPFeature")] | ||
class MSFT_xSPFeature : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required, ValueMap{"Farm","WebApplication","Site","Web"}, Values{"Farm","WebApplication","Site","Web"}] string FeatureScope; | ||
[Key] string Url; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Required, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; | ||
}; | ||
|
24 changes: 12 additions & 12 deletions
24
Modules/xSharePoint/DSCResources/MSFT_xSPJoinFarm/MSFT_xSPJoinFarm.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPJoinFarm")] | ||
class MSFT_xSPJoinFarm : OMI_BaseResource | ||
{ | ||
[Key] string FarmConfigDatabaseName; | ||
[Key] string DatabaseServer; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String FarmAccount; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Required] string Passphrase; | ||
[Write] uint32 WaitTime; | ||
[Write] uint32 WaitCount; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPJoinFarm")] | ||
class MSFT_xSPJoinFarm : OMI_BaseResource | ||
{ | ||
[Key] string FarmConfigDatabaseName; | ||
[Key] string DatabaseServer; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String FarmAccount; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Required] string Passphrase; | ||
[Write] uint32 WaitTime; | ||
[Write] uint32 WaitCount; | ||
}; | ||
|
20 changes: 10 additions & 10 deletions
20
Modules/xSharePoint/DSCResources/MSFT_xSPManagedAccount/MSFT_xSPManagedAccount.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPManagedAccount")] | ||
class MSFT_xSPManagedAccount : OMI_BaseResource | ||
{ | ||
[Key] string AccountName; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String Account; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Write] Uint32 EmailNotification; | ||
[Write] Uint32 PreExpireDays; | ||
[Write] string Schedule; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPManagedAccount")] | ||
class MSFT_xSPManagedAccount : OMI_BaseResource | ||
{ | ||
[Key] string AccountName; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String Account; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Write] Uint32 EmailNotification; | ||
[Write] Uint32 PreExpireDays; | ||
[Write] string Schedule; | ||
}; |
18 changes: 9 additions & 9 deletions
18
Modules/xSharePoint/DSCResources/MSFT_xSPManagedPath/MSFT_xSPManagedPath.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPManagedPath")] | ||
class MSFT_xSPManagedPath : OMI_BaseResource | ||
{ | ||
[Key] string WebAppUrl; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Key] string RelativeUrl; | ||
[Required] boolean Explicit; | ||
[Required] boolean HostHeader; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPManagedPath")] | ||
class MSFT_xSPManagedPath : OMI_BaseResource | ||
{ | ||
[Key] string WebAppUrl; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Key] string RelativeUrl; | ||
[Required] boolean Explicit; | ||
[Required] boolean HostHeader; | ||
}; |
20 changes: 10 additions & 10 deletions
20
...les/xSharePoint/DSCResources/MSFT_xSPSearchServiceApp/MSFT_xSPSearchServiceApp.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPSearchServiceApp")] | ||
class MSFT_xSPSearchServiceApp : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required] string ApplicationPool; | ||
[Write] string DatabaseName; | ||
[Write] string DatabaseServer; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPSearchServiceApp")] | ||
class MSFT_xSPSearchServiceApp : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required] string ApplicationPool; | ||
[Write] string DatabaseName; | ||
[Write] string DatabaseServer; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
|
36 changes: 18 additions & 18 deletions
36
...Point/DSCResources/MSFT_xSPSecureStoreServiceApp/MSFT_xSPSecureStoreServiceApp.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPSecureStoreServiceApp")] | ||
class MSFT_xSPSecureStoreServiceApp : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required] string ApplicationPool; | ||
[Required] boolean AuditingEnabled; | ||
[Write] uint32 AuditlogMaxSize; | ||
[Write, EmbeddedInstance("MSFT_Credential")] String DatabaseCredentials; | ||
[Write] string DatabaseName; | ||
[Write] string DatabasePassword; | ||
[Write] string DatabaseServer; | ||
[Write] string DatabaseUsername; | ||
[Write] string FailoverDatabaseServer; | ||
[Write] boolean PartitionMode; | ||
[Write] boolean Sharing; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPSecureStoreServiceApp")] | ||
class MSFT_xSPSecureStoreServiceApp : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required] string ApplicationPool; | ||
[Required] boolean AuditingEnabled; | ||
[Write] uint32 AuditlogMaxSize; | ||
[Write, EmbeddedInstance("MSFT_Credential")] String DatabaseCredentials; | ||
[Write] string DatabaseName; | ||
[Write] string DatabasePassword; | ||
[Write] string DatabaseServer; | ||
[Write] string DatabaseUsername; | ||
[Write] string FailoverDatabaseServer; | ||
[Write] boolean PartitionMode; | ||
[Write] boolean Sharing; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
|
16 changes: 8 additions & 8 deletions
16
Modules/xSharePoint/DSCResources/MSFT_xSPServiceAppPool/MSFT_xSPServiceAppPool.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPServiceAppPool")] | ||
class MSFT_xSPServiceAppPool : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required] string ServiceAccount; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPServiceAppPool")] | ||
class MSFT_xSPServiceAppPool : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required] string ServiceAccount; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
|
14 changes: 7 additions & 7 deletions
14
Modules/xSharePoint/DSCResources/MSFT_xSPServiceInstance/MSFT_xSPServiceInstance.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPServiceInstance")] | ||
class MSFT_xSPServiceInstance : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Required, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPServiceInstance")] | ||
class MSFT_xSPServiceInstance : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Required, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; | ||
}; |
38 changes: 19 additions & 19 deletions
38
Modules/xSharePoint/DSCResources/MSFT_xSPSite/MSFT_xSPSite.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPSite")] | ||
class MSFT_xSPSite : OMI_BaseResource | ||
{ | ||
[Key] string Url; | ||
[Required] string OwnerAlias; | ||
[Write] uint32 CompatibilityLevel; | ||
[Write] string ContentDatabase; | ||
[Write] string Description; | ||
[Write] string HostHeaderWebApplication; | ||
[Write] uint32 Language; | ||
[Write] string Name; | ||
[Write] string OwnerEmail; | ||
[Write] string QuotaTemplate; | ||
[Write] string SecondaryEmail; | ||
[Write] string SecondaryOwnerAlias; | ||
[Write] string Template; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPSite")] | ||
class MSFT_xSPSite : OMI_BaseResource | ||
{ | ||
[Key] string Url; | ||
[Required] string OwnerAlias; | ||
[Write] uint32 CompatibilityLevel; | ||
[Write] string ContentDatabase; | ||
[Write] string Description; | ||
[Write] string HostHeaderWebApplication; | ||
[Write] uint32 Language; | ||
[Write] string Name; | ||
[Write] string OwnerEmail; | ||
[Write] string QuotaTemplate; | ||
[Write] string SecondaryEmail; | ||
[Write] string SecondaryOwnerAlias; | ||
[Write] string Template; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
|
18 changes: 9 additions & 9 deletions
18
Modules/xSharePoint/DSCResources/MSFT_xSPStateServiceApp/MSFT_xSPStateServiceApp.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPStateServiceApp")] | ||
class MSFT_xSPStateServiceApp : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Write, EmbeddedInstance("MSFT_Credential")] String DatabaseCredentials; | ||
[Write] string DatabaseName; | ||
[Write] string DatabaseServer; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPStateServiceApp")] | ||
class MSFT_xSPStateServiceApp : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Write, EmbeddedInstance("MSFT_Credential")] String DatabaseCredentials; | ||
[Write] string DatabaseName; | ||
[Write] string DatabaseServer; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; |
30 changes: 15 additions & 15 deletions
30
...les/xSharePoint/DSCResources/MSFT_xSPUsageApplication/MSFT_xSPUsageApplication.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPUsageApplication")] | ||
class MSFT_xSPUsageApplication : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Write] string DatabaseName; | ||
[Write] string DatabasePassword; | ||
[Write] string DatabaseServer; | ||
[Write] string DatabaseUsername; | ||
[Write] string FailoverDatabaseServer; | ||
[Write] uint32 UsageLogCutTime; | ||
[Write] string UsageLogLocation; | ||
[Write] uint32 UsageLogMaxFileSizeKB; | ||
[Write] uint32 UsageLogMaxSpaceGB; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPUsageApplication")] | ||
class MSFT_xSPUsageApplication : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Write] string DatabaseName; | ||
[Write] string DatabasePassword; | ||
[Write] string DatabaseServer; | ||
[Write] string DatabaseUsername; | ||
[Write] string FailoverDatabaseServer; | ||
[Write] uint32 UsageLogCutTime; | ||
[Write] string UsageLogLocation; | ||
[Write] uint32 UsageLogMaxFileSizeKB; | ||
[Write] uint32 UsageLogMaxSpaceGB; | ||
}; |
30 changes: 15 additions & 15 deletions
30
...Point/DSCResources/MSFT_xSPUserProfileServiceApp/MSFT_xSPUserProfileServiceApp.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPUserProfileServiceApp")] | ||
class MSFT_xSPUserProfileServiceApp : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required] string ApplicationPool; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String FarmAccount; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Write] string MySiteHostLocation; | ||
[Write] string ProfileDBName; | ||
[Write] string ProfileDBServer; | ||
[Write] string SocialDBName; | ||
[Write] string SocialDBServer; | ||
[Write] string SyncDBName; | ||
[Write] string SyncDBServer; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPUserProfileServiceApp")] | ||
class MSFT_xSPUserProfileServiceApp : OMI_BaseResource | ||
{ | ||
[Key] string Name; | ||
[Required] string ApplicationPool; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String FarmAccount; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
[Write] string MySiteHostLocation; | ||
[Write] string ProfileDBName; | ||
[Write] string ProfileDBServer; | ||
[Write] string SocialDBName; | ||
[Write] string SocialDBServer; | ||
[Write] string SyncDBName; | ||
[Write] string SyncDBServer; | ||
}; |
16 changes: 8 additions & 8 deletions
16
...int/DSCResources/MSFT_xSPUserProfileSyncService/MSFT_xSPUserProfileSyncService.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPUserProfileSyncService")] | ||
class MSFT_xSPUserProfileSyncService : OMI_BaseResource | ||
{ | ||
[Key] string UserProfileServiceAppName; | ||
[Required, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String FarmAccount; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; | ||
[ClassVersion("1.0.0.0"), FriendlyName("xSPUserProfileSyncService")] | ||
class MSFT_xSPUserProfileSyncService : OMI_BaseResource | ||
{ | ||
[Key] string UserProfileServiceAppName; | ||
[Required, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String FarmAccount; | ||
[Required, EmbeddedInstance("MSFT_Credential")] String InstallAccount; | ||
}; |
Oops, something went wrong.