Skip to content

Commit

Permalink
Update expected parameter order
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hughes committed Nov 6, 2024
1 parent 58b8ad4 commit 63f0a90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/unit/private/New-DscClassResourceWikiPage.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,9 @@ class AzDevOpsProject
| Parameter | Attribute | DataType | Description | Allowed Values |
| --- | --- | --- | --- | --- |
| **ProjectName** | Key | System.String | ProjectName description. | |
| **MandatoryProperty** | Required | System.String | MandatoryProperty description. | |
| **ProjectId** | Write | System.String | ProjectId description. Second row with text. | |
| **ValidateSetProperty** | Write | System.String | | `Up`, `Down` |
| **MandatoryProperty** | Required | System.String | MandatoryProperty description. | |
| **Reasons** | Read | String[] | Reasons description. | |
## Description
Expand Down Expand Up @@ -704,11 +704,11 @@ class ResourceBase
| Parameter | Attribute | DataType | Description | Allowed Values |
| --- | --- | --- | --- | --- |
| **Ensure** | Write | System.String | Ensure description. | |
| **ProjectName** | Key | System.String | ProjectName description. | |
| **MandatoryProperty** | Required | System.String | MandatoryProperty description. | |
| **Ensure** | Write | System.String | Ensure description. | |
| **ProjectId** | Write | System.String | ProjectId description. Second row with text. | |
| **ValidateSetProperty** | Write | System.String | | `Up`, `Down` |
| **MandatoryProperty** | Required | System.String | MandatoryProperty description. | |
| **Reasons** | Read | String[] | Reasons description. | |
## Description
Expand Down Expand Up @@ -830,8 +830,8 @@ class ResourceBase
| Parameter | Attribute | DataType | Description | Allowed Values |
| --- | --- | --- | --- | --- |
| **Ensure** | Write | System.String | | |
| **ProjectName** | Key | System.String | ProjectName description. | |
| **Ensure** | Write | System.String | | |
## Description
Expand Down

0 comments on commit 63f0a90

Please sign in to comment.