File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ resources:
2727 type : github
2828 endpoint : microsoftgraph (22)
2929 name : microsoftgraph/msgraph-sdk-php
30- ref : dev
30+ ref : main
3131 - repository : msgraph-beta-sdk-php
3232 type : github
3333 endpoint : microsoftgraph (22)
@@ -517,7 +517,7 @@ stages:
517517 branchName : ' kiota/$(betaBranch)'
518518 targetClassName : " BaseGraphClient"
519519 targetNamespace : ' Microsoft\\Graph\\Beta\\Generated'
520- baseBranchName : ' dev '
520+ baseBranchName : ' main '
521521 cleanMetadataFolder : $(cleanOpenAPIFolderBeta)
522522 languageSpecificSteps :
523523 - template : generation-templates/php-kiota.yml
@@ -546,7 +546,7 @@ stages:
546546 branchName : ' kiota/$(v1Branch)'
547547 targetClassName : " BaseGraphClient"
548548 targetNamespace : ' Microsoft\\Graph\\Generated'
549- baseBranchName : ' dev '
549+ baseBranchName : ' main '
550550 cleanMetadataFolder : $(cleanOpenAPIFolderV1)
551551 languageSpecificSteps :
552552 - template : generation-templates/php-kiota.yml
You can’t perform that action at this time.
0 commit comments