We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a3451 commit 5ad30fdCopy full SHA for 5ad30fd
src/Create-ModuleMappingFile.ps1
@@ -5,6 +5,7 @@
5
function Create-ModuleMappingFile {
6
[cmdletbinding()]
7
param(
8
+ [ValidateSet('Entra', 'EntraBeta')]
9
[string]
10
$ModuleName = 'Entra' # Default to "Entra" if no argument is provided
11
)
0 commit comments