Skip to content

Commit

Permalink
cleanup old text in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreenegit committed Feb 27, 2019
1 parent 7e56a1c commit 022698b
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ The **UpdateServicesDsc** module is a part of the Windows PowerShell Desired Sta

This module contains the **UpdateServicesApprovalRule, UpdateServicesCleanup, and UpdateServicesServer** resources.

**All of the resources in the DSC Resource Kit are provided AS IS, and are not supported through any Microsoft standard support program or service. The "x" in xStorage stands for experimental**, which means that these resources will be **fix forward** and monitored by the module owner(s).

Please leave comments, feature requests, and bug reports in the Q & A tab for this module.

If you would like to modify this module, feel free.
When modifying, please update the module name, resource friendly name, and MOF class name (instructions below).
As specified in the license, you may copy or modify this resource as long as they are used on the Windows Platform.

For more information about Windows PowerShell Desired State Configuration, check out the blog posts on the [PowerShell Blog](http://blogs.msdn.com/b/powershell/) ([this](http://blogs.msdn.com/b/powershell/archive/2013/11/01/configuration-in-a-devops-world-windows-powershell-desired-state-configuration.aspx) is a good starting point).
There are also great community resources, such as [PowerShell.org](http://powershell.org/wp/tag/dsc/), or [PowerShell Magazine](http://www.powershellmagazine.com/tag/dsc/).
For more information on the DSC Resource Kit, checkout [this blog post](http://go.microsoft.com/fwlink/?LinkID=389546).

## Installation

To install **UpdateServicesDsc** module, on a machine with Windows Management Framework version 5 or newer from an elevated PowerShell session run:
Expand Down Expand Up @@ -85,22 +73,6 @@ This module requires a minimum version of PowerShell v5.0.
- **Synchronize**: Begin initial synchronization.
- **RunRuleNow**: Run Approval Rule on existing content.

## Renaming Requirements

When making changes to these resources, we suggest the following practice

1. Update the following names by replacing MSFT with your company/community name or another prefix of your choice.
- Module name (ex: xModule becomes cModule)
- Resource folder (ex: MSFT\_xResource becomes Contoso\_xResource)
- Resource Name (ex: MSFT\_xResource becomes Contoso\_cResource)
- Resource Friendly Name (ex: xResource becomes cResource)
- MOF class name (ex: MSFT\_xResource becomes Contoso\_cResource)
- Filename for the <resource\>.schema.mof (ex: MSFT\_xResource.schema.mof becomes Contoso\_cResource.schema.mof)
1. Update module and metadata information in the module manifest
1. Update any configuration that use these resources

We reserve resource and module names without prefixes for future use (e.g. "MSFT_Resource").

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

Expand Down

0 comments on commit 022698b

Please sign in to comment.