Skip to content

Commit bba8b99

Browse files
authored
Update GenerateModules.ps1
1 parent fabe67a commit bba8b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/GenerateModules.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Install-Module powershell-yaml -Force
2929

3030
$GraphVersion = "v1.0"
3131
if ($BetaGraphVersion) {
32-
$GraphVersion = "Beta"
32+
$GraphVersion = "beta"
3333
}
3434
$ModulePrefix = "Microsoft.Graph"
3535
$ModulesOutputDir = Join-Path $PSScriptRoot "..\src\$GraphVersion\"

0 commit comments

Comments
 (0)