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 fabe67a commit bba8b99Copy full SHA for bba8b99
tools/GenerateModules.ps1
@@ -29,7 +29,7 @@ Install-Module powershell-yaml -Force
29
30
$GraphVersion = "v1.0"
31
if ($BetaGraphVersion) {
32
- $GraphVersion = "Beta"
+ $GraphVersion = "beta"
33
}
34
$ModulePrefix = "Microsoft.Graph"
35
$ModulesOutputDir = Join-Path $PSScriptRoot "..\src\$GraphVersion\"
0 commit comments