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 6770182 commit ee8726fCopy full SHA for ee8726f
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