Skip to content

Commit 6781dc3

Browse files
authored
Update parameter validation (#943)
1 parent 69e6456 commit 6781dc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/internal/functions/Search-AzOpsAzGraph.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
[switch]
3131
$UseTenantScope,
3232
[Parameter(Mandatory = $false)]
33-
[guid]
33+
[string]
3434
$ManagementGroupName,
3535
[Parameter(Mandatory = $false)]
3636
[ValidateScript({

0 commit comments

Comments
 (0)