Skip to content

Commit

Permalink
Updated CreateAADUser.ps1 in Azure Automation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nboettcher committed Nov 14, 2017
1 parent 50896f8 commit 23618ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CreateAADUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ if ($idp -eq 'Local')
}
else
{
return '';
return [system.guid]::empty;
}

0 comments on commit 23618ef

Please sign in to comment.