Skip to content

Commit b93333d

Browse files
Refactor Get-FabricConfig function structure
Reorganize the Get-FabricConfig function to improve readability and maintainability. The function header is now properly defined, and the author note is formatted consistently. Thank you!
1 parent ad83cbf commit b93333d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

source/Public/Config/Get-FabricConfig.ps1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<#
1+
function Get-FabricConfig {
2+
<#
23
.SYNOPSIS
34
Gets the configuration for use with all functions in the PSFabricTools module.
45
@@ -20,12 +21,9 @@ Gets the BaseUrl configuration value for the PSFabricTools module.
2021
2122
.NOTES
2223
23-
Author: Jess Pomfret
24+
Author: Jess Pomfret
2425
2526
#>
26-
27-
28-
function Get-FabricConfig {
2927
param (
3028
[String]$ConfigName
3129
)

0 commit comments

Comments
 (0)