From 1fb6b363588ba14c7023f06153256a65cd4c063b Mon Sep 17 00:00:00 2001 From: bbonaby-MSFT Date: Sat, 28 Oct 2023 09:27:54 -0700 Subject: [PATCH 1/2] Remove space between tag so pipeline passes --- source/StorageDsc.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From bdf1049ef171e459705dc8cf6ce49efe2d268699 Mon Sep 17 00:00:00 2001 From: bbonaby-MSFT Date: Sat, 28 Oct 2023 09:46:46 -0700 Subject: [PATCH 2/2] update changelog to allow hqrmtest to pass --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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