@@ -11,7 +11,7 @@ import (
11
11
type ManagedAppRegistrationsRequestBuilder struct {
12
12
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
13
13
}
14
- // ManagedAppRegistrationsRequestBuilderGetQueryParameters list properties and relationships of the androidManagedAppRegistration objects.
14
+ // ManagedAppRegistrationsRequestBuilderGetQueryParameters list properties and relationships of the managedAppRegistration objects.
15
15
type ManagedAppRegistrationsRequestBuilderGetQueryParameters struct {
16
16
// Include count of items
17
17
Count * bool `uriparametername:"%24count"`
@@ -76,12 +76,12 @@ func NewManagedAppRegistrationsRequestBuilder(rawUrl string, requestAdapter i2ae
76
76
func (m * ManagedAppRegistrationsRequestBuilder ) Count ()(* ManagedAppRegistrationsCountRequestBuilder ) {
77
77
return NewManagedAppRegistrationsCountRequestBuilderInternal (m .BaseRequestBuilder .PathParameters , m .BaseRequestBuilder .RequestAdapter )
78
78
}
79
- // Get list properties and relationships of the androidManagedAppRegistration objects.
79
+ // Get list properties and relationships of the managedAppRegistration objects.
80
80
// returns a ManagedAppRegistrationCollectionResponseable when successful
81
81
// returns a ODataError error when the service returns a 4XX or 5XX status code
82
82
// [Find more info here]
83
83
//
84
- // [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration -list?view=graph-rest-1.0
84
+ // [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration -list?view=graph-rest-1.0
85
85
func (m * ManagedAppRegistrationsRequestBuilder ) Get (ctx context.Context , requestConfiguration * ManagedAppRegistrationsRequestBuilderGetRequestConfiguration )(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedAppRegistrationCollectionResponseable , error ) {
86
86
requestInfo , err := m .ToGetRequestInformation (ctx , requestConfiguration );
87
87
if err != nil {
@@ -127,7 +127,7 @@ func (m *ManagedAppRegistrationsRequestBuilder) Post(ctx context.Context, body i
127
127
}
128
128
return res .(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedAppRegistrationable ), nil
129
129
}
130
- // ToGetRequestInformation list properties and relationships of the androidManagedAppRegistration objects.
130
+ // ToGetRequestInformation list properties and relationships of the managedAppRegistration objects.
131
131
// returns a *RequestInformation when successful
132
132
func (m * ManagedAppRegistrationsRequestBuilder ) ToGetRequestInformation (ctx context.Context , requestConfiguration * ManagedAppRegistrationsRequestBuilderGetRequestConfiguration )(* i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation , error ) {
133
133
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .NewRequestInformationWithMethodAndUrlTemplateAndPathParameters (i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .GET , m .BaseRequestBuilder .UrlTemplate , m .BaseRequestBuilder .PathParameters )
0 commit comments