FileSystemDsc

1.2.0-preview0003

This module contains DSC resources for managing file systems.

Minimum PowerShell version

5.1

This is a prerelease version of FileSystemDsc.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name FileSystemDsc -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name FileSystemDsc -Prerelease

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright the DSC Community contributors. All rights reserved.

Package Details

Author(s)

  • DSC Community

Tags

DesiredStateConfiguration DSC DSCResourceKit DSCResource

DSCResources

FileSystemAccessRule

Dependencies

This module has no dependencies.

Release Notes

## [1.2.0-preview0003] - 2021-05-29

### Added

- FileSystemDsc
 - Added issue and pull request templates to help contributors.
 - Added wiki generation and publish to GitHub repository wiki.

### Changed

- FileSystemDsc
 - Renamed `master` branch to `main` ([issue #11](https://github.com/dsccommunity/FileSystemDsc/issues/11)).
 - Only run the CI pipeline on branch `master` when there are changes to
   files inside the `source` folder.
 - The regular expression for `minor-version-bump-message` in the file
   `GitVersion.yml` was changed to only raise minor version when the
   commit message contain the word `add`, `adds`, `minor`, `feature`,
   or `features`.
 - Added missing MIT LICENSE file.
 - Converted tests to Pester 5.
 - Minor changes to pipeline files.
 - Update build configuration to use Pester advanced build configuration.
 - Update pipeline to user Sampler GitHub tasks.
 - Update pipeline deploy step to correctly download build artifact.

### Fixed

- FileSystemDsc
 - The component `gitversion` that is used in the pipeline was wrongly configured
   when the repository moved to the new default branch `main`. It no longer throws
   an error when using newer versions of GitVersion.

FileList

Version History

Version Downloads Last updated
1.2.0-previe... (current version) 803 5/29/2021
1.2.0-previe... 108 2/16/2021
1.2.0-previe... 45 12/31/2020
1.1.1 167,196 4/19/2020
1.1.1-previe... 39 4/19/2020
1.1.0 7,486 3/9/2020
1.1.0-previe... 35 3/9/2020
Show more