Skip to content

Commit e4aa994

Browse files
exclude /me in java_beta
1 parent d89d640 commit e4aa994

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
@@ -521,6 +521,7 @@ stages:
521521
targetClassName: "BaseGraphServiceClient"
522522
targetNamespace: "com.Microsoft.Graph"
523523
cleanMetadataFolder: $(cleanOpenAPIFolderBeta)
524+
customArguments: "-e '/me' -e '/me/**'" # Exclude /me
524525
languageSpecificSteps:
525526
- template: generation-templates/java-kiota.yml
526527
parameters:

0 commit comments

Comments
 (0)