Skip to content

Commit

Permalink
feat(generation): update request builders and models (#719)
Browse files Browse the repository at this point in the history
Update generated files with build 150887

Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
  • Loading branch information
andrueastman and Microsoft Graph DevX Tooling authored May 30, 2024
1 parent 61e3d38 commit def5ec4
Show file tree
Hide file tree
Showing 17,244 changed files with 1,025,050 additions and 862,881 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
12 changes: 6 additions & 6 deletions admin/admin_request_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ func (m *AdminRequestBuilder) Get(ctx context.Context, requestConfiguration *Adm
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Adminable), nil
}
// Microsoft365Apps provides operations to manage the microsoft365Apps property of the microsoft.graph.admin entity.
// returns a *Microsoft365AppsRequestBuilder when successful
func (m *AdminRequestBuilder) Microsoft365Apps()(*Microsoft365AppsRequestBuilder) {
return NewMicrosoft365AppsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
// returns a *Microsoft365appsMicrosoft365AppsRequestBuilder when successful
func (m *AdminRequestBuilder) Microsoft365Apps()(*Microsoft365appsMicrosoft365AppsRequestBuilder) {
return NewMicrosoft365appsMicrosoft365AppsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
// Patch update admin
// returns a Adminable when successful
Expand Down Expand Up @@ -103,9 +103,9 @@ func (m *AdminRequestBuilder) People()(*PeopleRequestBuilder) {
return NewPeopleRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
// ServiceAnnouncement provides operations to manage the serviceAnnouncement property of the microsoft.graph.admin entity.
// returns a *ServiceAnnouncementRequestBuilder when successful
func (m *AdminRequestBuilder) ServiceAnnouncement()(*ServiceAnnouncementRequestBuilder) {
return NewServiceAnnouncementRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
// returns a *ServiceannouncementServiceAnnouncementRequestBuilder when successful
func (m *AdminRequestBuilder) ServiceAnnouncement()(*ServiceannouncementServiceAnnouncementRequestBuilder) {
return NewServiceannouncementServiceAnnouncementRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
// Sharepoint provides operations to manage the sharepoint property of the microsoft.graph.admin entity.
// returns a *SharepointRequestBuilder when successful
Expand Down
162 changes: 0 additions & 162 deletions admin/edge_internet_explorer_mode_request_builder.go

This file was deleted.

Loading

0 comments on commit def5ec4

Please sign in to comment.