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 6c0907c commit 5a57b86Copy full SHA for 5a57b86
.azure-pipelines/generation-pipeline.yml
@@ -663,6 +663,7 @@ stages:
663
branchName: $(v1Branch)
664
targetClassName: "GraphBaseServiceClient"
665
targetNamespace: "github.com/microsoftgraph/msgraph-sdk-typescript/"
666
+ customArguments: "-e '/me' -e '/me/**'" # Exclude me
667
cleanMetadataFolder: $(cleanOpenAPIFolderV1)
668
languageSpecificSteps:
669
- template: generation-templates/typescript-sdk.yml
0 commit comments