File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -405,8 +405,7 @@ function Update-ExampleFile {
405405 }
406406 }
407407
408- }
409- Set-Location msgraph- sdk- powershell
408+ }
410409$JsonContent = Get-Content - Path $MetaDataJsonFile
411410$DeserializedContent = $JsonContent | ConvertFrom-Json
412411foreach ($Data in $DeserializedContent )
@@ -447,7 +446,7 @@ if ($ModulesToGenerate.Count -eq 0) {
447446 [HashTable ] $ModuleMapping = Get-Content $ModuleMappingConfigPath | ConvertFrom-Json - AsHashTable
448447 $ModulesToGenerate = $ModuleMapping.Keys
449448}
450- Set-Location ..\msgraph - sdk - powershell
449+ Set-Location ..\
451450Start-Generator - ModulesToGenerate $ModulesToGenerate - GenerationMode " auto"
452451
453452# Comment the above and uncomment the below start command, if you manually want to manually pass ExternalDocs url.
You can’t perform that action at this time.
0 commit comments