We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42343a commit 957f5a1Copy full SHA for 957f5a1
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