Update test category from 'Device' to 'Devices' for consistency#1333
Open
alexandair wants to merge 1 commit into
Open
Update test category from 'Device' to 'Devices' for consistency#1333alexandair wants to merge 1 commit into
alexandair wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request aims to standardize ZtTest metadata across device-related assessment scripts by aligning the Category attribute value with the plural form ('Devices') for consistency.
Changes:
- Updated
Categoryfrom'Device'to'Devices'in multipleTest-Assessment.*.ps1scripts. - Keeps device-related tests’ metadata consistent with the existing
Pillar = 'Devices'usage.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/powershell/tests/Test-Assessment.51001.ps1 | Updates test metadata category to Devices. |
| src/powershell/tests/Test-Assessment.24784.ps1 | Updates test metadata category to Devices. |
| src/powershell/tests/Test-Assessment.24690.ps1 | Updates test metadata category to Devices. |
| src/powershell/tests/Test-Assessment.24575.ps1 | Updates test metadata category to Devices. |
| src/powershell/tests/Test-Assessment.24574.ps1 | Updates test metadata category to Devices. |
| src/powershell/tests/Test-Assessment.24569.ps1 | Updates test metadata category to Devices. |
| src/powershell/tests/Test-Assessment.24564.ps1 | Updates test metadata category to Devices. |
| src/powershell/tests/Test-Assessment.24561.ps1 | Updates test metadata category to Devices. |
| src/powershell/tests/Test-Assessment.24560.ps1 | Updates test metadata category to Devices. |
| src/powershell/tests/Test-Assessment.24554.ps1 | Updates test metadata category to Devices. |
| src/powershell/tests/Test-Assessment.24553.ps1 | Updates test metadata category to Devices. |
| src/powershell/tests/Test-Assessment.24552.ps1 | Updates test metadata category to Devices. |
| src/powershell/tests/Test-Assessment.24551.ps1 | Updates test metadata category to Devices. |
| src/powershell/tests/Test-Assessment.24540.ps1 | Updates test metadata category to Devices. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request standardizes the
Categoryattribute in multiple PowerShell test scripts by changing its value from'Device'to'Devices'.