Skip to content

Commit 957f5a1

Browse files
committed
Validate set
1 parent c42343a commit 957f5a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Create-ModuleMappingFile.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
function Create-ModuleMappingFile {
66
[cmdletbinding()]
77
param(
8+
[ValidateSet('Entra', 'EntraBeta')]
89
[string]
910
$ModuleName = 'Entra' # Default to "Entra" if no argument is provided
1011
)

0 commit comments

Comments
 (0)