Skip to content

Commit 9128051

Browse files
authored
Merge pull request #1114 from microsoftgraph/feature/ts-exclude-me
- excludes me for typescript
2 parents b47c7ad + 838dcfe commit 9128051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ stages:
663663
branchName: $(v1Branch)
664664
targetClassName: "GraphBaseServiceClient"
665665
targetNamespace: "github.com/microsoftgraph/msgraph-sdk-typescript/"
666+
customArguments: "-e '/me' -e '/me/**'" # Exclude me
666667
cleanMetadataFolder: $(cleanOpenAPIFolderV1)
667668
languageSpecificSteps:
668669
- template: generation-templates/typescript-sdk.yml

0 commit comments

Comments
 (0)