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 906f4d4 commit 8f268feCopy full SHA for 8f268fe
scripts/UpdateLinks.ps1
@@ -142,7 +142,7 @@ function Construct-Path {
142
143
if (Test-Path $BetaFilePath) {
144
$V1Command = $Command.Replace("-MgBeta", "-Mg")
145
- $ConfirmV1Path = Join-Path $WorkLoadDocsPath "graph-powershell-v1.0" "Microsoft.Graph.$Module" "$V1Command.md"
+ $ConfirmV1Path = Join-Path $WorkLoadDocsPath "graph-powershell-1.0" "Microsoft.Graph.$Module" "$V1Command.md"
146
if(Test-Path $ConfirmV1Path){
147
Add-Link -File $BetaFilePath -Module $Module -GraphProfile "beta" -Command $Command
148
}
0 commit comments