dsccommunity / dsccommunity/SharePointDsc

Add xSPBCSModel resource

Open
#37 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue help wanted resource proposal
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.