Skip to content

Commit 154ae13

Browse files
committed
Last comment
1 parent b805051 commit 154ae13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- `Start-FabricDeploymentPipelineStage`
2525
- Added private function `Get-FabricContinuationToken` to facilitate pagination
2626
- `Invoke-FabricRestMethod` handles throttling (error 429) by pausing and repeating the request (#88)
27+
- New build automation task added `Generate_help_from_built_module`
2728

2829
### Changed
2930

@@ -40,6 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4041
- All Deployment Pipeline functions raise an error when an exception is caught. Used splatting for params.
4142
- Refactored SQL Database functions to use enhanced capability in `Invoke-FabricRestMethod`. Used splatting for params.
4243
- `Write-Message` uses PSFramework function for logging, which logs function name (#84)
44+
- Changed the `documentation` folder to `docs/<locale>`
45+
- Code-fenced blocks included in function examples
4346

4447
### Fixed
4548

0 commit comments

Comments
 (0)