From f10b35a0a17c2426d14cb47bea9f6a4d6e0fe03e Mon Sep 17 00:00:00 2001 From: Chris Hill <53898223+Borgquite@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:38:26 +0000 Subject: [PATCH] Update README.md (#135) --- CHANGELOG.md | 2 ++ README.md | 9 ++++----- azure-pipelines.yml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 190302c..c7ff680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 0489c21..c900c72 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2d215d8..4a80042 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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