Skip to content

Commit b5ce65c

Browse files
authored
Merge pull request #826 from microsoftgraph/baywet-patch-1
- updates generation assignment to ramses
2 parents 3655783 + 2822663 commit b5ce65c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/create-v1.0-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
MESSAGE_TITLE: Generated v1.0 models and request builders using Typewriter
4040
MESSAGE_BODY: "This pull request was automatically created by the GitHub Action, **${{github.workflow}}**. \n\n The commit hash is _${{github.sha}}_. \n\n **Important** Check for unexpected deletions or changes in this PR."
4141
REVIEWERS: peombwa,ddyett,zengin,nikithauc,baywet
42-
ASSIGNEDTO: baywet
42+
ASSIGNEDTO: ramsessanchez
4343
LABELS: generated
4444
BASE: dev
4545
run: |

typeSummary.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231478,13 +231478,13 @@
231478231478
return type boolean
231479231479
class com.microsoft.graph.tasks.LargeFileUploadResponseHandler
231480231480
method generateResult
231481-
return type com.microsoft.graph.tasks.LargeFileUploadResponse
231481+
return type java.lang.Object
231482231482
param arg0 : com.microsoft.graph.http.IHttpRequest
231483231483
param arg1 : java.lang.Object
231484231484
param arg2 : com.microsoft.graph.serializer.ISerializer
231485231485
param arg3 : com.microsoft.graph.logger.ILogger
231486231486
method generateResult
231487-
return type java.lang.Object
231487+
return type com.microsoft.graph.tasks.LargeFileUploadResponse
231488231488
param arg0 : com.microsoft.graph.http.IHttpRequest
231489231489
param arg1 : java.lang.Object
231490231490
param arg2 : com.microsoft.graph.serializer.ISerializer

0 commit comments

Comments
 (0)