Skip to content

Commit 2bd55e8

Browse files
fix: 📝 Added a minimal strings.psd1 file in en-US to FailoverCluster.Common
1 parent 5209e86 commit 2bd55e8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

source/DSCResources/MSFT_xWaitForCluster/MSFT_xWaitForCluster.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ function Test-TargetResource
184184
$testTargetResourceReturnValue
185185
}
186186

187-
Export-ModuleMember -Function *-TargetResource
187+
Export-ModuleMember -Function *-TargetResource

source/Modules/FailoverCluster.Common/FailoverCluster.Common.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
PSData = @{
4040
} # End of PSData hashtable
4141
} # End of PrivateData hashtable
42-
}
42+
}

source/Modules/FailoverCluster.Common/FailoverCluster.Common.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ function Convert-DistinguishedNameToSimpleName {
3030
}
3131

3232
return $returnValue
33-
}
33+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Localized resources for xCluster

0 commit comments

Comments
 (0)