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 8819b10 commit 131b5faCopy full SHA for 131b5fa
.azure-pipelines/generation-pipeline.yml
@@ -514,6 +514,7 @@ stages:
514
language: 'php'
515
version: 'beta'
516
repoName: 'msgraph-beta-sdk-php'
517
+ baseBranchName: 'main'
518
branchName: 'kiota/$(betaBranch)'
519
targetClassName: "BaseGraphClient"
520
targetNamespace: 'Microsoft\\Graph\\Beta\\Generated'
@@ -543,6 +544,7 @@ stages:
543
544
version: ''
545
repoName: 'msgraph-sdk-php'
546
branchName: 'kiota/$(v1Branch)'
547
548
549
targetNamespace: 'Microsoft\\Graph\\Generated'
550
cleanMetadataFolder: $(cleanOpenAPIFolderV1)
0 commit comments