Skip to content

Commit 99d046d

Browse files
author
Daniel Hughes
committed
Update type to a full type name
1 parent 4483c24 commit 99d046d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/private/New-DscClassResourceWikiPage.Tests.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ class AzDevOpsProject
528528
| **MandatoryProperty** | Required | System.String | MandatoryProperty description. | |
529529
| **ProjectId** | Write | System.String | ProjectId description. Second row with text. | |
530530
| **ValidateSetProperty** | Write | System.String | | `Up`, `Down` |
531-
| **Reasons** | Read | String[] | Reasons description. | |
531+
| **Reasons** | Read | System.String[] | Reasons description. | |
532532
533533
## Description
534534
@@ -709,7 +709,7 @@ class ResourceBase
709709
| **Ensure** | Write | System.String | Ensure description. | |
710710
| **ProjectId** | Write | System.String | ProjectId description. Second row with text. | |
711711
| **ValidateSetProperty** | Write | System.String | | `Up`, `Down` |
712-
| **Reasons** | Read | String[] | Reasons description. | |
712+
| **Reasons** | Read | System.String[] | Reasons description. | |
713713
714714
## Description
715715

0 commit comments

Comments
 (0)