Skip to content

Commit 869b863

Browse files
authored
Merge pull request #1155 from microsoftgraph/dev
dev to main sync
2 parents d3a1a91 + c46767d commit 869b863

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apidoctor

scripts/remove-typescript-fluent-api-from-main-package.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ param (
44
$targetDirectory
55
)
66
Push-Location $targetDirectory
7-
Remove-Item *.ts -Verbose -Exclude "index.ts", "graphServiceClient.ts", "graphBetaServiceClient.ts"
8-
Get-ChildItem -Directory -Exclude models | ForEach-Object {Remove-Item -r $_.FullName}
7+
Remove-Item *.ts -Verbose -Exclude "index.ts", "graphServiceClient.ts", "graphBetaServiceClient.ts", "graphRequestAdapter.ts", "graphBetaRequestAdapter.ts", "version.ts"
8+
Get-ChildItem -Directory -Exclude "models" | ForEach-Object {Remove-Item -r $_.FullName}
99
Pop-Location

0 commit comments

Comments
 (0)