dsccommunity / dsccommunity/SharePointDsc
Add xSPBCSModel resource
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 246
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
The xSPBCSModel resource will be used to import a specific BCS model to the farm and ensure it is always present. It should be structured as follows:
xSPBCSModel HRAppModel
{
Name = "HR Application"
Ensure = "Present"
ModelFile = "C:\bcsmodels\hr.bcdm"
FileType = "Model"
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No implementation files or tests are named. Start by locating the existing SharePointDsc resources and their DSC resource patterns, then determine where an xSPBCSModel resource belongs. Done means the resource supports Name, Ensure, ModelFile, and FileType and ensures the specified BCS model is present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100