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 41da6d4 commit 7336586Copy full SHA for 7336586
src/Authentication/Authentication/update-markdown.ps1
@@ -21,7 +21,6 @@ $updateparameters = @{
21
ExcludeDontShow = $true
22
Encoding = [System.Text.Encoding]::UTF8
23
}
24
-Import-Module "../../../../../PlayGround/Migrations/Microsoft.Graph.Authentication.2.6.1/Microsoft.Graph.Authentication.psm1"
25
$ct = (Get-ChildItem $DocsLocation | Measure-Object ).Count
26
if ($ct -gt 0) {
27
Update-MarkdownHelpModule @updateparameters
0 commit comments