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 be6030d commit a07bd8fCopy full SHA for a07bd8f
.azure-pipelines/generation-pipeline.yml
@@ -489,6 +489,7 @@ stages:
489
targetNamespace: "com.Microsoft.Graph.Beta"
490
cleanMetadataFolder: $(cleanOpenAPIFolderBeta)
491
customArguments: "-b -e '/me' -e '/me/**'" # Exclude /me/** and enable backing store
492
+ commitMessagePrefix: "feat(generation): update request builders and models"
493
languageSpecificSteps:
494
- template: generation-templates/java-kiota.yml
495
parameters:
0 commit comments