File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments