Skip to content

Commit

Permalink
Updated Workloads section generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Jul 9, 2024
1 parent 1de97e8 commit dac9d5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed issue were the new Workloads section was not created correctly

## [0.1.16] - 2024-07-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion source/Public/New-CompositeResourceModule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function New-CompositeResourceModule
$configData.NonNodeData.$resourceWorkload = [Ordered]@{}
}

$configData.NonNodeData.Environment.UsedWorkloads.$resourceWorkload = $true
$configData.NonNodeData.Environment.UsedWorkloads.$resourceWorkload = 'Boolean | Required | Specifies if the workload should be included in the configuration'

# Initialize new composite resource content
$configString = [System.Text.StringBuilder]::new()
Expand Down

0 comments on commit dac9d5d

Please sign in to comment.