From 6473a60680135b3f577230af1da8316bca0f497c Mon Sep 17 00:00:00 2001 From: bbonaby-MSFT <105318831+bbonaby@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:17:13 -0700 Subject: [PATCH] Remove space between 'Dev Drive' tag in psd1 file so deployment passes (#281) --- CHANGELOG.md | 2 ++ source/StorageDsc.psd1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d6d1b6..64b1478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Disk: - BREAKING CHANGE: Added support for volumes to be formatted as Dev Drives - Fixes [Issue #276](https://github.com/dsccommunity/StorageDsc/issues/276) +- Updated tag from 'Dev Drive' to 'DevDrive' in manifest file - Fixes [Issue #280](https://github.com/dsccommunity/StorageDsc/issues/280) + ## [5.1.0] - 2023-02-22 diff --git a/source/StorageDsc.psd1 b/source/StorageDsc.psd1 index c1beb71..d6d1edb 100644 --- a/source/StorageDsc.psd1 +++ b/source/StorageDsc.psd1 @@ -52,7 +52,7 @@ Prerelease = '' # Tags applied to this module. These help with module discovery in online galleries. - Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResource', 'Disk', 'Storage', 'Partition', 'Volume', 'Dev Drive') + Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResource', 'Disk', 'Storage', 'Partition', 'Volume', 'DevDrive') # A URL to the license for this module. LicenseUri = 'https://github.com/dsccommunity/StorageDsc/blob/main/LICENSE'