Skip to content

Commit

Permalink
Update README.md (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borgquite authored Feb 14, 2024
1 parent 990668d commit f10b35a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Updated out of date README.MD.

## [5.0.1] - 2023-09-07

- DFSDsc
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ A full list of changes in each version can be found in the [change log](CHANGELO
## Resources

The **DFSDsc** module contains DSC resources for configuring Distributed File
System Replication and Namespaces. Currently in this version only Replication
folders are supported. Namespaces will be supported in a future release.
System Replication and Namespaces.

The **DFSDsc** module contains the following resources:

Expand Down Expand Up @@ -72,9 +71,9 @@ Management Framework 5.0 or above.

### DFSR Module

This DSC Resource requires that the DFSR PowerShell module is installed onto
any computer this resource will be used on. This module is installed as part of
RSAT tools or RSAT-DFS-Mgmt-Con Windows Feature in Windows Server 2012 R2.
This DSC Resource requires that the DFSN and DFSR PowerShell modules are installed onto
any computer this resource will be used on. These modules are installed as part of
RSAT tools or RSAT-DFS-Mgmt-Con Windows Feature in Windows Server.
However, this will automatically convert a Server Core installation into one
containing the management tools, which may not be ideal because it is no longer
strictly a Server Core installation.
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stages:
- job: Package_Module
displayName: 'Package Module'
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'windows-latest'
steps:
- pwsh: |
dotnet tool install --global GitVersion.Tool
Expand Down

0 comments on commit f10b35a

Please sign in to comment.