Skip to content

Commit b1c29ba

Browse files
authored
Merge pull request #1329 from microsoftgraph/chore/update-provisioning-script-ts
chore/update provisioning script ts
2 parents 60cb56a + f40c1e8 commit b1c29ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-typescript.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $rootSegments = Get-ChildItem -Directory -Exclude $modelsPackageDirectoryName -P
2525
foreach($rootSegment in $rootSegments) {
2626
$fluentAPIPackageDirectoryPath = "$targetDirectory/$modelsPackageDirectoryName-$rootSegment"
2727
Write-Host "generating segment $rootSegment"
28-
Invoke-Expression "$kiotaPath generate -o $fluentAPIPackageDirectoryPath -d $descriptionPath -c $($rootSegment.Substring(0,1).ToUpper() + $rootSegment.Substring(1))ServiceClient -l TypeScript -n github.com/microsoftgraph/msgraph-sdk-typescript/ -e '/me' -e '/me/**' -i '/$rootSegment' -i '/$rootSegment/**' $additionalArguments"
28+
Invoke-Expression "$kiotaPath generate -o $fluentAPIPackageDirectoryPath -d $descriptionPath -c $($rootSegment.Substring(0,1).ToUpper() + $rootSegment.Substring(1))ServiceClient -l TypeScript -n github.com/microsoftgraph/msgraph-sdk-typescript/ -e '/me' -e '/me/**' -i '/$rootSegment' -i '/$rootSegment/**' -s none --ds none $additionalArguments"
2929
Invoke-Expression "$PSScriptRoot\fix-typescript-fluent-packages-imports.ps1 -targetDirectory '$fluentAPIPackageDirectoryPath' -packageName '$packageName'"
3030
}
3131
$modelsPackagePath = "$targetDirectory/$modelsPackageDirectoryName"

0 commit comments

Comments
 (0)