File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed 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
24
24
- ` Start-FabricDeploymentPipelineStage `
25
25
- Added private function ` Get-FabricContinuationToken ` to facilitate pagination
26
26
- ` Invoke-FabricRestMethod ` handles throttling (error 429) by pausing and repeating the request (#88 )
27
+ - New build automation task added ` Generate_help_from_built_module `
27
28
28
29
### Changed
29
30
@@ -40,6 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
41
- All Deployment Pipeline functions raise an error when an exception is caught. Used splatting for params.
41
42
- Refactored SQL Database functions to use enhanced capability in ` Invoke-FabricRestMethod ` . Used splatting for params.
42
43
- ` 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
43
46
44
47
### Fixed
45
48
You can’t perform that action at this time.
0 commit comments