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 234d509 commit 952fb44Copy full SHA for 952fb44
scripts/UpdateLinks.ps1
@@ -6,7 +6,7 @@ Param(
6
[System.Collections.Generic.HashSet[string]]$BetaCommandGetVariantList= @(),
7
[System.Collections.Generic.HashSet[string]]$V1CommandListVariantList= @(),
8
[System.Collections.Generic.HashSet[string]]$BetaCommandListVariantList= @(),
9
- [string] $ModuleMappingConfigPath = ("..\msgraph-sdk-powershell\config\ModulesMapping.jsonc"),
+ [string] $ModuleMappingConfigPath =(Join-Path $PSScriptRoot "..\config\ModulesMapping.jsonc"),
10
[string] $SDKDocsPath = ("..\msgraph-sdk-powershell\src"),
11
[string] $WorkLoadDocsPath = ("..\microsoftgraph-docs-powershell\microsoftgraph"),
12
[string] $GraphDocsPath = ("..\microsoft-graph-docs")
0 commit comments