Skip to content

Commit 7dad3d6

Browse files
authored
Merge pull request #1238 from microsoftgraph/dev
Latest Dev Changes
2 parents 6139a55 + b549e4c commit 7dad3d6

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ stages:
342342
targetClassName: "GraphBaseServiceClient"
343343
targetNamespace: "github.com/microsoftgraph/msgraph-sdk-go/"
344344
customArguments: "-b -e '/me' -e '/me/**'" # Exclude me and Enable the backing store
345+
commitMessagePrefix: "feat(generation): update request builders and models"
345346
cleanMetadataFolder: $(cleanOpenAPIFolderV1)
346347
languageSpecificSteps:
347348
- template: generation-templates/go.yml
@@ -370,6 +371,7 @@ stages:
370371
targetClassName: "GraphBaseServiceClient"
371372
targetNamespace: "github.com/microsoftgraph/msgraph-beta-sdk-go/"
372373
customArguments: "-b -e '/me' -e '/me/**'" # Exclude me and Enable the backing store
374+
commitMessagePrefix: "feat(generation): update request builders and models"
373375
cleanMetadataFolder: $(cleanOpenAPIFolderBeta)
374376
languageSpecificSteps:
375377
- template: generation-templates/go.yml
@@ -519,6 +521,7 @@ stages:
519521
targetClassName: "BaseGraphClient"
520522
targetNamespace: 'Microsoft\\Graph\\Beta\\Generated'
521523
baseBranchName: 'main'
524+
commitMessagePrefix: "feat(generation): update request builders and models"
522525
cleanMetadataFolder: $(cleanOpenAPIFolderBeta)
523526
languageSpecificSteps:
524527
- template: generation-templates/php-kiota.yml
@@ -548,6 +551,7 @@ stages:
548551
targetClassName: "BaseGraphClient"
549552
targetNamespace: 'Microsoft\\Graph\\Generated'
550553
baseBranchName: 'main'
554+
commitMessagePrefix: "feat(generation): update request builders and models"
551555
cleanMetadataFolder: $(cleanOpenAPIFolderV1)
552556
languageSpecificSteps:
553557
- template: generation-templates/php-kiota.yml

.azure-pipelines/generation-templates/go.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ steps:
88
env:
99
MainDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }}/
1010

11-
- pwsh : $(Build.SourcesDirectory)/${{ parameters.repoName }}/scripts/incrementMinorVersion.ps1
12-
displayName: 'Increment minor version number'
13-
workingDirectory: '$(Build.SourcesDirectory)/${{ parameters.repoName }}/scripts'
14-
1511
- pwsh: '$(scriptsDirectory)/copy-go-models.ps1'
1612
displayName: 'Update models'
1713
env:

.azure-pipelines/generation-templates/php-kiota.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,3 @@ steps:
99
BuildConfiguration: $(buildConfiguration)
1010
OutputFullPath: $(kiotaDirectory)/output/*
1111
RepoModelsDir: $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/Generated/
12-
13-
# right now the script runs fine with PHP 8.1 which is what is installed by default on the agent
14-
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
15-
# but we should use a setup task to install the right version of PHP
16-
# however, there does not seem to exist a setup-php task (equivalent to UseDotnet)
17-
18-
- pwsh: 'php $(Build.SourcesDirectory)/${{ parameters.repoName }}/scripts/BumpStableSdkVersion.php'
19-
displayName: Bump minor version for ${{ parameters.repoName }}
20-
workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }}/

0 commit comments

Comments
 (0)