diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae4fae1a87..ab126117c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
+## [1.34.0]- 2024-02-21
+
+### Changed
+
+- Weekly generation.
+
## [1.33.0]- 2024-02-14
### Changed
diff --git a/admin/service_announcement_messages_archive_request_builder.go b/admin/service_announcement_messages_archive_request_builder.go
index aeb1ff0000..f0ed48262f 100644
--- a/admin/service_announcement_messages_archive_request_builder.go
+++ b/admin/service_announcement_messages_archive_request_builder.go
@@ -31,7 +31,7 @@ func NewServiceAnnouncementMessagesArchiveRequestBuilder(rawUrl string, requestA
return NewServiceAnnouncementMessagesArchiveRequestBuilderInternal(urlParams, requestAdapter)
}
// Post archive a list of serviceUpdateMessages for the signed in user.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsArchivePostResponse instead.
// returns a ServiceAnnouncementMessagesArchiveResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/admin/service_announcement_messages_archive_response.go b/admin/service_announcement_messages_archive_response.go
index 5b143953b6..4b4c82aeca 100644
--- a/admin/service_announcement_messages_archive_response.go
+++ b/admin/service_announcement_messages_archive_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesArchivePostResponseable instead.
type ServiceAnnouncementMessagesArchiveResponse struct {
ServiceAnnouncementMessagesArchivePostResponse
}
@@ -20,7 +20,7 @@ func NewServiceAnnouncementMessagesArchiveResponse()(*ServiceAnnouncementMessage
func CreateServiceAnnouncementMessagesArchiveResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesArchiveResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesArchivePostResponseable instead.
type ServiceAnnouncementMessagesArchiveResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
ServiceAnnouncementMessagesArchivePostResponseable
diff --git a/admin/service_announcement_messages_favorite_request_builder.go b/admin/service_announcement_messages_favorite_request_builder.go
index 8c6e3cb41e..3ae4f6c237 100644
--- a/admin/service_announcement_messages_favorite_request_builder.go
+++ b/admin/service_announcement_messages_favorite_request_builder.go
@@ -31,7 +31,7 @@ func NewServiceAnnouncementMessagesFavoriteRequestBuilder(rawUrl string, request
return NewServiceAnnouncementMessagesFavoriteRequestBuilderInternal(urlParams, requestAdapter)
}
// Post change the status of a list of serviceUpdateMessages to favorite for the signed in user.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsFavoritePostResponse instead.
// returns a ServiceAnnouncementMessagesFavoriteResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/admin/service_announcement_messages_favorite_response.go b/admin/service_announcement_messages_favorite_response.go
index 4b9ca86fec..528d65b33d 100644
--- a/admin/service_announcement_messages_favorite_response.go
+++ b/admin/service_announcement_messages_favorite_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesFavoritePostResponseable instead.
type ServiceAnnouncementMessagesFavoriteResponse struct {
ServiceAnnouncementMessagesFavoritePostResponse
}
@@ -20,7 +20,7 @@ func NewServiceAnnouncementMessagesFavoriteResponse()(*ServiceAnnouncementMessag
func CreateServiceAnnouncementMessagesFavoriteResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesFavoriteResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesFavoritePostResponseable instead.
type ServiceAnnouncementMessagesFavoriteResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
ServiceAnnouncementMessagesFavoritePostResponseable
diff --git a/admin/service_announcement_messages_mark_read_request_builder.go b/admin/service_announcement_messages_mark_read_request_builder.go
index 5c821f6713..d08b526a49 100644
--- a/admin/service_announcement_messages_mark_read_request_builder.go
+++ b/admin/service_announcement_messages_mark_read_request_builder.go
@@ -31,7 +31,7 @@ func NewServiceAnnouncementMessagesMarkReadRequestBuilder(rawUrl string, request
return NewServiceAnnouncementMessagesMarkReadRequestBuilderInternal(urlParams, requestAdapter)
}
// Post mark a list of serviceUpdateMessages as read for the signed in user.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsMarkReadPostResponse instead.
// returns a ServiceAnnouncementMessagesMarkReadResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/admin/service_announcement_messages_mark_read_response.go b/admin/service_announcement_messages_mark_read_response.go
index 99623e9aa6..1d944dcd4b 100644
--- a/admin/service_announcement_messages_mark_read_response.go
+++ b/admin/service_announcement_messages_mark_read_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesMarkReadPostResponseable instead.
type ServiceAnnouncementMessagesMarkReadResponse struct {
ServiceAnnouncementMessagesMarkReadPostResponse
}
@@ -20,7 +20,7 @@ func NewServiceAnnouncementMessagesMarkReadResponse()(*ServiceAnnouncementMessag
func CreateServiceAnnouncementMessagesMarkReadResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesMarkReadResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesMarkReadPostResponseable instead.
type ServiceAnnouncementMessagesMarkReadResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
ServiceAnnouncementMessagesMarkReadPostResponseable
diff --git a/admin/service_announcement_messages_mark_unread_request_builder.go b/admin/service_announcement_messages_mark_unread_request_builder.go
index e5cb9c4405..b1e01fbfc3 100644
--- a/admin/service_announcement_messages_mark_unread_request_builder.go
+++ b/admin/service_announcement_messages_mark_unread_request_builder.go
@@ -31,7 +31,7 @@ func NewServiceAnnouncementMessagesMarkUnreadRequestBuilder(rawUrl string, reque
return NewServiceAnnouncementMessagesMarkUnreadRequestBuilderInternal(urlParams, requestAdapter)
}
// Post mark a list of serviceUpdateMessages as unread for the signed in user.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsMarkUnreadPostResponse instead.
// returns a ServiceAnnouncementMessagesMarkUnreadResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/admin/service_announcement_messages_mark_unread_response.go b/admin/service_announcement_messages_mark_unread_response.go
index 58763fcbeb..cd494de2a2 100644
--- a/admin/service_announcement_messages_mark_unread_response.go
+++ b/admin/service_announcement_messages_mark_unread_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesMarkUnreadPostResponseable instead.
type ServiceAnnouncementMessagesMarkUnreadResponse struct {
ServiceAnnouncementMessagesMarkUnreadPostResponse
}
@@ -20,7 +20,7 @@ func NewServiceAnnouncementMessagesMarkUnreadResponse()(*ServiceAnnouncementMess
func CreateServiceAnnouncementMessagesMarkUnreadResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesMarkUnreadResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesMarkUnreadPostResponseable instead.
type ServiceAnnouncementMessagesMarkUnreadResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
ServiceAnnouncementMessagesMarkUnreadPostResponseable
diff --git a/admin/service_announcement_messages_unarchive_request_builder.go b/admin/service_announcement_messages_unarchive_request_builder.go
index 1563625e27..ad00c9135a 100644
--- a/admin/service_announcement_messages_unarchive_request_builder.go
+++ b/admin/service_announcement_messages_unarchive_request_builder.go
@@ -31,7 +31,7 @@ func NewServiceAnnouncementMessagesUnarchiveRequestBuilder(rawUrl string, reques
return NewServiceAnnouncementMessagesUnarchiveRequestBuilderInternal(urlParams, requestAdapter)
}
// Post unarchive a list of serviceUpdateMessages for the signed in user.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsUnarchivePostResponse instead.
// returns a ServiceAnnouncementMessagesUnarchiveResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/admin/service_announcement_messages_unarchive_response.go b/admin/service_announcement_messages_unarchive_response.go
index f15e35b5f3..6509679fca 100644
--- a/admin/service_announcement_messages_unarchive_response.go
+++ b/admin/service_announcement_messages_unarchive_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesUnarchivePostResponseable instead.
type ServiceAnnouncementMessagesUnarchiveResponse struct {
ServiceAnnouncementMessagesUnarchivePostResponse
}
@@ -20,7 +20,7 @@ func NewServiceAnnouncementMessagesUnarchiveResponse()(*ServiceAnnouncementMessa
func CreateServiceAnnouncementMessagesUnarchiveResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesUnarchiveResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesUnarchivePostResponseable instead.
type ServiceAnnouncementMessagesUnarchiveResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
ServiceAnnouncementMessagesUnarchivePostResponseable
diff --git a/admin/service_announcement_messages_unfavorite_request_builder.go b/admin/service_announcement_messages_unfavorite_request_builder.go
index 524f93c048..1eb5b15ad4 100644
--- a/admin/service_announcement_messages_unfavorite_request_builder.go
+++ b/admin/service_announcement_messages_unfavorite_request_builder.go
@@ -31,7 +31,7 @@ func NewServiceAnnouncementMessagesUnfavoriteRequestBuilder(rawUrl string, reque
return NewServiceAnnouncementMessagesUnfavoriteRequestBuilderInternal(urlParams, requestAdapter)
}
// Post remove the favorite status of serviceUpdateMessages for the signed in user.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsUnfavoritePostResponse instead.
// returns a ServiceAnnouncementMessagesUnfavoriteResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/admin/service_announcement_messages_unfavorite_response.go b/admin/service_announcement_messages_unfavorite_response.go
index 51aba224f3..0aebbefbd4 100644
--- a/admin/service_announcement_messages_unfavorite_response.go
+++ b/admin/service_announcement_messages_unfavorite_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesUnfavoritePostResponseable instead.
type ServiceAnnouncementMessagesUnfavoriteResponse struct {
ServiceAnnouncementMessagesUnfavoritePostResponse
}
@@ -20,7 +20,7 @@ func NewServiceAnnouncementMessagesUnfavoriteResponse()(*ServiceAnnouncementMess
func CreateServiceAnnouncementMessagesUnfavoriteResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewServiceAnnouncementMessagesUnfavoriteResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ServiceAnnouncementMessagesUnfavoritePostResponseable instead.
type ServiceAnnouncementMessagesUnfavoriteResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
ServiceAnnouncementMessagesUnfavoritePostResponseable
diff --git a/applications/delta_request_builder.go b/applications/delta_request_builder.go
index 830ed1b116..c3d3e5a7be 100644
--- a/applications/delta_request_builder.go
+++ b/applications/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/applications/delta_response.go b/applications/delta_response.go
index 1a22374e8d..163f983d42 100644
--- a/applications/delta_response.go
+++ b/applications/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/applications/get_available_extension_properties_request_builder.go b/applications/get_available_extension_properties_request_builder.go
index 2b1e8d2221..174a7df556 100644
--- a/applications/get_available_extension_properties_request_builder.go
+++ b/applications/get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a GetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/applications/get_available_extension_properties_response.go b/applications/get_available_extension_properties_response.go
index 7131c19797..d9578f6f01 100644
--- a/applications/get_available_extension_properties_response.go
+++ b/applications/get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponse struct {
GetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewGetAvailableExtensionPropertiesResponse()(*GetAvailableExtensionProperti
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponseable interface {
GetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/applications/get_by_ids_request_builder.go b/applications/get_by_ids_request_builder.go
index bc9de2923d..1c25b206ed 100644
--- a/applications/get_by_ids_request_builder.go
+++ b/applications/get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a GetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/applications/get_by_ids_response.go b/applications/get_by_ids_response.go
index 5002d2f6e2..9075475ee0 100644
--- a/applications/get_by_ids_response.go
+++ b/applications/get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponse struct {
GetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) {
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponseable interface {
GetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/applications/item_check_member_groups_request_builder.go b/applications/item_check_member_groups_request_builder.go
index 30327edd7d..9e1f164684 100644
--- a/applications/item_check_member_groups_request_builder.go
+++ b/applications/item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a ItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/applications/item_check_member_groups_response.go b/applications/item_check_member_groups_response.go
index df82845e12..9ac4fae3ec 100644
--- a/applications/item_check_member_groups_response.go
+++ b/applications/item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponse struct {
ItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) {
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponseable interface {
ItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/applications/item_check_member_objects_request_builder.go b/applications/item_check_member_objects_request_builder.go
index a82844081b..1a87ab3c69 100644
--- a/applications/item_check_member_objects_request_builder.go
+++ b/applications/item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a ItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) {
diff --git a/applications/item_check_member_objects_response.go b/applications/item_check_member_objects_response.go
index 1def8c229f..07594b6476 100644
--- a/applications/item_check_member_objects_response.go
+++ b/applications/item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponse struct {
ItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) {
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponseable interface {
ItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/applications/item_get_member_groups_request_builder.go b/applications/item_get_member_groups_request_builder.go
index 91f03817b8..8020554994 100644
--- a/applications/item_get_member_groups_request_builder.go
+++ b/applications/item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a ItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/applications/item_get_member_groups_response.go b/applications/item_get_member_groups_response.go
index 6a7ea09fac..981834999d 100644
--- a/applications/item_get_member_groups_response.go
+++ b/applications/item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponse struct {
ItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) {
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponseable interface {
ItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/applications/item_get_member_objects_request_builder.go b/applications/item_get_member_objects_request_builder.go
index c492ade4e1..22ada66d9c 100644
--- a/applications/item_get_member_objects_request_builder.go
+++ b/applications/item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a ItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/applications/item_get_member_objects_response.go b/applications/item_get_member_objects_response.go
index 901352c1e5..17c215de84 100644
--- a/applications/item_get_member_objects_response.go
+++ b/applications/item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponse struct {
ItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) {
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponseable interface {
ItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/applications/item_synchronization_jobs_item_provision_on_demand_request_builder.go b/applications/item_synchronization_jobs_item_provision_on_demand_request_builder.go
index afffd38947..e51f3abc37 100644
--- a/applications/item_synchronization_jobs_item_provision_on_demand_request_builder.go
+++ b/applications/item_synchronization_jobs_item_provision_on_demand_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSynchronizationJobsItemProvisionOnDemandRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemProvisionOnDemandRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
+// Post select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
// returns a StringKeyStringValuePairable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -54,7 +54,7 @@ func (m *ItemSynchronizationJobsItemProvisionOnDemandRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringKeyStringValuePairable), nil
}
-// ToPostRequestInformation select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
+// ToPostRequestInformation select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
// returns a *RequestInformation when successful
func (m *ItemSynchronizationJobsItemProvisionOnDemandRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationJobsItemProvisionOnDemandPostRequestBodyable, requestConfiguration *ItemSynchronizationJobsItemProvisionOnDemandRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/applications/item_synchronization_jobs_item_schema_filter_operators_request_builder.go b/applications/item_synchronization_jobs_item_schema_filter_operators_request_builder.go
index b095826c63..7122ea4e96 100644
--- a/applications/item_synchronization_jobs_item_schema_filter_operators_request_builder.go
+++ b/applications/item_synchronization_jobs_item_schema_filter_operators_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilder(rawUrl st
return NewItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function filterOperators
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterOperatorsGetResponse instead.
// returns a ItemSynchronizationJobsItemSchemaFilterOperatorsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilderGetRequestConfiguration)(ItemSynchronizationJobsItemSchemaFilterOperatorsResponseable, error) {
diff --git a/applications/item_synchronization_jobs_item_schema_filter_operators_response.go b/applications/item_synchronization_jobs_item_schema_filter_operators_response.go
index 80738e0991..0d09901608 100644
--- a/applications/item_synchronization_jobs_item_schema_filter_operators_response.go
+++ b/applications/item_synchronization_jobs_item_schema_filter_operators_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponseable instead.
type ItemSynchronizationJobsItemSchemaFilterOperatorsResponse struct {
ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSynchronizationJobsItemSchemaFilterOperatorsResponse()(*ItemSynchron
func CreateItemSynchronizationJobsItemSchemaFilterOperatorsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsItemSchemaFilterOperatorsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponseable instead.
type ItemSynchronizationJobsItemSchemaFilterOperatorsResponseable interface {
ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/applications/item_synchronization_jobs_item_schema_functions_request_builder.go b/applications/item_synchronization_jobs_item_schema_functions_request_builder.go
index 0a6b7cb805..6b572cc5a2 100644
--- a/applications/item_synchronization_jobs_item_schema_functions_request_builder.go
+++ b/applications/item_synchronization_jobs_item_schema_functions_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSynchronizationJobsItemSchemaFunctionsRequestBuilder(rawUrl string,
return NewItemSynchronizationJobsItemSchemaFunctionsRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function functions
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFunctionsGetResponse instead.
// returns a ItemSynchronizationJobsItemSchemaFunctionsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSynchronizationJobsItemSchemaFunctionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemSchemaFunctionsRequestBuilderGetRequestConfiguration)(ItemSynchronizationJobsItemSchemaFunctionsResponseable, error) {
diff --git a/applications/item_synchronization_jobs_item_schema_functions_response.go b/applications/item_synchronization_jobs_item_schema_functions_response.go
index c849794278..b383c8cb3d 100644
--- a/applications/item_synchronization_jobs_item_schema_functions_response.go
+++ b/applications/item_synchronization_jobs_item_schema_functions_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFunctionsGetResponseable instead.
type ItemSynchronizationJobsItemSchemaFunctionsResponse struct {
ItemSynchronizationJobsItemSchemaFunctionsGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSynchronizationJobsItemSchemaFunctionsResponse()(*ItemSynchronizatio
func CreateItemSynchronizationJobsItemSchemaFunctionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsItemSchemaFunctionsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFunctionsGetResponseable instead.
type ItemSynchronizationJobsItemSchemaFunctionsResponseable interface {
ItemSynchronizationJobsItemSchemaFunctionsGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/applications/item_synchronization_secrets_request_builder.go b/applications/item_synchronization_secrets_request_builder.go
index 791e6ab32b..de9012296f 100644
--- a/applications/item_synchronization_secrets_request_builder.go
+++ b/applications/item_synchronization_secrets_request_builder.go
@@ -36,7 +36,7 @@ func (m *ItemSynchronizationSecretsRequestBuilder) Count()(*ItemSynchronizationS
return NewItemSynchronizationSecretsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
// Put update property secrets value.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PutAsSecretsPutResponse instead.
// returns a ItemSynchronizationSecretsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSynchronizationSecretsRequestBuilder) Put(ctx context.Context, body ItemSynchronizationSecretsPutRequestBodyable, requestConfiguration *ItemSynchronizationSecretsRequestBuilderPutRequestConfiguration)(ItemSynchronizationSecretsResponseable, error) {
diff --git a/applications/item_synchronization_secrets_response.go b/applications/item_synchronization_secrets_response.go
index 7f79b00450..e522632fa7 100644
--- a/applications/item_synchronization_secrets_response.go
+++ b/applications/item_synchronization_secrets_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationSecretsPutResponseable instead.
type ItemSynchronizationSecretsResponse struct {
ItemSynchronizationSecretsPutResponse
}
@@ -20,7 +20,7 @@ func NewItemSynchronizationSecretsResponse()(*ItemSynchronizationSecretsResponse
func CreateItemSynchronizationSecretsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationSecretsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationSecretsPutResponseable instead.
type ItemSynchronizationSecretsResponseable interface {
ItemSynchronizationSecretsPutResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/applications/item_synchronization_templates_item_schema_filter_operators_request_builder.go b/applications/item_synchronization_templates_item_schema_filter_operators_request_builder.go
index b3ed0a310c..800a13e309 100644
--- a/applications/item_synchronization_templates_item_schema_filter_operators_request_builder.go
+++ b/applications/item_synchronization_templates_item_schema_filter_operators_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilder(rawU
return NewItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function filterOperators
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterOperatorsGetResponse instead.
// returns a ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilderGetRequestConfiguration)(ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseable, error) {
diff --git a/applications/item_synchronization_templates_item_schema_filter_operators_response.go b/applications/item_synchronization_templates_item_schema_filter_operators_response.go
index 2ad121c5c5..07f8f8557e 100644
--- a/applications/item_synchronization_templates_item_schema_filter_operators_response.go
+++ b/applications/item_synchronization_templates_item_schema_filter_operators_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponseable instead.
type ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponse struct {
ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSynchronizationTemplatesItemSchemaFilterOperatorsResponse()(*ItemSyn
func CreateItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationTemplatesItemSchemaFilterOperatorsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponseable instead.
type ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseable interface {
ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/applications/item_synchronization_templates_item_schema_functions_request_builder.go b/applications/item_synchronization_templates_item_schema_functions_request_builder.go
index 7f9c3d824f..66a8fe2dfd 100644
--- a/applications/item_synchronization_templates_item_schema_functions_request_builder.go
+++ b/applications/item_synchronization_templates_item_schema_functions_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilder(rawUrl str
return NewItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function functions
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFunctionsGetResponse instead.
// returns a ItemSynchronizationTemplatesItemSchemaFunctionsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilderGetRequestConfiguration)(ItemSynchronizationTemplatesItemSchemaFunctionsResponseable, error) {
diff --git a/applications/item_synchronization_templates_item_schema_functions_response.go b/applications/item_synchronization_templates_item_schema_functions_response.go
index 54821d351a..90fe0988a8 100644
--- a/applications/item_synchronization_templates_item_schema_functions_response.go
+++ b/applications/item_synchronization_templates_item_schema_functions_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFunctionsGetResponseable instead.
type ItemSynchronizationTemplatesItemSchemaFunctionsResponse struct {
ItemSynchronizationTemplatesItemSchemaFunctionsGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSynchronizationTemplatesItemSchemaFunctionsResponse()(*ItemSynchroni
func CreateItemSynchronizationTemplatesItemSchemaFunctionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationTemplatesItemSchemaFunctionsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFunctionsGetResponseable instead.
type ItemSynchronizationTemplatesItemSchemaFunctionsResponseable interface {
ItemSynchronizationTemplatesItemSchemaFunctionsGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/chats/get_all_messages_request_builder.go b/chats/get_all_messages_request_builder.go
index 16d76d9b22..5a750221e7 100644
--- a/chats/get_all_messages_request_builder.go
+++ b/chats/get_all_messages_request_builder.go
@@ -54,7 +54,7 @@ func NewGetAllMessagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
return NewGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAllMessages
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead.
// returns a GetAllMessagesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *GetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *GetAllMessagesRequestBuilderGetRequestConfiguration)(GetAllMessagesResponseable, error) {
diff --git a/chats/get_all_messages_response.go b/chats/get_all_messages_response.go
index f7a622d4e7..cb9d8b6daa 100644
--- a/chats/get_all_messages_response.go
+++ b/chats/get_all_messages_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAllMessagesGetResponseable instead.
type GetAllMessagesResponse struct {
GetAllMessagesGetResponse
}
@@ -20,7 +20,7 @@ func NewGetAllMessagesResponse()(*GetAllMessagesResponse) {
func CreateGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAllMessagesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAllMessagesGetResponseable instead.
type GetAllMessagesResponseable interface {
GetAllMessagesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/chats/item_members_add_request_builder.go b/chats/item_members_add_request_builder.go
index f568bf51a2..f63485ce97 100644
--- a/chats/item_members_add_request_builder.go
+++ b/chats/item_members_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMembersAddRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
return NewItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a ItemMembersAddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/chats/item_members_add_response.go b/chats/item_members_add_response.go
index 3643c10105..cb2d4a882e 100644
--- a/chats/item_members_add_response.go
+++ b/chats/item_members_add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMembersAddPostResponseable instead.
type ItemMembersAddResponse struct {
ItemMembersAddPostResponse
}
@@ -20,7 +20,7 @@ func NewItemMembersAddResponse()(*ItemMembersAddResponse) {
func CreateItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMembersAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMembersAddPostResponseable instead.
type ItemMembersAddResponseable interface {
ItemMembersAddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/chats/item_members_conversation_member_item_request_builder.go b/chats/item_members_conversation_member_item_request_builder.go
index 50117b1013..499b0ab8c2 100644
--- a/chats/item_members_conversation_member_item_request_builder.go
+++ b/chats/item_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemMembersConversationMemberItemRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemMembersConversationMemberItemRequestBuilderGetQueryParameters retrieve a conversationMember from a chat.
+// ItemMembersConversationMemberItemRequestBuilderGetQueryParameters retrieve a conversationMember from a chat or channel.
type ItemMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -73,12 +73,12 @@ func (m *ItemMembersConversationMemberItemRequestBuilder) Delete(ctx context.Con
}
return nil
}
-// Get retrieve a conversationMember from a chat.
+// Get retrieve a conversationMember from a chat or channel.
// returns a ConversationMemberable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0
func (m *ItemMembersConversationMemberItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -127,7 +127,7 @@ func (m *ItemMembersConversationMemberItemRequestBuilder) ToDeleteRequestInforma
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a conversationMember from a chat.
+// ToGetRequestInformation retrieve a conversationMember from a chat or channel.
// returns a *RequestInformation when successful
func (m *ItemMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/chats/item_messages_delta_request_builder.go b/chats/item_messages_delta_request_builder.go
index 63aa9a4df8..c2b4759ae1 100644
--- a/chats/item_messages_delta_request_builder.go
+++ b/chats/item_messages_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemMessagesDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
return NewItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemMessagesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemMessagesDeltaResponseable, error) {
diff --git a/chats/item_messages_delta_response.go b/chats/item_messages_delta_response.go
index b7c64a98a8..b6b53002c8 100644
--- a/chats/item_messages_delta_response.go
+++ b/chats/item_messages_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMessagesDeltaGetResponseable instead.
type ItemMessagesDeltaResponse struct {
ItemMessagesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemMessagesDeltaResponse()(*ItemMessagesDeltaResponse) {
func CreateItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMessagesDeltaGetResponseable instead.
type ItemMessagesDeltaResponseable interface {
ItemMessagesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/chats/item_messages_item_replies_delta_request_builder.go b/chats/item_messages_item_replies_delta_request_builder.go
index ee7bdc8d39..10699984fb 100644
--- a/chats/item_messages_item_replies_delta_request_builder.go
+++ b/chats/item_messages_item_replies_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemMessagesItemRepliesDeltaRequestBuilder(rawUrl string, requestAdapter
return NewItemMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemMessagesItemRepliesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemMessagesItemRepliesDeltaResponseable, error) {
diff --git a/chats/item_messages_item_replies_delta_response.go b/chats/item_messages_item_replies_delta_response.go
index c960d4c94b..3498965e2b 100644
--- a/chats/item_messages_item_replies_delta_response.go
+++ b/chats/item_messages_item_replies_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMessagesItemRepliesDeltaGetResponseable instead.
type ItemMessagesItemRepliesDeltaResponse struct {
ItemMessagesItemRepliesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemMessagesItemRepliesDeltaResponse()(*ItemMessagesItemRepliesDeltaResp
func CreateItemMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesItemRepliesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMessagesItemRepliesDeltaGetResponseable instead.
type ItemMessagesItemRepliesDeltaResponseable interface {
ItemMessagesItemRepliesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/chats/item_messages_item_replies_request_builder.go b/chats/item_messages_item_replies_request_builder.go
index c71846c960..3dbdc946b0 100644
--- a/chats/item_messages_item_replies_request_builder.go
+++ b/chats/item_messages_item_replies_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemMessagesItemRepliesRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel.
+// Post send a new reply to a chatMessage in a specified channel.
// returns a ChatMessageable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemMessagesItemRepliesRequestBuilder) ToGetRequestInformation(ctx cont
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel.
// returns a *RequestInformation when successful
func (m *ItemMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies", m.BaseRequestBuilder.PathParameters)
diff --git a/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_get_direct_routing_calls_with_from_date_time_with_to_date_time_response.go b/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_get_direct_routing_calls_with_from_date_time_with_to_date_time_response.go
index 564437d437..68515034ed 100644
--- a/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_get_direct_routing_calls_with_from_date_time_with_to_date_time_response.go
+++ b/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_get_direct_routing_calls_with_from_date_time_with_to_date_time_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponseable instead.
type CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeResponse struct {
CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse
}
@@ -20,7 +20,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTim
func CreateCallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponseable instead.
type CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeResponseable interface {
CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_request_builder.go b/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_request_builder.go
index ec98bb8eae..4a90d142ac 100644
--- a/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_request_builder.go
+++ b/communications/call_records_microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_request_builder.go
@@ -53,7 +53,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTim
return NewCallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil)
}
// Get invoke function getDirectRoutingCalls
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse instead.
// returns a CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilderGetRequestConfiguration)(CallRecordsMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetDirectRoutingCallsWithFromDateTimeWithToDateTimeResponseable, error) {
diff --git a/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_get_pstn_calls_with_from_date_time_with_to_date_time_response.go b/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_get_pstn_calls_with_from_date_time_with_to_date_time_response.go
index d92bfd3bab..23bf1c54b8 100644
--- a/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_get_pstn_calls_with_from_date_time_with_to_date_time_response.go
+++ b/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_get_pstn_calls_with_from_date_time_with_to_date_time_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeGetResponseable instead.
type CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeResponse struct {
CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeGetResponse
}
@@ -20,7 +20,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDa
func CreateCallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeGetResponseable instead.
type CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeResponseable interface {
CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_request_builder.go b/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_request_builder.go
index 5c7f9d133e..e842102b7f 100644
--- a/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_request_builder.go
+++ b/communications/call_records_microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_request_builder.go
@@ -53,7 +53,7 @@ func NewCallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDa
return NewCallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil)
}
// Get invoke function getPstnCalls
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetPstnCallsWithFromDateTimeWithToDateTimeGetResponse instead.
// returns a CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetRequestConfiguration)(CallRecordsMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeGetPstnCallsWithFromDateTimeWithToDateTimeResponseable, error) {
diff --git a/communications/get_presences_by_user_id_request_builder.go b/communications/get_presences_by_user_id_request_builder.go
index e5644fdf5b..4f31ff7701 100644
--- a/communications/get_presences_by_user_id_request_builder.go
+++ b/communications/get_presences_by_user_id_request_builder.go
@@ -31,7 +31,7 @@ func NewGetPresencesByUserIdRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewGetPresencesByUserIdRequestBuilderInternal(urlParams, requestAdapter)
}
// Post get the presence information for multiple users.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetPresencesByUserIdPostResponse instead.
// returns a GetPresencesByUserIdResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/communications/get_presences_by_user_id_response.go b/communications/get_presences_by_user_id_response.go
index 037f3b8eed..83cea103a3 100644
--- a/communications/get_presences_by_user_id_response.go
+++ b/communications/get_presences_by_user_id_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetPresencesByUserIdPostResponseable instead.
type GetPresencesByUserIdResponse struct {
GetPresencesByUserIdPostResponse
}
@@ -20,7 +20,7 @@ func NewGetPresencesByUserIdResponse()(*GetPresencesByUserIdResponse) {
func CreateGetPresencesByUserIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetPresencesByUserIdResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetPresencesByUserIdPostResponseable instead.
type GetPresencesByUserIdResponseable interface {
GetPresencesByUserIdPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/communications/online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go b/communications/online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go
index f26fa14d3f..691567786f 100644
--- a/communications/online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go
+++ b/communications/online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go
@@ -31,7 +31,7 @@ func NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilder(rawUrl s
return NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getVirtualAppointmentJoinWebUrl
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetVirtualAppointmentJoinWebUrlGetResponse instead.
// returns a OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilder) Get(ctx context.Context, requestConfiguration *OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration)(OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable, error) {
diff --git a/communications/online_meetings_item_get_virtual_appointment_join_web_url_response.go b/communications/online_meetings_item_get_virtual_appointment_join_web_url_response.go
index b513952a76..0df2987939 100644
--- a/communications/online_meetings_item_get_virtual_appointment_join_web_url_response.go
+++ b/communications/online_meetings_item_get_virtual_appointment_join_web_url_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable instead.
type OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse struct {
OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse
}
@@ -20,7 +20,7 @@ func NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse()(*OnlineMeeti
func CreateOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable instead.
type OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable interface {
OnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/connections/item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go b/connections/item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go
index cf60ca41b7..c89dd24693 100644
--- a/connections/item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go
+++ b/connections/item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponseable instead.
type ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponse struct {
ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesR
func CreateItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponseable instead.
type ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseable interface {
ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/connections/item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go b/connections/item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go
index 8856b414d4..f15226d6d5 100644
--- a/connections/item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go
+++ b/connections/item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder
return NewItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action addActivities
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddActivitiesPostResponse instead.
// returns a ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder) Post(ctx context.Context, body ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostRequestBodyable, requestConfiguration *ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilderPostRequestConfiguration)(ItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseable, error) {
diff --git a/contacts/delta_request_builder.go b/contacts/delta_request_builder.go
index e2f65965b9..013048c0aa 100644
--- a/contacts/delta_request_builder.go
+++ b/contacts/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/contacts/delta_response.go b/contacts/delta_response.go
index 11b9d94359..5ecb311fe5 100644
--- a/contacts/delta_response.go
+++ b/contacts/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/contacts/get_available_extension_properties_request_builder.go b/contacts/get_available_extension_properties_request_builder.go
index 8cab5702b7..4baebd21b3 100644
--- a/contacts/get_available_extension_properties_request_builder.go
+++ b/contacts/get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a GetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/contacts/get_available_extension_properties_response.go b/contacts/get_available_extension_properties_response.go
index 055ccd2134..2e75917529 100644
--- a/contacts/get_available_extension_properties_response.go
+++ b/contacts/get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponse struct {
GetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewGetAvailableExtensionPropertiesResponse()(*GetAvailableExtensionProperti
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponseable interface {
GetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/contacts/get_by_ids_request_builder.go b/contacts/get_by_ids_request_builder.go
index 99c8a64399..22f9096154 100644
--- a/contacts/get_by_ids_request_builder.go
+++ b/contacts/get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a GetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/contacts/get_by_ids_response.go b/contacts/get_by_ids_response.go
index 38d936235e..81e90a645f 100644
--- a/contacts/get_by_ids_response.go
+++ b/contacts/get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponse struct {
GetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) {
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponseable interface {
GetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/contacts/item_check_member_groups_request_builder.go b/contacts/item_check_member_groups_request_builder.go
index 2f5e96f11f..5b42f51397 100644
--- a/contacts/item_check_member_groups_request_builder.go
+++ b/contacts/item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a ItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/contacts/item_check_member_groups_response.go b/contacts/item_check_member_groups_response.go
index da4bfaaead..12aad33ebc 100644
--- a/contacts/item_check_member_groups_response.go
+++ b/contacts/item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponse struct {
ItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) {
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponseable interface {
ItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/contacts/item_check_member_objects_request_builder.go b/contacts/item_check_member_objects_request_builder.go
index dae1285530..5f329b449d 100644
--- a/contacts/item_check_member_objects_request_builder.go
+++ b/contacts/item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a ItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) {
diff --git a/contacts/item_check_member_objects_response.go b/contacts/item_check_member_objects_response.go
index b75ac7a4d3..d68b1510ad 100644
--- a/contacts/item_check_member_objects_response.go
+++ b/contacts/item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponse struct {
ItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) {
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponseable interface {
ItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/contacts/item_get_member_groups_request_builder.go b/contacts/item_get_member_groups_request_builder.go
index 990abde6be..5e56e764ee 100644
--- a/contacts/item_get_member_groups_request_builder.go
+++ b/contacts/item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a ItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/contacts/item_get_member_groups_response.go b/contacts/item_get_member_groups_response.go
index 6f0e8ed50f..3c146be4c2 100644
--- a/contacts/item_get_member_groups_response.go
+++ b/contacts/item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponse struct {
ItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) {
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponseable interface {
ItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/contacts/item_get_member_objects_request_builder.go b/contacts/item_get_member_objects_request_builder.go
index 0f480aea2d..3e6d7e844d 100644
--- a/contacts/item_get_member_objects_request_builder.go
+++ b/contacts/item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a ItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/contacts/item_get_member_objects_response.go b/contacts/item_get_member_objects_response.go
index 78a38982cc..58d75e9748 100644
--- a/contacts/item_get_member_objects_response.go
+++ b/contacts/item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponse struct {
ItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) {
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponseable interface {
ItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/contracts/delta_request_builder.go b/contracts/delta_request_builder.go
index 7963a62838..b91e3d8549 100644
--- a/contracts/delta_request_builder.go
+++ b/contracts/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/contracts/delta_response.go b/contracts/delta_response.go
index 7ccd688891..e91dfeb7d2 100644
--- a/contracts/delta_response.go
+++ b/contracts/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/contracts/get_available_extension_properties_request_builder.go b/contracts/get_available_extension_properties_request_builder.go
index fab7539e81..7b90aa3f55 100644
--- a/contracts/get_available_extension_properties_request_builder.go
+++ b/contracts/get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a GetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/contracts/get_available_extension_properties_response.go b/contracts/get_available_extension_properties_response.go
index 5de3804316..c2534ebc14 100644
--- a/contracts/get_available_extension_properties_response.go
+++ b/contracts/get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponse struct {
GetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewGetAvailableExtensionPropertiesResponse()(*GetAvailableExtensionProperti
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponseable interface {
GetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/contracts/get_by_ids_request_builder.go b/contracts/get_by_ids_request_builder.go
index 6bb1533dfc..369b0500c8 100644
--- a/contracts/get_by_ids_request_builder.go
+++ b/contracts/get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a GetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/contracts/get_by_ids_response.go b/contracts/get_by_ids_response.go
index b36b85aff8..823fdd2b49 100644
--- a/contracts/get_by_ids_response.go
+++ b/contracts/get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponse struct {
GetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) {
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponseable interface {
GetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/contracts/item_check_member_groups_request_builder.go b/contracts/item_check_member_groups_request_builder.go
index a49be1c872..5366e23d77 100644
--- a/contracts/item_check_member_groups_request_builder.go
+++ b/contracts/item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a ItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/contracts/item_check_member_groups_response.go b/contracts/item_check_member_groups_response.go
index 2f68e4ac01..e029a8f722 100644
--- a/contracts/item_check_member_groups_response.go
+++ b/contracts/item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponse struct {
ItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) {
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponseable interface {
ItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/contracts/item_check_member_objects_request_builder.go b/contracts/item_check_member_objects_request_builder.go
index 0eb6762c7b..7a9fcf3963 100644
--- a/contracts/item_check_member_objects_request_builder.go
+++ b/contracts/item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a ItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) {
diff --git a/contracts/item_check_member_objects_response.go b/contracts/item_check_member_objects_response.go
index 86b63b662b..2e54ea1b96 100644
--- a/contracts/item_check_member_objects_response.go
+++ b/contracts/item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponse struct {
ItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) {
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponseable interface {
ItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/contracts/item_get_member_groups_request_builder.go b/contracts/item_get_member_groups_request_builder.go
index 4e65b7eb92..ffd180ba60 100644
--- a/contracts/item_get_member_groups_request_builder.go
+++ b/contracts/item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a ItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/contracts/item_get_member_groups_response.go b/contracts/item_get_member_groups_response.go
index d46043c6ea..c693a746fb 100644
--- a/contracts/item_get_member_groups_response.go
+++ b/contracts/item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponse struct {
ItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) {
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponseable interface {
ItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/contracts/item_get_member_objects_request_builder.go b/contracts/item_get_member_objects_request_builder.go
index 456af08f57..ff45e2c800 100644
--- a/contracts/item_get_member_objects_request_builder.go
+++ b/contracts/item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a ItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/contracts/item_get_member_objects_response.go b/contracts/item_get_member_objects_response.go
index 6fbabea5d0..aa14387693 100644
--- a/contracts/item_get_member_objects_response.go
+++ b/contracts/item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponse struct {
ItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) {
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponseable interface {
ItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/deviceappmanagement/device_app_management_request_builder.go b/deviceappmanagement/device_app_management_request_builder.go
index e1f06f68a9..2b5665fe4a 100644
--- a/deviceappmanagement/device_app_management_request_builder.go
+++ b/deviceappmanagement/device_app_management_request_builder.go
@@ -62,7 +62,7 @@ func (m *DeviceAppManagementRequestBuilder) DefaultManagedAppProtections()(*Defa
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0
func (m *DeviceAppManagementRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceAppManagementRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceAppManagementable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -130,7 +130,7 @@ func (m *DeviceAppManagementRequestBuilder) MobileApps()(*MobileAppsRequestBuild
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0
func (m *DeviceAppManagementRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceAppManagementable, requestConfiguration *DeviceAppManagementRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceAppManagementable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
diff --git a/deviceappmanagement/managed_app_policies_item_target_apps_request_builder.go b/deviceappmanagement/managed_app_policies_item_target_apps_request_builder.go
index 1a6181f78a..0c6f9f93b0 100644
--- a/deviceappmanagement/managed_app_policies_item_target_apps_request_builder.go
+++ b/deviceappmanagement/managed_app_policies_item_target_apps_request_builder.go
@@ -34,7 +34,7 @@ func NewManagedAppPoliciesItemTargetAppsRequestBuilder(rawUrl string, requestAda
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0
func (m *ManagedAppPoliciesItemTargetAppsRequestBuilder) Post(ctx context.Context, body ManagedAppPoliciesItemTargetAppsPostRequestBodyable, requestConfiguration *ManagedAppPoliciesItemTargetAppsRequestBuilderPostRequestConfiguration)(error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
diff --git a/deviceappmanagement/managed_app_policies_managed_app_policy_item_request_builder.go b/deviceappmanagement/managed_app_policies_managed_app_policy_item_request_builder.go
index de5a49f0c4..ac67d4769d 100644
--- a/deviceappmanagement/managed_app_policies_managed_app_policy_item_request_builder.go
+++ b/deviceappmanagement/managed_app_policies_managed_app_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type ManagedAppPoliciesManagedAppPolicyItemRequestBuilderDeleteRequestConfigurat
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ManagedAppPoliciesManagedAppPolicyItemRequestBuilderGetQueryParameters read properties and relationships of the managedAppConfiguration object.
+// ManagedAppPoliciesManagedAppPolicyItemRequestBuilderGetQueryParameters read properties and relationships of the targetedManagedAppProtection object.
type ManagedAppPoliciesManagedAppPolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -70,12 +70,12 @@ func (m *ManagedAppPoliciesManagedAppPolicyItemRequestBuilder) Delete(ctx contex
}
return nil
}
-// Get read properties and relationships of the managedAppConfiguration object.
+// Get read properties and relationships of the targetedManagedAppProtection object.
// returns a ManagedAppPolicyable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0
func (m *ManagedAppPoliciesManagedAppPolicyItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedAppPoliciesManagedAppPolicyItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedAppPolicyable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -129,7 +129,7 @@ func (m *ManagedAppPoliciesManagedAppPolicyItemRequestBuilder) ToDeleteRequestIn
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation read properties and relationships of the managedAppConfiguration object.
+// ToGetRequestInformation read properties and relationships of the targetedManagedAppProtection object.
// returns a *RequestInformation when successful
func (m *ManagedAppPoliciesManagedAppPolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ManagedAppPoliciesManagedAppPolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/deviceappmanagement/managed_app_policies_request_builder.go b/deviceappmanagement/managed_app_policies_request_builder.go
index 8506c745b4..d704c72f92 100644
--- a/deviceappmanagement/managed_app_policies_request_builder.go
+++ b/deviceappmanagement/managed_app_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type ManagedAppPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ManagedAppPoliciesRequestBuilderGetQueryParameters list properties and relationships of the managedAppConfiguration objects.
+// ManagedAppPoliciesRequestBuilderGetQueryParameters list properties and relationships of the managedAppPolicy objects.
type ManagedAppPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,12 +76,12 @@ func NewManagedAppPoliciesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *ManagedAppPoliciesRequestBuilder) Count()(*ManagedAppPoliciesCountRequestBuilder) {
return NewManagedAppPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the managedAppConfiguration objects.
+// Get list properties and relationships of the managedAppPolicy objects.
// returns a ManagedAppPolicyCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0
func (m *ManagedAppPoliciesRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedAppPoliciesRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedAppPolicyCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -119,7 +119,7 @@ func (m *ManagedAppPoliciesRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedAppPolicyable), nil
}
-// ToGetRequestInformation list properties and relationships of the managedAppConfiguration objects.
+// ToGetRequestInformation list properties and relationships of the managedAppPolicy objects.
// returns a *RequestInformation when successful
func (m *ManagedAppPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ManagedAppPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_request_builder.go b/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_request_builder.go
index 759906d238..eff0ee22a5 100644
--- a/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_request_builder.go
+++ b/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_request_builder.go
@@ -46,7 +46,7 @@ func NewManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationRequestBuilde
return NewManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getUserIdsWithFlaggedAppRegistration
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetUserIdsWithFlaggedAppRegistrationGetResponse instead.
// returns a ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationRequestBuilderGetRequestConfiguration)(ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponseable, error) {
diff --git a/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_response.go b/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_response.go
index bad1fbe1eb..66269c02c4 100644
--- a/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_response.go
+++ b/deviceappmanagement/managed_app_registrations_get_user_ids_with_flagged_app_registration_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationGetResponseable instead.
type ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponse struct {
ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationGetResponse
}
@@ -20,7 +20,7 @@ func NewManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponse()(*M
func CreateManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationGetResponseable instead.
type ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationResponseable interface {
ManagedAppRegistrationsGetUserIdsWithFlaggedAppRegistrationGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/deviceappmanagement/managed_app_registrations_item_applied_policies_item_target_apps_request_builder.go b/deviceappmanagement/managed_app_registrations_item_applied_policies_item_target_apps_request_builder.go
index 36a08e1b66..6a494018d5 100644
--- a/deviceappmanagement/managed_app_registrations_item_applied_policies_item_target_apps_request_builder.go
+++ b/deviceappmanagement/managed_app_registrations_item_applied_policies_item_target_apps_request_builder.go
@@ -34,7 +34,7 @@ func NewManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsRequestBuilder(r
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0
func (m *ManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsRequestBuilder) Post(ctx context.Context, body ManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsPostRequestBodyable, requestConfiguration *ManagedAppRegistrationsItemAppliedPoliciesItemTargetAppsRequestBuilderPostRequestConfiguration)(error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
diff --git a/deviceappmanagement/managed_app_registrations_item_intended_policies_item_target_apps_request_builder.go b/deviceappmanagement/managed_app_registrations_item_intended_policies_item_target_apps_request_builder.go
index aaa08ba093..ee43284d31 100644
--- a/deviceappmanagement/managed_app_registrations_item_intended_policies_item_target_apps_request_builder.go
+++ b/deviceappmanagement/managed_app_registrations_item_intended_policies_item_target_apps_request_builder.go
@@ -34,7 +34,7 @@ func NewManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsRequestBuilder(
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0
func (m *ManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsRequestBuilder) Post(ctx context.Context, body ManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsPostRequestBodyable, requestConfiguration *ManagedAppRegistrationsItemIntendedPoliciesItemTargetAppsRequestBuilderPostRequestConfiguration)(error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
diff --git a/deviceappmanagement/managed_app_registrations_managed_app_registration_item_request_builder.go b/deviceappmanagement/managed_app_registrations_managed_app_registration_item_request_builder.go
index 6edc65cbdc..d252d98cb0 100644
--- a/deviceappmanagement/managed_app_registrations_managed_app_registration_item_request_builder.go
+++ b/deviceappmanagement/managed_app_registrations_managed_app_registration_item_request_builder.go
@@ -18,7 +18,7 @@ type ManagedAppRegistrationsManagedAppRegistrationItemRequestBuilderDeleteReques
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ManagedAppRegistrationsManagedAppRegistrationItemRequestBuilderGetQueryParameters read properties and relationships of the androidManagedAppRegistration object.
+// ManagedAppRegistrationsManagedAppRegistrationItemRequestBuilderGetQueryParameters read properties and relationships of the managedAppRegistration object.
type ManagedAppRegistrationsManagedAppRegistrationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -75,12 +75,12 @@ func (m *ManagedAppRegistrationsManagedAppRegistrationItemRequestBuilder) Delete
}
return nil
}
-// Get read properties and relationships of the androidManagedAppRegistration object.
+// Get read properties and relationships of the managedAppRegistration object.
// returns a ManagedAppRegistrationable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-get?view=graph-rest-1.0
func (m *ManagedAppRegistrationsManagedAppRegistrationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedAppRegistrationsManagedAppRegistrationItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedAppRegistrationable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ManagedAppRegistrationsManagedAppRegistrationItemRequestBuilder) ToDele
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation read properties and relationships of the androidManagedAppRegistration object.
+// ToGetRequestInformation read properties and relationships of the managedAppRegistration object.
// returns a *RequestInformation when successful
func (m *ManagedAppRegistrationsManagedAppRegistrationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ManagedAppRegistrationsManagedAppRegistrationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/deviceappmanagement/managed_app_registrations_request_builder.go b/deviceappmanagement/managed_app_registrations_request_builder.go
index 745dd220e2..25cd9256ad 100644
--- a/deviceappmanagement/managed_app_registrations_request_builder.go
+++ b/deviceappmanagement/managed_app_registrations_request_builder.go
@@ -11,7 +11,7 @@ import (
type ManagedAppRegistrationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ManagedAppRegistrationsRequestBuilderGetQueryParameters list properties and relationships of the managedAppRegistration objects.
+// ManagedAppRegistrationsRequestBuilderGetQueryParameters list properties and relationships of the androidManagedAppRegistration objects.
type ManagedAppRegistrationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,12 +76,12 @@ func NewManagedAppRegistrationsRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *ManagedAppRegistrationsRequestBuilder) Count()(*ManagedAppRegistrationsCountRequestBuilder) {
return NewManagedAppRegistrationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the managedAppRegistration objects.
+// Get list properties and relationships of the androidManagedAppRegistration objects.
// returns a ManagedAppRegistrationCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0
func (m *ManagedAppRegistrationsRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedAppRegistrationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedAppRegistrationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -127,7 +127,7 @@ func (m *ManagedAppRegistrationsRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedAppRegistrationable), nil
}
-// ToGetRequestInformation list properties and relationships of the managedAppRegistration objects.
+// ToGetRequestInformation list properties and relationships of the androidManagedAppRegistration objects.
// returns a *RequestInformation when successful
func (m *ManagedAppRegistrationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ManagedAppRegistrationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/deviceappmanagement/managed_e_books_request_builder.go b/deviceappmanagement/managed_e_books_request_builder.go
index 9be4f6244a..470a51fb63 100644
--- a/deviceappmanagement/managed_e_books_request_builder.go
+++ b/deviceappmanagement/managed_e_books_request_builder.go
@@ -11,7 +11,7 @@ import (
type ManagedEBooksRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ManagedEBooksRequestBuilderGetQueryParameters list properties and relationships of the iosVppEBook objects.
+// ManagedEBooksRequestBuilderGetQueryParameters list properties and relationships of the managedEBook objects.
type ManagedEBooksRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,12 +76,12 @@ func NewManagedEBooksRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
func (m *ManagedEBooksRequestBuilder) Count()(*ManagedEBooksCountRequestBuilder) {
return NewManagedEBooksCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the iosVppEBook objects.
+// Get list properties and relationships of the managedEBook objects.
// returns a ManagedEBookCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0
func (m *ManagedEBooksRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedEBooksRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *ManagedEBooksRequestBuilder) Post(ctx context.Context, body iadcd811244
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookable), nil
}
-// ToGetRequestInformation list properties and relationships of the iosVppEBook objects.
+// ToGetRequestInformation list properties and relationships of the managedEBook objects.
// returns a *RequestInformation when successful
func (m *ManagedEBooksRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ManagedEBooksRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/deviceappmanagement/mobile_apps_mobile_app_item_request_builder.go b/deviceappmanagement/mobile_apps_mobile_app_item_request_builder.go
index 588c6faecf..ada8c95c17 100644
--- a/deviceappmanagement/mobile_apps_mobile_app_item_request_builder.go
+++ b/deviceappmanagement/mobile_apps_mobile_app_item_request_builder.go
@@ -18,7 +18,7 @@ type MobileAppsMobileAppItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// MobileAppsMobileAppItemRequestBuilderGetQueryParameters read properties and relationships of the windowsMobileMSI object.
+// MobileAppsMobileAppItemRequestBuilderGetQueryParameters read properties and relationships of the macOSMicrosoftEdgeApp object.
type MobileAppsMobileAppItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -69,11 +69,11 @@ func NewMobileAppsMobileAppItemRequestBuilder(rawUrl string, requestAdapter i2ae
urlParams["request-raw-url"] = rawUrl
return NewMobileAppsMobileAppItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a iosLobApp.
+// Delete deletes a managedIOSLobApp.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-managedioslobapp-delete?view=graph-rest-1.0
func (m *MobileAppsMobileAppItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *MobileAppsMobileAppItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -88,12 +88,12 @@ func (m *MobileAppsMobileAppItemRequestBuilder) Delete(ctx context.Context, requ
}
return nil
}
-// Get read properties and relationships of the windowsMobileMSI object.
+// Get read properties and relationships of the macOSMicrosoftEdgeApp object.
// returns a MobileAppable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-windowsmobilemsi-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-macosmicrosoftedgeapp-get?view=graph-rest-1.0
func (m *MobileAppsMobileAppItemRequestBuilder) Get(ctx context.Context, requestConfiguration *MobileAppsMobileAppItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -191,12 +191,12 @@ func (m *MobileAppsMobileAppItemRequestBuilder) GraphWindowsUniversalAppX()(*Mob
func (m *MobileAppsMobileAppItemRequestBuilder) GraphWindowsWebApp()(*MobileAppsItemGraphWindowsWebAppRequestBuilder) {
return NewMobileAppsItemGraphWindowsWebAppRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a macOSLobApp object.
+// Patch update the properties of a iosStoreApp object.
// returns a MobileAppable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-macoslobapp-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-iosstoreapp-update?view=graph-rest-1.0
func (m *MobileAppsMobileAppItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, requestConfiguration *MobileAppsMobileAppItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -214,7 +214,7 @@ func (m *MobileAppsMobileAppItemRequestBuilder) Patch(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable), nil
}
-// ToDeleteRequestInformation deletes a iosLobApp.
+// ToDeleteRequestInformation deletes a managedIOSLobApp.
// returns a *RequestInformation when successful
func (m *MobileAppsMobileAppItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *MobileAppsMobileAppItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}", m.BaseRequestBuilder.PathParameters)
@@ -225,7 +225,7 @@ func (m *MobileAppsMobileAppItemRequestBuilder) ToDeleteRequestInformation(ctx c
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation read properties and relationships of the windowsMobileMSI object.
+// ToGetRequestInformation read properties and relationships of the macOSMicrosoftEdgeApp object.
// returns a *RequestInformation when successful
func (m *MobileAppsMobileAppItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MobileAppsMobileAppItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -239,7 +239,7 @@ func (m *MobileAppsMobileAppItemRequestBuilder) ToGetRequestInformation(ctx cont
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a macOSLobApp object.
+// ToPatchRequestInformation update the properties of a iosStoreApp object.
// returns a *RequestInformation when successful
func (m *MobileAppsMobileAppItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, requestConfiguration *MobileAppsMobileAppItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}", m.BaseRequestBuilder.PathParameters)
diff --git a/deviceappmanagement/mobile_apps_request_builder.go b/deviceappmanagement/mobile_apps_request_builder.go
index e02527eb4a..e9e29e3a8e 100644
--- a/deviceappmanagement/mobile_apps_request_builder.go
+++ b/deviceappmanagement/mobile_apps_request_builder.go
@@ -11,7 +11,7 @@ import (
type MobileAppsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// MobileAppsRequestBuilderGetQueryParameters list properties and relationships of the androidStoreApp objects.
+// MobileAppsRequestBuilderGetQueryParameters list properties and relationships of the managedApp objects.
type MobileAppsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,12 +76,12 @@ func NewMobileAppsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
func (m *MobileAppsRequestBuilder) Count()(*MobileAppsCountRequestBuilder) {
return NewMobileAppsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the androidStoreApp objects.
+// Get list properties and relationships of the managedApp objects.
// returns a MobileAppCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-managedapp-list?view=graph-rest-1.0
func (m *MobileAppsRequestBuilder) Get(ctx context.Context, requestConfiguration *MobileAppsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -179,12 +179,12 @@ func (m *MobileAppsRequestBuilder) GraphWindowsUniversalAppX()(*MobileAppsGraphW
func (m *MobileAppsRequestBuilder) GraphWindowsWebApp()(*MobileAppsGraphWindowsWebAppRequestBuilder) {
return NewMobileAppsGraphWindowsWebAppRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post create a new windowsAppX object.
+// Post create a new managedAndroidStoreApp object.
// returns a MobileAppable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-windowsappx-create?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-apps-managedandroidstoreapp-create?view=graph-rest-1.0
func (m *MobileAppsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, requestConfiguration *MobileAppsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -202,7 +202,7 @@ func (m *MobileAppsRequestBuilder) Post(ctx context.Context, body iadcd81124412c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable), nil
}
-// ToGetRequestInformation list properties and relationships of the androidStoreApp objects.
+// ToGetRequestInformation list properties and relationships of the managedApp objects.
// returns a *RequestInformation when successful
func (m *MobileAppsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MobileAppsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -216,7 +216,7 @@ func (m *MobileAppsRequestBuilder) ToGetRequestInformation(ctx context.Context,
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create a new windowsAppX object.
+// ToPostRequestInformation create a new managedAndroidStoreApp object.
// returns a *RequestInformation when successful
func (m *MobileAppsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MobileAppable, requestConfiguration *MobileAppsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/deviceAppManagement/mobileApps", m.BaseRequestBuilder.PathParameters)
diff --git a/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_request_builder.go b/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_request_builder.go
index 0e4fa9bba5..f151c8cb11 100644
--- a/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_request_builder.go
+++ b/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_request_builder.go
@@ -31,7 +31,7 @@ func NewApplePushNotificationCertificateDownloadApplePushNotificationCertificate
return NewApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilderInternal(urlParams, requestAdapter)
}
// Get download Apple push notification certificate signing request
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDownloadApplePushNotificationCertificateSigningRequestGetResponse instead.
// returns a ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder) Get(ctx context.Context, requestConfiguration *ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilderGetRequestConfiguration)(ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestResponseable, error) {
diff --git a/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_response.go b/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_response.go
index 75184de2ac..910ce0620b 100644
--- a/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_response.go
+++ b/devicemanagement/apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponseable instead.
type ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestResponse struct {
ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponse
}
@@ -20,7 +20,7 @@ func NewApplePushNotificationCertificateDownloadApplePushNotificationCertificate
func CreateApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponseable instead.
type ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestResponseable interface {
ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devicemanagement/audit_events_get_audit_activity_types_with_category_request_builder.go b/devicemanagement/audit_events_get_audit_activity_types_with_category_request_builder.go
index 27ac140dbd..ed63c56d37 100644
--- a/devicemanagement/audit_events_get_audit_activity_types_with_category_request_builder.go
+++ b/devicemanagement/audit_events_get_audit_activity_types_with_category_request_builder.go
@@ -49,7 +49,7 @@ func NewAuditEventsGetAuditActivityTypesWithCategoryRequestBuilder(rawUrl string
return NewAuditEventsGetAuditActivityTypesWithCategoryRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function getAuditActivityTypes
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAuditActivityTypesWithCategoryGetResponse instead.
// returns a AuditEventsGetAuditActivityTypesWithCategoryResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *AuditEventsGetAuditActivityTypesWithCategoryRequestBuilder) Get(ctx context.Context, requestConfiguration *AuditEventsGetAuditActivityTypesWithCategoryRequestBuilderGetRequestConfiguration)(AuditEventsGetAuditActivityTypesWithCategoryResponseable, error) {
diff --git a/devicemanagement/audit_events_get_audit_activity_types_with_category_response.go b/devicemanagement/audit_events_get_audit_activity_types_with_category_response.go
index 768d3a7d0e..b73d11c75d 100644
--- a/devicemanagement/audit_events_get_audit_activity_types_with_category_response.go
+++ b/devicemanagement/audit_events_get_audit_activity_types_with_category_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AuditEventsGetAuditActivityTypesWithCategoryGetResponseable instead.
type AuditEventsGetAuditActivityTypesWithCategoryResponse struct {
AuditEventsGetAuditActivityTypesWithCategoryGetResponse
}
@@ -20,7 +20,7 @@ func NewAuditEventsGetAuditActivityTypesWithCategoryResponse()(*AuditEventsGetAu
func CreateAuditEventsGetAuditActivityTypesWithCategoryResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAuditEventsGetAuditActivityTypesWithCategoryResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AuditEventsGetAuditActivityTypesWithCategoryGetResponseable instead.
type AuditEventsGetAuditActivityTypesWithCategoryResponseable interface {
AuditEventsGetAuditActivityTypesWithCategoryGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devicemanagement/audit_events_get_audit_categories_request_builder.go b/devicemanagement/audit_events_get_audit_categories_request_builder.go
index e1b71efeb4..8166d83c5c 100644
--- a/devicemanagement/audit_events_get_audit_categories_request_builder.go
+++ b/devicemanagement/audit_events_get_audit_categories_request_builder.go
@@ -46,7 +46,7 @@ func NewAuditEventsGetAuditCategoriesRequestBuilder(rawUrl string, requestAdapte
return NewAuditEventsGetAuditCategoriesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAuditCategories
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAuditCategoriesGetResponse instead.
// returns a AuditEventsGetAuditCategoriesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *AuditEventsGetAuditCategoriesRequestBuilder) Get(ctx context.Context, requestConfiguration *AuditEventsGetAuditCategoriesRequestBuilderGetRequestConfiguration)(AuditEventsGetAuditCategoriesResponseable, error) {
diff --git a/devicemanagement/audit_events_get_audit_categories_response.go b/devicemanagement/audit_events_get_audit_categories_response.go
index 63a68bf41f..00125716eb 100644
--- a/devicemanagement/audit_events_get_audit_categories_response.go
+++ b/devicemanagement/audit_events_get_audit_categories_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AuditEventsGetAuditCategoriesGetResponseable instead.
type AuditEventsGetAuditCategoriesResponse struct {
AuditEventsGetAuditCategoriesGetResponse
}
@@ -20,7 +20,7 @@ func NewAuditEventsGetAuditCategoriesResponse()(*AuditEventsGetAuditCategoriesRe
func CreateAuditEventsGetAuditCategoriesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAuditEventsGetAuditCategoriesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AuditEventsGetAuditCategoriesGetResponseable instead.
type AuditEventsGetAuditCategoriesResponseable interface {
AuditEventsGetAuditCategoriesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devicemanagement/device_compliance_policies_device_compliance_policy_item_request_builder.go b/devicemanagement/device_compliance_policies_device_compliance_policy_item_request_builder.go
index 0e5862816d..495aff75bb 100644
--- a/devicemanagement/device_compliance_policies_device_compliance_policy_item_request_builder.go
+++ b/devicemanagement/device_compliance_policies_device_compliance_policy_item_request_builder.go
@@ -18,7 +18,7 @@ type DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderDeleteReque
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderGetQueryParameters read properties and relationships of the macOSCompliancePolicy object.
+// DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderGetQueryParameters read properties and relationships of the windowsPhone81CompliancePolicy object.
type DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -64,11 +64,11 @@ func NewDeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder(rawUrl
urlParams["request-raw-url"] = rawUrl
return NewDeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a androidCompliancePolicy.
+// Delete deletes a windows10CompliancePolicy.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-delete?view=graph-rest-1.0
func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -98,12 +98,12 @@ func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) Devic
func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) DeviceStatusOverview()(*DeviceCompliancePoliciesItemDeviceStatusOverviewRequestBuilder) {
return NewDeviceCompliancePoliciesItemDeviceStatusOverviewRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read properties and relationships of the macOSCompliancePolicy object.
+// Get read properties and relationships of the windowsPhone81CompliancePolicy object.
// returns a DeviceCompliancePolicyable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81compliancepolicy-get?view=graph-rest-1.0
func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -121,12 +121,12 @@ func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) Get(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable), nil
}
-// Patch update the properties of a androidCompliancePolicy object.
+// Patch update the properties of a macOSCompliancePolicy object.
// returns a DeviceCompliancePolicyable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-update?view=graph-rest-1.0
func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable, requestConfiguration *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -154,7 +154,7 @@ func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) Sched
func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) ScheduledActionsForRule()(*DeviceCompliancePoliciesItemScheduledActionsForRuleRequestBuilder) {
return NewDeviceCompliancePoliciesItemScheduledActionsForRuleRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation deletes a androidCompliancePolicy.
+// ToDeleteRequestInformation deletes a windows10CompliancePolicy.
// returns a *RequestInformation when successful
func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}", m.BaseRequestBuilder.PathParameters)
@@ -165,7 +165,7 @@ func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) ToDel
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation read properties and relationships of the macOSCompliancePolicy object.
+// ToGetRequestInformation read properties and relationships of the windowsPhone81CompliancePolicy object.
// returns a *RequestInformation when successful
func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -179,7 +179,7 @@ func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) ToGet
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a androidCompliancePolicy object.
+// ToPatchRequestInformation update the properties of a macOSCompliancePolicy object.
// returns a *RequestInformation when successful
func (m *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable, requestConfiguration *DeviceCompliancePoliciesDeviceCompliancePolicyItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}", m.BaseRequestBuilder.PathParameters)
diff --git a/devicemanagement/device_compliance_policies_item_assign_request_builder.go b/devicemanagement/device_compliance_policies_item_assign_request_builder.go
index 95fabf9f48..34cda32912 100644
--- a/devicemanagement/device_compliance_policies_item_assign_request_builder.go
+++ b/devicemanagement/device_compliance_policies_item_assign_request_builder.go
@@ -31,7 +31,7 @@ func NewDeviceCompliancePoliciesItemAssignRequestBuilder(rawUrl string, requestA
return NewDeviceCompliancePoliciesItemAssignRequestBuilderInternal(urlParams, requestAdapter)
}
// Post not yet documented
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAssignPostResponse instead.
// returns a DeviceCompliancePoliciesItemAssignResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/devicemanagement/device_compliance_policies_item_assign_response.go b/devicemanagement/device_compliance_policies_item_assign_response.go
index 4c44b16d0f..42a30f5921 100644
--- a/devicemanagement/device_compliance_policies_item_assign_response.go
+++ b/devicemanagement/device_compliance_policies_item_assign_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeviceCompliancePoliciesItemAssignPostResponseable instead.
type DeviceCompliancePoliciesItemAssignResponse struct {
DeviceCompliancePoliciesItemAssignPostResponse
}
@@ -20,7 +20,7 @@ func NewDeviceCompliancePoliciesItemAssignResponse()(*DeviceCompliancePoliciesIt
func CreateDeviceCompliancePoliciesItemAssignResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceCompliancePoliciesItemAssignResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeviceCompliancePoliciesItemAssignPostResponseable instead.
type DeviceCompliancePoliciesItemAssignResponseable interface {
DeviceCompliancePoliciesItemAssignPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devicemanagement/device_compliance_policies_request_builder.go b/devicemanagement/device_compliance_policies_request_builder.go
index 9c00d55333..fa29f1b0a1 100644
--- a/devicemanagement/device_compliance_policies_request_builder.go
+++ b/devicemanagement/device_compliance_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeviceCompliancePoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeviceCompliancePoliciesRequestBuilderGetQueryParameters list properties and relationships of the macOSCompliancePolicy objects.
+// DeviceCompliancePoliciesRequestBuilderGetQueryParameters list properties and relationships of the deviceCompliancePolicy objects.
type DeviceCompliancePoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,12 +76,12 @@ func NewDeviceCompliancePoliciesRequestBuilder(rawUrl string, requestAdapter i2a
func (m *DeviceCompliancePoliciesRequestBuilder) Count()(*DeviceCompliancePoliciesCountRequestBuilder) {
return NewDeviceCompliancePoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the macOSCompliancePolicy objects.
+// Get list properties and relationships of the deviceCompliancePolicy objects.
// returns a DeviceCompliancePolicyCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-list?view=graph-rest-1.0
func (m *DeviceCompliancePoliciesRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceCompliancePoliciesRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -99,12 +99,12 @@ func (m *DeviceCompliancePoliciesRequestBuilder) Get(ctx context.Context, reques
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyCollectionResponseable), nil
}
-// Post create a new windows81CompliancePolicy object.
+// Post create a new macOSCompliancePolicy object.
// returns a DeviceCompliancePolicyable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-create?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-create?view=graph-rest-1.0
func (m *DeviceCompliancePoliciesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable, requestConfiguration *DeviceCompliancePoliciesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *DeviceCompliancePoliciesRequestBuilder) Post(ctx context.Context, body
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable), nil
}
-// ToGetRequestInformation list properties and relationships of the macOSCompliancePolicy objects.
+// ToGetRequestInformation list properties and relationships of the deviceCompliancePolicy objects.
// returns a *RequestInformation when successful
func (m *DeviceCompliancePoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeviceCompliancePoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -136,7 +136,7 @@ func (m *DeviceCompliancePoliciesRequestBuilder) ToGetRequestInformation(ctx con
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create a new windows81CompliancePolicy object.
+// ToPostRequestInformation create a new macOSCompliancePolicy object.
// returns a *RequestInformation when successful
func (m *DeviceCompliancePoliciesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyable, requestConfiguration *DeviceCompliancePoliciesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/deviceManagement/deviceCompliancePolicies", m.BaseRequestBuilder.PathParameters)
diff --git a/devicemanagement/device_configurations_device_configuration_item_request_builder.go b/devicemanagement/device_configurations_device_configuration_item_request_builder.go
index d96998bfb1..a2a1d112c1 100644
--- a/devicemanagement/device_configurations_device_configuration_item_request_builder.go
+++ b/devicemanagement/device_configurations_device_configuration_item_request_builder.go
@@ -18,7 +18,7 @@ type DeviceConfigurationsDeviceConfigurationItemRequestBuilderDeleteRequestConfi
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// DeviceConfigurationsDeviceConfigurationItemRequestBuilderGetQueryParameters read properties and relationships of the windows10GeneralConfiguration object.
+// DeviceConfigurationsDeviceConfigurationItemRequestBuilderGetQueryParameters read properties and relationships of the iosCustomConfiguration object.
type DeviceConfigurationsDeviceConfigurationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -64,11 +64,11 @@ func NewDeviceConfigurationsDeviceConfigurationItemRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewDeviceConfigurationsDeviceConfigurationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete deletes a windows10GeneralConfiguration.
+// Delete deletes a windowsUpdateForBusinessConfiguration.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10generalconfiguration-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-delete?view=graph-rest-1.0
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *DeviceConfigurationsDeviceConfigurationItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -98,12 +98,12 @@ func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) DeviceStatus
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) DeviceStatusOverview()(*DeviceConfigurationsItemDeviceStatusOverviewRequestBuilder) {
return NewDeviceConfigurationsItemDeviceStatusOverviewRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read properties and relationships of the windows10GeneralConfiguration object.
+// Get read properties and relationships of the iosCustomConfiguration object.
// returns a DeviceConfigurationable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10generalconfiguration-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-get?view=graph-rest-1.0
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceConfigurationsDeviceConfigurationItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -126,12 +126,12 @@ func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) Get(ctx cont
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) GetOmaSettingPlainTextValueWithSecretReferenceValueId(secretReferenceValueId *string)(*DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder) {
return NewDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter, secretReferenceValueId)
}
-// Patch update the properties of a androidGeneralDeviceConfiguration object.
+// Patch update the properties of a macOSCustomConfiguration object.
// returns a DeviceConfigurationable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidgeneraldeviceconfiguration-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscustomconfiguration-update?view=graph-rest-1.0
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, requestConfiguration *DeviceConfigurationsDeviceConfigurationItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -149,7 +149,7 @@ func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) Patch(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable), nil
}
-// ToDeleteRequestInformation deletes a windows10GeneralConfiguration.
+// ToDeleteRequestInformation deletes a windowsUpdateForBusinessConfiguration.
// returns a *RequestInformation when successful
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DeviceConfigurationsDeviceConfigurationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}", m.BaseRequestBuilder.PathParameters)
@@ -160,7 +160,7 @@ func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) ToDeleteRequ
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation read properties and relationships of the windows10GeneralConfiguration object.
+// ToGetRequestInformation read properties and relationships of the iosCustomConfiguration object.
// returns a *RequestInformation when successful
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeviceConfigurationsDeviceConfigurationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -174,7 +174,7 @@ func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) ToGetRequest
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a androidGeneralDeviceConfiguration object.
+// ToPatchRequestInformation update the properties of a macOSCustomConfiguration object.
// returns a *RequestInformation when successful
func (m *DeviceConfigurationsDeviceConfigurationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, requestConfiguration *DeviceConfigurationsDeviceConfigurationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}", m.BaseRequestBuilder.PathParameters)
diff --git a/devicemanagement/device_configurations_item_assign_request_builder.go b/devicemanagement/device_configurations_item_assign_request_builder.go
index 75e76b780b..cdbd9a8c85 100644
--- a/devicemanagement/device_configurations_item_assign_request_builder.go
+++ b/devicemanagement/device_configurations_item_assign_request_builder.go
@@ -31,7 +31,7 @@ func NewDeviceConfigurationsItemAssignRequestBuilder(rawUrl string, requestAdapt
return NewDeviceConfigurationsItemAssignRequestBuilderInternal(urlParams, requestAdapter)
}
// Post not yet documented
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAssignPostResponse instead.
// returns a DeviceConfigurationsItemAssignResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/devicemanagement/device_configurations_item_assign_response.go b/devicemanagement/device_configurations_item_assign_response.go
index 3b24933c10..d490ea1460 100644
--- a/devicemanagement/device_configurations_item_assign_response.go
+++ b/devicemanagement/device_configurations_item_assign_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeviceConfigurationsItemAssignPostResponseable instead.
type DeviceConfigurationsItemAssignResponse struct {
DeviceConfigurationsItemAssignPostResponse
}
@@ -20,7 +20,7 @@ func NewDeviceConfigurationsItemAssignResponse()(*DeviceConfigurationsItemAssign
func CreateDeviceConfigurationsItemAssignResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceConfigurationsItemAssignResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeviceConfigurationsItemAssignPostResponseable instead.
type DeviceConfigurationsItemAssignResponseable interface {
DeviceConfigurationsItemAssignPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_request_builder.go b/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_request_builder.go
index 86e9c0496f..c4ca068675 100644
--- a/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_request_builder.go
+++ b/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_request_builder.go
@@ -34,7 +34,7 @@ func NewDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceVa
return NewDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function getOmaSettingPlainTextValue
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse instead.
// returns a DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilderGetRequestConfiguration)(DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdResponseable, error) {
diff --git a/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_response.go b/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_response.go
index f0769aaece..a84ecdad67 100644
--- a/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_response.go
+++ b/devicemanagement/device_configurations_item_get_oma_setting_plain_text_value_with_secret_reference_value_id_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponseable instead.
type DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdResponse struct {
DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse
}
@@ -20,7 +20,7 @@ func NewDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceVa
func CreateDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponseable instead.
type DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdResponseable interface {
DeviceConfigurationsItemGetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devicemanagement/device_configurations_request_builder.go b/devicemanagement/device_configurations_request_builder.go
index d5e6abee2a..e8345001bd 100644
--- a/devicemanagement/device_configurations_request_builder.go
+++ b/devicemanagement/device_configurations_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeviceConfigurationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeviceConfigurationsRequestBuilderGetQueryParameters list properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects.
+// DeviceConfigurationsRequestBuilderGetQueryParameters list properties and relationships of the androidCustomConfiguration objects.
type DeviceConfigurationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,12 +76,12 @@ func NewDeviceConfigurationsRequestBuilder(rawUrl string, requestAdapter i2ae418
func (m *DeviceConfigurationsRequestBuilder) Count()(*DeviceConfigurationsCountRequestBuilder) {
return NewDeviceConfigurationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects.
+// Get list properties and relationships of the androidCustomConfiguration objects.
// returns a DeviceConfigurationCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-list?view=graph-rest-1.0
func (m *DeviceConfigurationsRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceConfigurationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -99,12 +99,12 @@ func (m *DeviceConfigurationsRequestBuilder) Get(ctx context.Context, requestCon
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationCollectionResponseable), nil
}
-// Post create a new editionUpgradeConfiguration object.
+// Post create a new androidGeneralDeviceConfiguration object.
// returns a DeviceConfigurationable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-editionupgradeconfiguration-create?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidgeneraldeviceconfiguration-create?view=graph-rest-1.0
func (m *DeviceConfigurationsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, requestConfiguration *DeviceConfigurationsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *DeviceConfigurationsRequestBuilder) Post(ctx context.Context, body iadc
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable), nil
}
-// ToGetRequestInformation list properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects.
+// ToGetRequestInformation list properties and relationships of the androidCustomConfiguration objects.
// returns a *RequestInformation when successful
func (m *DeviceConfigurationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeviceConfigurationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -136,7 +136,7 @@ func (m *DeviceConfigurationsRequestBuilder) ToGetRequestInformation(ctx context
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create a new editionUpgradeConfiguration object.
+// ToPostRequestInformation create a new androidGeneralDeviceConfiguration object.
// returns a *RequestInformation when successful
func (m *DeviceConfigurationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceConfigurationable, requestConfiguration *DeviceConfigurationsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/deviceManagement/deviceConfigurations", m.BaseRequestBuilder.PathParameters)
diff --git a/devicemanagement/device_enrollment_configurations_device_enrollment_configuration_item_request_builder.go b/devicemanagement/device_enrollment_configurations_device_enrollment_configuration_item_request_builder.go
index 1cd3f6f5e3..725ca7950b 100644
--- a/devicemanagement/device_enrollment_configurations_device_enrollment_configuration_item_request_builder.go
+++ b/devicemanagement/device_enrollment_configurations_device_enrollment_configuration_item_request_builder.go
@@ -106,12 +106,12 @@ func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestB
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable), nil
}
-// Patch update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object.
+// Patch update the properties of a deviceEnrollmentLimitConfiguration object.
// returns a DeviceEnrollmentConfigurationable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-update?view=graph-rest-1.0
func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable, requestConfiguration *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -159,7 +159,7 @@ func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestB
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object.
+// ToPatchRequestInformation update the properties of a deviceEnrollmentLimitConfiguration object.
// returns a *RequestInformation when successful
func (m *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable, requestConfiguration *DeviceEnrollmentConfigurationsDeviceEnrollmentConfigurationItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}", m.BaseRequestBuilder.PathParameters)
diff --git a/devicemanagement/device_enrollment_configurations_request_builder.go b/devicemanagement/device_enrollment_configurations_request_builder.go
index 1ec5d622bd..b5c214b9f3 100644
--- a/devicemanagement/device_enrollment_configurations_request_builder.go
+++ b/devicemanagement/device_enrollment_configurations_request_builder.go
@@ -11,7 +11,7 @@ import (
type DeviceEnrollmentConfigurationsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters list properties and relationships of the deviceEnrollmentLimitConfiguration objects.
+// DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters list properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
type DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,12 +76,12 @@ func NewDeviceEnrollmentConfigurationsRequestBuilder(rawUrl string, requestAdapt
func (m *DeviceEnrollmentConfigurationsRequestBuilder) Count()(*DeviceEnrollmentConfigurationsCountRequestBuilder) {
return NewDeviceEnrollmentConfigurationsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the deviceEnrollmentLimitConfiguration objects.
+// Get list properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
// returns a DeviceEnrollmentConfigurationCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0
func (m *DeviceEnrollmentConfigurationsRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceEnrollmentConfigurationsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *DeviceEnrollmentConfigurationsRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceEnrollmentConfigurationable), nil
}
-// ToGetRequestInformation list properties and relationships of the deviceEnrollmentLimitConfiguration objects.
+// ToGetRequestInformation list properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
// returns a *RequestInformation when successful
func (m *DeviceEnrollmentConfigurationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeviceEnrollmentConfigurationsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/devicemanagement/device_management_request_builder.go b/devicemanagement/device_management_request_builder.go
index 407bc9b737..605bde10a3 100644
--- a/devicemanagement/device_management_request_builder.go
+++ b/devicemanagement/device_management_request_builder.go
@@ -122,7 +122,7 @@ func (m *DeviceManagementRequestBuilder) ExchangeConnectors()(*ExchangeConnector
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagement-get?view=graph-rest-1.0
func (m *DeviceManagementRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceManagementRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -185,7 +185,7 @@ func (m *DeviceManagementRequestBuilder) NotificationMessageTemplates()(*Notific
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-androidforwork-devicemanagement-update?view=graph-rest-1.0
func (m *DeviceManagementRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementable, requestConfiguration *DeviceManagementRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
diff --git a/devicemanagement/get_effective_permissions_with_scope_request_builder.go b/devicemanagement/get_effective_permissions_with_scope_request_builder.go
index 59a2f5dc87..b453b7a560 100644
--- a/devicemanagement/get_effective_permissions_with_scope_request_builder.go
+++ b/devicemanagement/get_effective_permissions_with_scope_request_builder.go
@@ -49,7 +49,7 @@ func NewGetEffectivePermissionsWithScopeRequestBuilder(rawUrl string, requestAda
return NewGetEffectivePermissionsWithScopeRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get retrieves the effective permissions of the currently authenticated user
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetEffectivePermissionsWithScopeGetResponse instead.
// returns a GetEffectivePermissionsWithScopeResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *GetEffectivePermissionsWithScopeRequestBuilder) Get(ctx context.Context, requestConfiguration *GetEffectivePermissionsWithScopeRequestBuilderGetRequestConfiguration)(GetEffectivePermissionsWithScopeResponseable, error) {
diff --git a/devicemanagement/get_effective_permissions_with_scope_response.go b/devicemanagement/get_effective_permissions_with_scope_response.go
index 36f4b8b392..03bbd59768 100644
--- a/devicemanagement/get_effective_permissions_with_scope_response.go
+++ b/devicemanagement/get_effective_permissions_with_scope_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetEffectivePermissionsWithScopeGetResponseable instead.
type GetEffectivePermissionsWithScopeResponse struct {
GetEffectivePermissionsWithScopeGetResponse
}
@@ -20,7 +20,7 @@ func NewGetEffectivePermissionsWithScopeResponse()(*GetEffectivePermissionsWithS
func CreateGetEffectivePermissionsWithScopeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetEffectivePermissionsWithScopeResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetEffectivePermissionsWithScopeGetResponseable instead.
type GetEffectivePermissionsWithScopeResponseable interface {
GetEffectivePermissionsWithScopeGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devicemanagement/imported_windows_autopilot_device_identities_import_request_builder.go b/devicemanagement/imported_windows_autopilot_device_identities_import_request_builder.go
index d740ad26e3..3bc1e8518d 100644
--- a/devicemanagement/imported_windows_autopilot_device_identities_import_request_builder.go
+++ b/devicemanagement/imported_windows_autopilot_device_identities_import_request_builder.go
@@ -31,7 +31,7 @@ func NewImportedWindowsAutopilotDeviceIdentitiesImportRequestBuilder(rawUrl stri
return NewImportedWindowsAutopilotDeviceIdentitiesImportRequestBuilderInternal(urlParams, requestAdapter)
}
// Post not yet documented
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsImportPostResponse instead.
// returns a ImportedWindowsAutopilotDeviceIdentitiesImportResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/devicemanagement/imported_windows_autopilot_device_identities_import_response.go b/devicemanagement/imported_windows_autopilot_device_identities_import_response.go
index 1c64c9f72d..1132dee15a 100644
--- a/devicemanagement/imported_windows_autopilot_device_identities_import_response.go
+++ b/devicemanagement/imported_windows_autopilot_device_identities_import_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ImportedWindowsAutopilotDeviceIdentitiesImportPostResponseable instead.
type ImportedWindowsAutopilotDeviceIdentitiesImportResponse struct {
ImportedWindowsAutopilotDeviceIdentitiesImportPostResponse
}
@@ -20,7 +20,7 @@ func NewImportedWindowsAutopilotDeviceIdentitiesImportResponse()(*ImportedWindow
func CreateImportedWindowsAutopilotDeviceIdentitiesImportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewImportedWindowsAutopilotDeviceIdentitiesImportResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ImportedWindowsAutopilotDeviceIdentitiesImportPostResponseable instead.
type ImportedWindowsAutopilotDeviceIdentitiesImportResponseable interface {
ImportedWindowsAutopilotDeviceIdentitiesImportPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go b/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go
index 5e931ef3d2..25b4f5c986 100644
--- a/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go
+++ b/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go
@@ -31,7 +31,7 @@ func NewManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuild
return NewManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action createDownloadUrl
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCreateDownloadUrlPostResponse instead.
// returns a ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilder) Post(ctx context.Context, requestConfiguration *ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilderPostRequestConfiguration)(ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable, error) {
diff --git a/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_response.go b/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_response.go
index 10a99e717e..bee18b40dc 100644
--- a/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_response.go
+++ b/devicemanagement/managed_devices_item_log_collection_requests_item_create_download_url_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable instead.
type ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse struct {
ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse
}
@@ -20,7 +20,7 @@ func NewManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse()(*
func CreateManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable instead.
type ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable interface {
ManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devicemanagement/role_definitions_request_builder.go b/devicemanagement/role_definitions_request_builder.go
index ad787f70c6..59f2466463 100644
--- a/devicemanagement/role_definitions_request_builder.go
+++ b/devicemanagement/role_definitions_request_builder.go
@@ -11,7 +11,7 @@ import (
type RoleDefinitionsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// RoleDefinitionsRequestBuilderGetQueryParameters list properties and relationships of the roleDefinition objects.
+// RoleDefinitionsRequestBuilderGetQueryParameters list properties and relationships of the deviceAndAppManagementRoleDefinition objects.
type RoleDefinitionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,12 +76,12 @@ func NewRoleDefinitionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
func (m *RoleDefinitionsRequestBuilder) Count()(*RoleDefinitionsCountRequestBuilder) {
return NewRoleDefinitionsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the roleDefinition objects.
+// Get list properties and relationships of the deviceAndAppManagementRoleDefinition objects.
// returns a RoleDefinitionCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0
func (m *RoleDefinitionsRequestBuilder) Get(ctx context.Context, requestConfiguration *RoleDefinitionsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RoleDefinitionCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -122,7 +122,7 @@ func (m *RoleDefinitionsRequestBuilder) Post(ctx context.Context, body iadcd8112
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RoleDefinitionable), nil
}
-// ToGetRequestInformation list properties and relationships of the roleDefinition objects.
+// ToGetRequestInformation list properties and relationships of the deviceAndAppManagementRoleDefinition objects.
// returns a *RequestInformation when successful
func (m *RoleDefinitionsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RoleDefinitionsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_request_builder.go b/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_request_builder.go
index 98d6363c14..89866d265d 100644
--- a/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_request_builder.go
+++ b/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_request_builder.go
@@ -55,7 +55,7 @@ func NewUserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevice
return NewUserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function summarizeDevicePerformanceDevices
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsSummarizeDevicePerformanceDevicesWithSummarizeByGetResponse instead.
// returns a UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder) Get(ctx context.Context, requestConfiguration *UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilderGetRequestConfiguration)(UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByResponseable, error) {
diff --git a/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_response.go b/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_response.go
index 3341f311e0..6adec963fc 100644
--- a/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_response.go
+++ b/devicemanagement/user_experience_analytics_device_performance_summarize_device_performance_devices_with_summarize_by_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByGetResponseable instead.
type UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByResponse struct {
UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByGetResponse
}
@@ -20,7 +20,7 @@ func NewUserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevice
func CreateUserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByGetResponseable instead.
type UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesWithSummarizeByGetResponseable
diff --git a/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_request_builder.go b/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_request_builder.go
index 4e278b1b9b..af978b125f 100644
--- a/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_request_builder.go
+++ b/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_request_builder.go
@@ -34,7 +34,7 @@ func NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder(rawUrl
return NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function verifyWindowsEnrollmentAutoDiscovery
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse instead.
// returns a VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) Get(ctx context.Context, requestConfiguration *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderGetRequestConfiguration)(VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable, error) {
diff --git a/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_response.go b/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_response.go
index 7ec14e414c..f54d4e1e76 100644
--- a/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_response.go
+++ b/devicemanagement/verify_windows_enrollment_auto_discovery_with_domain_name_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponseable instead.
type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse struct {
VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse
}
@@ -20,7 +20,7 @@ func NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse()(*VerifyWind
func CreateVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponseable instead.
type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponseable
diff --git a/devices/delta_request_builder.go b/devices/delta_request_builder.go
index f963c420fa..169db018bd 100644
--- a/devices/delta_request_builder.go
+++ b/devices/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/devices/delta_response.go b/devices/delta_response.go
index bab4406fba..dda8cfabb4 100644
--- a/devices/delta_response.go
+++ b/devices/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devices/get_available_extension_properties_request_builder.go b/devices/get_available_extension_properties_request_builder.go
index 5c5e9e99d9..34aa9b0974 100644
--- a/devices/get_available_extension_properties_request_builder.go
+++ b/devices/get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a GetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/devices/get_available_extension_properties_response.go b/devices/get_available_extension_properties_response.go
index c7e7b2917a..1fdace9b36 100644
--- a/devices/get_available_extension_properties_response.go
+++ b/devices/get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponse struct {
GetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewGetAvailableExtensionPropertiesResponse()(*GetAvailableExtensionProperti
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponseable interface {
GetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devices/get_by_ids_request_builder.go b/devices/get_by_ids_request_builder.go
index dbe1131e9f..8a4d0ca633 100644
--- a/devices/get_by_ids_request_builder.go
+++ b/devices/get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a GetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/devices/get_by_ids_response.go b/devices/get_by_ids_response.go
index a4564b4995..5bed92a2b9 100644
--- a/devices/get_by_ids_response.go
+++ b/devices/get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponse struct {
GetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) {
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponseable interface {
GetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devices/item_check_member_groups_request_builder.go b/devices/item_check_member_groups_request_builder.go
index f8d72705c0..05f4658fe6 100644
--- a/devices/item_check_member_groups_request_builder.go
+++ b/devices/item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a ItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/devices/item_check_member_groups_response.go b/devices/item_check_member_groups_response.go
index 8961956935..55e6682df7 100644
--- a/devices/item_check_member_groups_response.go
+++ b/devices/item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponse struct {
ItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) {
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponseable interface {
ItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devices/item_check_member_objects_request_builder.go b/devices/item_check_member_objects_request_builder.go
index 37693afb28..715e04f66d 100644
--- a/devices/item_check_member_objects_request_builder.go
+++ b/devices/item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a ItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) {
diff --git a/devices/item_check_member_objects_response.go b/devices/item_check_member_objects_response.go
index 499ecc0291..2571f61f76 100644
--- a/devices/item_check_member_objects_response.go
+++ b/devices/item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponse struct {
ItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) {
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponseable interface {
ItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devices/item_get_member_groups_request_builder.go b/devices/item_get_member_groups_request_builder.go
index d7f0f1371b..96ebd28620 100644
--- a/devices/item_get_member_groups_request_builder.go
+++ b/devices/item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a ItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/devices/item_get_member_groups_response.go b/devices/item_get_member_groups_response.go
index 0045940da3..7a009edbc0 100644
--- a/devices/item_get_member_groups_response.go
+++ b/devices/item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponse struct {
ItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) {
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponseable interface {
ItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/devices/item_get_member_objects_request_builder.go b/devices/item_get_member_objects_request_builder.go
index 8af69a79f6..eca996690e 100644
--- a/devices/item_get_member_objects_request_builder.go
+++ b/devices/item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a ItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/devices/item_get_member_objects_response.go b/devices/item_get_member_objects_response.go
index ec0cda2c23..370318451d 100644
--- a/devices/item_get_member_objects_response.go
+++ b/devices/item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponse struct {
ItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) {
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponseable interface {
ItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directory/administrative_units_delta_request_builder.go b/directory/administrative_units_delta_request_builder.go
index 04ca2a3c89..678ce0da3c 100644
--- a/directory/administrative_units_delta_request_builder.go
+++ b/directory/administrative_units_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewAdministrativeUnitsDeltaRequestBuilder(rawUrl string, requestAdapter i2a
return NewAdministrativeUnitsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a AdministrativeUnitsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *AdministrativeUnitsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *AdministrativeUnitsDeltaRequestBuilderGetRequestConfiguration)(AdministrativeUnitsDeltaResponseable, error) {
diff --git a/directory/administrative_units_delta_response.go b/directory/administrative_units_delta_response.go
index d9b8d301af..b1a260afb0 100644
--- a/directory/administrative_units_delta_response.go
+++ b/directory/administrative_units_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AdministrativeUnitsDeltaGetResponseable instead.
type AdministrativeUnitsDeltaResponse struct {
AdministrativeUnitsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewAdministrativeUnitsDeltaResponse()(*AdministrativeUnitsDeltaResponse) {
func CreateAdministrativeUnitsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAdministrativeUnitsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AdministrativeUnitsDeltaGetResponseable instead.
type AdministrativeUnitsDeltaResponseable interface {
AdministrativeUnitsDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directory/deleted_items_directory_object_item_request_builder.go b/directory/deleted_items_directory_object_item_request_builder.go
index cdac9be540..172bcace76 100644
--- a/directory/deleted_items_directory_object_item_request_builder.go
+++ b/directory/deleted_items_directory_object_item_request_builder.go
@@ -11,6 +11,13 @@ import (
type DeletedItemsDirectoryObjectItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
+// DeletedItemsDirectoryObjectItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
+type DeletedItemsDirectoryObjectItemRequestBuilderDeleteRequestConfiguration struct {
+ // Request headers
+ Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
+ // Request options
+ Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
+}
// DeletedItemsDirectoryObjectItemRequestBuilderGetQueryParameters retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
type DeletedItemsDirectoryObjectItemRequestBuilderGetQueryParameters struct {
// Expand related entities
@@ -50,6 +57,25 @@ func NewDeletedItemsDirectoryObjectItemRequestBuilder(rawUrl string, requestAdap
urlParams["request-raw-url"] = rawUrl
return NewDeletedItemsDirectoryObjectItemRequestBuilderInternal(urlParams, requestAdapter)
}
+// Delete delete navigation property deletedItems for directory
+// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0
+func (m *DeletedItemsDirectoryObjectItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *DeletedItemsDirectoryObjectItemRequestBuilderDeleteRequestConfiguration)(error) {
+ requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
+ if err != nil {
+ return err
+ }
+ errorMapping := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ErrorMappings {
+ "XXX": ia572726a95efa92ddd544552cd950653dc691023836923576b2f4bf716cf204a.CreateODataErrorFromDiscriminatorValue,
+ }
+ err = m.BaseRequestBuilder.RequestAdapter.SendNoContent(ctx, requestInfo, errorMapping)
+ if err != nil {
+ return err
+ }
+ return nil
+}
// Get retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
// returns a DirectoryObjectable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
@@ -118,6 +144,17 @@ func (m *DeletedItemsDirectoryObjectItemRequestBuilder) GraphUser()(*DeletedItem
func (m *DeletedItemsDirectoryObjectItemRequestBuilder) Restore()(*DeletedItemsItemRestoreRequestBuilder) {
return NewDeletedItemsItemRestoreRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
+// ToDeleteRequestInformation delete navigation property deletedItems for directory
+// returns a *RequestInformation when successful
+func (m *DeletedItemsDirectoryObjectItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *DeletedItemsDirectoryObjectItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
+ requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/directory/deletedItems/{directoryObject%2Did}", m.BaseRequestBuilder.PathParameters)
+ if requestConfiguration != nil {
+ requestInfo.Headers.AddAll(requestConfiguration.Headers)
+ requestInfo.AddRequestOptions(requestConfiguration.Options)
+ }
+ requestInfo.Headers.TryAdd("Accept", "application/json")
+ return requestInfo, nil
+}
// ToGetRequestInformation retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
// returns a *RequestInformation when successful
func (m *DeletedItemsDirectoryObjectItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeletedItemsDirectoryObjectItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
diff --git a/directory/deleted_items_get_available_extension_properties_request_builder.go b/directory/deleted_items_get_available_extension_properties_request_builder.go
index 2e818bfcd7..24bb8da6a2 100644
--- a/directory/deleted_items_get_available_extension_properties_request_builder.go
+++ b/directory/deleted_items_get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewDeletedItemsGetAvailableExtensionPropertiesRequestBuilder(rawUrl string,
return NewDeletedItemsGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a DeletedItemsGetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directory/deleted_items_get_available_extension_properties_response.go b/directory/deleted_items_get_available_extension_properties_response.go
index b572c6bc1c..ec7aa26c38 100644
--- a/directory/deleted_items_get_available_extension_properties_response.go
+++ b/directory/deleted_items_get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedItemsGetAvailableExtensionPropertiesPostResponseable instead.
type DeletedItemsGetAvailableExtensionPropertiesResponse struct {
DeletedItemsGetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewDeletedItemsGetAvailableExtensionPropertiesResponse()(*DeletedItemsGetAv
func CreateDeletedItemsGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedItemsGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedItemsGetAvailableExtensionPropertiesPostResponseable instead.
type DeletedItemsGetAvailableExtensionPropertiesResponseable interface {
DeletedItemsGetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directory/deleted_items_get_by_ids_request_builder.go b/directory/deleted_items_get_by_ids_request_builder.go
index 7db95a9f7e..8ca5e874d7 100644
--- a/directory/deleted_items_get_by_ids_request_builder.go
+++ b/directory/deleted_items_get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewDeletedItemsGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewDeletedItemsGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a DeletedItemsGetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directory/deleted_items_get_by_ids_response.go b/directory/deleted_items_get_by_ids_response.go
index cb3839039d..c008a54c6d 100644
--- a/directory/deleted_items_get_by_ids_response.go
+++ b/directory/deleted_items_get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedItemsGetByIdsPostResponseable instead.
type DeletedItemsGetByIdsResponse struct {
DeletedItemsGetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewDeletedItemsGetByIdsResponse()(*DeletedItemsGetByIdsResponse) {
func CreateDeletedItemsGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedItemsGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedItemsGetByIdsPostResponseable instead.
type DeletedItemsGetByIdsResponseable interface {
DeletedItemsGetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directory/deleted_items_item_check_member_groups_request_builder.go b/directory/deleted_items_item_check_member_groups_request_builder.go
index a34df2d1ee..1b04bb9cdc 100644
--- a/directory/deleted_items_item_check_member_groups_request_builder.go
+++ b/directory/deleted_items_item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewDeletedItemsItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAd
return NewDeletedItemsItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a DeletedItemsItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directory/deleted_items_item_check_member_groups_response.go b/directory/deleted_items_item_check_member_groups_response.go
index d23f62b7b6..fdd9276bcb 100644
--- a/directory/deleted_items_item_check_member_groups_response.go
+++ b/directory/deleted_items_item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedItemsItemCheckMemberGroupsPostResponseable instead.
type DeletedItemsItemCheckMemberGroupsResponse struct {
DeletedItemsItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewDeletedItemsItemCheckMemberGroupsResponse()(*DeletedItemsItemCheckMember
func CreateDeletedItemsItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedItemsItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedItemsItemCheckMemberGroupsPostResponseable instead.
type DeletedItemsItemCheckMemberGroupsResponseable interface {
DeletedItemsItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directory/deleted_items_item_check_member_objects_request_builder.go b/directory/deleted_items_item_check_member_objects_request_builder.go
index 1725c1d5de..bc7564b152 100644
--- a/directory/deleted_items_item_check_member_objects_request_builder.go
+++ b/directory/deleted_items_item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewDeletedItemsItemCheckMemberObjectsRequestBuilder(rawUrl string, requestA
return NewDeletedItemsItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a DeletedItemsItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeletedItemsItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body DeletedItemsItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *DeletedItemsItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(DeletedItemsItemCheckMemberObjectsResponseable, error) {
diff --git a/directory/deleted_items_item_check_member_objects_response.go b/directory/deleted_items_item_check_member_objects_response.go
index 1da6dec54d..2e71e72619 100644
--- a/directory/deleted_items_item_check_member_objects_response.go
+++ b/directory/deleted_items_item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedItemsItemCheckMemberObjectsPostResponseable instead.
type DeletedItemsItemCheckMemberObjectsResponse struct {
DeletedItemsItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewDeletedItemsItemCheckMemberObjectsResponse()(*DeletedItemsItemCheckMembe
func CreateDeletedItemsItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedItemsItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedItemsItemCheckMemberObjectsPostResponseable instead.
type DeletedItemsItemCheckMemberObjectsResponseable interface {
DeletedItemsItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directory/deleted_items_item_get_member_groups_request_builder.go b/directory/deleted_items_item_get_member_groups_request_builder.go
index cd9d4c8c15..c9d6343cbe 100644
--- a/directory/deleted_items_item_get_member_groups_request_builder.go
+++ b/directory/deleted_items_item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewDeletedItemsItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdap
return NewDeletedItemsItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a DeletedItemsItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directory/deleted_items_item_get_member_groups_response.go b/directory/deleted_items_item_get_member_groups_response.go
index da3bb9f230..538d0bd4d8 100644
--- a/directory/deleted_items_item_get_member_groups_response.go
+++ b/directory/deleted_items_item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedItemsItemGetMemberGroupsPostResponseable instead.
type DeletedItemsItemGetMemberGroupsResponse struct {
DeletedItemsItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewDeletedItemsItemGetMemberGroupsResponse()(*DeletedItemsItemGetMemberGrou
func CreateDeletedItemsItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedItemsItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedItemsItemGetMemberGroupsPostResponseable instead.
type DeletedItemsItemGetMemberGroupsResponseable interface {
DeletedItemsItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directory/deleted_items_item_get_member_objects_request_builder.go b/directory/deleted_items_item_get_member_objects_request_builder.go
index e5aaad85b2..612a52e3a2 100644
--- a/directory/deleted_items_item_get_member_objects_request_builder.go
+++ b/directory/deleted_items_item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewDeletedItemsItemGetMemberObjectsRequestBuilder(rawUrl string, requestAda
return NewDeletedItemsItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a DeletedItemsItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directory/deleted_items_item_get_member_objects_response.go b/directory/deleted_items_item_get_member_objects_response.go
index 85e73c3ca6..0e26be57e0 100644
--- a/directory/deleted_items_item_get_member_objects_response.go
+++ b/directory/deleted_items_item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedItemsItemGetMemberObjectsPostResponseable instead.
type DeletedItemsItemGetMemberObjectsResponse struct {
DeletedItemsItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewDeletedItemsItemGetMemberObjectsResponse()(*DeletedItemsItemGetMemberObj
func CreateDeletedItemsItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedItemsItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedItemsItemGetMemberObjectsPostResponseable instead.
type DeletedItemsItemGetMemberObjectsResponseable interface {
DeletedItemsItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directory/federation_configurations_available_provider_types_request_builder.go b/directory/federation_configurations_available_provider_types_request_builder.go
index c57755e65c..08fbf07690 100644
--- a/directory/federation_configurations_available_provider_types_request_builder.go
+++ b/directory/federation_configurations_available_provider_types_request_builder.go
@@ -46,7 +46,7 @@ func NewFederationConfigurationsAvailableProviderTypesRequestBuilder(rawUrl stri
return NewFederationConfigurationsAvailableProviderTypesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function availableProviderTypes
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsAvailableProviderTypesGetResponse instead.
// returns a FederationConfigurationsAvailableProviderTypesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *FederationConfigurationsAvailableProviderTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *FederationConfigurationsAvailableProviderTypesRequestBuilderGetRequestConfiguration)(FederationConfigurationsAvailableProviderTypesResponseable, error) {
diff --git a/directory/federation_configurations_available_provider_types_response.go b/directory/federation_configurations_available_provider_types_response.go
index 064c34256a..b4d50d48b1 100644
--- a/directory/federation_configurations_available_provider_types_response.go
+++ b/directory/federation_configurations_available_provider_types_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use FederationConfigurationsAvailableProviderTypesGetResponseable instead.
type FederationConfigurationsAvailableProviderTypesResponse struct {
FederationConfigurationsAvailableProviderTypesGetResponse
}
@@ -20,7 +20,7 @@ func NewFederationConfigurationsAvailableProviderTypesResponse()(*FederationConf
func CreateFederationConfigurationsAvailableProviderTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewFederationConfigurationsAvailableProviderTypesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use FederationConfigurationsAvailableProviderTypesGetResponseable instead.
type FederationConfigurationsAvailableProviderTypesResponseable interface {
FederationConfigurationsAvailableProviderTypesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryobjects/delta_request_builder.go b/directoryobjects/delta_request_builder.go
index 80c513fc9e..d9f71ca9ce 100644
--- a/directoryobjects/delta_request_builder.go
+++ b/directoryobjects/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/directoryobjects/delta_response.go b/directoryobjects/delta_response.go
index 27d1906a2d..e02656283c 100644
--- a/directoryobjects/delta_response.go
+++ b/directoryobjects/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryobjects/get_available_extension_properties_request_builder.go b/directoryobjects/get_available_extension_properties_request_builder.go
index df3ec5df07..65e448728d 100644
--- a/directoryobjects/get_available_extension_properties_request_builder.go
+++ b/directoryobjects/get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a GetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryobjects/get_available_extension_properties_response.go b/directoryobjects/get_available_extension_properties_response.go
index c53be815cb..11ce4ee090 100644
--- a/directoryobjects/get_available_extension_properties_response.go
+++ b/directoryobjects/get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponse struct {
GetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewGetAvailableExtensionPropertiesResponse()(*GetAvailableExtensionProperti
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponseable interface {
GetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryobjects/get_by_ids_request_builder.go b/directoryobjects/get_by_ids_request_builder.go
index 602b48b80a..839445e07c 100644
--- a/directoryobjects/get_by_ids_request_builder.go
+++ b/directoryobjects/get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a GetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryobjects/get_by_ids_response.go b/directoryobjects/get_by_ids_response.go
index 81750c7621..9a9f2f0840 100644
--- a/directoryobjects/get_by_ids_response.go
+++ b/directoryobjects/get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponse struct {
GetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) {
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponseable interface {
GetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryobjects/item_check_member_groups_request_builder.go b/directoryobjects/item_check_member_groups_request_builder.go
index 59a7a51cb3..110a701ba9 100644
--- a/directoryobjects/item_check_member_groups_request_builder.go
+++ b/directoryobjects/item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a ItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryobjects/item_check_member_groups_response.go b/directoryobjects/item_check_member_groups_response.go
index 583db46af1..40bbee8293 100644
--- a/directoryobjects/item_check_member_groups_response.go
+++ b/directoryobjects/item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponse struct {
ItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) {
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponseable interface {
ItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryobjects/item_check_member_objects_request_builder.go b/directoryobjects/item_check_member_objects_request_builder.go
index 85a6ffa016..6cff928f2b 100644
--- a/directoryobjects/item_check_member_objects_request_builder.go
+++ b/directoryobjects/item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a ItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) {
diff --git a/directoryobjects/item_check_member_objects_response.go b/directoryobjects/item_check_member_objects_response.go
index f3b704e900..16af6a05c8 100644
--- a/directoryobjects/item_check_member_objects_response.go
+++ b/directoryobjects/item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponse struct {
ItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) {
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponseable interface {
ItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryobjects/item_get_member_groups_request_builder.go b/directoryobjects/item_get_member_groups_request_builder.go
index 801ff5c8a5..dd4aa257f3 100644
--- a/directoryobjects/item_get_member_groups_request_builder.go
+++ b/directoryobjects/item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a ItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryobjects/item_get_member_groups_response.go b/directoryobjects/item_get_member_groups_response.go
index 43fe457e5a..4476e99aaa 100644
--- a/directoryobjects/item_get_member_groups_response.go
+++ b/directoryobjects/item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponse struct {
ItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) {
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponseable interface {
ItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryobjects/item_get_member_objects_request_builder.go b/directoryobjects/item_get_member_objects_request_builder.go
index 1e813aa635..68243ed819 100644
--- a/directoryobjects/item_get_member_objects_request_builder.go
+++ b/directoryobjects/item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a ItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryobjects/item_get_member_objects_response.go b/directoryobjects/item_get_member_objects_response.go
index ffa73accc0..b5195c34ff 100644
--- a/directoryobjects/item_get_member_objects_response.go
+++ b/directoryobjects/item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponse struct {
ItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) {
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponseable interface {
ItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroles/delta_request_builder.go b/directoryroles/delta_request_builder.go
index a35069261e..22778824b8 100644
--- a/directoryroles/delta_request_builder.go
+++ b/directoryroles/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/directoryroles/delta_response.go b/directoryroles/delta_response.go
index 917a7fe641..f781b62043 100644
--- a/directoryroles/delta_response.go
+++ b/directoryroles/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroles/get_available_extension_properties_request_builder.go b/directoryroles/get_available_extension_properties_request_builder.go
index bd190fd1f6..e6b6fe10af 100644
--- a/directoryroles/get_available_extension_properties_request_builder.go
+++ b/directoryroles/get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a GetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryroles/get_available_extension_properties_response.go b/directoryroles/get_available_extension_properties_response.go
index b3620c175a..4d3ce5f669 100644
--- a/directoryroles/get_available_extension_properties_response.go
+++ b/directoryroles/get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponse struct {
GetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewGetAvailableExtensionPropertiesResponse()(*GetAvailableExtensionProperti
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponseable interface {
GetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroles/get_by_ids_request_builder.go b/directoryroles/get_by_ids_request_builder.go
index 22ba99200d..4daba0f230 100644
--- a/directoryroles/get_by_ids_request_builder.go
+++ b/directoryroles/get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a GetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryroles/get_by_ids_response.go b/directoryroles/get_by_ids_response.go
index 408bde521a..f5da65129e 100644
--- a/directoryroles/get_by_ids_response.go
+++ b/directoryroles/get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponse struct {
GetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) {
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponseable interface {
GetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroles/item_check_member_groups_request_builder.go b/directoryroles/item_check_member_groups_request_builder.go
index d2eb1b7a3b..3976cee19c 100644
--- a/directoryroles/item_check_member_groups_request_builder.go
+++ b/directoryroles/item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a ItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryroles/item_check_member_groups_response.go b/directoryroles/item_check_member_groups_response.go
index e1c6aec30e..7d0cbae974 100644
--- a/directoryroles/item_check_member_groups_response.go
+++ b/directoryroles/item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponse struct {
ItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) {
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponseable interface {
ItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroles/item_check_member_objects_request_builder.go b/directoryroles/item_check_member_objects_request_builder.go
index af1109cb4c..9e4980faf7 100644
--- a/directoryroles/item_check_member_objects_request_builder.go
+++ b/directoryroles/item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a ItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) {
diff --git a/directoryroles/item_check_member_objects_response.go b/directoryroles/item_check_member_objects_response.go
index 2bcccfc920..733bcde17e 100644
--- a/directoryroles/item_check_member_objects_response.go
+++ b/directoryroles/item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponse struct {
ItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) {
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponseable interface {
ItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroles/item_get_member_groups_request_builder.go b/directoryroles/item_get_member_groups_request_builder.go
index b4d84f3838..7da4c1be61 100644
--- a/directoryroles/item_get_member_groups_request_builder.go
+++ b/directoryroles/item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a ItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryroles/item_get_member_groups_response.go b/directoryroles/item_get_member_groups_response.go
index b66985929b..6decc27b1c 100644
--- a/directoryroles/item_get_member_groups_response.go
+++ b/directoryroles/item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponse struct {
ItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) {
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponseable interface {
ItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroles/item_get_member_objects_request_builder.go b/directoryroles/item_get_member_objects_request_builder.go
index b4a765ffaa..c3fc3bb831 100644
--- a/directoryroles/item_get_member_objects_request_builder.go
+++ b/directoryroles/item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a ItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryroles/item_get_member_objects_response.go b/directoryroles/item_get_member_objects_response.go
index 5a9315b67e..39326ab73e 100644
--- a/directoryroles/item_get_member_objects_response.go
+++ b/directoryroles/item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponse struct {
ItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) {
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponseable interface {
ItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroletemplates/delta_request_builder.go b/directoryroletemplates/delta_request_builder.go
index 26e20def2e..2dbf07bc1f 100644
--- a/directoryroletemplates/delta_request_builder.go
+++ b/directoryroletemplates/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/directoryroletemplates/delta_response.go b/directoryroletemplates/delta_response.go
index 20506f8cb8..bcbf4c793b 100644
--- a/directoryroletemplates/delta_response.go
+++ b/directoryroletemplates/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroletemplates/get_available_extension_properties_request_builder.go b/directoryroletemplates/get_available_extension_properties_request_builder.go
index 6fff64d977..aa2eb48168 100644
--- a/directoryroletemplates/get_available_extension_properties_request_builder.go
+++ b/directoryroletemplates/get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a GetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryroletemplates/get_available_extension_properties_response.go b/directoryroletemplates/get_available_extension_properties_response.go
index 19aaa0fe4d..ead43fcd17 100644
--- a/directoryroletemplates/get_available_extension_properties_response.go
+++ b/directoryroletemplates/get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponse struct {
GetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewGetAvailableExtensionPropertiesResponse()(*GetAvailableExtensionProperti
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponseable interface {
GetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroletemplates/get_by_ids_request_builder.go b/directoryroletemplates/get_by_ids_request_builder.go
index 4127baa8d7..7ace5bc803 100644
--- a/directoryroletemplates/get_by_ids_request_builder.go
+++ b/directoryroletemplates/get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a GetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryroletemplates/get_by_ids_response.go b/directoryroletemplates/get_by_ids_response.go
index 62d5c6b923..119664f6a5 100644
--- a/directoryroletemplates/get_by_ids_response.go
+++ b/directoryroletemplates/get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponse struct {
GetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) {
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponseable interface {
GetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroletemplates/item_check_member_groups_request_builder.go b/directoryroletemplates/item_check_member_groups_request_builder.go
index 13db1c86a6..dc5cb01b61 100644
--- a/directoryroletemplates/item_check_member_groups_request_builder.go
+++ b/directoryroletemplates/item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a ItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryroletemplates/item_check_member_groups_response.go b/directoryroletemplates/item_check_member_groups_response.go
index 94f1ded58d..ee2439156c 100644
--- a/directoryroletemplates/item_check_member_groups_response.go
+++ b/directoryroletemplates/item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponse struct {
ItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) {
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponseable interface {
ItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroletemplates/item_check_member_objects_request_builder.go b/directoryroletemplates/item_check_member_objects_request_builder.go
index f49098a30a..bbcc5c3bdb 100644
--- a/directoryroletemplates/item_check_member_objects_request_builder.go
+++ b/directoryroletemplates/item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a ItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) {
diff --git a/directoryroletemplates/item_check_member_objects_response.go b/directoryroletemplates/item_check_member_objects_response.go
index d37db2cbb4..6335d351ac 100644
--- a/directoryroletemplates/item_check_member_objects_response.go
+++ b/directoryroletemplates/item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponse struct {
ItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) {
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponseable interface {
ItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroletemplates/item_get_member_groups_request_builder.go b/directoryroletemplates/item_get_member_groups_request_builder.go
index 7c9fe6c3b7..86e6354a9f 100644
--- a/directoryroletemplates/item_get_member_groups_request_builder.go
+++ b/directoryroletemplates/item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a ItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryroletemplates/item_get_member_groups_response.go b/directoryroletemplates/item_get_member_groups_response.go
index f3e2e358ac..cd51414fc6 100644
--- a/directoryroletemplates/item_get_member_groups_response.go
+++ b/directoryroletemplates/item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponse struct {
ItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) {
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponseable interface {
ItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/directoryroletemplates/item_get_member_objects_request_builder.go b/directoryroletemplates/item_get_member_objects_request_builder.go
index 1a722ed2f2..7c2274db49 100644
--- a/directoryroletemplates/item_get_member_objects_request_builder.go
+++ b/directoryroletemplates/item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a ItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/directoryroletemplates/item_get_member_objects_response.go b/directoryroletemplates/item_get_member_objects_response.go
index 52fc87cbfa..7d4b290d83 100644
--- a/directoryroletemplates/item_get_member_objects_response.go
+++ b/directoryroletemplates/item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponse struct {
ItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) {
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponseable interface {
ItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/domains/item_promote_request_builder.go b/domains/item_promote_request_builder.go
index 43612ac8bd..9b46d922d0 100644
--- a/domains/item_promote_request_builder.go
+++ b/domains/item_promote_request_builder.go
@@ -31,7 +31,7 @@ func NewItemPromoteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
return NewItemPromoteRequestBuilderInternal(urlParams, requestAdapter)
}
// Post promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsPromotePostResponse instead.
// returns a ItemPromoteResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/domains/item_promote_response.go b/domains/item_promote_response.go
index ccbd6f5ff8..eaab5e5b91 100644
--- a/domains/item_promote_response.go
+++ b/domains/item_promote_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPromotePostResponseable instead.
type ItemPromoteResponse struct {
ItemPromotePostResponse
}
@@ -20,7 +20,7 @@ func NewItemPromoteResponse()(*ItemPromoteResponse) {
func CreateItemPromoteResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPromoteResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPromotePostResponseable instead.
type ItemPromoteResponseable interface {
ItemPromotePostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_drive_item_item_request_builder.go b/drives/item_items_drive_item_item_request_builder.go
index 42ccfa38d1..3d158b8a2c 100644
--- a/drives/item_items_drive_item_item_request_builder.go
+++ b/drives/item_items_drive_item_item_request_builder.go
@@ -188,12 +188,12 @@ func (m *ItemItemsDriveItemItemRequestBuilder) LastModifiedByUser()(*ItemItemsIt
func (m *ItemItemsDriveItemItemRequestBuilder) ListItem()(*ItemItemsItemListItemRequestBuilder) {
return NewItemItemsItemListItemRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the metadata for a driveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property.
+// Patch to move a DriveItem to a new parent item, your app requests to update the parentReference of the DriveItem to move. This is a special case of the Update method.Your app can combine moving an item to a new container and updating other properties of the item into a single request. Items cannot be moved between Drives using this request.
// returns a DriveItemable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-move?view=graph-rest-1.0
func (m *ItemItemsDriveItemItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable, requestConfiguration *ItemItemsDriveItemItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -276,7 +276,7 @@ func (m *ItemItemsDriveItemItemRequestBuilder) ToGetRequestInformation(ctx conte
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPatchRequestInformation update the metadata for a driveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property.
+// ToPatchRequestInformation to move a DriveItem to a new parent item, your app requests to update the parentReference of the DriveItem to move. This is a special case of the Update method.Your app can combine moving an item to a new container and updating other properties of the item into a single request. Items cannot be moved between Drives using this request.
// returns a *RequestInformation when successful
func (m *ItemItemsDriveItemItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable, requestConfiguration *ItemItemsDriveItemItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}", m.BaseRequestBuilder.PathParameters)
diff --git a/drives/item_items_item_delta_request_builder.go b/drives/item_items_item_delta_request_builder.go
index ed2619cd39..9b50bcab4b 100644
--- a/drives/item_items_item_delta_request_builder.go
+++ b/drives/item_items_item_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemItemsItemDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f
return NewItemItemsItemDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemItemsItemDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemDeltaRequestBuilderGetRequestConfiguration)(ItemItemsItemDeltaResponseable, error) {
diff --git a/drives/item_items_item_delta_response.go b/drives/item_items_item_delta_response.go
index 6aa548c4b6..19ee0e0267 100644
--- a/drives/item_items_item_delta_response.go
+++ b/drives/item_items_item_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemDeltaGetResponseable instead.
type ItemItemsItemDeltaResponse struct {
ItemItemsItemDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemDeltaResponse()(*ItemItemsItemDeltaResponse) {
func CreateItemItemsItemDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemDeltaGetResponseable instead.
type ItemItemsItemDeltaResponseable interface {
ItemItemsItemDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_delta_with_token_request_builder.go b/drives/item_items_item_delta_with_token_request_builder.go
index c5ae36f467..f91d266aba 100644
--- a/drives/item_items_item_delta_with_token_request_builder.go
+++ b/drives/item_items_item_delta_with_token_request_builder.go
@@ -55,7 +55,7 @@ func NewItemItemsItemDeltaWithTokenRequestBuilder(rawUrl string, requestAdapter
return NewItemItemsItemDeltaWithTokenRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaWithTokenGetResponse instead.
// returns a ItemItemsItemDeltaWithTokenResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemDeltaWithTokenRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemDeltaWithTokenRequestBuilderGetRequestConfiguration)(ItemItemsItemDeltaWithTokenResponseable, error) {
diff --git a/drives/item_items_item_delta_with_token_response.go b/drives/item_items_item_delta_with_token_response.go
index e09f4b467c..b5eef0bbbe 100644
--- a/drives/item_items_item_delta_with_token_response.go
+++ b/drives/item_items_item_delta_with_token_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemDeltaWithTokenGetResponseable instead.
type ItemItemsItemDeltaWithTokenResponse struct {
ItemItemsItemDeltaWithTokenGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemDeltaWithTokenResponse()(*ItemItemsItemDeltaWithTokenRespon
func CreateItemItemsItemDeltaWithTokenResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemDeltaWithTokenResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemDeltaWithTokenGetResponseable instead.
type ItemItemsItemDeltaWithTokenResponseable interface {
ItemItemsItemDeltaWithTokenGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_get_activities_by_interval_request_builder.go b/drives/item_items_item_get_activities_by_interval_request_builder.go
index 35964606fb..9d1b599c90 100644
--- a/drives/item_items_item_get_activities_by_interval_request_builder.go
+++ b/drives/item_items_item_get_activities_by_interval_request_builder.go
@@ -52,7 +52,7 @@ func NewItemItemsItemGetActivitiesByIntervalRequestBuilder(rawUrl string, reques
return NewItemItemsItemGetActivitiesByIntervalRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalGetResponse instead.
// returns a ItemItemsItemGetActivitiesByIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemGetActivitiesByIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration)(ItemItemsItemGetActivitiesByIntervalResponseable, error) {
diff --git a/drives/item_items_item_get_activities_by_interval_response.go b/drives/item_items_item_get_activities_by_interval_response.go
index 0f7677122e..f2be37de02 100644
--- a/drives/item_items_item_get_activities_by_interval_response.go
+++ b/drives/item_items_item_get_activities_by_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemGetActivitiesByIntervalGetResponseable instead.
type ItemItemsItemGetActivitiesByIntervalResponse struct {
ItemItemsItemGetActivitiesByIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemGetActivitiesByIntervalResponse()(*ItemItemsItemGetActiviti
func CreateItemItemsItemGetActivitiesByIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemGetActivitiesByIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemGetActivitiesByIntervalGetResponseable instead.
type ItemItemsItemGetActivitiesByIntervalResponseable interface {
ItemItemsItemGetActivitiesByIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
index 1e95483e62..0cb74a2daa 100644
--- a/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
+++ b/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
@@ -61,7 +61,7 @@ func NewItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith
return NewItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead.
// returns a ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) {
diff --git a/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
index 21d5bfa0f6..a1bc0dcd60 100644
--- a/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
+++ b/drives/item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct {
ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith
func CreateItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface {
ItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_invite_request_builder.go b/drives/item_items_item_invite_request_builder.go
index 70c29aa1e8..8ca891a458 100644
--- a/drives/item_items_item_invite_request_builder.go
+++ b/drives/item_items_item_invite_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemInviteRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemItemsItemInviteRequestBuilderInternal(urlParams, requestAdapter)
}
// Post sends a sharing invitation for a driveItem.A sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][].
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsInvitePostResponse instead.
// returns a ItemItemsItemInviteResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/drives/item_items_item_invite_response.go b/drives/item_items_item_invite_response.go
index abfbb90871..e010fe350b 100644
--- a/drives/item_items_item_invite_response.go
+++ b/drives/item_items_item_invite_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemInvitePostResponseable instead.
type ItemItemsItemInviteResponse struct {
ItemItemsItemInvitePostResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemInviteResponse()(*ItemItemsItemInviteResponse) {
func CreateItemItemsItemInviteResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemInviteResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemInvitePostResponseable instead.
type ItemItemsItemInviteResponseable interface {
ItemItemsItemInvitePostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_permissions_item_grant_request_builder.go b/drives/item_items_item_permissions_item_grant_request_builder.go
index be7b94deb3..f38e53b6a3 100644
--- a/drives/item_items_item_permissions_item_grant_request_builder.go
+++ b/drives/item_items_item_permissions_item_grant_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemPermissionsItemGrantRequestBuilder(rawUrl string, requestAd
return NewItemItemsItemPermissionsItemGrantRequestBuilderInternal(urlParams, requestAdapter)
}
// Post grant users access to a link represented by a [permission][].
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGrantPostResponse instead.
// returns a ItemItemsItemPermissionsItemGrantResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/drives/item_items_item_permissions_item_grant_response.go b/drives/item_items_item_permissions_item_grant_response.go
index 30b452724f..2cbed82fdc 100644
--- a/drives/item_items_item_permissions_item_grant_response.go
+++ b/drives/item_items_item_permissions_item_grant_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemPermissionsItemGrantPostResponseable instead.
type ItemItemsItemPermissionsItemGrantResponse struct {
ItemItemsItemPermissionsItemGrantPostResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemPermissionsItemGrantResponse()(*ItemItemsItemPermissionsIte
func CreateItemItemsItemPermissionsItemGrantResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemPermissionsItemGrantResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemPermissionsItemGrantPostResponseable instead.
type ItemItemsItemPermissionsItemGrantResponseable interface {
ItemItemsItemPermissionsItemGrantPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_retention_label_request_builder.go b/drives/item_items_item_retention_label_request_builder.go
index e3c8a223be..9a3612be5a 100644
--- a/drives/item_items_item_retention_label_request_builder.go
+++ b/drives/item_items_item_retention_label_request_builder.go
@@ -93,12 +93,12 @@ func (m *ItemItemsItemRetentionLabelRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemRetentionLabelable), nil
}
-// Patch apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
+// Patch lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
// returns a ItemRetentionLabelable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0
func (m *ItemItemsItemRetentionLabelRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemRetentionLabelable, requestConfiguration *ItemItemsItemRetentionLabelRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemRetentionLabelable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemItemsItemRetentionLabelRequestBuilder) ToGetRequestInformation(ctx
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPatchRequestInformation apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
+// ToPatchRequestInformation lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
// returns a *RequestInformation when successful
func (m *ItemItemsItemRetentionLabelRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemRetentionLabelable, requestConfiguration *ItemItemsItemRetentionLabelRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/retentionLabel", m.BaseRequestBuilder.PathParameters)
diff --git a/drives/item_items_item_search_with_q_request_builder.go b/drives/item_items_item_search_with_q_request_builder.go
index 3420eeff7d..a2e18c058e 100644
--- a/drives/item_items_item_search_with_q_request_builder.go
+++ b/drives/item_items_item_search_with_q_request_builder.go
@@ -55,7 +55,7 @@ func NewItemItemsItemSearchWithQRequestBuilder(rawUrl string, requestAdapter i2a
return NewItemItemsItemSearchWithQRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function search
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsSearchWithQGetResponse instead.
// returns a ItemItemsItemSearchWithQResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemSearchWithQRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemSearchWithQRequestBuilderGetRequestConfiguration)(ItemItemsItemSearchWithQResponseable, error) {
diff --git a/drives/item_items_item_search_with_q_response.go b/drives/item_items_item_search_with_q_response.go
index af836776e7..2b7fd68898 100644
--- a/drives/item_items_item_search_with_q_response.go
+++ b/drives/item_items_item_search_with_q_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemSearchWithQGetResponseable instead.
type ItemItemsItemSearchWithQResponse struct {
ItemItemsItemSearchWithQGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemSearchWithQResponse()(*ItemItemsItemSearchWithQResponse) {
func CreateItemItemsItemSearchWithQResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemSearchWithQResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemSearchWithQGetResponseable instead.
type ItemItemsItemSearchWithQResponseable interface {
ItemItemsItemSearchWithQGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_names_item_range_request_builder.go b/drives/item_items_item_workbook_names_item_range_request_builder.go
index 0d93af4b55..7f6a2e6dec 100644
--- a/drives/item_items_item_workbook_names_item_range_request_builder.go
+++ b/drives/item_items_item_workbook_names_item_range_request_builder.go
@@ -31,12 +31,12 @@ func NewItemItemsItemWorkbookNamesItemRangeRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookNamesItemRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get retrieve the properties and relationships of range object.
+// Get returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
// returns a WorkbookRangeable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookNamesItemRangeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookNamesItemRangeRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -54,7 +54,7 @@ func (m *ItemItemsItemWorkbookNamesItemRangeRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation retrieve the properties and relationships of range object.
+// ToGetRequestInformation returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
// returns a *RequestInformation when successful
func (m *ItemItemsItemWorkbookNamesItemRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookNamesItemRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/drives/item_items_item_workbook_tables_add_request_builder.go b/drives/item_items_item_workbook_tables_add_request_builder.go
index b1eb8a65bb..808418034c 100644
--- a/drives/item_items_item_workbook_tables_add_request_builder.go
+++ b/drives/item_items_item_workbook_tables_add_request_builder.go
@@ -31,12 +31,12 @@ func NewItemItemsItemWorkbookTablesAddRequestBuilder(rawUrl string, requestAdapt
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookTablesAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post use this API to create a new Table.
+// Post create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
// returns a WorkbookTableable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookTablesAddRequestBuilder) Post(ctx context.Context, body ItemItemsItemWorkbookTablesAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookTablesAddRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -54,7 +54,7 @@ func (m *ItemItemsItemWorkbookTablesAddRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableable), nil
}
-// ToPostRequestInformation use this API to create a new Table.
+// ToPostRequestInformation create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
// returns a *RequestInformation when successful
func (m *ItemItemsItemWorkbookTablesAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookTablesAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookTablesAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/drives/item_items_item_workbook_tables_count_request_builder.go b/drives/item_items_item_workbook_tables_count_request_builder.go
index 35b99ab7cc..1b822437af 100644
--- a/drives/item_items_item_workbook_tables_count_request_builder.go
+++ b/drives/item_items_item_workbook_tables_count_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesCountRequestBuilder(rawUrl string, requestAda
return NewItemItemsItemWorkbookTablesCountRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function count
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead.
// returns a ItemItemsItemWorkbookTablesCountResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookTablesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookTablesCountResponseable, error) {
diff --git a/drives/item_items_item_workbook_tables_count_response.go b/drives/item_items_item_workbook_tables_count_response.go
index 5fd4b5389a..afcc4f6037 100644
--- a/drives/item_items_item_workbook_tables_count_response.go
+++ b/drives/item_items_item_workbook_tables_count_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookTablesCountGetResponseable instead.
type ItemItemsItemWorkbookTablesCountResponse struct {
ItemItemsItemWorkbookTablesCountGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookTablesCountResponse()(*ItemItemsItemWorkbookTablesC
func CreateItemItemsItemWorkbookTablesCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesCountResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookTablesCountGetResponseable instead.
type ItemItemsItemWorkbookTablesCountResponseable interface {
ItemItemsItemWorkbookTablesCountGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_tables_item_at_with_index_columns_request_builder.go b/drives/item_items_item_workbook_tables_item_at_with_index_columns_request_builder.go
index 1639e93400..5ac3fa91e6 100644
--- a/drives/item_items_item_workbook_tables_item_at_with_index_columns_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_at_with_index_columns_request_builder.go
@@ -64,7 +64,7 @@ func NewItemItemsItemWorkbookTablesItemAtWithIndexColumnsRequestBuilder(rawUrl s
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-list?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookTablesItemAtWithIndexColumnsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemAtWithIndexColumnsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableColumnCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
diff --git a/drives/item_items_item_workbook_tables_item_at_with_index_rows_request_builder.go b/drives/item_items_item_workbook_tables_item_at_with_index_rows_request_builder.go
index 3344e8aa48..04907a896b 100644
--- a/drives/item_items_item_workbook_tables_item_at_with_index_rows_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_at_with_index_rows_request_builder.go
@@ -64,7 +64,7 @@ func NewItemItemsItemWorkbookTablesItemAtWithIndexRowsRequestBuilder(rawUrl stri
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/table-list-rows?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookTablesItemAtWithIndexRowsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemAtWithIndexRowsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
diff --git a/drives/item_items_item_workbook_tables_item_columns_count_request_builder.go b/drives/item_items_item_workbook_tables_item_columns_count_request_builder.go
index 7df40202ae..96e40b7903 100644
--- a/drives/item_items_item_workbook_tables_item_columns_count_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_columns_count_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsCountRequestBuilder(rawUrl string,
return NewItemItemsItemWorkbookTablesItemColumnsCountRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function count
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead.
// returns a ItemItemsItemWorkbookTablesItemColumnsCountResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookTablesItemColumnsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookTablesItemColumnsCountResponseable, error) {
diff --git a/drives/item_items_item_workbook_tables_item_columns_count_response.go b/drives/item_items_item_workbook_tables_item_columns_count_response.go
index 8f7850c642..317ff3e711 100644
--- a/drives/item_items_item_workbook_tables_item_columns_count_response.go
+++ b/drives/item_items_item_workbook_tables_item_columns_count_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookTablesItemColumnsCountGetResponseable instead.
type ItemItemsItemWorkbookTablesItemColumnsCountResponse struct {
ItemItemsItemWorkbookTablesItemColumnsCountGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookTablesItemColumnsCountResponse()(*ItemItemsItemWork
func CreateItemItemsItemWorkbookTablesItemColumnsCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemColumnsCountResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookTablesItemColumnsCountGetResponseable instead.
type ItemItemsItemWorkbookTablesItemColumnsCountResponseable interface {
ItemItemsItemWorkbookTablesItemColumnsCountGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_tables_item_columns_request_builder.go b/drives/item_items_item_workbook_tables_item_columns_request_builder.go
index 877473ac20..8696c76c9f 100644
--- a/drives/item_items_item_workbook_tables_item_columns_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_columns_request_builder.go
@@ -86,7 +86,7 @@ func (m *ItemItemsItemWorkbookTablesItemColumnsRequestBuilder) Count()(*ItemItem
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-list?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookTablesItemColumnsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemColumnsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableColumnCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
diff --git a/drives/item_items_item_workbook_tables_item_rows_count_request_builder.go b/drives/item_items_item_workbook_tables_item_rows_count_request_builder.go
index 28cfa9bbfe..8b6bc8818e 100644
--- a/drives/item_items_item_workbook_tables_item_rows_count_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_rows_count_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookTablesItemRowsCountRequestBuilder(rawUrl string, re
return NewItemItemsItemWorkbookTablesItemRowsCountRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function count
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead.
// returns a ItemItemsItemWorkbookTablesItemRowsCountResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookTablesItemRowsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemRowsCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookTablesItemRowsCountResponseable, error) {
diff --git a/drives/item_items_item_workbook_tables_item_rows_count_response.go b/drives/item_items_item_workbook_tables_item_rows_count_response.go
index 46315b8d88..49e675b669 100644
--- a/drives/item_items_item_workbook_tables_item_rows_count_response.go
+++ b/drives/item_items_item_workbook_tables_item_rows_count_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookTablesItemRowsCountGetResponseable instead.
type ItemItemsItemWorkbookTablesItemRowsCountResponse struct {
ItemItemsItemWorkbookTablesItemRowsCountGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookTablesItemRowsCountResponse()(*ItemItemsItemWorkboo
func CreateItemItemsItemWorkbookTablesItemRowsCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookTablesItemRowsCountResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookTablesItemRowsCountGetResponseable instead.
type ItemItemsItemWorkbookTablesItemRowsCountResponseable interface {
ItemItemsItemWorkbookTablesItemRowsCountGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_tables_item_rows_request_builder.go b/drives/item_items_item_workbook_tables_item_rows_request_builder.go
index 36eded6b0a..b605c85e9f 100644
--- a/drives/item_items_item_workbook_tables_item_rows_request_builder.go
+++ b/drives/item_items_item_workbook_tables_item_rows_request_builder.go
@@ -86,7 +86,7 @@ func (m *ItemItemsItemWorkbookTablesItemRowsRequestBuilder) Count()(*ItemItemsIt
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/table-list-rows?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookTablesItemRowsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookTablesItemRowsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_count_request_builder.go
index 48624b33e0..be23b8ec06 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_count_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_count_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsCountRequestBuilder(rawUrl stri
return NewItemItemsItemWorkbookWorksheetsItemChartsCountRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function count
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsCountResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsCountResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_count_response.go b/drives/item_items_item_workbook_worksheets_item_charts_count_response.go
index fe8ddf890f..d0dc9c1148 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_count_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_count_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsCountResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsCountResponse()(*ItemItemsItemW
func CreateItemItemsItemWorkbookWorksheetsItemChartsCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsCountResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsCountResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsCountGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_request_builder.go
index 4603615031..55c4e0ea14 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageRequestBuil
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function image
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsImageGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_response.go
index ed14f85507..0afbf25151 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponse()(
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_request_builder.go
index 251b0aba76..0685ade255 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_request_builder.go
@@ -35,7 +35,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthRe
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function image
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsImageWithWidthGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_response.go
index 5c4cf3a0cf..26e2a4bd94 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthRe
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_request_builder.go
index f12cda6d90..c8c83e8f47 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_request_builder.go
@@ -38,7 +38,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWi
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightRequestBuilderInternal(urlParams, requestAdapter, nil, nil)
}
// Get invoke function image
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsImageWithWidthWithHeightGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_response.go
index 037c9a4068..0c1926d164 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWi
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_request_builder.go
index 3e45fba310..75399eca75 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_request_builder.go
@@ -41,7 +41,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWi
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function image
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsImageWithWidthWithHeightWithFittingModeGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_response.go
index 86fa4b6dcf..a09078e8dd 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_at_with_index_image_with_width_with_height_with_fitting_mode_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWi
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemAtWithIndexImageWithWidthWithHeightWithFittingModeGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_request_builder.go
index ac648c5217..5e4b06dfd3 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageRequestBuilder(rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function image
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsImageGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemImageResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemImageRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemImageResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_response.go
index 86afacf7fb..ee4d060d71 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemImageResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageResponse()(*ItemItemsI
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemImageResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemImageResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemImageGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_request_builder.go
index 385ea7d714..17d33a2d4a 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_request_builder.go
@@ -35,7 +35,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthRequestBuilde
return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function image
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsImageWithWidthGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_response.go
index 83ab900c05..c078374e47 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponse()(*I
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_request_builder.go
index cf7ce39305..c2482e3788 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_request_builder.go
@@ -38,7 +38,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightReq
return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightRequestBuilderInternal(urlParams, requestAdapter, nil, nil)
}
// Get invoke function image
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsImageWithWidthWithHeightGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_response.go
index c93eb2180e..4c20664b53 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightRes
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_request_builder.go
index 24b7162d8a..6b068fc8e9 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_request_builder.go
@@ -41,7 +41,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWit
return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function image
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsImageWithWidthWithHeightWithFittingModeGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_response.go
index ed1313254d..b53fa0bb5a 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_image_with_width_with_height_with_fitting_mode_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWit
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemImageWithWidthWithHeightWithFittingModeGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_request_builder.go
index 388e54d611..5bc47541cb 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountRequestBuilder(r
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function count
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_response.go
index 528999a490..a8a8b92557 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_count_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponse()(*Item
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesCountGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_at_with_index_points_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_at_with_index_points_request_builder.go
index 0586e5d55d..f2b0bdeaf8 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_at_with_index_points_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_at_with_index_points_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilderGetQueryParameters retrieve a list of chartpoints objects.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilderGetQueryParameters retrieve a list of chartpoint objects.
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -59,12 +59,12 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPoints
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get retrieve a list of chartpoints objects.
+// Get retrieve a list of chartpoint objects.
// returns a WorkbookChartPointCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/chartseries-list-points?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chartpoint-list?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartPointCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -105,7 +105,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPoint
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartPointable), nil
}
-// ToGetRequestInformation retrieve a list of chartpoints objects.
+// ToGetRequestInformation retrieve a list of chartpoint objects.
// returns a *RequestInformation when successful
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemAtWithIndexPointsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_request_builder.go
index 0870945c2e..f049dbe263 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountReques
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function count
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_response.go
index 4000b3ff17..9d3d799eaf 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_count_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRespon
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_request_builder.go
index 242b583f50..138fad9088 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_series_item_points_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderGetQueryParameters retrieve a list of chartpoints objects.
+// ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderGetQueryParameters retrieve a list of chartpoint objects.
type ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,12 +76,12 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuil
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilder) Count()(*ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRequestBuilder) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of chartpoints objects.
+// Get retrieve a list of chartpoint objects.
// returns a WorkbookChartPointCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/chartseries-list-points?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chartpoint-list?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartPointCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -127,7 +127,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBui
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookChartPointable), nil
}
-// ToGetRequestInformation retrieve a list of chartpoints objects.
+// ToGetRequestInformation retrieve a list of chartpoint objects.
// returns a *RequestInformation when successful
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemSeriesItemPointsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_request_builder.go
index 7157e119b4..690567e226 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageRequestBuilder
return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function image
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsImageGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_response.go
index fab9eaa03c..e6f6f426b7 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponse()(*It
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_request_builder.go
index 3be687ebda..2396774571 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_request_builder.go
@@ -35,7 +35,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthReque
return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function image
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsImageWithWidthGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_response.go
index 0d221c646a..efba204af8 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthRespo
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_request_builder.go
index 52c0062544..714f8af9c5 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_request_builder.go
@@ -38,7 +38,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithH
return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightRequestBuilderInternal(urlParams, requestAdapter, nil, nil)
}
// Get invoke function image
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsImageWithWidthWithHeightGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_response.go
index 65a704bd9f..af9e660b45 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithH
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_request_builder.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_request_builder.go
index b05eb5ce60..96cc8997de 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_request_builder.go
@@ -41,7 +41,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithH
return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function image
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsImageWithWidthWithHeightWithFittingModeGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_response.go b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_response.go
index 830d86e2de..ca5bf9dd7a 100644
--- a/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_charts_item_with_name_image_with_width_with_height_with_fitting_mode_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeResponse struct {
ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithH
func CreateItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeResponseable interface {
ItemItemsItemWorkbookWorksheetsItemChartsItemWithNameImageWithWidthWithHeightWithFittingModeGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_names_item_range_request_builder.go b/drives/item_items_item_workbook_worksheets_item_names_item_range_request_builder.go
index 7a9eea311b..bfb400e631 100644
--- a/drives/item_items_item_workbook_worksheets_item_names_item_range_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_names_item_range_request_builder.go
@@ -31,12 +31,12 @@ func NewItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilder(rawUrl s
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilderInternal(urlParams, requestAdapter)
}
-// Get retrieve the properties and relationships of range object.
+// Get returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
// returns a WorkbookRangeable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -54,7 +54,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilder) Get(ct
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookRangeable), nil
}
-// ToGetRequestInformation retrieve the properties and relationships of range object.
+// ToGetRequestInformation returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
// returns a *RequestInformation when successful
func (m *ItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemNamesItemRangeRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_add_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_add_request_builder.go
index cfd54936ce..5f903bd102 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_add_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_add_request_builder.go
@@ -31,12 +31,12 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post use this API to create a new Table.
+// Post create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
// returns a WorkbookTableable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilder) Post(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -54,7 +54,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableable), nil
}
-// ToPostRequestInformation use this API to create a new Table.
+// ToPostRequestInformation create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
// returns a *RequestInformation when successful
func (m *ItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemItemsItemWorkbookWorksheetsItemTablesAddPostRequestBodyable, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesAddRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_count_request_builder.go
index 99a8e01818..e34bb7f67f 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_count_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_count_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesCountRequestBuilder(rawUrl stri
return NewItemItemsItemWorkbookWorksheetsItemTablesCountRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function count
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemTablesCountResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemTablesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemTablesCountResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_count_response.go b/drives/item_items_item_workbook_worksheets_item_tables_count_response.go
index 4f5fe52738..916ab57b3a 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_count_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_count_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemTablesCountResponse struct {
ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesCountResponse()(*ItemItemsItemW
func CreateItemItemsItemWorkbookWorksheetsItemTablesCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesCountResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemTablesCountResponseable interface {
ItemItemsItemWorkbookWorksheetsItemTablesCountGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_at_with_index_columns_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_at_with_index_columns_request_builder.go
index ff29026201..6e62b3355a 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_at_with_index_columns_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_at_with_index_columns_request_builder.go
@@ -64,7 +64,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemAtWithIndexColumnsRequestBu
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-list?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemAtWithIndexColumnsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemAtWithIndexColumnsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableColumnCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_at_with_index_rows_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_at_with_index_rows_request_builder.go
index 7750cd05d0..1bdea5c9ab 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_at_with_index_rows_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_at_with_index_rows_request_builder.go
@@ -64,7 +64,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemAtWithIndexRowsRequestBuild
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/table-list-rows?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemAtWithIndexRowsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemAtWithIndexRowsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_request_builder.go
index 7f7687d52e..30fe3a0026 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountRequestBuilder(
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function count
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_response.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_response.go
index ceb2df84c7..47031ce263 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_count_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponse struct {
ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponse()(*Ite
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountResponseable interface {
ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsCountGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_request_builder.go
index 4f8419283b..dd3595da38 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_columns_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_columns_request_builder.go
@@ -86,7 +86,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilder) Cou
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/tablecolumn-list?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemColumnsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableColumnCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_request_builder.go
index 5e056f793d..4e386fa5f0 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_request_builder.go
@@ -31,7 +31,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountRequestBuilder(raw
return NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function count
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsCountGetResponse instead.
// returns a ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountRequestBuilderGetRequestConfiguration)(ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponseable, error) {
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_response.go b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_response.go
index ab87ba0192..113c6b2606 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_response.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_count_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponse struct {
ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponse
}
@@ -20,7 +20,7 @@ func NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponse()(*ItemIt
func CreateItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponseable instead.
type ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountResponseable interface {
ItemItemsItemWorkbookWorksheetsItemTablesItemRowsCountGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_request_builder.go b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_request_builder.go
index bf7414ded8..8bb487aff5 100644
--- a/drives/item_items_item_workbook_worksheets_item_tables_item_rows_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_item_tables_item_rows_request_builder.go
@@ -86,7 +86,7 @@ func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilder) Count(
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/table-list-rows?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsItemTablesItemRowsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookTableRowCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
diff --git a/drives/item_items_item_workbook_worksheets_request_builder.go b/drives/item_items_item_workbook_worksheets_request_builder.go
index 197ef7ab7d..5bf769c251 100644
--- a/drives/item_items_item_workbook_worksheets_request_builder.go
+++ b/drives/item_items_item_workbook_worksheets_request_builder.go
@@ -86,7 +86,7 @@ func (m *ItemItemsItemWorkbookWorksheetsRequestBuilder) Count()(*ItemItemsItemWo
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/workbook-list-worksheets?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/worksheet-list?view=graph-rest-1.0
func (m *ItemItemsItemWorkbookWorksheetsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemItemsItemWorkbookWorksheetsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkbookWorksheetCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
diff --git a/drives/item_list_content_types_get_compatible_hub_content_types_request_builder.go b/drives/item_list_content_types_get_compatible_hub_content_types_request_builder.go
index 441f57f047..4aaac9fe43 100644
--- a/drives/item_list_content_types_get_compatible_hub_content_types_request_builder.go
+++ b/drives/item_list_content_types_get_compatible_hub_content_types_request_builder.go
@@ -52,7 +52,7 @@ func NewItemListContentTypesGetCompatibleHubContentTypesRequestBuilder(rawUrl st
return NewItemListContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getCompatibleHubContentTypes
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetCompatibleHubContentTypesGetResponse instead.
// returns a ItemListContentTypesGetCompatibleHubContentTypesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemListContentTypesGetCompatibleHubContentTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration)(ItemListContentTypesGetCompatibleHubContentTypesResponseable, error) {
diff --git a/drives/item_list_content_types_get_compatible_hub_content_types_response.go b/drives/item_list_content_types_get_compatible_hub_content_types_response.go
index 3223486f49..de04cfd21c 100644
--- a/drives/item_list_content_types_get_compatible_hub_content_types_response.go
+++ b/drives/item_list_content_types_get_compatible_hub_content_types_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListContentTypesGetCompatibleHubContentTypesGetResponseable instead.
type ItemListContentTypesGetCompatibleHubContentTypesResponse struct {
ItemListContentTypesGetCompatibleHubContentTypesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemListContentTypesGetCompatibleHubContentTypesResponse()(*ItemListCont
func CreateItemListContentTypesGetCompatibleHubContentTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesGetCompatibleHubContentTypesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListContentTypesGetCompatibleHubContentTypesGetResponseable instead.
type ItemListContentTypesGetCompatibleHubContentTypesResponseable interface {
ItemListContentTypesGetCompatibleHubContentTypesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_list_content_types_item_is_published_request_builder.go b/drives/item_list_content_types_item_is_published_request_builder.go
index 2edaa907d6..1f8882c323 100644
--- a/drives/item_list_content_types_item_is_published_request_builder.go
+++ b/drives/item_list_content_types_item_is_published_request_builder.go
@@ -31,7 +31,7 @@ func NewItemListContentTypesItemIsPublishedRequestBuilder(rawUrl string, request
return NewItemListContentTypesItemIsPublishedRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function isPublished
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsIsPublishedGetResponse instead.
// returns a ItemListContentTypesItemIsPublishedResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemListContentTypesItemIsPublishedRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration)(ItemListContentTypesItemIsPublishedResponseable, error) {
diff --git a/drives/item_list_content_types_item_is_published_response.go b/drives/item_list_content_types_item_is_published_response.go
index e65e090923..b672509a68 100644
--- a/drives/item_list_content_types_item_is_published_response.go
+++ b/drives/item_list_content_types_item_is_published_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListContentTypesItemIsPublishedGetResponseable instead.
type ItemListContentTypesItemIsPublishedResponse struct {
ItemListContentTypesItemIsPublishedGetResponse
}
@@ -20,7 +20,7 @@ func NewItemListContentTypesItemIsPublishedResponse()(*ItemListContentTypesItemI
func CreateItemListContentTypesItemIsPublishedResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesItemIsPublishedResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListContentTypesItemIsPublishedGetResponseable instead.
type ItemListContentTypesItemIsPublishedResponseable interface {
ItemListContentTypesItemIsPublishedGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_list_items_item_get_activities_by_interval_request_builder.go b/drives/item_list_items_item_get_activities_by_interval_request_builder.go
index 7d0d904612..5b9ca00b80 100644
--- a/drives/item_list_items_item_get_activities_by_interval_request_builder.go
+++ b/drives/item_list_items_item_get_activities_by_interval_request_builder.go
@@ -52,7 +52,7 @@ func NewItemListItemsItemGetActivitiesByIntervalRequestBuilder(rawUrl string, re
return NewItemListItemsItemGetActivitiesByIntervalRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalGetResponse instead.
// returns a ItemListItemsItemGetActivitiesByIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemListItemsItemGetActivitiesByIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListItemsItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration)(ItemListItemsItemGetActivitiesByIntervalResponseable, error) {
diff --git a/drives/item_list_items_item_get_activities_by_interval_response.go b/drives/item_list_items_item_get_activities_by_interval_response.go
index f237eb1038..868d8ab3a7 100644
--- a/drives/item_list_items_item_get_activities_by_interval_response.go
+++ b/drives/item_list_items_item_get_activities_by_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListItemsItemGetActivitiesByIntervalGetResponseable instead.
type ItemListItemsItemGetActivitiesByIntervalResponse struct {
ItemListItemsItemGetActivitiesByIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemListItemsItemGetActivitiesByIntervalResponse()(*ItemListItemsItemGet
func CreateItemListItemsItemGetActivitiesByIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListItemsItemGetActivitiesByIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListItemsItemGetActivitiesByIntervalGetResponseable instead.
type ItemListItemsItemGetActivitiesByIntervalResponseable interface {
ItemListItemsItemGetActivitiesByIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
index b404cfcfb0..ae3e3769a4 100644
--- a/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
+++ b/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
@@ -61,7 +61,7 @@ func NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTime
return NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead.
// returns a ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) {
diff --git a/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
index 5a0702708a..e042a5fd5b 100644
--- a/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
+++ b/drives/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct {
ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTime
func CreateItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface {
ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_recent_request_builder.go b/drives/item_recent_request_builder.go
index 098df4369e..01b882851d 100644
--- a/drives/item_recent_request_builder.go
+++ b/drives/item_recent_request_builder.go
@@ -52,7 +52,7 @@ func NewItemRecentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
return NewItemRecentRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function recent
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsRecentGetResponse instead.
// returns a ItemRecentResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemRecentRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemRecentRequestBuilderGetRequestConfiguration)(ItemRecentResponseable, error) {
diff --git a/drives/item_recent_response.go b/drives/item_recent_response.go
index ced5079cad..e20f4d2df6 100644
--- a/drives/item_recent_response.go
+++ b/drives/item_recent_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemRecentGetResponseable instead.
type ItemRecentResponse struct {
ItemRecentGetResponse
}
@@ -20,7 +20,7 @@ func NewItemRecentResponse()(*ItemRecentResponse) {
func CreateItemRecentResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemRecentResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemRecentGetResponseable instead.
type ItemRecentResponseable interface {
ItemRecentGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_search_with_q_request_builder.go b/drives/item_search_with_q_request_builder.go
index 29cd493416..599fc46e93 100644
--- a/drives/item_search_with_q_request_builder.go
+++ b/drives/item_search_with_q_request_builder.go
@@ -55,7 +55,7 @@ func NewItemSearchWithQRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
return NewItemSearchWithQRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function search
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsSearchWithQGetResponse instead.
// returns a ItemSearchWithQResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSearchWithQRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSearchWithQRequestBuilderGetRequestConfiguration)(ItemSearchWithQResponseable, error) {
diff --git a/drives/item_search_with_q_response.go b/drives/item_search_with_q_response.go
index 6cd3c59f60..bebcf05e48 100644
--- a/drives/item_search_with_q_response.go
+++ b/drives/item_search_with_q_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSearchWithQGetResponseable instead.
type ItemSearchWithQResponse struct {
ItemSearchWithQGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSearchWithQResponse()(*ItemSearchWithQResponse) {
func CreateItemSearchWithQResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSearchWithQResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSearchWithQGetResponseable instead.
type ItemSearchWithQResponseable interface {
ItemSearchWithQGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/drives/item_shared_with_me_request_builder.go b/drives/item_shared_with_me_request_builder.go
index 53ca1bbc5d..53d4c2e434 100644
--- a/drives/item_shared_with_me_request_builder.go
+++ b/drives/item_shared_with_me_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSharedWithMeRequestBuilder(rawUrl string, requestAdapter i2ae4187f7d
return NewItemSharedWithMeRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function sharedWithMe
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsSharedWithMeGetResponse instead.
// returns a ItemSharedWithMeResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSharedWithMeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSharedWithMeRequestBuilderGetRequestConfiguration)(ItemSharedWithMeResponseable, error) {
diff --git a/drives/item_shared_with_me_response.go b/drives/item_shared_with_me_response.go
index b125c46b2a..5629099203 100644
--- a/drives/item_shared_with_me_response.go
+++ b/drives/item_shared_with_me_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSharedWithMeGetResponseable instead.
type ItemSharedWithMeResponse struct {
ItemSharedWithMeGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSharedWithMeResponse()(*ItemSharedWithMeResponse) {
func CreateItemSharedWithMeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSharedWithMeResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSharedWithMeGetResponseable instead.
type ItemSharedWithMeResponseable interface {
ItemSharedWithMeGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/education/classes_delta_request_builder.go b/education/classes_delta_request_builder.go
index a48a36d44c..c87f716125 100644
--- a/education/classes_delta_request_builder.go
+++ b/education/classes_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewClassesDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
return NewClassesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ClassesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ClassesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ClassesDeltaRequestBuilderGetRequestConfiguration)(ClassesDeltaResponseable, error) {
diff --git a/education/classes_delta_response.go b/education/classes_delta_response.go
index f8f5e2cc4e..ce9c6662f1 100644
--- a/education/classes_delta_response.go
+++ b/education/classes_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ClassesDeltaGetResponseable instead.
type ClassesDeltaResponse struct {
ClassesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewClassesDeltaResponse()(*ClassesDeltaResponse) {
func CreateClassesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewClassesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ClassesDeltaGetResponseable instead.
type ClassesDeltaResponseable interface {
ClassesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/education/classes_item_assignment_categories_delta_request_builder.go b/education/classes_item_assignment_categories_delta_request_builder.go
index a43892ede4..bceec4254e 100644
--- a/education/classes_item_assignment_categories_delta_request_builder.go
+++ b/education/classes_item_assignment_categories_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewClassesItemAssignmentCategoriesDeltaRequestBuilder(rawUrl string, reques
return NewClassesItemAssignmentCategoriesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ClassesItemAssignmentCategoriesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ClassesItemAssignmentCategoriesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ClassesItemAssignmentCategoriesDeltaRequestBuilderGetRequestConfiguration)(ClassesItemAssignmentCategoriesDeltaResponseable, error) {
diff --git a/education/classes_item_assignment_categories_delta_response.go b/education/classes_item_assignment_categories_delta_response.go
index cc4c50fa30..6aa8309404 100644
--- a/education/classes_item_assignment_categories_delta_response.go
+++ b/education/classes_item_assignment_categories_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ClassesItemAssignmentCategoriesDeltaGetResponseable instead.
type ClassesItemAssignmentCategoriesDeltaResponse struct {
ClassesItemAssignmentCategoriesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewClassesItemAssignmentCategoriesDeltaResponse()(*ClassesItemAssignmentCat
func CreateClassesItemAssignmentCategoriesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewClassesItemAssignmentCategoriesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ClassesItemAssignmentCategoriesDeltaGetResponseable instead.
type ClassesItemAssignmentCategoriesDeltaResponseable interface {
ClassesItemAssignmentCategoriesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/education/classes_item_assignments_delta_request_builder.go b/education/classes_item_assignments_delta_request_builder.go
index 282ec71880..0ff32f29b5 100644
--- a/education/classes_item_assignments_delta_request_builder.go
+++ b/education/classes_item_assignments_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewClassesItemAssignmentsDeltaRequestBuilder(rawUrl string, requestAdapter
return NewClassesItemAssignmentsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ClassesItemAssignmentsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ClassesItemAssignmentsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ClassesItemAssignmentsDeltaRequestBuilderGetRequestConfiguration)(ClassesItemAssignmentsDeltaResponseable, error) {
diff --git a/education/classes_item_assignments_delta_response.go b/education/classes_item_assignments_delta_response.go
index d8300c438f..1fdf4b9e04 100644
--- a/education/classes_item_assignments_delta_response.go
+++ b/education/classes_item_assignments_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ClassesItemAssignmentsDeltaGetResponseable instead.
type ClassesItemAssignmentsDeltaResponse struct {
ClassesItemAssignmentsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewClassesItemAssignmentsDeltaResponse()(*ClassesItemAssignmentsDeltaRespon
func CreateClassesItemAssignmentsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewClassesItemAssignmentsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ClassesItemAssignmentsDeltaGetResponseable instead.
type ClassesItemAssignmentsDeltaResponseable interface {
ClassesItemAssignmentsDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/education/classes_item_assignments_item_categories_delta_request_builder.go b/education/classes_item_assignments_item_categories_delta_request_builder.go
index 51b83cfb33..051b716391 100644
--- a/education/classes_item_assignments_item_categories_delta_request_builder.go
+++ b/education/classes_item_assignments_item_categories_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewClassesItemAssignmentsItemCategoriesDeltaRequestBuilder(rawUrl string, r
return NewClassesItemAssignmentsItemCategoriesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ClassesItemAssignmentsItemCategoriesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ClassesItemAssignmentsItemCategoriesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ClassesItemAssignmentsItemCategoriesDeltaRequestBuilderGetRequestConfiguration)(ClassesItemAssignmentsItemCategoriesDeltaResponseable, error) {
diff --git a/education/classes_item_assignments_item_categories_delta_response.go b/education/classes_item_assignments_item_categories_delta_response.go
index 867c03ab1c..80bbfe04a3 100644
--- a/education/classes_item_assignments_item_categories_delta_response.go
+++ b/education/classes_item_assignments_item_categories_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ClassesItemAssignmentsItemCategoriesDeltaGetResponseable instead.
type ClassesItemAssignmentsItemCategoriesDeltaResponse struct {
ClassesItemAssignmentsItemCategoriesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewClassesItemAssignmentsItemCategoriesDeltaResponse()(*ClassesItemAssignme
func CreateClassesItemAssignmentsItemCategoriesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewClassesItemAssignmentsItemCategoriesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ClassesItemAssignmentsItemCategoriesDeltaGetResponseable instead.
type ClassesItemAssignmentsItemCategoriesDeltaResponseable interface {
ClassesItemAssignmentsItemCategoriesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/education/classes_item_modules_education_module_item_request_builder.go b/education/classes_item_modules_education_module_item_request_builder.go
index eb83b888bc..99f823cac3 100644
--- a/education/classes_item_modules_education_module_item_request_builder.go
+++ b/education/classes_item_modules_education_module_item_request_builder.go
@@ -18,7 +18,7 @@ type ClassesItemModulesEducationModuleItemRequestBuilderDeleteRequestConfigurati
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ClassesItemModulesEducationModuleItemRequestBuilderGetQueryParameters get modules from education
+// ClassesItemModulesEducationModuleItemRequestBuilderGetQueryParameters get the properties and relationships of a module. Only teachers, students, and applications with application permissions can perform this operation. Students can only see published modules; teachers and applications with application permissions can see all modules in a class.
type ClassesItemModulesEducationModuleItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,8 +54,11 @@ func NewClassesItemModulesEducationModuleItemRequestBuilder(rawUrl string, reque
urlParams["request-raw-url"] = rawUrl
return NewClassesItemModulesEducationModuleItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete navigation property modules for education
+// Delete delete an existing module in a class. Only teachers within a class can delete modules.
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-1.0
func (m *ClassesItemModulesEducationModuleItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ClassesItemModulesEducationModuleItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -70,9 +73,12 @@ func (m *ClassesItemModulesEducationModuleItemRequestBuilder) Delete(ctx context
}
return nil
}
-// Get get modules from education
+// Get get the properties and relationships of a module. Only teachers, students, and applications with application permissions can perform this operation. Students can only see published modules; teachers and applications with application permissions can see all modules in a class.
// returns a EducationModuleable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0
func (m *ClassesItemModulesEducationModuleItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ClassesItemModulesEducationModuleItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -90,9 +96,12 @@ func (m *ClassesItemModulesEducationModuleItemRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable), nil
}
-// Patch update the navigation property modules in education
+// Patch update an educationModule object in a class. Only teachers in the class can perform this operation. You can't use a PATCH request to change the status of a module. Use the publish action to change the module status.
// returns a EducationModuleable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-1.0
func (m *ClassesItemModulesEducationModuleItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable, requestConfiguration *ClassesItemModulesEducationModuleItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -130,7 +139,7 @@ func (m *ClassesItemModulesEducationModuleItemRequestBuilder) Resources()(*Class
func (m *ClassesItemModulesEducationModuleItemRequestBuilder) SetUpResourcesFolder()(*ClassesItemModulesItemSetUpResourcesFolderRequestBuilder) {
return NewClassesItemModulesItemSetUpResourcesFolderRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete navigation property modules for education
+// ToDeleteRequestInformation delete an existing module in a class. Only teachers within a class can delete modules.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesEducationModuleItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClassesItemModulesEducationModuleItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}", m.BaseRequestBuilder.PathParameters)
@@ -141,7 +150,7 @@ func (m *ClassesItemModulesEducationModuleItemRequestBuilder) ToDeleteRequestInf
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation get modules from education
+// ToGetRequestInformation get the properties and relationships of a module. Only teachers, students, and applications with application permissions can perform this operation. Students can only see published modules; teachers and applications with application permissions can see all modules in a class.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesEducationModuleItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemModulesEducationModuleItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -155,7 +164,7 @@ func (m *ClassesItemModulesEducationModuleItemRequestBuilder) ToGetRequestInform
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPatchRequestInformation update the navigation property modules in education
+// ToPatchRequestInformation update an educationModule object in a class. Only teachers in the class can perform this operation. You can't use a PATCH request to change the status of a module. Use the publish action to change the module status.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesEducationModuleItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable, requestConfiguration *ClassesItemModulesEducationModuleItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}", m.BaseRequestBuilder.PathParameters)
diff --git a/education/classes_item_modules_item_pin_request_builder.go b/education/classes_item_modules_item_pin_request_builder.go
index 463629c095..cd581402f7 100644
--- a/education/classes_item_modules_item_pin_request_builder.go
+++ b/education/classes_item_modules_item_pin_request_builder.go
@@ -31,9 +31,12 @@ func NewClassesItemModulesItemPinRequestBuilder(rawUrl string, requestAdapter i2
urlParams["request-raw-url"] = rawUrl
return NewClassesItemModulesItemPinRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post invoke action pin
+// Post pin an educationModule in the class work list. This action sets the isPinned property to true for an educationModule. Only teachers can perform this action and only one module at a time can be pinned in the class work list.
// returns a EducationModuleable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0
func (m *ClassesItemModulesItemPinRequestBuilder) Post(ctx context.Context, requestConfiguration *ClassesItemModulesItemPinRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -51,7 +54,7 @@ func (m *ClassesItemModulesItemPinRequestBuilder) Post(ctx context.Context, requ
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable), nil
}
-// ToPostRequestInformation invoke action pin
+// ToPostRequestInformation pin an educationModule in the class work list. This action sets the isPinned property to true for an educationModule. Only teachers can perform this action and only one module at a time can be pinned in the class work list.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesItemPinRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ClassesItemModulesItemPinRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/education/classes_item_modules_item_publish_request_builder.go b/education/classes_item_modules_item_publish_request_builder.go
index a5c9447377..955707bd4d 100644
--- a/education/classes_item_modules_item_publish_request_builder.go
+++ b/education/classes_item_modules_item_publish_request_builder.go
@@ -31,9 +31,12 @@ func NewClassesItemModulesItemPublishRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewClassesItemModulesItemPublishRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post invoke action publish
+// Post change the state of an educationModule from its original draft status to the published status. Only teachers in the class can perform this operation. When a module is in draft status, students can't see the module. When you call this API, the module appears in the student's class work list.
// returns a EducationModuleable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0
func (m *ClassesItemModulesItemPublishRequestBuilder) Post(ctx context.Context, requestConfiguration *ClassesItemModulesItemPublishRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -51,7 +54,7 @@ func (m *ClassesItemModulesItemPublishRequestBuilder) Post(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable), nil
}
-// ToPostRequestInformation invoke action publish
+// ToPostRequestInformation change the state of an educationModule from its original draft status to the published status. Only teachers in the class can perform this operation. When a module is in draft status, students can't see the module. When you call this API, the module appears in the student's class work list.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesItemPublishRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ClassesItemModulesItemPublishRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/education/classes_item_modules_item_resources_education_module_resource_item_request_builder.go b/education/classes_item_modules_item_resources_education_module_resource_item_request_builder.go
index 8b9c1f1d10..2d6f5a6d1a 100644
--- a/education/classes_item_modules_item_resources_education_module_resource_item_request_builder.go
+++ b/education/classes_item_modules_item_resources_education_module_resource_item_request_builder.go
@@ -18,7 +18,7 @@ type ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilderDel
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilderGetQueryParameters get resources from education
+// ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilderGetQueryParameters get the properties of a resource associated with a module. Only teachers, students, and applications with application permissions can perform this operation.
type ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,8 +54,11 @@ func NewClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete navigation property resources for education
+// Delete delete a specific educationModuleResource attached to a module. Only teachers in the class can remove a resource.
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-1.0
func (m *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -70,9 +73,12 @@ func (m *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilde
}
return nil
}
-// Get get resources from education
+// Get get the properties of a resource associated with a module. Only teachers, students, and applications with application permissions can perform this operation.
// returns a EducationModuleResourceable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-1.0
func (m *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleResourceable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -90,9 +96,12 @@ func (m *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleResourceable), nil
}
-// Patch update the navigation property resources in education
+// Patch update a resource in a module. Only teachers can perform this operation. The only one property that can be updated is displayName, for all resource types.
// returns a EducationModuleResourceable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-1.0
func (m *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleResourceable, requestConfiguration *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleResourceable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -110,7 +119,7 @@ func (m *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleResourceable), nil
}
-// ToDeleteRequestInformation delete navigation property resources for education
+// ToDeleteRequestInformation delete a specific educationModuleResource attached to a module. Only teachers in the class can remove a resource.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/resources/{educationModuleResource%2Did}", m.BaseRequestBuilder.PathParameters)
@@ -121,7 +130,7 @@ func (m *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilde
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation get resources from education
+// ToGetRequestInformation get the properties of a resource associated with a module. Only teachers, students, and applications with application permissions can perform this operation.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -135,7 +144,7 @@ func (m *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilde
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPatchRequestInformation update the navigation property resources in education
+// ToPatchRequestInformation update a resource in a module. Only teachers can perform this operation. The only one property that can be updated is displayName, for all resource types.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleResourceable, requestConfiguration *ClassesItemModulesItemResourcesEducationModuleResourceItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/resources/{educationModuleResource%2Did}", m.BaseRequestBuilder.PathParameters)
diff --git a/education/classes_item_modules_item_resources_request_builder.go b/education/classes_item_modules_item_resources_request_builder.go
index d70d9ec8ef..e9fbc65394 100644
--- a/education/classes_item_modules_item_resources_request_builder.go
+++ b/education/classes_item_modules_item_resources_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemModulesItemResourcesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemModulesItemResourcesRequestBuilderGetQueryParameters get resources from education
+// ClassesItemModulesItemResourcesRequestBuilderGetQueryParameters get all the educationModuleResource objects associated with a module. Only teachers, students, and applications with application permissions can perform this operation.
type ClassesItemModulesItemResourcesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,9 +76,12 @@ func NewClassesItemModulesItemResourcesRequestBuilder(rawUrl string, requestAdap
func (m *ClassesItemModulesItemResourcesRequestBuilder) Count()(*ClassesItemModulesItemResourcesCountRequestBuilder) {
return NewClassesItemModulesItemResourcesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get resources from education
+// Get get all the educationModuleResource objects associated with a module. Only teachers, students, and applications with application permissions can perform this operation.
// returns a EducationModuleResourceCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0
func (m *ClassesItemModulesItemResourcesRequestBuilder) Get(ctx context.Context, requestConfiguration *ClassesItemModulesItemResourcesRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleResourceCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -96,9 +99,12 @@ func (m *ClassesItemModulesItemResourcesRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleResourceCollectionResponseable), nil
}
-// Post create new navigation property to resources for education
+// Post create a resource in a module. Only teachers can perform this operation. You can create the following types of module resources: Every resource has an @odata.type property to indicate which type of resource is being created.
// returns a EducationModuleResourceable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0
func (m *ClassesItemModulesItemResourcesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleResourceable, requestConfiguration *ClassesItemModulesItemResourcesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleResourceable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -116,7 +122,7 @@ func (m *ClassesItemModulesItemResourcesRequestBuilder) Post(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleResourceable), nil
}
-// ToGetRequestInformation get resources from education
+// ToGetRequestInformation get all the educationModuleResource objects associated with a module. Only teachers, students, and applications with application permissions can perform this operation.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesItemResourcesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemModulesItemResourcesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -130,7 +136,7 @@ func (m *ClassesItemModulesItemResourcesRequestBuilder) ToGetRequestInformation(
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create new navigation property to resources for education
+// ToPostRequestInformation create a resource in a module. Only teachers can perform this operation. You can create the following types of module resources: Every resource has an @odata.type property to indicate which type of resource is being created.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesItemResourcesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleResourceable, requestConfiguration *ClassesItemModulesItemResourcesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/resources", m.BaseRequestBuilder.PathParameters)
diff --git a/education/classes_item_modules_item_set_up_resources_folder_request_builder.go b/education/classes_item_modules_item_set_up_resources_folder_request_builder.go
index d07d0e04a0..dd6b86fcab 100644
--- a/education/classes_item_modules_item_set_up_resources_folder_request_builder.go
+++ b/education/classes_item_modules_item_set_up_resources_folder_request_builder.go
@@ -31,9 +31,12 @@ func NewClassesItemModulesItemSetUpResourcesFolderRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewClassesItemModulesItemSetUpResourcesFolderRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post invoke action setUpResourcesFolder
+// Post create a SharePoint folder to upload files for a given educationModule. Only teachers can perform this operation. The teacher determines what resources to upload to the SharePoint folder for the module.
// returns a EducationModuleable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0
func (m *ClassesItemModulesItemSetUpResourcesFolderRequestBuilder) Post(ctx context.Context, requestConfiguration *ClassesItemModulesItemSetUpResourcesFolderRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -51,7 +54,7 @@ func (m *ClassesItemModulesItemSetUpResourcesFolderRequestBuilder) Post(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable), nil
}
-// ToPostRequestInformation invoke action setUpResourcesFolder
+// ToPostRequestInformation create a SharePoint folder to upload files for a given educationModule. Only teachers can perform this operation. The teacher determines what resources to upload to the SharePoint folder for the module.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesItemSetUpResourcesFolderRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ClassesItemModulesItemSetUpResourcesFolderRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/education/classes_item_modules_item_unpin_request_builder.go b/education/classes_item_modules_item_unpin_request_builder.go
index 101c9490d0..6d9f199145 100644
--- a/education/classes_item_modules_item_unpin_request_builder.go
+++ b/education/classes_item_modules_item_unpin_request_builder.go
@@ -31,9 +31,12 @@ func NewClassesItemModulesItemUnpinRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewClassesItemModulesItemUnpinRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post invoke action unpin
+// Post unpin an educationModule in the classwork list. This action sets the isPinned property to false for an educationModule. Only teachers in the class can perform this operation.
// returns a EducationModuleable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0
func (m *ClassesItemModulesItemUnpinRequestBuilder) Post(ctx context.Context, requestConfiguration *ClassesItemModulesItemUnpinRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -51,7 +54,7 @@ func (m *ClassesItemModulesItemUnpinRequestBuilder) Post(ctx context.Context, re
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable), nil
}
-// ToPostRequestInformation invoke action unpin
+// ToPostRequestInformation unpin an educationModule in the classwork list. This action sets the isPinned property to false for an educationModule. Only teachers in the class can perform this operation.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesItemUnpinRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ClassesItemModulesItemUnpinRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/education/classes_item_modules_request_builder.go b/education/classes_item_modules_request_builder.go
index 742fb67bbc..c6be576116 100644
--- a/education/classes_item_modules_request_builder.go
+++ b/education/classes_item_modules_request_builder.go
@@ -11,7 +11,7 @@ import (
type ClassesItemModulesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ClassesItemModulesRequestBuilderGetQueryParameters get modules from education
+// ClassesItemModulesRequestBuilderGetQueryParameters retrieve a list of module objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can see all module objects for the class. Students can only see published modules.
type ClassesItemModulesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,9 +76,12 @@ func NewClassesItemModulesRequestBuilder(rawUrl string, requestAdapter i2ae4187f
func (m *ClassesItemModulesRequestBuilder) Count()(*ClassesItemModulesCountRequestBuilder) {
return NewClassesItemModulesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get modules from education
+// Get retrieve a list of module objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can see all module objects for the class. Students can only see published modules.
// returns a EducationModuleCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0
func (m *ClassesItemModulesRequestBuilder) Get(ctx context.Context, requestConfiguration *ClassesItemModulesRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -96,9 +99,12 @@ func (m *ClassesItemModulesRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleCollectionResponseable), nil
}
-// Post create new navigation property to modules for education
+// Post create a new module in a class. Only teachers in a class can create a module. Modules start in the draft state, which means that students can't see the modules until publication.
// returns a EducationModuleable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
+// [Find more info here]
+//
+// [Find more info here]: https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-1.0
func (m *ClassesItemModulesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable, requestConfiguration *ClassesItemModulesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -116,7 +122,7 @@ func (m *ClassesItemModulesRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable), nil
}
-// ToGetRequestInformation get modules from education
+// ToGetRequestInformation retrieve a list of module objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can see all module objects for the class. Students can only see published modules.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ClassesItemModulesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -130,7 +136,7 @@ func (m *ClassesItemModulesRequestBuilder) ToGetRequestInformation(ctx context.C
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create new navigation property to modules for education
+// ToPostRequestInformation create a new module in a class. Only teachers in a class can create a module. Modules start in the draft state, which means that students can't see the modules until publication.
// returns a *RequestInformation when successful
func (m *ClassesItemModulesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationModuleable, requestConfiguration *ClassesItemModulesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/education/classes/{educationClass%2Did}/modules", m.BaseRequestBuilder.PathParameters)
diff --git a/education/me_assignments_delta_request_builder.go b/education/me_assignments_delta_request_builder.go
index 799efaeea0..a9396c22ab 100644
--- a/education/me_assignments_delta_request_builder.go
+++ b/education/me_assignments_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewMeAssignmentsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f
return NewMeAssignmentsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a MeAssignmentsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *MeAssignmentsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *MeAssignmentsDeltaRequestBuilderGetRequestConfiguration)(MeAssignmentsDeltaResponseable, error) {
diff --git a/education/me_assignments_delta_response.go b/education/me_assignments_delta_response.go
index 2f5b441915..5960887ae4 100644
--- a/education/me_assignments_delta_response.go
+++ b/education/me_assignments_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use MeAssignmentsDeltaGetResponseable instead.
type MeAssignmentsDeltaResponse struct {
MeAssignmentsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewMeAssignmentsDeltaResponse()(*MeAssignmentsDeltaResponse) {
func CreateMeAssignmentsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMeAssignmentsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use MeAssignmentsDeltaGetResponseable instead.
type MeAssignmentsDeltaResponseable interface {
MeAssignmentsDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/education/me_assignments_item_categories_delta_request_builder.go b/education/me_assignments_item_categories_delta_request_builder.go
index 10c98dc60d..a697b7e824 100644
--- a/education/me_assignments_item_categories_delta_request_builder.go
+++ b/education/me_assignments_item_categories_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewMeAssignmentsItemCategoriesDeltaRequestBuilder(rawUrl string, requestAda
return NewMeAssignmentsItemCategoriesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a MeAssignmentsItemCategoriesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *MeAssignmentsItemCategoriesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *MeAssignmentsItemCategoriesDeltaRequestBuilderGetRequestConfiguration)(MeAssignmentsItemCategoriesDeltaResponseable, error) {
diff --git a/education/me_assignments_item_categories_delta_response.go b/education/me_assignments_item_categories_delta_response.go
index f96d377cd7..ae21de0c30 100644
--- a/education/me_assignments_item_categories_delta_response.go
+++ b/education/me_assignments_item_categories_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use MeAssignmentsItemCategoriesDeltaGetResponseable instead.
type MeAssignmentsItemCategoriesDeltaResponse struct {
MeAssignmentsItemCategoriesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewMeAssignmentsItemCategoriesDeltaResponse()(*MeAssignmentsItemCategoriesD
func CreateMeAssignmentsItemCategoriesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewMeAssignmentsItemCategoriesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use MeAssignmentsItemCategoriesDeltaGetResponseable instead.
type MeAssignmentsItemCategoriesDeltaResponseable interface {
MeAssignmentsItemCategoriesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/education/schools_delta_request_builder.go b/education/schools_delta_request_builder.go
index dfe6de8760..7cbb4daafa 100644
--- a/education/schools_delta_request_builder.go
+++ b/education/schools_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewSchoolsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
return NewSchoolsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a SchoolsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *SchoolsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *SchoolsDeltaRequestBuilderGetRequestConfiguration)(SchoolsDeltaResponseable, error) {
diff --git a/education/schools_delta_response.go b/education/schools_delta_response.go
index df3a34bab0..7d1fae447a 100644
--- a/education/schools_delta_response.go
+++ b/education/schools_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use SchoolsDeltaGetResponseable instead.
type SchoolsDeltaResponse struct {
SchoolsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewSchoolsDeltaResponse()(*SchoolsDeltaResponse) {
func CreateSchoolsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSchoolsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use SchoolsDeltaGetResponseable instead.
type SchoolsDeltaResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
SchoolsDeltaGetResponseable
diff --git a/education/users_delta_request_builder.go b/education/users_delta_request_builder.go
index bbf4449fcb..78b869d7bf 100644
--- a/education/users_delta_request_builder.go
+++ b/education/users_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewUsersDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263
return NewUsersDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a UsersDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *UsersDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *UsersDeltaRequestBuilderGetRequestConfiguration)(UsersDeltaResponseable, error) {
diff --git a/education/users_delta_response.go b/education/users_delta_response.go
index e1014df88b..684453a246 100644
--- a/education/users_delta_response.go
+++ b/education/users_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use UsersDeltaGetResponseable instead.
type UsersDeltaResponse struct {
UsersDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewUsersDeltaResponse()(*UsersDeltaResponse) {
func CreateUsersDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUsersDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use UsersDeltaGetResponseable instead.
type UsersDeltaResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
UsersDeltaGetResponseable
diff --git a/education/users_item_assignments_delta_request_builder.go b/education/users_item_assignments_delta_request_builder.go
index b674d5a70b..445c9ad06d 100644
--- a/education/users_item_assignments_delta_request_builder.go
+++ b/education/users_item_assignments_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewUsersItemAssignmentsDeltaRequestBuilder(rawUrl string, requestAdapter i2
return NewUsersItemAssignmentsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a UsersItemAssignmentsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *UsersItemAssignmentsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *UsersItemAssignmentsDeltaRequestBuilderGetRequestConfiguration)(UsersItemAssignmentsDeltaResponseable, error) {
diff --git a/education/users_item_assignments_delta_response.go b/education/users_item_assignments_delta_response.go
index 384bdd53cc..ac6552864d 100644
--- a/education/users_item_assignments_delta_response.go
+++ b/education/users_item_assignments_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use UsersItemAssignmentsDeltaGetResponseable instead.
type UsersItemAssignmentsDeltaResponse struct {
UsersItemAssignmentsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewUsersItemAssignmentsDeltaResponse()(*UsersItemAssignmentsDeltaResponse)
func CreateUsersItemAssignmentsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUsersItemAssignmentsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use UsersItemAssignmentsDeltaGetResponseable instead.
type UsersItemAssignmentsDeltaResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
UsersItemAssignmentsDeltaGetResponseable
diff --git a/education/users_item_assignments_item_categories_delta_request_builder.go b/education/users_item_assignments_item_categories_delta_request_builder.go
index 4137401dd6..b79597793f 100644
--- a/education/users_item_assignments_item_categories_delta_request_builder.go
+++ b/education/users_item_assignments_item_categories_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewUsersItemAssignmentsItemCategoriesDeltaRequestBuilder(rawUrl string, req
return NewUsersItemAssignmentsItemCategoriesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a UsersItemAssignmentsItemCategoriesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *UsersItemAssignmentsItemCategoriesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *UsersItemAssignmentsItemCategoriesDeltaRequestBuilderGetRequestConfiguration)(UsersItemAssignmentsItemCategoriesDeltaResponseable, error) {
diff --git a/education/users_item_assignments_item_categories_delta_response.go b/education/users_item_assignments_item_categories_delta_response.go
index e380c63b6e..32b41d5b06 100644
--- a/education/users_item_assignments_item_categories_delta_response.go
+++ b/education/users_item_assignments_item_categories_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use UsersItemAssignmentsItemCategoriesDeltaGetResponseable instead.
type UsersItemAssignmentsItemCategoriesDeltaResponse struct {
UsersItemAssignmentsItemCategoriesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewUsersItemAssignmentsItemCategoriesDeltaResponse()(*UsersItemAssignmentsI
func CreateUsersItemAssignmentsItemCategoriesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewUsersItemAssignmentsItemCategoriesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use UsersItemAssignmentsItemCategoriesDeltaGetResponseable instead.
type UsersItemAssignmentsItemCategoriesDeltaResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
UsersItemAssignmentsItemCategoriesDeltaGetResponseable
diff --git a/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go b/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go
index 80fc81a9e0..2e501ba036 100644
--- a/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go
+++ b/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_add_activities_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponseable instead.
type ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponse struct {
ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponse
}
@@ -20,7 +20,7 @@ func NewConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAdd
func CreateConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponseable instead.
type ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseable interface {
ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go b/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go
index 39569268f9..ab91e9bfc8 100644
--- a/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go
+++ b/external/connections_item_items_item_microsoft_graph_external_connectors_add_activities_request_builder.go
@@ -31,7 +31,7 @@ func NewConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesReq
return NewConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action addActivities
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddActivitiesPostResponse instead.
// returns a ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder) Post(ctx context.Context, body ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesPostRequestBodyable, requestConfiguration *ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesRequestBuilderPostRequestConfiguration)(ConnectionsItemItemsItemMicrosoftGraphExternalConnectorsAddActivitiesAddActivitiesResponseable, error) {
diff --git a/graph_request_adapter.go b/graph_request_adapter.go
index 13b53978eb..db6029885a 100644
--- a/graph_request_adapter.go
+++ b/graph_request_adapter.go
@@ -10,7 +10,7 @@ import (
var clientOptions = core.GraphClientOptions{
GraphServiceVersion: "", //v1 doesn't include the service version in the telemetry header
- GraphServiceLibraryVersion: "1.33.0",
+ GraphServiceLibraryVersion: "1.34.0",
}
// GetDefaultClientOptions returns the default client options used by the GraphRequestAdapterBase and the middleware.
@@ -101,5 +101,6 @@ func NewGraphRequestAdapterWithParseNodeFactoryAndSerializationWriterFactoryAndH
+
diff --git a/grouplifecyclepolicies/item_add_group_request_builder.go b/grouplifecyclepolicies/item_add_group_request_builder.go
index a321200a83..07f5023035 100644
--- a/grouplifecyclepolicies/item_add_group_request_builder.go
+++ b/grouplifecyclepolicies/item_add_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemAddGroupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
return NewItemAddGroupRequestBuilderInternal(urlParams, requestAdapter)
}
// Post adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddGroupPostResponse instead.
// returns a ItemAddGroupResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/grouplifecyclepolicies/item_add_group_response.go b/grouplifecyclepolicies/item_add_group_response.go
index 77f35b0a30..ff5cb8d1fe 100644
--- a/grouplifecyclepolicies/item_add_group_response.go
+++ b/grouplifecyclepolicies/item_add_group_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemAddGroupPostResponseable instead.
type ItemAddGroupResponse struct {
ItemAddGroupPostResponse
}
@@ -20,7 +20,7 @@ func NewItemAddGroupResponse()(*ItemAddGroupResponse) {
func CreateItemAddGroupResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemAddGroupResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemAddGroupPostResponseable instead.
type ItemAddGroupResponseable interface {
ItemAddGroupPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/grouplifecyclepolicies/item_remove_group_request_builder.go b/grouplifecyclepolicies/item_remove_group_request_builder.go
index 22c8c56a44..77eab2c167 100644
--- a/grouplifecyclepolicies/item_remove_group_request_builder.go
+++ b/grouplifecyclepolicies/item_remove_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRemoveGroupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
return NewItemRemoveGroupRequestBuilderInternal(urlParams, requestAdapter)
}
// Post removes a group from a lifecycle policy.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsRemoveGroupPostResponse instead.
// returns a ItemRemoveGroupResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/grouplifecyclepolicies/item_remove_group_response.go b/grouplifecyclepolicies/item_remove_group_response.go
index be7b6d9e98..27fb234b61 100644
--- a/grouplifecyclepolicies/item_remove_group_response.go
+++ b/grouplifecyclepolicies/item_remove_group_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemRemoveGroupPostResponseable instead.
type ItemRemoveGroupResponse struct {
ItemRemoveGroupPostResponse
}
@@ -20,7 +20,7 @@ func NewItemRemoveGroupResponse()(*ItemRemoveGroupResponse) {
func CreateItemRemoveGroupResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemRemoveGroupResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemRemoveGroupPostResponseable instead.
type ItemRemoveGroupResponseable interface {
ItemRemoveGroupPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/delta_request_builder.go b/groups/delta_request_builder.go
index 2424c2795d..2a51ceed1d 100644
--- a/groups/delta_request_builder.go
+++ b/groups/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/groups/delta_response.go b/groups/delta_response.go
index e6046a56ad..1d7fb59ea8 100644
--- a/groups/delta_response.go
+++ b/groups/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/get_available_extension_properties_request_builder.go b/groups/get_available_extension_properties_request_builder.go
index 4e0658295b..d6220fe31d 100644
--- a/groups/get_available_extension_properties_request_builder.go
+++ b/groups/get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a GetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/get_available_extension_properties_response.go b/groups/get_available_extension_properties_response.go
index fdd82b41e2..acbfe1b4f5 100644
--- a/groups/get_available_extension_properties_response.go
+++ b/groups/get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponse struct {
GetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewGetAvailableExtensionPropertiesResponse()(*GetAvailableExtensionProperti
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponseable interface {
GetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/get_by_ids_request_builder.go b/groups/get_by_ids_request_builder.go
index b7f66e411f..b892176f15 100644
--- a/groups/get_by_ids_request_builder.go
+++ b/groups/get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a GetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/get_by_ids_response.go b/groups/get_by_ids_response.go
index 7a2a2d712c..5e57d6cd91 100644
--- a/groups/get_by_ids_response.go
+++ b/groups/get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponse struct {
GetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) {
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponseable interface {
GetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go b/groups/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go
index 52c912eb44..f0d0d27be4 100644
--- a/groups/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go
+++ b/groups/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go
@@ -49,7 +49,7 @@ func NewItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilder(rawUrl str
return NewItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function allowedCalendarSharingRoles
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsAllowedCalendarSharingRolesWithUserGetResponse instead.
// returns a ItemCalendarAllowedCalendarSharingRolesWithUserResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration)(ItemCalendarAllowedCalendarSharingRolesWithUserResponseable, error) {
diff --git a/groups/item_calendar_allowed_calendar_sharing_roles_with_user_response.go b/groups/item_calendar_allowed_calendar_sharing_roles_with_user_response.go
index 324e209538..b34494a8fa 100644
--- a/groups/item_calendar_allowed_calendar_sharing_roles_with_user_response.go
+++ b/groups/item_calendar_allowed_calendar_sharing_roles_with_user_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarAllowedCalendarSharingRolesWithUserGetResponseable instead.
type ItemCalendarAllowedCalendarSharingRolesWithUserResponse struct {
ItemCalendarAllowedCalendarSharingRolesWithUserGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarAllowedCalendarSharingRolesWithUserResponse()(*ItemCalendarA
func CreateItemCalendarAllowedCalendarSharingRolesWithUserResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarAllowedCalendarSharingRolesWithUserResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarAllowedCalendarSharingRolesWithUserGetResponseable instead.
type ItemCalendarAllowedCalendarSharingRolesWithUserResponseable interface {
ItemCalendarAllowedCalendarSharingRolesWithUserGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_calendar_calendar_view_delta_request_builder.go b/groups/item_calendar_calendar_view_delta_request_builder.go
index 2607426d94..1edb61160e 100644
--- a/groups/item_calendar_calendar_view_delta_request_builder.go
+++ b/groups/item_calendar_calendar_view_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarCalendarViewDeltaRequestBuilder(rawUrl string, requestAdapte
return NewItemCalendarCalendarViewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarCalendarViewDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_calendar_calendar_view_delta_response.go b/groups/item_calendar_calendar_view_delta_response.go
index 2b23617b5a..0ebe030cee 100644
--- a/groups/item_calendar_calendar_view_delta_response.go
+++ b/groups/item_calendar_calendar_view_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewDeltaGetResponseable instead.
type ItemCalendarCalendarViewDeltaResponse struct {
ItemCalendarCalendarViewDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewDeltaResponse()(*ItemCalendarCalendarViewDeltaRe
func CreateItemCalendarCalendarViewDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewDeltaGetResponseable instead.
type ItemCalendarCalendarViewDeltaResponseable interface {
ItemCalendarCalendarViewDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_calendar_calendar_view_item_attachments_request_builder.go b/groups/item_calendar_calendar_view_item_attachments_request_builder.go
index 7f3cb44618..5fbfc536fb 100644
--- a/groups/item_calendar_calendar_view_item_attachments_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInfo
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_calendar_calendar_view_item_forward_request_builder.go b/groups/item_calendar_calendar_view_item_forward_request_builder.go
index 4202b9a0a8..fad5624775 100644
--- a/groups/item_calendar_calendar_view_item_forward_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemForwardRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemForwardRequestBuilder) Post(ctx context.Con
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_calendar_calendar_view_item_instances_delta_request_builder.go b/groups/item_calendar_calendar_view_item_instances_delta_request_builder.go
index 5922bc93dc..5792c8749a 100644
--- a/groups/item_calendar_calendar_view_item_instances_delta_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarCalendarViewItemInstancesDeltaRequestBuilder(rawUrl string,
return NewItemCalendarCalendarViewItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarCalendarViewItemInstancesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_calendar_calendar_view_item_instances_delta_response.go b/groups/item_calendar_calendar_view_item_instances_delta_response.go
index 25d4c7e94a..47890e2c03 100644
--- a/groups/item_calendar_calendar_view_item_instances_delta_response.go
+++ b/groups/item_calendar_calendar_view_item_instances_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemInstancesDeltaGetResponseable instead.
type ItemCalendarCalendarViewItemInstancesDeltaResponse struct {
ItemCalendarCalendarViewItemInstancesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewItemInstancesDeltaResponse()(*ItemCalendarCalend
func CreateItemCalendarCalendarViewItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemInstancesDeltaGetResponseable instead.
type ItemCalendarCalendarViewItemInstancesDeltaResponseable interface {
ItemCalendarCalendarViewItemInstancesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go
index ea5aa1c7a2..f443e8a14f 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) Get
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToG
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_calendar_calendar_view_item_instances_item_forward_request_builder.go b/groups/item_calendar_calendar_view_item_instances_item_forward_request_builder.go
index 468aabc9d9..69a7d159df 100644
--- a/groups/item_calendar_calendar_view_item_instances_item_forward_request_builder.go
+++ b/groups/item_calendar_calendar_view_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_calendar_events_delta_request_builder.go b/groups/item_calendar_events_delta_request_builder.go
index 1a7934a797..b70228ba66 100644
--- a/groups/item_calendar_events_delta_request_builder.go
+++ b/groups/item_calendar_events_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarEventsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae
return NewItemCalendarEventsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarEventsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_calendar_events_delta_response.go b/groups/item_calendar_events_delta_response.go
index 372ea4335a..8345da2620 100644
--- a/groups/item_calendar_events_delta_response.go
+++ b/groups/item_calendar_events_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarEventsDeltaGetResponseable instead.
type ItemCalendarEventsDeltaResponse struct {
ItemCalendarEventsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarEventsDeltaResponse()(*ItemCalendarEventsDeltaResponse) {
func CreateItemCalendarEventsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarEventsDeltaGetResponseable instead.
type ItemCalendarEventsDeltaResponseable interface {
ItemCalendarEventsDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_calendar_events_item_attachments_request_builder.go b/groups/item_calendar_events_item_attachments_request_builder.go
index 5dd3cf71f5..ef1241732a 100644
--- a/groups/item_calendar_events_item_attachments_request_builder.go
+++ b/groups/item_calendar_events_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) ToGetRequestInformatio
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_calendar_events_item_forward_request_builder.go b/groups/item_calendar_events_item_forward_request_builder.go
index 935d4181dd..5f9052a8e3 100644
--- a/groups/item_calendar_events_item_forward_request_builder.go
+++ b/groups/item_calendar_events_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemForwardRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemForwardRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_calendar_events_item_instances_delta_request_builder.go b/groups/item_calendar_events_item_instances_delta_request_builder.go
index f4f63b1a0f..c033711f94 100644
--- a/groups/item_calendar_events_item_instances_delta_request_builder.go
+++ b/groups/item_calendar_events_item_instances_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarEventsItemInstancesDeltaRequestBuilder(rawUrl string, reques
return NewItemCalendarEventsItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarEventsItemInstancesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_calendar_events_item_instances_delta_response.go b/groups/item_calendar_events_item_instances_delta_response.go
index 1529f542f8..c4552a14d8 100644
--- a/groups/item_calendar_events_item_instances_delta_response.go
+++ b/groups/item_calendar_events_item_instances_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarEventsItemInstancesDeltaGetResponseable instead.
type ItemCalendarEventsItemInstancesDeltaResponse struct {
ItemCalendarEventsItemInstancesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarEventsItemInstancesDeltaResponse()(*ItemCalendarEventsItemIn
func CreateItemCalendarEventsItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarEventsItemInstancesDeltaGetResponseable instead.
type ItemCalendarEventsItemInstancesDeltaResponseable interface {
ItemCalendarEventsItemInstancesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_calendar_events_item_instances_item_attachments_request_builder.go b/groups/item_calendar_events_item_instances_item_attachments_request_builder.go
index c0fac3cbbe..d7724861d0 100644
--- a/groups/item_calendar_events_item_instances_item_attachments_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) Get(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequ
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_calendar_events_item_instances_item_forward_request_builder.go b/groups/item_calendar_events_item_instances_item_forward_request_builder.go
index 5da8f43d56..112b6bed3a 100644
--- a/groups/item_calendar_events_item_instances_item_forward_request_builder.go
+++ b/groups/item_calendar_events_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemForwardRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_calendar_events_request_builder.go b/groups/item_calendar_events_request_builder.go
index 60fae93094..a6fbb5ee4d 100644
--- a/groups/item_calendar_events_request_builder.go
+++ b/groups/item_calendar_events_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarEventsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsRequestBuilderGetQueryParameters retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event.
+// ItemCalendarEventsRequestBuilderGetQueryParameters retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
type ItemCalendarEventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -79,7 +79,7 @@ func (m *ItemCalendarEventsRequestBuilder) Count()(*ItemCalendarEventsCountReque
func (m *ItemCalendarEventsRequestBuilder) Delta()(*ItemCalendarEventsDeltaRequestBuilder) {
return NewItemCalendarEventsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event.
+// Get retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
// returns a EventCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -102,7 +102,7 @@ func (m *ItemCalendarEventsRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EventCollectionResponseable), nil
}
-// Post use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
+// Post use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
// returns a Eventable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -125,7 +125,7 @@ func (m *ItemCalendarEventsRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable), nil
}
-// ToGetRequestInformation retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event.
+// ToGetRequestInformation retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
// returns a *RequestInformation when successful
func (m *ItemCalendarEventsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -139,7 +139,7 @@ func (m *ItemCalendarEventsRequestBuilder) ToGetRequestInformation(ctx context.C
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
+// ToPostRequestInformation use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
// returns a *RequestInformation when successful
func (m *ItemCalendarEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemCalendarEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/calendar/events", m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_calendar_get_schedule_request_builder.go b/groups/item_calendar_get_schedule_request_builder.go
index 0b7273bd49..1e1e9624e1 100644
--- a/groups/item_calendar_get_schedule_request_builder.go
+++ b/groups/item_calendar_get_schedule_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarGetScheduleRequestBuilder(rawUrl string, requestAdapter i2ae
return NewItemCalendarGetScheduleRequestBuilderInternal(urlParams, requestAdapter)
}
// Post get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetSchedulePostResponse instead.
// returns a ItemCalendarGetScheduleResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_calendar_get_schedule_response.go b/groups/item_calendar_get_schedule_response.go
index 79da7790f3..64fc4e1d82 100644
--- a/groups/item_calendar_get_schedule_response.go
+++ b/groups/item_calendar_get_schedule_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGetSchedulePostResponseable instead.
type ItemCalendarGetScheduleResponse struct {
ItemCalendarGetSchedulePostResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarGetScheduleResponse()(*ItemCalendarGetScheduleResponse) {
func CreateItemCalendarGetScheduleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGetScheduleResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGetSchedulePostResponseable instead.
type ItemCalendarGetScheduleResponseable interface {
ItemCalendarGetSchedulePostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_calendar_view_delta_request_builder.go b/groups/item_calendar_view_delta_request_builder.go
index 59818a13bc..31fe4977c6 100644
--- a/groups/item_calendar_view_delta_request_builder.go
+++ b/groups/item_calendar_view_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarViewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCalendarViewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarViewDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_calendar_view_delta_response.go b/groups/item_calendar_view_delta_response.go
index 7271057dde..00d44436e1 100644
--- a/groups/item_calendar_view_delta_response.go
+++ b/groups/item_calendar_view_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarViewDeltaGetResponseable instead.
type ItemCalendarViewDeltaResponse struct {
ItemCalendarViewDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarViewDeltaResponse()(*ItemCalendarViewDeltaResponse) {
func CreateItemCalendarViewDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarViewDeltaGetResponseable instead.
type ItemCalendarViewDeltaResponseable interface {
ItemCalendarViewDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_calendar_view_item_attachments_request_builder.go b/groups/item_calendar_view_item_attachments_request_builder.go
index cad0854a62..01a71b102c 100644
--- a/groups/item_calendar_view_item_attachments_request_builder.go
+++ b/groups/item_calendar_view_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarViewItemAttachmentsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInformation(
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarViewItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_calendar_view_item_forward_request_builder.go b/groups/item_calendar_view_item_forward_request_builder.go
index c2b0fe894d..d11cf3d976 100644
--- a/groups/item_calendar_view_item_forward_request_builder.go
+++ b/groups/item_calendar_view_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemForwardRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemForwardRequestBuilder) Post(ctx context.Context, bo
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_calendar_view_item_instances_delta_request_builder.go b/groups/item_calendar_view_item_instances_delta_request_builder.go
index eb414ed6dc..05d0ca65e1 100644
--- a/groups/item_calendar_view_item_instances_delta_request_builder.go
+++ b/groups/item_calendar_view_item_instances_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarViewItemInstancesDeltaRequestBuilder(rawUrl string, requestA
return NewItemCalendarViewItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarViewItemInstancesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_calendar_view_item_instances_delta_response.go b/groups/item_calendar_view_item_instances_delta_response.go
index 4bfc30d472..437a2f04a3 100644
--- a/groups/item_calendar_view_item_instances_delta_response.go
+++ b/groups/item_calendar_view_item_instances_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarViewItemInstancesDeltaGetResponseable instead.
type ItemCalendarViewItemInstancesDeltaResponse struct {
ItemCalendarViewItemInstancesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarViewItemInstancesDeltaResponse()(*ItemCalendarViewItemInstan
func CreateItemCalendarViewItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarViewItemInstancesDeltaGetResponseable instead.
type ItemCalendarViewItemInstancesDeltaResponseable interface {
ItemCalendarViewItemInstancesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_calendar_view_item_instances_item_attachments_request_builder.go b/groups/item_calendar_view_item_instances_item_attachments_request_builder.go
index a612473364..c154e15f98 100644
--- a/groups/item_calendar_view_item_instances_item_attachments_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToGetReques
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_calendar_view_item_instances_item_forward_request_builder.go b/groups/item_calendar_view_item_instances_item_forward_request_builder.go
index d4dfe3459a..64d2c01a14 100644
--- a/groups/item_calendar_view_item_instances_item_forward_request_builder.go
+++ b/groups/item_calendar_view_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemForwardRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_check_granted_permissions_for_app_request_builder.go b/groups/item_check_granted_permissions_for_app_request_builder.go
index edefbb442a..0d54c4b2e7 100644
--- a/groups/item_check_granted_permissions_for_app_request_builder.go
+++ b/groups/item_check_granted_permissions_for_app_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckGrantedPermissionsForAppRequestBuilder(rawUrl string, requestAd
return NewItemCheckGrantedPermissionsForAppRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkGrantedPermissionsForApp
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckGrantedPermissionsForAppPostResponse instead.
// returns a ItemCheckGrantedPermissionsForAppResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckGrantedPermissionsForAppRequestBuilder) Post(ctx context.Context, requestConfiguration *ItemCheckGrantedPermissionsForAppRequestBuilderPostRequestConfiguration)(ItemCheckGrantedPermissionsForAppResponseable, error) {
diff --git a/groups/item_check_granted_permissions_for_app_response.go b/groups/item_check_granted_permissions_for_app_response.go
index 71eef6267e..acba653b98 100644
--- a/groups/item_check_granted_permissions_for_app_response.go
+++ b/groups/item_check_granted_permissions_for_app_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckGrantedPermissionsForAppPostResponseable instead.
type ItemCheckGrantedPermissionsForAppResponse struct {
ItemCheckGrantedPermissionsForAppPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckGrantedPermissionsForAppResponse()(*ItemCheckGrantedPermissions
func CreateItemCheckGrantedPermissionsForAppResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckGrantedPermissionsForAppResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckGrantedPermissionsForAppPostResponseable instead.
type ItemCheckGrantedPermissionsForAppResponseable interface {
ItemCheckGrantedPermissionsForAppPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_check_member_groups_request_builder.go b/groups/item_check_member_groups_request_builder.go
index 156c396d84..060238ba87 100644
--- a/groups/item_check_member_groups_request_builder.go
+++ b/groups/item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a ItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_check_member_groups_response.go b/groups/item_check_member_groups_response.go
index d518976305..d5817d558d 100644
--- a/groups/item_check_member_groups_response.go
+++ b/groups/item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponse struct {
ItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) {
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponseable interface {
ItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_check_member_objects_request_builder.go b/groups/item_check_member_objects_request_builder.go
index fdc193641f..1f629ea769 100644
--- a/groups/item_check_member_objects_request_builder.go
+++ b/groups/item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a ItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) {
diff --git a/groups/item_check_member_objects_response.go b/groups/item_check_member_objects_response.go
index 32d7efa303..5cdcc4d9d2 100644
--- a/groups/item_check_member_objects_response.go
+++ b/groups/item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponse struct {
ItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) {
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponseable interface {
ItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_conversations_conversation_item_request_builder.go b/groups/item_conversations_conversation_item_request_builder.go
index 4db8fa1acd..a74b5225ab 100644
--- a/groups/item_conversations_conversation_item_request_builder.go
+++ b/groups/item_conversations_conversation_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemConversationsConversationItemRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemConversationsConversationItemRequestBuilderGetQueryParameters the group's conversations.
+// ItemConversationsConversationItemRequestBuilderGetQueryParameters retrieve the properties and relationships of conversation object.
type ItemConversationsConversationItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -64,12 +64,12 @@ func (m *ItemConversationsConversationItemRequestBuilder) Delete(ctx context.Con
}
return nil
}
-// Get the group's conversations.
+// Get retrieve the properties and relationships of conversation object.
// returns a Conversationable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0
func (m *ItemConversationsConversationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemConversationsConversationItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Conversationable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -103,7 +103,7 @@ func (m *ItemConversationsConversationItemRequestBuilder) ToDeleteRequestInforma
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation the group's conversations.
+// ToGetRequestInformation retrieve the properties and relationships of conversation object.
// returns a *RequestInformation when successful
func (m *ItemConversationsConversationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemConversationsConversationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_events_delta_request_builder.go b/groups/item_events_delta_request_builder.go
index 85408f7ce6..9e6c880a32 100644
--- a/groups/item_events_delta_request_builder.go
+++ b/groups/item_events_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemEventsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
return NewItemEventsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemEventsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_events_delta_response.go b/groups/item_events_delta_response.go
index ea743d97d2..8aeab71ef9 100644
--- a/groups/item_events_delta_response.go
+++ b/groups/item_events_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemEventsDeltaGetResponseable instead.
type ItemEventsDeltaResponse struct {
ItemEventsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemEventsDeltaResponse()(*ItemEventsDeltaResponse) {
func CreateItemEventsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemEventsDeltaGetResponseable instead.
type ItemEventsDeltaResponseable interface {
ItemEventsDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_events_item_attachments_request_builder.go b/groups/item_events_item_attachments_request_builder.go
index 49a879c611..d0791cdbff 100644
--- a/groups/item_events_item_attachments_request_builder.go
+++ b/groups/item_events_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemEventsItemAttachmentsRequestBuilder) Get(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemEventsItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx co
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemEventsItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_events_item_forward_request_builder.go b/groups/item_events_item_forward_request_builder.go
index 90182b8cc5..c0c3f28267 100644
--- a/groups/item_events_item_forward_request_builder.go
+++ b/groups/item_events_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemForwardRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemEventsItemForwardRequestBuilder) Post(ctx context.Context, body Ite
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_events_item_instances_delta_request_builder.go b/groups/item_events_item_instances_delta_request_builder.go
index bb66de728e..0f32731d55 100644
--- a/groups/item_events_item_instances_delta_request_builder.go
+++ b/groups/item_events_item_instances_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemEventsItemInstancesDeltaRequestBuilder(rawUrl string, requestAdapter
return NewItemEventsItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemEventsItemInstancesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_events_item_instances_delta_response.go b/groups/item_events_item_instances_delta_response.go
index 1a356e6da4..6093bf7863 100644
--- a/groups/item_events_item_instances_delta_response.go
+++ b/groups/item_events_item_instances_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemEventsItemInstancesDeltaGetResponseable instead.
type ItemEventsItemInstancesDeltaResponse struct {
ItemEventsItemInstancesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemEventsItemInstancesDeltaResponse()(*ItemEventsItemInstancesDeltaResp
func CreateItemEventsItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemEventsItemInstancesDeltaGetResponseable instead.
type ItemEventsItemInstancesDeltaResponseable interface {
ItemEventsItemInstancesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_events_item_instances_item_attachments_request_builder.go b/groups/item_events_item_instances_item_attachments_request_builder.go
index b5be282ba6..d8ed55325e 100644
--- a/groups/item_events_item_instances_item_attachments_request_builder.go
+++ b/groups/item_events_item_instances_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInfor
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_events_item_instances_item_forward_request_builder.go b/groups/item_events_item_instances_item_forward_request_builder.go
index f653968a61..8f5659de47 100644
--- a/groups/item_events_item_instances_item_forward_request_builder.go
+++ b/groups/item_events_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemForwardRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemForwardRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_get_member_groups_request_builder.go b/groups/item_get_member_groups_request_builder.go
index d3eb2b6496..e739e962af 100644
--- a/groups/item_get_member_groups_request_builder.go
+++ b/groups/item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a ItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_get_member_groups_response.go b/groups/item_get_member_groups_response.go
index d4f4270eeb..9e843c7657 100644
--- a/groups/item_get_member_groups_response.go
+++ b/groups/item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponse struct {
ItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) {
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponseable interface {
ItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_get_member_objects_request_builder.go b/groups/item_get_member_objects_request_builder.go
index 778fc68e7c..e88eec625c 100644
--- a/groups/item_get_member_objects_request_builder.go
+++ b/groups/item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a ItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_get_member_objects_response.go b/groups/item_get_member_objects_response.go
index 96dc7daf18..edb8aad64c 100644
--- a/groups/item_get_member_objects_response.go
+++ b/groups/item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponse struct {
ItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) {
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponseable interface {
ItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_group_lifecycle_policies_item_add_group_request_builder.go b/groups/item_group_lifecycle_policies_item_add_group_request_builder.go
index baa7da8736..18380125de 100644
--- a/groups/item_group_lifecycle_policies_item_add_group_request_builder.go
+++ b/groups/item_group_lifecycle_policies_item_add_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGroupLifecyclePoliciesItemAddGroupRequestBuilder(rawUrl string, requ
return NewItemGroupLifecyclePoliciesItemAddGroupRequestBuilderInternal(urlParams, requestAdapter)
}
// Post adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddGroupPostResponse instead.
// returns a ItemGroupLifecyclePoliciesItemAddGroupResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_group_lifecycle_policies_item_add_group_response.go b/groups/item_group_lifecycle_policies_item_add_group_response.go
index 963deb2fb1..f9a9801c9d 100644
--- a/groups/item_group_lifecycle_policies_item_add_group_response.go
+++ b/groups/item_group_lifecycle_policies_item_add_group_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGroupLifecyclePoliciesItemAddGroupPostResponseable instead.
type ItemGroupLifecyclePoliciesItemAddGroupResponse struct {
ItemGroupLifecyclePoliciesItemAddGroupPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGroupLifecyclePoliciesItemAddGroupResponse()(*ItemGroupLifecyclePoli
func CreateItemGroupLifecyclePoliciesItemAddGroupResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGroupLifecyclePoliciesItemAddGroupResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGroupLifecyclePoliciesItemAddGroupPostResponseable instead.
type ItemGroupLifecyclePoliciesItemAddGroupResponseable interface {
ItemGroupLifecyclePoliciesItemAddGroupPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_group_lifecycle_policies_item_remove_group_request_builder.go b/groups/item_group_lifecycle_policies_item_remove_group_request_builder.go
index 57d91afe81..111bda61ed 100644
--- a/groups/item_group_lifecycle_policies_item_remove_group_request_builder.go
+++ b/groups/item_group_lifecycle_policies_item_remove_group_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGroupLifecyclePoliciesItemRemoveGroupRequestBuilder(rawUrl string, r
return NewItemGroupLifecyclePoliciesItemRemoveGroupRequestBuilderInternal(urlParams, requestAdapter)
}
// Post removes a group from a lifecycle policy.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsRemoveGroupPostResponse instead.
// returns a ItemGroupLifecyclePoliciesItemRemoveGroupResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_group_lifecycle_policies_item_remove_group_response.go b/groups/item_group_lifecycle_policies_item_remove_group_response.go
index 90eab6e1cd..447a3ec2f1 100644
--- a/groups/item_group_lifecycle_policies_item_remove_group_response.go
+++ b/groups/item_group_lifecycle_policies_item_remove_group_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGroupLifecyclePoliciesItemRemoveGroupPostResponseable instead.
type ItemGroupLifecyclePoliciesItemRemoveGroupResponse struct {
ItemGroupLifecyclePoliciesItemRemoveGroupPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGroupLifecyclePoliciesItemRemoveGroupResponse()(*ItemGroupLifecycleP
func CreateItemGroupLifecyclePoliciesItemRemoveGroupResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGroupLifecyclePoliciesItemRemoveGroupResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGroupLifecyclePoliciesItemRemoveGroupPostResponseable instead.
type ItemGroupLifecyclePoliciesItemRemoveGroupResponseable interface {
ItemGroupLifecyclePoliciesItemRemoveGroupPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go b/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go
index 10526966c9..fa92142d45 100644
--- a/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go
+++ b/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go
@@ -50,7 +50,7 @@ func NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksReques
return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function getRecentNotebooks
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetRecentNotebooksWithIncludePersonalNotebooksGetResponse instead.
// returns a ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration)(ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable, error) {
diff --git a/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go b/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go
index 4d9e161012..1e2909b5b6 100644
--- a/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go
+++ b/groups/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead.
type ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse struct {
ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponse
}
@@ -20,7 +20,7 @@ func NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRespon
func CreateItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead.
type ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable interface {
ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_add_request_builder.go b/groups/item_sites_add_request_builder.go
index e227c64383..0626e25573 100644
--- a/groups/item_sites_add_request_builder.go
+++ b/groups/item_sites_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesAddRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2
return NewItemSitesAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post follow a user's site or multiple sites.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a ItemSitesAddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_sites_add_response.go b/groups/item_sites_add_response.go
index 024e2a4ce9..bdbd12eba7 100644
--- a/groups/item_sites_add_response.go
+++ b/groups/item_sites_add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesAddPostResponseable instead.
type ItemSitesAddResponse struct {
ItemSitesAddPostResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesAddResponse()(*ItemSitesAddResponse) {
func CreateItemSitesAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesAddPostResponseable instead.
type ItemSitesAddResponseable interface {
ItemSitesAddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_delta_request_builder.go b/groups/item_sites_delta_request_builder.go
index 199b046195..2daaa7e6ee 100644
--- a/groups/item_sites_delta_request_builder.go
+++ b/groups/item_sites_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSitesDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
return NewItemSitesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemSitesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesDeltaRequestBuilderGetRequestConfiguration)(ItemSitesDeltaResponseable, error) {
diff --git a/groups/item_sites_delta_response.go b/groups/item_sites_delta_response.go
index fc7d573430..654dae35ac 100644
--- a/groups/item_sites_delta_response.go
+++ b/groups/item_sites_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesDeltaGetResponseable instead.
type ItemSitesDeltaResponse struct {
ItemSitesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesDeltaResponse()(*ItemSitesDeltaResponse) {
func CreateItemSitesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesDeltaGetResponseable instead.
type ItemSitesDeltaResponseable interface {
ItemSitesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_get_all_sites_request_builder.go b/groups/item_sites_get_all_sites_request_builder.go
index f8e3431d0f..6ce0313f18 100644
--- a/groups/item_sites_get_all_sites_request_builder.go
+++ b/groups/item_sites_get_all_sites_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSitesGetAllSitesRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemSitesGetAllSitesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAllSites
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAllSitesGetResponse instead.
// returns a ItemSitesGetAllSitesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesGetAllSitesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesGetAllSitesRequestBuilderGetRequestConfiguration)(ItemSitesGetAllSitesResponseable, error) {
diff --git a/groups/item_sites_get_all_sites_response.go b/groups/item_sites_get_all_sites_response.go
index 55420ef8d6..cddd50f27d 100644
--- a/groups/item_sites_get_all_sites_response.go
+++ b/groups/item_sites_get_all_sites_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesGetAllSitesGetResponseable instead.
type ItemSitesGetAllSitesResponse struct {
ItemSitesGetAllSitesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesGetAllSitesResponse()(*ItemSitesGetAllSitesResponse) {
func CreateItemSitesGetAllSitesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesGetAllSitesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesGetAllSitesGetResponseable instead.
type ItemSitesGetAllSitesResponseable interface {
ItemSitesGetAllSitesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_content_types_get_compatible_hub_content_types_request_builder.go b/groups/item_sites_item_content_types_get_compatible_hub_content_types_request_builder.go
index 267deb26fc..cee335f36c 100644
--- a/groups/item_sites_item_content_types_get_compatible_hub_content_types_request_builder.go
+++ b/groups/item_sites_item_content_types_get_compatible_hub_content_types_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSitesItemContentTypesGetCompatibleHubContentTypesRequestBuilder(rawU
return NewItemSitesItemContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getCompatibleHubContentTypes
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetCompatibleHubContentTypesGetResponse instead.
// returns a ItemSitesItemContentTypesGetCompatibleHubContentTypesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesItemContentTypesGetCompatibleHubContentTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration)(ItemSitesItemContentTypesGetCompatibleHubContentTypesResponseable, error) {
diff --git a/groups/item_sites_item_content_types_get_compatible_hub_content_types_response.go b/groups/item_sites_item_content_types_get_compatible_hub_content_types_response.go
index ab4eb3fb85..57a248406c 100644
--- a/groups/item_sites_item_content_types_get_compatible_hub_content_types_response.go
+++ b/groups/item_sites_item_content_types_get_compatible_hub_content_types_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemContentTypesGetCompatibleHubContentTypesGetResponseable instead.
type ItemSitesItemContentTypesGetCompatibleHubContentTypesResponse struct {
ItemSitesItemContentTypesGetCompatibleHubContentTypesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemContentTypesGetCompatibleHubContentTypesResponse()(*ItemSit
func CreateItemSitesItemContentTypesGetCompatibleHubContentTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemContentTypesGetCompatibleHubContentTypesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemContentTypesGetCompatibleHubContentTypesGetResponseable instead.
type ItemSitesItemContentTypesGetCompatibleHubContentTypesResponseable interface {
ItemSitesItemContentTypesGetCompatibleHubContentTypesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_content_types_item_is_published_request_builder.go b/groups/item_sites_item_content_types_item_is_published_request_builder.go
index a03f4017dc..dd40cc5359 100644
--- a/groups/item_sites_item_content_types_item_is_published_request_builder.go
+++ b/groups/item_sites_item_content_types_item_is_published_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemContentTypesItemIsPublishedRequestBuilder(rawUrl string, re
return NewItemSitesItemContentTypesItemIsPublishedRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function isPublished
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsIsPublishedGetResponse instead.
// returns a ItemSitesItemContentTypesItemIsPublishedResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesItemContentTypesItemIsPublishedRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration)(ItemSitesItemContentTypesItemIsPublishedResponseable, error) {
diff --git a/groups/item_sites_item_content_types_item_is_published_response.go b/groups/item_sites_item_content_types_item_is_published_response.go
index 905d4990fc..95658a0d6b 100644
--- a/groups/item_sites_item_content_types_item_is_published_response.go
+++ b/groups/item_sites_item_content_types_item_is_published_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemContentTypesItemIsPublishedGetResponseable instead.
type ItemSitesItemContentTypesItemIsPublishedResponse struct {
ItemSitesItemContentTypesItemIsPublishedGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemContentTypesItemIsPublishedResponse()(*ItemSitesItemContent
func CreateItemSitesItemContentTypesItemIsPublishedResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemContentTypesItemIsPublishedResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemContentTypesItemIsPublishedGetResponseable instead.
type ItemSitesItemContentTypesItemIsPublishedResponseable interface {
ItemSitesItemContentTypesItemIsPublishedGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_get_activities_by_interval_request_builder.go b/groups/item_sites_item_get_activities_by_interval_request_builder.go
index b9cead127c..183e60515c 100644
--- a/groups/item_sites_item_get_activities_by_interval_request_builder.go
+++ b/groups/item_sites_item_get_activities_by_interval_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSitesItemGetActivitiesByIntervalRequestBuilder(rawUrl string, reques
return NewItemSitesItemGetActivitiesByIntervalRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalGetResponse instead.
// returns a ItemSitesItemGetActivitiesByIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesItemGetActivitiesByIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration)(ItemSitesItemGetActivitiesByIntervalResponseable, error) {
diff --git a/groups/item_sites_item_get_activities_by_interval_response.go b/groups/item_sites_item_get_activities_by_interval_response.go
index dfa80ba1df..c31e5dd28e 100644
--- a/groups/item_sites_item_get_activities_by_interval_response.go
+++ b/groups/item_sites_item_get_activities_by_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemGetActivitiesByIntervalGetResponseable instead.
type ItemSitesItemGetActivitiesByIntervalResponse struct {
ItemSitesItemGetActivitiesByIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemGetActivitiesByIntervalResponse()(*ItemSitesItemGetActiviti
func CreateItemSitesItemGetActivitiesByIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemGetActivitiesByIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemGetActivitiesByIntervalGetResponseable instead.
type ItemSitesItemGetActivitiesByIntervalResponseable interface {
ItemSitesItemGetActivitiesByIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
index 8558f64449..038f27feba 100644
--- a/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
+++ b/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
@@ -61,7 +61,7 @@ func NewItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith
return NewItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead.
// returns a ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) {
diff --git a/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
index 8c2c1819b8..571a9841ac 100644
--- a/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
+++ b/groups/item_sites_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct {
ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWith
func CreateItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface {
ItemSitesItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_request_builder.go b/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_request_builder.go
index b555ef4850..464933a3d9 100644
--- a/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_request_builder.go
+++ b/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_request_builder.go
@@ -55,7 +55,7 @@ func NewItemSitesItemGetApplicableContentTypesForListWithListIdRequestBuilder(ra
return NewItemSitesItemGetApplicableContentTypesForListWithListIdRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function getApplicableContentTypesForList
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetApplicableContentTypesForListWithListIdGetResponse instead.
// returns a ItemSitesItemGetApplicableContentTypesForListWithListIdResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesItemGetApplicableContentTypesForListWithListIdRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemGetApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration)(ItemSitesItemGetApplicableContentTypesForListWithListIdResponseable, error) {
diff --git a/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_response.go b/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_response.go
index e809a35b21..175ab59eaa 100644
--- a/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_response.go
+++ b/groups/item_sites_item_get_applicable_content_types_for_list_with_list_id_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemGetApplicableContentTypesForListWithListIdGetResponseable instead.
type ItemSitesItemGetApplicableContentTypesForListWithListIdResponse struct {
ItemSitesItemGetApplicableContentTypesForListWithListIdGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemGetApplicableContentTypesForListWithListIdResponse()(*ItemS
func CreateItemSitesItemGetApplicableContentTypesForListWithListIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemGetApplicableContentTypesForListWithListIdResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemGetApplicableContentTypesForListWithListIdGetResponseable instead.
type ItemSitesItemGetApplicableContentTypesForListWithListIdResponseable interface {
ItemSitesItemGetApplicableContentTypesForListWithListIdGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_request_builder.go b/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_request_builder.go
index 87b1731ba2..3358941c65 100644
--- a/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_request_builder.go
+++ b/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSitesItemGetByPathWithPathGetActivitiesByIntervalRequestBuilder(rawU
return NewItemSitesItemGetByPathWithPathGetActivitiesByIntervalRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalGetResponse instead.
// returns a ItemSitesItemGetByPathWithPathGetActivitiesByIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesItemGetByPathWithPathGetActivitiesByIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemGetByPathWithPathGetActivitiesByIntervalRequestBuilderGetRequestConfiguration)(ItemSitesItemGetByPathWithPathGetActivitiesByIntervalResponseable, error) {
diff --git a/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_response.go b/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_response.go
index 7f2c146383..27207a88b4 100644
--- a/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_response.go
+++ b/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemGetByPathWithPathGetActivitiesByIntervalGetResponseable instead.
type ItemSitesItemGetByPathWithPathGetActivitiesByIntervalResponse struct {
ItemSitesItemGetByPathWithPathGetActivitiesByIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemGetByPathWithPathGetActivitiesByIntervalResponse()(*ItemSit
func CreateItemSitesItemGetByPathWithPathGetActivitiesByIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemGetByPathWithPathGetActivitiesByIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemGetByPathWithPathGetActivitiesByIntervalGetResponseable instead.
type ItemSitesItemGetByPathWithPathGetActivitiesByIntervalResponseable interface {
ItemSitesItemGetByPathWithPathGetActivitiesByIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
index e2e8f28fcc..3aefd45131 100644
--- a/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
+++ b/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
@@ -61,7 +61,7 @@ func NewItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWi
return NewItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead.
// returns a ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) {
diff --git a/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
index 7f12ef63a7..89ecf45586 100644
--- a/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
+++ b/groups/item_sites_item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct {
ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWi
func CreateItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface {
ItemSitesItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go b/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go
index 1758962ce1..12d86be29c 100644
--- a/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go
+++ b/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go
@@ -55,7 +55,7 @@ func NewItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListId
return NewItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function getApplicableContentTypesForList
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetApplicableContentTypesForListWithListIdGetResponse instead.
// returns a ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration)(ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseable, error) {
diff --git a/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go b/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go
index 30c7f8badc..8b57631361 100644
--- a/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go
+++ b/groups/item_sites_item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponseable instead.
type ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponse struct {
ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListId
func CreateItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponseable instead.
type ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseable interface {
ItemSitesItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go b/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go
index c47e3a10b1..985bad2d85 100644
--- a/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go
+++ b/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesRequestBui
return NewItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getCompatibleHubContentTypes
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetCompatibleHubContentTypesGetResponse instead.
// returns a ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration)(ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponseable, error) {
diff --git a/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_response.go b/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_response.go
index 23cf160976..8dae7e40ae 100644
--- a/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_response.go
+++ b/groups/item_sites_item_lists_item_content_types_get_compatible_hub_content_types_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesGetResponseable instead.
type ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponse struct {
ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponse()
func CreateItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesGetResponseable instead.
type ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesResponseable interface {
ItemSitesItemListsItemContentTypesGetCompatibleHubContentTypesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_lists_item_content_types_item_is_published_request_builder.go b/groups/item_sites_item_lists_item_content_types_item_is_published_request_builder.go
index 1e89fdcb15..dba7d5a599 100644
--- a/groups/item_sites_item_lists_item_content_types_item_is_published_request_builder.go
+++ b/groups/item_sites_item_lists_item_content_types_item_is_published_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemListsItemContentTypesItemIsPublishedRequestBuilder(rawUrl s
return NewItemSitesItemListsItemContentTypesItemIsPublishedRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function isPublished
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsIsPublishedGetResponse instead.
// returns a ItemSitesItemListsItemContentTypesItemIsPublishedResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesItemListsItemContentTypesItemIsPublishedRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemListsItemContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration)(ItemSitesItemListsItemContentTypesItemIsPublishedResponseable, error) {
diff --git a/groups/item_sites_item_lists_item_content_types_item_is_published_response.go b/groups/item_sites_item_lists_item_content_types_item_is_published_response.go
index 5106c748f6..efbebae7fd 100644
--- a/groups/item_sites_item_lists_item_content_types_item_is_published_response.go
+++ b/groups/item_sites_item_lists_item_content_types_item_is_published_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemListsItemContentTypesItemIsPublishedGetResponseable instead.
type ItemSitesItemListsItemContentTypesItemIsPublishedResponse struct {
ItemSitesItemListsItemContentTypesItemIsPublishedGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemListsItemContentTypesItemIsPublishedResponse()(*ItemSitesIt
func CreateItemSitesItemListsItemContentTypesItemIsPublishedResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemListsItemContentTypesItemIsPublishedResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemListsItemContentTypesItemIsPublishedGetResponseable instead.
type ItemSitesItemListsItemContentTypesItemIsPublishedResponseable interface {
ItemSitesItemListsItemContentTypesItemIsPublishedGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_request_builder.go b/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_request_builder.go
index bf7fa06e70..e0751ef4a3 100644
--- a/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_request_builder.go
+++ b/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSitesItemListsItemItemsItemGetActivitiesByIntervalRequestBuilder(raw
return NewItemSitesItemListsItemItemsItemGetActivitiesByIntervalRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalGetResponse instead.
// returns a ItemSitesItemListsItemItemsItemGetActivitiesByIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesItemListsItemItemsItemGetActivitiesByIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration)(ItemSitesItemListsItemItemsItemGetActivitiesByIntervalResponseable, error) {
diff --git a/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_response.go b/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_response.go
index 70613b4867..e3cc9463fb 100644
--- a/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_response.go
+++ b/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemListsItemItemsItemGetActivitiesByIntervalGetResponseable instead.
type ItemSitesItemListsItemItemsItemGetActivitiesByIntervalResponse struct {
ItemSitesItemListsItemItemsItemGetActivitiesByIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemListsItemItemsItemGetActivitiesByIntervalResponse()(*ItemSi
func CreateItemSitesItemListsItemItemsItemGetActivitiesByIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemListsItemItemsItemGetActivitiesByIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemListsItemItemsItemGetActivitiesByIntervalGetResponseable instead.
type ItemSitesItemListsItemItemsItemGetActivitiesByIntervalResponseable interface {
ItemSitesItemListsItemItemsItemGetActivitiesByIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
index 6f6a4d0e23..42276af324 100644
--- a/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
+++ b/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
@@ -61,7 +61,7 @@ func NewItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeW
return NewItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead.
// returns a ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) {
diff --git a/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
index 25f0813238..386c7aec40 100644
--- a/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
+++ b/groups/item_sites_item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct {
ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeW
func CreateItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface {
ItemSitesItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_lists_list_item_request_builder.go b/groups/item_sites_item_lists_list_item_request_builder.go
index b003d791dd..86ffea29f0 100644
--- a/groups/item_sites_item_lists_list_item_request_builder.go
+++ b/groups/item_sites_item_lists_list_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemSitesItemListsListItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemSitesItemListsListItemRequestBuilderGetQueryParameters get a list of rich long-running operations associated with a list.
+// ItemSitesItemListsListItemRequestBuilderGetQueryParameters returns the metadata for a [list][].
type ItemSitesItemListsListItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -90,12 +90,12 @@ func (m *ItemSitesItemListsListItemRequestBuilder) Delete(ctx context.Context, r
func (m *ItemSitesItemListsListItemRequestBuilder) Drive()(*ItemSitesItemListsItemDriveRequestBuilder) {
return NewItemSitesItemListsItemDriveRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of rich long-running operations associated with a list.
+// Get returns the metadata for a [list][].
// returns a Listable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0
func (m *ItemSitesItemListsListItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemListsListItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Listable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -164,7 +164,7 @@ func (m *ItemSitesItemListsListItemRequestBuilder) ToDeleteRequestInformation(ct
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation get a list of rich long-running operations associated with a list.
+// ToGetRequestInformation returns the metadata for a [list][].
// returns a *RequestInformation when successful
func (m *ItemSitesItemListsListItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSitesItemListsListItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go b/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go
index b8496c98cc..d995e65c7a 100644
--- a/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go
+++ b/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go
@@ -50,7 +50,7 @@ func NewItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebo
return NewItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function getRecentNotebooks
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetRecentNotebooksWithIncludePersonalNotebooksGetResponse instead.
// returns a ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration)(ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable, error) {
diff --git a/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go b/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go
index 3750568ac9..2b926154d0 100644
--- a/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go
+++ b/groups/item_sites_item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead.
type ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse struct {
ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebo
func CreateItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead.
type ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable interface {
ItemSitesItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_item_permissions_item_grant_request_builder.go b/groups/item_sites_item_permissions_item_grant_request_builder.go
index 87901b32c7..40a2105ce8 100644
--- a/groups/item_sites_item_permissions_item_grant_request_builder.go
+++ b/groups/item_sites_item_permissions_item_grant_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesItemPermissionsItemGrantRequestBuilder(rawUrl string, requestAd
return NewItemSitesItemPermissionsItemGrantRequestBuilderInternal(urlParams, requestAdapter)
}
// Post grant users access to a link represented by a [permission][].
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGrantPostResponse instead.
// returns a ItemSitesItemPermissionsItemGrantResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_sites_item_permissions_item_grant_response.go b/groups/item_sites_item_permissions_item_grant_response.go
index de27b683cb..de79b6ca30 100644
--- a/groups/item_sites_item_permissions_item_grant_response.go
+++ b/groups/item_sites_item_permissions_item_grant_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemPermissionsItemGrantPostResponseable instead.
type ItemSitesItemPermissionsItemGrantResponse struct {
ItemSitesItemPermissionsItemGrantPostResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesItemPermissionsItemGrantResponse()(*ItemSitesItemPermissionsIte
func CreateItemSitesItemPermissionsItemGrantResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesItemPermissionsItemGrantResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesItemPermissionsItemGrantPostResponseable instead.
type ItemSitesItemPermissionsItemGrantResponseable interface {
ItemSitesItemPermissionsItemGrantPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_sites_remove_request_builder.go b/groups/item_sites_remove_request_builder.go
index 6888a7b5b2..08060b80de 100644
--- a/groups/item_sites_remove_request_builder.go
+++ b/groups/item_sites_remove_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSitesRemoveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
return NewItemSitesRemoveRequestBuilderInternal(urlParams, requestAdapter)
}
// Post unfollow a user's site or multiple sites.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsRemovePostResponse instead.
// returns a ItemSitesRemoveResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_sites_remove_response.go b/groups/item_sites_remove_response.go
index 0dd1be6aba..cc138400d0 100644
--- a/groups/item_sites_remove_response.go
+++ b/groups/item_sites_remove_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesRemovePostResponseable instead.
type ItemSitesRemoveResponse struct {
ItemSitesRemovePostResponse
}
@@ -20,7 +20,7 @@ func NewItemSitesRemoveResponse()(*ItemSitesRemoveResponse) {
func CreateItemSitesRemoveResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSitesRemoveResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSitesRemovePostResponseable instead.
type ItemSitesRemoveResponseable interface {
ItemSitesRemovePostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_team_channels_get_all_messages_request_builder.go b/groups/item_team_channels_get_all_messages_request_builder.go
index 39ee82c5e2..1e5327cfd3 100644
--- a/groups/item_team_channels_get_all_messages_request_builder.go
+++ b/groups/item_team_channels_get_all_messages_request_builder.go
@@ -54,7 +54,7 @@ func NewItemTeamChannelsGetAllMessagesRequestBuilder(rawUrl string, requestAdapt
return NewItemTeamChannelsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAllMessages
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead.
// returns a ItemTeamChannelsGetAllMessagesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemTeamChannelsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamChannelsGetAllMessagesRequestBuilderGetRequestConfiguration)(ItemTeamChannelsGetAllMessagesResponseable, error) {
diff --git a/groups/item_team_channels_get_all_messages_response.go b/groups/item_team_channels_get_all_messages_response.go
index ec8c08a397..ca0554a1b5 100644
--- a/groups/item_team_channels_get_all_messages_response.go
+++ b/groups/item_team_channels_get_all_messages_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamChannelsGetAllMessagesGetResponseable instead.
type ItemTeamChannelsGetAllMessagesResponse struct {
ItemTeamChannelsGetAllMessagesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemTeamChannelsGetAllMessagesResponse()(*ItemTeamChannelsGetAllMessages
func CreateItemTeamChannelsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamChannelsGetAllMessagesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamChannelsGetAllMessagesGetResponseable instead.
type ItemTeamChannelsGetAllMessagesResponseable interface {
ItemTeamChannelsGetAllMessagesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go b/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
index f17b7efa70..5a57e543ef 100644
--- a/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
+++ b/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
@@ -42,7 +42,7 @@ func NewItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPr
return NewItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function doesUserHaveAccess
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead.
// returns a ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) {
diff --git a/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go b/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
index 58d1ef7627..dc11d3c424 100644
--- a/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
+++ b/groups/item_team_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct {
ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse
}
@@ -20,7 +20,7 @@ func NewItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPr
func CreateItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface {
ItemTeamChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_team_channels_item_members_add_request_builder.go b/groups/item_team_channels_item_members_add_request_builder.go
index a56f052e13..6373f97ac2 100644
--- a/groups/item_team_channels_item_members_add_request_builder.go
+++ b/groups/item_team_channels_item_members_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemTeamChannelsItemMembersAddRequestBuilder(rawUrl string, requestAdapt
return NewItemTeamChannelsItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a ItemTeamChannelsItemMembersAddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_team_channels_item_members_add_response.go b/groups/item_team_channels_item_members_add_response.go
index 9509341345..3089c9f6be 100644
--- a/groups/item_team_channels_item_members_add_response.go
+++ b/groups/item_team_channels_item_members_add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamChannelsItemMembersAddPostResponseable instead.
type ItemTeamChannelsItemMembersAddResponse struct {
ItemTeamChannelsItemMembersAddPostResponse
}
@@ -20,7 +20,7 @@ func NewItemTeamChannelsItemMembersAddResponse()(*ItemTeamChannelsItemMembersAdd
func CreateItemTeamChannelsItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamChannelsItemMembersAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamChannelsItemMembersAddPostResponseable instead.
type ItemTeamChannelsItemMembersAddResponseable interface {
ItemTeamChannelsItemMembersAddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_team_channels_item_members_request_builder.go b/groups/item_team_channels_item_members_request_builder.go
index 860c02d2ca..a6442918ef 100644
--- a/groups/item_team_channels_item_members_request_builder.go
+++ b/groups/item_team_channels_item_members_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemTeamChannelsItemMembersRequestBuilder) Get(ctx context.Context, req
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel.
+// Post add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a ConversationMemberable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *ItemTeamChannelsItemMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamChannelsItemMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemTeamChannelsItemMembersRequestBuilder) ToGetRequestInformation(ctx
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel.
+// ToPostRequestInformation add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a *RequestInformation when successful
func (m *ItemTeamChannelsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamChannelsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/members", m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_team_channels_item_messages_delta_request_builder.go b/groups/item_team_channels_item_messages_delta_request_builder.go
index b6e18522c5..9dc474c13f 100644
--- a/groups/item_team_channels_item_messages_delta_request_builder.go
+++ b/groups/item_team_channels_item_messages_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemTeamChannelsItemMessagesDeltaRequestBuilder(rawUrl string, requestAd
return NewItemTeamChannelsItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemTeamChannelsItemMessagesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemTeamChannelsItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemTeamChannelsItemMessagesDeltaResponseable, error) {
diff --git a/groups/item_team_channels_item_messages_delta_response.go b/groups/item_team_channels_item_messages_delta_response.go
index 8ed130d1a6..e035fab097 100644
--- a/groups/item_team_channels_item_messages_delta_response.go
+++ b/groups/item_team_channels_item_messages_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamChannelsItemMessagesDeltaGetResponseable instead.
type ItemTeamChannelsItemMessagesDeltaResponse struct {
ItemTeamChannelsItemMessagesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemTeamChannelsItemMessagesDeltaResponse()(*ItemTeamChannelsItemMessage
func CreateItemTeamChannelsItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamChannelsItemMessagesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamChannelsItemMessagesDeltaGetResponseable instead.
type ItemTeamChannelsItemMessagesDeltaResponseable interface {
ItemTeamChannelsItemMessagesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_team_channels_item_messages_item_replies_delta_request_builder.go b/groups/item_team_channels_item_messages_item_replies_delta_request_builder.go
index d8729573e4..d14b03e73d 100644
--- a/groups/item_team_channels_item_messages_item_replies_delta_request_builder.go
+++ b/groups/item_team_channels_item_messages_item_replies_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemTeamChannelsItemMessagesItemRepliesDeltaRequestBuilder(rawUrl string
return NewItemTeamChannelsItemMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemTeamChannelsItemMessagesItemRepliesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemTeamChannelsItemMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamChannelsItemMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemTeamChannelsItemMessagesItemRepliesDeltaResponseable, error) {
diff --git a/groups/item_team_channels_item_messages_item_replies_delta_response.go b/groups/item_team_channels_item_messages_item_replies_delta_response.go
index 6a983b2a70..328399571e 100644
--- a/groups/item_team_channels_item_messages_item_replies_delta_response.go
+++ b/groups/item_team_channels_item_messages_item_replies_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamChannelsItemMessagesItemRepliesDeltaGetResponseable instead.
type ItemTeamChannelsItemMessagesItemRepliesDeltaResponse struct {
ItemTeamChannelsItemMessagesItemRepliesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemTeamChannelsItemMessagesItemRepliesDeltaResponse()(*ItemTeamChannels
func CreateItemTeamChannelsItemMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamChannelsItemMessagesItemRepliesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamChannelsItemMessagesItemRepliesDeltaGetResponseable instead.
type ItemTeamChannelsItemMessagesItemRepliesDeltaResponseable interface {
ItemTeamChannelsItemMessagesItemRepliesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_team_channels_item_messages_item_replies_request_builder.go b/groups/item_team_channels_item_messages_item_replies_request_builder.go
index 4b33d48be3..62a621f4f1 100644
--- a/groups/item_team_channels_item_messages_item_replies_request_builder.go
+++ b/groups/item_team_channels_item_messages_item_replies_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel.
+// Post send a new reply to a chatMessage in a specified channel.
// returns a ChatMessageable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemTeamChannelsItemMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemTeamChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemTeamChannelsItemMessagesItemRepliesRequestBuilder) ToGetRequestInfo
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel.
// returns a *RequestInformation when successful
func (m *ItemTeamChannelsItemMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemTeamChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies", m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_team_members_add_request_builder.go b/groups/item_team_members_add_request_builder.go
index cd16c3088f..74e3c881e8 100644
--- a/groups/item_team_members_add_request_builder.go
+++ b/groups/item_team_members_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemTeamMembersAddRequestBuilder(rawUrl string, requestAdapter i2ae4187f
return NewItemTeamMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a ItemTeamMembersAddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_team_members_add_response.go b/groups/item_team_members_add_response.go
index 1bca0f92da..ff171747f5 100644
--- a/groups/item_team_members_add_response.go
+++ b/groups/item_team_members_add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamMembersAddPostResponseable instead.
type ItemTeamMembersAddResponse struct {
ItemTeamMembersAddPostResponse
}
@@ -20,7 +20,7 @@ func NewItemTeamMembersAddResponse()(*ItemTeamMembersAddResponse) {
func CreateItemTeamMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamMembersAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamMembersAddPostResponseable instead.
type ItemTeamMembersAddResponseable interface {
ItemTeamMembersAddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go b/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
index b897f47a3f..114b7d65ee 100644
--- a/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
+++ b/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
@@ -42,7 +42,7 @@ func NewItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUser
return NewItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function doesUserHaveAccess
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead.
// returns a ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) {
diff --git a/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go b/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
index 27c4a36a47..ca56c49504 100644
--- a/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
+++ b/groups/item_team_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct {
ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse
}
@@ -20,7 +20,7 @@ func NewItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUser
func CreateItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface {
ItemTeamPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_team_primary_channel_members_add_request_builder.go b/groups/item_team_primary_channel_members_add_request_builder.go
index 54645c3ce9..bf9b343b40 100644
--- a/groups/item_team_primary_channel_members_add_request_builder.go
+++ b/groups/item_team_primary_channel_members_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemTeamPrimaryChannelMembersAddRequestBuilder(rawUrl string, requestAda
return NewItemTeamPrimaryChannelMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a ItemTeamPrimaryChannelMembersAddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groups/item_team_primary_channel_members_add_response.go b/groups/item_team_primary_channel_members_add_response.go
index 9da18696fb..fa65892fc3 100644
--- a/groups/item_team_primary_channel_members_add_response.go
+++ b/groups/item_team_primary_channel_members_add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelMembersAddPostResponseable instead.
type ItemTeamPrimaryChannelMembersAddResponse struct {
ItemTeamPrimaryChannelMembersAddPostResponse
}
@@ -20,7 +20,7 @@ func NewItemTeamPrimaryChannelMembersAddResponse()(*ItemTeamPrimaryChannelMember
func CreateItemTeamPrimaryChannelMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamPrimaryChannelMembersAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelMembersAddPostResponseable instead.
type ItemTeamPrimaryChannelMembersAddResponseable interface {
ItemTeamPrimaryChannelMembersAddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_team_primary_channel_members_request_builder.go b/groups/item_team_primary_channel_members_request_builder.go
index 5e2f56648d..d66cab3877 100644
--- a/groups/item_team_primary_channel_members_request_builder.go
+++ b/groups/item_team_primary_channel_members_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemTeamPrimaryChannelMembersRequestBuilder) Get(ctx context.Context, r
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel.
+// Post add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a ConversationMemberable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *ItemTeamPrimaryChannelMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamPrimaryChannelMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemTeamPrimaryChannelMembersRequestBuilder) ToGetRequestInformation(ct
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel.
+// ToPostRequestInformation add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a *RequestInformation when successful
func (m *ItemTeamPrimaryChannelMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemTeamPrimaryChannelMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/members", m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_team_primary_channel_messages_delta_request_builder.go b/groups/item_team_primary_channel_messages_delta_request_builder.go
index e849248c83..2015543ac3 100644
--- a/groups/item_team_primary_channel_messages_delta_request_builder.go
+++ b/groups/item_team_primary_channel_messages_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemTeamPrimaryChannelMessagesDeltaRequestBuilder(rawUrl string, request
return NewItemTeamPrimaryChannelMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemTeamPrimaryChannelMessagesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemTeamPrimaryChannelMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemTeamPrimaryChannelMessagesDeltaResponseable, error) {
diff --git a/groups/item_team_primary_channel_messages_delta_response.go b/groups/item_team_primary_channel_messages_delta_response.go
index 22776ccd61..1cf06cd3ff 100644
--- a/groups/item_team_primary_channel_messages_delta_response.go
+++ b/groups/item_team_primary_channel_messages_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelMessagesDeltaGetResponseable instead.
type ItemTeamPrimaryChannelMessagesDeltaResponse struct {
ItemTeamPrimaryChannelMessagesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemTeamPrimaryChannelMessagesDeltaResponse()(*ItemTeamPrimaryChannelMes
func CreateItemTeamPrimaryChannelMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamPrimaryChannelMessagesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelMessagesDeltaGetResponseable instead.
type ItemTeamPrimaryChannelMessagesDeltaResponseable interface {
ItemTeamPrimaryChannelMessagesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_team_primary_channel_messages_item_replies_delta_request_builder.go b/groups/item_team_primary_channel_messages_item_replies_delta_request_builder.go
index 194ac441b6..2e7a25a93e 100644
--- a/groups/item_team_primary_channel_messages_item_replies_delta_request_builder.go
+++ b/groups/item_team_primary_channel_messages_item_replies_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemTeamPrimaryChannelMessagesItemRepliesDeltaRequestBuilder(rawUrl stri
return NewItemTeamPrimaryChannelMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemTeamPrimaryChannelMessagesItemRepliesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemTeamPrimaryChannelMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTeamPrimaryChannelMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemTeamPrimaryChannelMessagesItemRepliesDeltaResponseable, error) {
diff --git a/groups/item_team_primary_channel_messages_item_replies_delta_response.go b/groups/item_team_primary_channel_messages_item_replies_delta_response.go
index f8793835f6..04bb40b239 100644
--- a/groups/item_team_primary_channel_messages_item_replies_delta_response.go
+++ b/groups/item_team_primary_channel_messages_item_replies_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead.
type ItemTeamPrimaryChannelMessagesItemRepliesDeltaResponse struct {
ItemTeamPrimaryChannelMessagesItemRepliesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemTeamPrimaryChannelMessagesItemRepliesDeltaResponse()(*ItemTeamPrimar
func CreateItemTeamPrimaryChannelMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTeamPrimaryChannelMessagesItemRepliesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTeamPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead.
type ItemTeamPrimaryChannelMessagesItemRepliesDeltaResponseable interface {
ItemTeamPrimaryChannelMessagesItemRepliesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groups/item_team_primary_channel_messages_item_replies_request_builder.go b/groups/item_team_primary_channel_messages_item_replies_request_builder.go
index a01dbcf2c0..d1fe302c2b 100644
--- a/groups/item_team_primary_channel_messages_item_replies_request_builder.go
+++ b/groups/item_team_primary_channel_messages_item_replies_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel.
+// Post send a new reply to a chatMessage in a specified channel.
// returns a ChatMessageable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilder) ToGetRequestIn
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel.
// returns a *RequestInformation when successful
func (m *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemTeamPrimaryChannelMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies", m.BaseRequestBuilder.PathParameters)
diff --git a/groups/item_threads_conversation_thread_item_request_builder.go b/groups/item_threads_conversation_thread_item_request_builder.go
index d8ef9b119a..19cd92c503 100644
--- a/groups/item_threads_conversation_thread_item_request_builder.go
+++ b/groups/item_threads_conversation_thread_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemThreadsConversationThreadItemRequestBuilderDeleteRequestConfiguration s
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemThreadsConversationThreadItemRequestBuilderGetQueryParameters get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
+// ItemThreadsConversationThreadItemRequestBuilderGetQueryParameters get a thread object.
type ItemThreadsConversationThreadItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -71,12 +71,12 @@ func (m *ItemThreadsConversationThreadItemRequestBuilder) Delete(ctx context.Con
}
return nil
}
-// Get get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
+// Get get a thread object.
// returns a ConversationThreadable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0
func (m *ItemThreadsConversationThreadItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemThreadsConversationThreadItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationThreadable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -138,7 +138,7 @@ func (m *ItemThreadsConversationThreadItemRequestBuilder) ToDeleteRequestInforma
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
+// ToGetRequestInformation get a thread object.
// returns a *RequestInformation when successful
func (m *ItemThreadsConversationThreadItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemThreadsConversationThreadItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/groupsettingtemplates/delta_request_builder.go b/groupsettingtemplates/delta_request_builder.go
index 69150864ce..961eec31b2 100644
--- a/groupsettingtemplates/delta_request_builder.go
+++ b/groupsettingtemplates/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/groupsettingtemplates/delta_response.go b/groupsettingtemplates/delta_response.go
index 4b67083084..7a544fb157 100644
--- a/groupsettingtemplates/delta_response.go
+++ b/groupsettingtemplates/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groupsettingtemplates/get_available_extension_properties_request_builder.go b/groupsettingtemplates/get_available_extension_properties_request_builder.go
index 702c211a3f..928ea4dede 100644
--- a/groupsettingtemplates/get_available_extension_properties_request_builder.go
+++ b/groupsettingtemplates/get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a GetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groupsettingtemplates/get_available_extension_properties_response.go b/groupsettingtemplates/get_available_extension_properties_response.go
index 88b35443dd..f669d23eea 100644
--- a/groupsettingtemplates/get_available_extension_properties_response.go
+++ b/groupsettingtemplates/get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponse struct {
GetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewGetAvailableExtensionPropertiesResponse()(*GetAvailableExtensionProperti
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponseable interface {
GetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groupsettingtemplates/get_by_ids_request_builder.go b/groupsettingtemplates/get_by_ids_request_builder.go
index bd213aabe0..48293c1f3e 100644
--- a/groupsettingtemplates/get_by_ids_request_builder.go
+++ b/groupsettingtemplates/get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a GetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groupsettingtemplates/get_by_ids_response.go b/groupsettingtemplates/get_by_ids_response.go
index d9be687bde..8d85485fae 100644
--- a/groupsettingtemplates/get_by_ids_response.go
+++ b/groupsettingtemplates/get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponse struct {
GetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) {
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponseable interface {
GetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groupsettingtemplates/item_check_member_groups_request_builder.go b/groupsettingtemplates/item_check_member_groups_request_builder.go
index 56d4163a5d..1d12e5452c 100644
--- a/groupsettingtemplates/item_check_member_groups_request_builder.go
+++ b/groupsettingtemplates/item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a ItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groupsettingtemplates/item_check_member_groups_response.go b/groupsettingtemplates/item_check_member_groups_response.go
index dc68734259..aa87cb7c7a 100644
--- a/groupsettingtemplates/item_check_member_groups_response.go
+++ b/groupsettingtemplates/item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponse struct {
ItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) {
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponseable interface {
ItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groupsettingtemplates/item_check_member_objects_request_builder.go b/groupsettingtemplates/item_check_member_objects_request_builder.go
index 45e4b3d178..0c45fa3f0a 100644
--- a/groupsettingtemplates/item_check_member_objects_request_builder.go
+++ b/groupsettingtemplates/item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a ItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) {
diff --git a/groupsettingtemplates/item_check_member_objects_response.go b/groupsettingtemplates/item_check_member_objects_response.go
index 710bcf3832..25de336f96 100644
--- a/groupsettingtemplates/item_check_member_objects_response.go
+++ b/groupsettingtemplates/item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponse struct {
ItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) {
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponseable interface {
ItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groupsettingtemplates/item_get_member_groups_request_builder.go b/groupsettingtemplates/item_get_member_groups_request_builder.go
index f2ca1aace3..6d47f5fd2c 100644
--- a/groupsettingtemplates/item_get_member_groups_request_builder.go
+++ b/groupsettingtemplates/item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a ItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groupsettingtemplates/item_get_member_groups_response.go b/groupsettingtemplates/item_get_member_groups_response.go
index e5531872d8..5cec72df27 100644
--- a/groupsettingtemplates/item_get_member_groups_response.go
+++ b/groupsettingtemplates/item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponse struct {
ItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) {
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponseable interface {
ItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/groupsettingtemplates/item_get_member_objects_request_builder.go b/groupsettingtemplates/item_get_member_objects_request_builder.go
index f3564bb58d..41328ba6c0 100644
--- a/groupsettingtemplates/item_get_member_objects_request_builder.go
+++ b/groupsettingtemplates/item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a ItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/groupsettingtemplates/item_get_member_objects_response.go b/groupsettingtemplates/item_get_member_objects_response.go
index 96afedae6f..540de85894 100644
--- a/groupsettingtemplates/item_get_member_objects_response.go
+++ b/groupsettingtemplates/item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponse struct {
ItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) {
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponseable interface {
ItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identity/conditional_access_named_locations_named_location_item_request_builder.go b/identity/conditional_access_named_locations_named_location_item_request_builder.go
index d9763f7c1c..5cbe2496a1 100644
--- a/identity/conditional_access_named_locations_named_location_item_request_builder.go
+++ b/identity/conditional_access_named_locations_named_location_item_request_builder.go
@@ -18,7 +18,7 @@ type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderDeleteRequest
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a countryNamedLocation object.
+// ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a namedLocation object.
type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,11 +54,11 @@ func NewConditionalAccessNamedLocationsNamedLocationItemRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewConditionalAccessNamedLocationsNamedLocationItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete a countryNamedLocation object.
+// Delete delete an ipNamedLocation object.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0
func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -73,12 +73,12 @@ func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Delete(
}
return nil
}
-// Get retrieve the properties and relationships of a countryNamedLocation object.
+// Get retrieve the properties and relationships of a namedLocation object.
// returns a NamedLocationable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0
func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -119,7 +119,7 @@ func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Patch(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable), nil
}
-// ToDeleteRequestInformation delete a countryNamedLocation object.
+// ToDeleteRequestInformation delete an ipNamedLocation object.
// returns a *RequestInformation when successful
func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/identity/conditionalAccess/namedLocations/{namedLocation%2Did}", m.BaseRequestBuilder.PathParameters)
@@ -130,7 +130,7 @@ func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToDelet
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of a countryNamedLocation object.
+// ToGetRequestInformation retrieve the properties and relationships of a namedLocation object.
// returns a *RequestInformation when successful
func (m *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/identity/identity_providers_available_provider_types_request_builder.go b/identity/identity_providers_available_provider_types_request_builder.go
index aa4bc81f88..6d1e386188 100644
--- a/identity/identity_providers_available_provider_types_request_builder.go
+++ b/identity/identity_providers_available_provider_types_request_builder.go
@@ -46,7 +46,7 @@ func NewIdentityProvidersAvailableProviderTypesRequestBuilder(rawUrl string, req
return NewIdentityProvidersAvailableProviderTypesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function availableProviderTypes
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsAvailableProviderTypesGetResponse instead.
// returns a IdentityProvidersAvailableProviderTypesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *IdentityProvidersAvailableProviderTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *IdentityProvidersAvailableProviderTypesRequestBuilderGetRequestConfiguration)(IdentityProvidersAvailableProviderTypesResponseable, error) {
diff --git a/identity/identity_providers_available_provider_types_response.go b/identity/identity_providers_available_provider_types_response.go
index 3839385873..0fff393100 100644
--- a/identity/identity_providers_available_provider_types_response.go
+++ b/identity/identity_providers_available_provider_types_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use IdentityProvidersAvailableProviderTypesGetResponseable instead.
type IdentityProvidersAvailableProviderTypesResponse struct {
IdentityProvidersAvailableProviderTypesGetResponse
}
@@ -20,7 +20,7 @@ func NewIdentityProvidersAvailableProviderTypesResponse()(*IdentityProvidersAvai
func CreateIdentityProvidersAvailableProviderTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewIdentityProvidersAvailableProviderTypesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use IdentityProvidersAvailableProviderTypesGetResponseable instead.
type IdentityProvidersAvailableProviderTypesResponseable interface {
IdentityProvidersAvailableProviderTypesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_request_builder.go
index a50cd7765b..e819a1ae3c 100644
--- a/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewAccessReviewsDefinitionsFilterByCurrentUserWithOnRequestBuilder(rawUrl s
return NewAccessReviewsDefinitionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a AccessReviewsDefinitionsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *AccessReviewsDefinitionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDefinitionsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_response.go
index 47fa359f60..e48f3397a4 100644
--- a/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/access_reviews_definitions_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsFilterByCurrentUserWithOnGetResponseable instead.
type AccessReviewsDefinitionsFilterByCurrentUserWithOnResponse struct {
AccessReviewsDefinitionsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewAccessReviewsDefinitionsFilterByCurrentUserWithOnResponse()(*AccessRevie
func CreateAccessReviewsDefinitionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessReviewsDefinitionsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsFilterByCurrentUserWithOnGetResponseable instead.
type AccessReviewsDefinitionsFilterByCurrentUserWithOnResponseable interface {
AccessReviewsDefinitionsFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_request_builder.go
index 9ce52e024a..d04820995e 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewAccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnRequestBui
return NewAccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_response.go
index 0114e90963..6364a85c0a 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnGetResponseable instead.
type AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponse struct {
AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewAccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponse()
func CreateAccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnGetResponseable instead.
type AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnResponseable interface {
AccessReviewsDefinitionsItemInstancesFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_request_builder.go
index feae2d1282..5c4a316c89 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWit
return NewAccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_response.go
index 7b0640fe68..6601ba1c4b 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_decisions_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead.
type AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnResponse struct {
AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWit
func CreateAccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead.
type AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnResponseable interface {
AccessReviewsDefinitionsItemInstancesItemDecisionsFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_request_builder.go
index 0cf36e9f4e..4a858b1e99 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOn
return NewAccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_response.go
index f6fc7c279a..43a04c69ab 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnGetResponseable instead.
type AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnResponse struct {
AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOn
func CreateAccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnGetResponseable instead.
type AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnResponseable interface {
AccessReviewsDefinitionsItemInstancesItemStagesFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_request_builder.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_request_builder.go
index db67ecd94e..4ec8cf2380 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurr
return NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_response.go b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_response.go
index 6771770ecb..e6ba30e2cd 100644
--- a/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/access_reviews_definitions_item_instances_item_stages_item_decisions_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead.
type AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponse struct {
AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurr
func CreateAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable instead.
type AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnResponseable interface {
AccessReviewsDefinitionsItemInstancesItemStagesItemDecisionsFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_request_builder.go b/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_request_builder.go
index 34c91b28e1..b5a5593fcf 100644
--- a/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewAppConsentAppConsentRequestsFilterByCurrentUserWithOnRequestBuilder(rawU
return NewAppConsentAppConsentRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a AppConsentAppConsentRequestsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *AppConsentAppConsentRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AppConsentAppConsentRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AppConsentAppConsentRequestsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_response.go b/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_response.go
index 174a51d13d..45c7b6bedb 100644
--- a/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/app_consent_app_consent_requests_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AppConsentAppConsentRequestsFilterByCurrentUserWithOnGetResponseable instead.
type AppConsentAppConsentRequestsFilterByCurrentUserWithOnResponse struct {
AppConsentAppConsentRequestsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewAppConsentAppConsentRequestsFilterByCurrentUserWithOnResponse()(*AppCons
func CreateAppConsentAppConsentRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAppConsentAppConsentRequestsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AppConsentAppConsentRequestsFilterByCurrentUserWithOnGetResponseable instead.
type AppConsentAppConsentRequestsFilterByCurrentUserWithOnResponseable interface {
AppConsentAppConsentRequestsFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_request_builder.go b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_request_builder.go
index 4247211d7c..e731713ade 100644
--- a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewAppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWi
return NewAppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_response.go b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_response.go
index 4e46ed9d38..6f3421ebe8 100644
--- a/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/app_consent_app_consent_requests_item_user_consent_requests_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnGetResponseable instead.
type AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnResponse struct {
AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewAppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWi
func CreateAppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnGetResponseable instead.
type AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnResponseable interface {
AppConsentAppConsentRequestsItemUserConsentRequestsFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_request_builder.go b/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_request_builder.go
index f10d9b2a68..a226aeac05 100644
--- a/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewEntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUser
return NewEntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_response.go b/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_response.go
index b7b5ba0bac..9dc3d19e63 100644
--- a/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/entitlement_management_access_package_assignment_approvals_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnResponse struct {
EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUser
func CreateEntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnResponseable interface {
EntitlementManagementAccessPackageAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/entitlement_management_access_packages_access_package_item_request_builder.go b/identitygovernance/entitlement_management_access_packages_access_package_item_request_builder.go
index d3f27e4f78..bb04e5f5ee 100644
--- a/identitygovernance/entitlement_management_access_packages_access_package_item_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_access_package_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderDeleteReq
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an accessPackage object.
+// EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderGetQueryParameters retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
type EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -88,12 +88,12 @@ func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) Del
}
return nil
}
-// Get retrieve the properties and relationships of an accessPackage object.
+// Get retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
// returns a AccessPackageable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0
func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -165,7 +165,7 @@ func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) ToD
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an accessPackage object.
+// ToGetRequestInformation retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
// returns a *RequestInformation when successful
func (m *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesAccessPackageItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_request_builder.go b/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_request_builder.go
index 4d255ae5de..c30ae36ea9 100644
--- a/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewEntitlementManagementAccessPackagesFilterByCurrentUserWithOnRequestBuild
return NewEntitlementManagementAccessPackagesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a EntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *EntitlementManagementAccessPackagesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAccessPackagesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_response.go b/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_response.go
index 07f60c744d..6331537c04 100644
--- a/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/entitlement_management_access_packages_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackagesFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponse struct {
EntitlementManagementAccessPackagesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponse()(*
func CreateEntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackagesFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementAccessPackagesFilterByCurrentUserWithOnResponseable interface {
EntitlementManagementAccessPackagesFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_request_builder.go b/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_request_builder.go
index f205481686..19cf8d95d2 100644
--- a/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_request_builder.go
+++ b/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_request_builder.go
@@ -31,7 +31,7 @@ func NewEntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsRe
return NewEntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post in Microsoft Entra entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetApplicablePolicyRequirementsPostResponse instead.
// returns a EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_response.go b/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_response.go
index f738c1627e..d342e25a6e 100644
--- a/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_response.go
+++ b/identitygovernance/entitlement_management_access_packages_item_get_applicable_policy_requirements_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsPostResponseable instead.
type EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsResponse struct {
EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsPostResponse
}
@@ -20,7 +20,7 @@ func NewEntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsRe
func CreateEntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsPostResponseable instead.
type EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsResponseable interface {
EntitlementManagementAccessPackagesItemGetApplicablePolicyRequirementsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/entitlement_management_assignment_policies_request_builder.go b/identitygovernance/entitlement_management_assignment_policies_request_builder.go
index e463255518..2ce5ad072d 100644
--- a/identitygovernance/entitlement_management_assignment_policies_request_builder.go
+++ b/identitygovernance/entitlement_management_assignment_policies_request_builder.go
@@ -11,7 +11,7 @@ import (
type EntitlementManagementAssignmentPoliciesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// EntitlementManagementAssignmentPoliciesRequestBuilderGetQueryParameters in Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=accessPackageAssignmentPolicies as a query parameter.
+// EntitlementManagementAssignmentPoliciesRequestBuilderGetQueryParameters in Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=assignmentPolicies as a query parameter.
type EntitlementManagementAssignmentPoliciesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func NewEntitlementManagementAssignmentPoliciesRequestBuilder(rawUrl string, req
func (m *EntitlementManagementAssignmentPoliciesRequestBuilder) Count()(*EntitlementManagementAssignmentPoliciesCountRequestBuilder) {
return NewEntitlementManagementAssignmentPoliciesCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get in Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=accessPackageAssignmentPolicies as a query parameter.
+// Get in Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=assignmentPolicies as a query parameter.
// returns a AccessPackageAssignmentPolicyCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -122,7 +122,7 @@ func (m *EntitlementManagementAssignmentPoliciesRequestBuilder) Post(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentPolicyable), nil
}
-// ToGetRequestInformation in Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=accessPackageAssignmentPolicies as a query parameter.
+// ToGetRequestInformation in Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=assignmentPolicies as a query parameter.
// returns a *RequestInformation when successful
func (m *EntitlementManagementAssignmentPoliciesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentPoliciesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_request_builder.go b/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_request_builder.go
index 1288caac86..736b620e8d 100644
--- a/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewEntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnRequestB
return NewEntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_response.go b/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_response.go
index 5a6877b01b..937f56d918 100644
--- a/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/entitlement_management_assignment_requests_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponse struct {
EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewEntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponse
func CreateEntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnResponseable interface {
EntitlementManagementAssignmentRequestsFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/entitlement_management_assignments_additional_access_request_builder.go b/identitygovernance/entitlement_management_assignments_additional_access_request_builder.go
index bab3a580ed..63b5cde195 100644
--- a/identitygovernance/entitlement_management_assignments_additional_access_request_builder.go
+++ b/identitygovernance/entitlement_management_assignments_additional_access_request_builder.go
@@ -52,7 +52,7 @@ func NewEntitlementManagementAssignmentsAdditionalAccessRequestBuilder(rawUrl st
return NewEntitlementManagementAssignmentsAdditionalAccessRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function additionalAccess
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsAdditionalAccessGetResponse instead.
// returns a EntitlementManagementAssignmentsAdditionalAccessResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *EntitlementManagementAssignmentsAdditionalAccessRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentsAdditionalAccessRequestBuilderGetRequestConfiguration)(EntitlementManagementAssignmentsAdditionalAccessResponseable, error) {
diff --git a/identitygovernance/entitlement_management_assignments_additional_access_response.go b/identitygovernance/entitlement_management_assignments_additional_access_response.go
index ad51112795..a4aa14153c 100644
--- a/identitygovernance/entitlement_management_assignments_additional_access_response.go
+++ b/identitygovernance/entitlement_management_assignments_additional_access_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAssignmentsAdditionalAccessGetResponseable instead.
type EntitlementManagementAssignmentsAdditionalAccessResponse struct {
EntitlementManagementAssignmentsAdditionalAccessGetResponse
}
@@ -20,7 +20,7 @@ func NewEntitlementManagementAssignmentsAdditionalAccessResponse()(*EntitlementM
func CreateEntitlementManagementAssignmentsAdditionalAccessResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementAssignmentsAdditionalAccessResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAssignmentsAdditionalAccessGetResponseable instead.
type EntitlementManagementAssignmentsAdditionalAccessResponseable interface {
EntitlementManagementAssignmentsAdditionalAccessGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/entitlement_management_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_request_builder.go b/identitygovernance/entitlement_management_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_request_builder.go
index 7cfc8b7fec..98ac5a9f42 100644
--- a/identitygovernance/entitlement_management_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_request_builder.go
+++ b/identitygovernance/entitlement_management_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_request_builder.go
@@ -58,7 +58,7 @@ func NewEntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithI
return NewEntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilderInternal(urlParams, requestAdapter, nil, nil)
}
// Get invoke function additionalAccess
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponse instead.
// returns a EntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *EntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilderGetRequestConfiguration)(EntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdResponseable, error) {
diff --git a/identitygovernance/entitlement_management_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_response.go b/identitygovernance/entitlement_management_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_response.go
index 3bf37f0af7..2b57f90ff4 100644
--- a/identitygovernance/entitlement_management_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_response.go
+++ b/identitygovernance/entitlement_management_assignments_additional_access_with_access_package_id_with_incompatible_access_package_id_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponseable instead.
type EntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdResponse struct {
EntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponse
}
@@ -20,7 +20,7 @@ func NewEntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithI
func CreateEntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponseable instead.
type EntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdResponseable interface {
EntitlementManagementAssignmentsAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/entitlement_management_assignments_filter_by_current_user_with_on_request_builder.go b/identitygovernance/entitlement_management_assignments_filter_by_current_user_with_on_request_builder.go
index 10c3538040..e3ef1cf2ce 100644
--- a/identitygovernance/entitlement_management_assignments_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/entitlement_management_assignments_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewEntitlementManagementAssignmentsFilterByCurrentUserWithOnRequestBuilder(
return NewEntitlementManagementAssignmentsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a EntitlementManagementAssignmentsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *EntitlementManagementAssignmentsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementAssignmentsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementAssignmentsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/entitlement_management_assignments_filter_by_current_user_with_on_response.go b/identitygovernance/entitlement_management_assignments_filter_by_current_user_with_on_response.go
index 60f20c3e42..0e9792d726 100644
--- a/identitygovernance/entitlement_management_assignments_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/entitlement_management_assignments_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAssignmentsFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementAssignmentsFilterByCurrentUserWithOnResponse struct {
EntitlementManagementAssignmentsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewEntitlementManagementAssignmentsFilterByCurrentUserWithOnResponse()(*Ent
func CreateEntitlementManagementAssignmentsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementAssignmentsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementAssignmentsFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementAssignmentsFilterByCurrentUserWithOnResponseable interface {
EntitlementManagementAssignmentsFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/identitygovernance/entitlement_management_catalogs_item_custom_workflow_extensions_custom_callout_extension_item_request_builder.go b/identitygovernance/entitlement_management_catalogs_item_custom_workflow_extensions_custom_callout_extension_item_request_builder.go
index 920b6a5b36..61527743d3 100644
--- a/identitygovernance/entitlement_management_catalogs_item_custom_workflow_extensions_custom_callout_extension_item_request_builder.go
+++ b/identitygovernance/entitlement_management_catalogs_item_custom_workflow_extensions_custom_callout_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExten
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
+// EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
type EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,11 +54,11 @@ func NewEntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutEx
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
+// Delete delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0
func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -73,12 +73,12 @@ func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutE
}
return nil
}
-// Get read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
+// Get read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
// returns a CustomCalloutExtensionable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0
func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -119,7 +119,7 @@ func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutE
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionable), nil
}
-// ToDeleteRequestInformation delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
+// ToDeleteRequestInformation delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
// returns a *RequestInformation when successful
func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/customWorkflowExtensions/{customCalloutExtension%2Did}", m.BaseRequestBuilder.PathParameters)
@@ -130,7 +130,7 @@ func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutE
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
+// ToGetRequestInformation read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
// returns a *RequestInformation when successful
func (m *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementCatalogsItemCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/identitygovernance/entitlement_management_resource_requests_item_catalog_custom_workflow_extensions_custom_callout_extension_item_request_builder.go b/identitygovernance/entitlement_management_resource_requests_item_catalog_custom_workflow_extensions_custom_callout_extension_item_request_builder.go
index 071ba02ed3..95a27628a0 100644
--- a/identitygovernance/entitlement_management_resource_requests_item_catalog_custom_workflow_extensions_custom_callout_extension_item_request_builder.go
+++ b/identitygovernance/entitlement_management_resource_requests_item_catalog_custom_workflow_extensions_custom_callout_extension_item_request_builder.go
@@ -18,7 +18,7 @@ type EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCus
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
+// EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
type EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -54,11 +54,11 @@ func NewEntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensions
urlParams["request-raw-url"] = rawUrl
return NewEntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderInternal(urlParams, requestAdapter)
}
-// Delete delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
+// Delete delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0
func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -73,12 +73,12 @@ func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtension
}
return nil
}
-// Get read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
+// Get read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
// returns a CustomCalloutExtensionable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0
func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -119,7 +119,7 @@ func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtension
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CustomCalloutExtensionable), nil
}
-// ToDeleteRequestInformation delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
+// ToDeleteRequestInformation delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
// returns a *RequestInformation when successful
func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/customWorkflowExtensions/{customCalloutExtension%2Did}", m.BaseRequestBuilder.PathParameters)
@@ -130,7 +130,7 @@ func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtension
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
+// ToGetRequestInformation read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
// returns a *RequestInformation when successful
func (m *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EntitlementManagementResourceRequestsItemCatalogCustomWorkflowExtensionsCustomCalloutExtensionItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_request_builder.go
index c280eac87e..0bc2d67759 100644
--- a/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnRequest
return NewPrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_response.go
index f340fc2f85..aa427e79f9 100644
--- a/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/privileged_access_group_assignment_approvals_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnResponse struct {
PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnRespons
func CreatePrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
PrivilegedAccessGroupAssignmentApprovalsFilterByCurrentUserWithOnGetResponseable
diff --git a/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go
index a8497f2a81..d501b00c8f 100644
--- a/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithO
return NewPrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_response.go
index 2d008e1c17..293ffbc264 100644
--- a/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/privileged_access_group_assignment_schedule_instances_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse struct {
PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithO
func CreatePrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
PrivilegedAccessGroupAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable
diff --git a/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go
index b0f2be5e23..768685f863 100644
--- a/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOn
return NewPrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_response.go
index 37b1cbb01c..06577a0d05 100644
--- a/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/privileged_access_group_assignment_schedule_requests_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse struct {
PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOn
func CreatePrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
PrivilegedAccessGroupAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable
diff --git a/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_request_builder.go
index fd5683151a..0831f87895 100644
--- a/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnRequest
return NewPrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_response.go
index d82adca096..a87b991345 100644
--- a/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/privileged_access_group_assignment_schedules_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnResponse struct {
PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnRespons
func CreatePrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
PrivilegedAccessGroupAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable
diff --git a/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go
index 663bc9da85..80a965a06e 100644
--- a/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWith
return NewPrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_response.go
index e796ef5ea5..beca726db1 100644
--- a/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/privileged_access_group_eligibility_schedule_instances_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse struct {
PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWith
func CreatePrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
PrivilegedAccessGroupEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable
diff --git a/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go
index 03c79a0ae3..66ca593ba7 100644
--- a/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithO
return NewPrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_response.go
index ab1200df72..6c1a305630 100644
--- a/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/privileged_access_group_eligibility_schedule_requests_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse struct {
PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithO
func CreatePrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
PrivilegedAccessGroupEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable
diff --git a/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_request_builder.go b/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_request_builder.go
index 846a870930..b789180099 100644
--- a/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_request_builder.go
+++ b/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewPrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnReques
return NewPrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_response.go b/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_response.go
index 666ccdf13b..c9fc8d10be 100644
--- a/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_response.go
+++ b/identitygovernance/privileged_access_group_eligibility_schedules_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnResponse struct {
PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewPrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnRespon
func CreatePrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewPrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead.
type PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
PrivilegedAccessGroupEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable
diff --git a/identityprotection/risky_users_item_history_request_builder.go b/identityprotection/risky_users_item_history_request_builder.go
index 196e6dfd35..da39934f97 100644
--- a/identityprotection/risky_users_item_history_request_builder.go
+++ b/identityprotection/risky_users_item_history_request_builder.go
@@ -11,7 +11,7 @@ import (
type RiskyUsersItemHistoryRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// RiskyUsersItemHistoryRequestBuilderGetQueryParameters get the riskyUserHistoryItems from the history navigation property.
+// RiskyUsersItemHistoryRequestBuilderGetQueryParameters read the properties and relationships of a riskyUserHistoryItem object.
type RiskyUsersItemHistoryRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,12 +76,12 @@ func NewRiskyUsersItemHistoryRequestBuilder(rawUrl string, requestAdapter i2ae41
func (m *RiskyUsersItemHistoryRequestBuilder) Count()(*RiskyUsersItemHistoryCountRequestBuilder) {
return NewRiskyUsersItemHistoryCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the riskyUserHistoryItems from the history navigation property.
+// Get read the properties and relationships of a riskyUserHistoryItem object.
// returns a RiskyUserHistoryItemCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/riskyuser-get-riskyuserhistoryitem?view=graph-rest-1.0
func (m *RiskyUsersItemHistoryRequestBuilder) Get(ctx context.Context, requestConfiguration *RiskyUsersItemHistoryRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RiskyUserHistoryItemCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -119,7 +119,7 @@ func (m *RiskyUsersItemHistoryRequestBuilder) Post(ctx context.Context, body iad
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RiskyUserHistoryItemable), nil
}
-// ToGetRequestInformation get the riskyUserHistoryItems from the history navigation property.
+// ToGetRequestInformation read the properties and relationships of a riskyUserHistoryItem object.
// returns a *RequestInformation when successful
func (m *RiskyUsersItemHistoryRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *RiskyUsersItemHistoryRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/identityproviders/available_provider_types_request_builder.go b/identityproviders/available_provider_types_request_builder.go
index 8f9745acb6..3da38630ca 100644
--- a/identityproviders/available_provider_types_request_builder.go
+++ b/identityproviders/available_provider_types_request_builder.go
@@ -46,7 +46,7 @@ func NewAvailableProviderTypesRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewAvailableProviderTypesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function availableProviderTypes
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsAvailableProviderTypesGetResponse instead.
// returns a AvailableProviderTypesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *AvailableProviderTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *AvailableProviderTypesRequestBuilderGetRequestConfiguration)(AvailableProviderTypesResponseable, error) {
diff --git a/identityproviders/available_provider_types_response.go b/identityproviders/available_provider_types_response.go
index 08f9cca348..c97c71de15 100644
--- a/identityproviders/available_provider_types_response.go
+++ b/identityproviders/available_provider_types_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AvailableProviderTypesGetResponseable instead.
type AvailableProviderTypesResponse struct {
AvailableProviderTypesGetResponse
}
@@ -20,7 +20,7 @@ func NewAvailableProviderTypesResponse()(*AvailableProviderTypesResponse) {
func CreateAvailableProviderTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAvailableProviderTypesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AvailableProviderTypesGetResponseable instead.
type AvailableProviderTypesResponseable interface {
AvailableProviderTypesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/kiota-lock.json b/kiota-lock.json
index 34f9b492da..dbb40f6011 100644
--- a/kiota-lock.json
+++ b/kiota-lock.json
@@ -1,5 +1,5 @@
{
- "descriptionHash": "D82319BC6F38E9829AB5AB970022A377684B1AEBA625524962D22DD483A1183A2102CAE307DAF725078A14302824B48EDAABBBC8AF7E08F5EA6258C8B7E98BF4",
+ "descriptionHash": "42C2F5FA8D90E14E01AA01C1BB1DFC4E946B298A196BBA755C4AE43BFBC2383470AE3E774723326E6AD4BC5633C33CC328FDBB511077E87929B43BC5917E9D27",
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.11.1",
diff --git a/models/chat_message_attachment.go b/models/chat_message_attachment.go
index ae132fbeef..4d18ba8240 100644
--- a/models/chat_message_attachment.go
+++ b/models/chat_message_attachment.go
@@ -52,7 +52,7 @@ func (m *ChatMessageAttachment) GetContent()(*string) {
}
return nil
}
-// GetContentType gets the contentType property value. The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
+// GetContentType gets the contentType property value. The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentType that is supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
// returns a *string when successful
func (m *ChatMessageAttachment) GetContentType()(*string) {
val, err := m.GetBackingStore().Get("contentType")
@@ -64,7 +64,7 @@ func (m *ChatMessageAttachment) GetContentType()(*string) {
}
return nil
}
-// GetContentUrl gets the contentUrl property value. URL for the content of the attachment. Supported protocols: http, https, file and data.
+// GetContentUrl gets the contentUrl property value. The URL for the content of the attachment.
// returns a *string when successful
func (m *ChatMessageAttachment) GetContentUrl()(*string) {
val, err := m.GetBackingStore().Get("contentUrl")
@@ -162,7 +162,7 @@ func (m *ChatMessageAttachment) GetFieldDeserializers()(map[string]func(i878a80d
}
return res
}
-// GetId gets the id property value. Read-only. Unique id of the attachment.
+// GetId gets the id property value. Read-only. The unique id of the attachment.
// returns a *string when successful
func (m *ChatMessageAttachment) GetId()(*string) {
val, err := m.GetBackingStore().Get("id")
@@ -174,7 +174,7 @@ func (m *ChatMessageAttachment) GetId()(*string) {
}
return nil
}
-// GetName gets the name property value. Name of the attachment.
+// GetName gets the name property value. The name of the attachment.
// returns a *string when successful
func (m *ChatMessageAttachment) GetName()(*string) {
val, err := m.GetBackingStore().Get("name")
@@ -198,7 +198,7 @@ func (m *ChatMessageAttachment) GetOdataType()(*string) {
}
return nil
}
-// GetTeamsAppId gets the teamsAppId property value. The ID of the Teams app that is associated with the attachment. The property is specifically used to attribute a Teams message card to the specified app.
+// GetTeamsAppId gets the teamsAppId property value. The ID of the Teams app that is associated with the attachment. The property is used to attribute a Teams message card to the specified app.
// returns a *string when successful
func (m *ChatMessageAttachment) GetTeamsAppId()(*string) {
val, err := m.GetBackingStore().Get("teamsAppId")
@@ -210,7 +210,7 @@ func (m *ChatMessageAttachment) GetTeamsAppId()(*string) {
}
return nil
}
-// GetThumbnailUrl gets the thumbnailUrl property value. URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user clicks the image, the channel would open the document.
+// GetThumbnailUrl gets the thumbnailUrl property value. The URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user selects the image, the channel would open the document.
// returns a *string when successful
func (m *ChatMessageAttachment) GetThumbnailUrl()(*string) {
val, err := m.GetBackingStore().Get("thumbnailUrl")
@@ -298,28 +298,28 @@ func (m *ChatMessageAttachment) SetContent(value *string)() {
panic(err)
}
}
-// SetContentType sets the contentType property value. The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
+// SetContentType sets the contentType property value. The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentType that is supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
func (m *ChatMessageAttachment) SetContentType(value *string)() {
err := m.GetBackingStore().Set("contentType", value)
if err != nil {
panic(err)
}
}
-// SetContentUrl sets the contentUrl property value. URL for the content of the attachment. Supported protocols: http, https, file and data.
+// SetContentUrl sets the contentUrl property value. The URL for the content of the attachment.
func (m *ChatMessageAttachment) SetContentUrl(value *string)() {
err := m.GetBackingStore().Set("contentUrl", value)
if err != nil {
panic(err)
}
}
-// SetId sets the id property value. Read-only. Unique id of the attachment.
+// SetId sets the id property value. Read-only. The unique id of the attachment.
func (m *ChatMessageAttachment) SetId(value *string)() {
err := m.GetBackingStore().Set("id", value)
if err != nil {
panic(err)
}
}
-// SetName sets the name property value. Name of the attachment.
+// SetName sets the name property value. The name of the attachment.
func (m *ChatMessageAttachment) SetName(value *string)() {
err := m.GetBackingStore().Set("name", value)
if err != nil {
@@ -333,14 +333,14 @@ func (m *ChatMessageAttachment) SetOdataType(value *string)() {
panic(err)
}
}
-// SetTeamsAppId sets the teamsAppId property value. The ID of the Teams app that is associated with the attachment. The property is specifically used to attribute a Teams message card to the specified app.
+// SetTeamsAppId sets the teamsAppId property value. The ID of the Teams app that is associated with the attachment. The property is used to attribute a Teams message card to the specified app.
func (m *ChatMessageAttachment) SetTeamsAppId(value *string)() {
err := m.GetBackingStore().Set("teamsAppId", value)
if err != nil {
panic(err)
}
}
-// SetThumbnailUrl sets the thumbnailUrl property value. URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user clicks the image, the channel would open the document.
+// SetThumbnailUrl sets the thumbnailUrl property value. The URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user selects the image, the channel would open the document.
func (m *ChatMessageAttachment) SetThumbnailUrl(value *string)() {
err := m.GetBackingStore().Set("thumbnailUrl", value)
if err != nil {
diff --git a/models/domain.go b/models/domain.go
index 1c6bf60307..b665132402 100644
--- a/models/domain.go
+++ b/models/domain.go
@@ -297,7 +297,7 @@ func (m *Domain) GetIsDefault()(*bool) {
}
return nil
}
-// GetIsInitial gets the isInitial property value. true if this is the initial domain created by Microsoft Online Services (companyname.onmicrosoft.com). There is only one initial domain per company. Not nullable
+// GetIsInitial gets the isInitial property value. true if this is the initial domain created by Microsoft Online Services (contoso.com). There is only one initial domain per company. Not nullable
// returns a *bool when successful
func (m *Domain) GetIsInitial()(*bool) {
val, err := m.GetBackingStore().Get("isInitial")
@@ -605,7 +605,7 @@ func (m *Domain) SetIsDefault(value *bool)() {
panic(err)
}
}
-// SetIsInitial sets the isInitial property value. true if this is the initial domain created by Microsoft Online Services (companyname.onmicrosoft.com). There is only one initial domain per company. Not nullable
+// SetIsInitial sets the isInitial property value. true if this is the initial domain created by Microsoft Online Services (contoso.com). There is only one initial domain per company. Not nullable
func (m *Domain) SetIsInitial(value *bool)() {
err := m.GetBackingStore().Set("isInitial", value)
if err != nil {
diff --git a/models/education_assignment.go b/models/education_assignment.go
index 544fb66171..95619502be 100644
--- a/models/education_assignment.go
+++ b/models/education_assignment.go
@@ -32,7 +32,7 @@ func (m *EducationAssignment) GetAddedStudentAction()(*EducationAddedStudentActi
}
return nil
}
-// GetAddToCalendarAction gets the addToCalendarAction property value. Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none.
+// GetAddToCalendarAction gets the addToCalendarAction property value. Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: studentsOnly. The default value is none.
// returns a *EducationAddToCalendarOptions when successful
func (m *EducationAssignment) GetAddToCalendarAction()(*EducationAddToCalendarOptions) {
val, err := m.GetBackingStore().Get("addToCalendarAction")
@@ -68,7 +68,7 @@ func (m *EducationAssignment) GetAllowStudentsToAddResourcesToSubmission()(*bool
}
return nil
}
-// GetAssignDateTime gets the assignDateTime property value. The date when the assignment should become active. If in the future, the assignment isn't shown to the student until this date. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
+// GetAssignDateTime gets the assignDateTime property value. The date when the assignment should become active. If in the future, the assignment isn't shown to the student until this date. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
// returns a *Time when successful
func (m *EducationAssignment) GetAssignDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) {
val, err := m.GetBackingStore().Get("assignDateTime")
@@ -80,7 +80,7 @@ func (m *EducationAssignment) GetAssignDateTime()(*i336074805fc853987abe6f7fe3ad
}
return nil
}
-// GetAssignedDateTime gets the assignedDateTime property value. The moment that the assignment was published to students and the assignment shows up on the students timeline. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
+// GetAssignedDateTime gets the assignedDateTime property value. The moment that the assignment was published to students and the assignment shows up on the students timeline. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
// returns a *Time when successful
func (m *EducationAssignment) GetAssignedDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) {
val, err := m.GetBackingStore().Get("assignedDateTime")
@@ -104,7 +104,7 @@ func (m *EducationAssignment) GetAssignTo()(EducationAssignmentRecipientable) {
}
return nil
}
-// GetCategories gets the categories property value. When set, enables users to easily find assignments of a given type. Read-only. Nullable.
+// GetCategories gets the categories property value. When set, enables users to easily find assignments of a given type. Read-only. Nullable.
// returns a []EducationCategoryable when successful
func (m *EducationAssignment) GetCategories()([]EducationCategoryable) {
val, err := m.GetBackingStore().Get("categories")
@@ -128,7 +128,7 @@ func (m *EducationAssignment) GetClassId()(*string) {
}
return nil
}
-// GetCloseDateTime gets the closeDateTime property value. Date when the assignment will be closed for submissions. This is an optional field that can be null if the assignment doesn't allowLateSubmissions or when the closeDateTime is the same as the dueDateTime. But if specified, then the closeDateTime must be greater than or equal to the dueDateTime. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
+// GetCloseDateTime gets the closeDateTime property value. Date when the assignment is closed for submissions. This is an optional field that can be null if the assignment doesn't allowLateSubmissions or when the closeDateTime is the same as the dueDateTime. But if specified, then the closeDateTime must be greater than or equal to the dueDateTime. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
// returns a *Time when successful
func (m *EducationAssignment) GetCloseDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) {
val, err := m.GetBackingStore().Get("closeDateTime")
@@ -152,7 +152,7 @@ func (m *EducationAssignment) GetCreatedBy()(IdentitySetable) {
}
return nil
}
-// GetCreatedDateTime gets the createdDateTime property value. Moment when the assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
+// GetCreatedDateTime gets the createdDateTime property value. Moment when the assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
// returns a *Time when successful
func (m *EducationAssignment) GetCreatedDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) {
val, err := m.GetBackingStore().Get("createdDateTime")
@@ -176,7 +176,7 @@ func (m *EducationAssignment) GetDisplayName()(*string) {
}
return nil
}
-// GetDueDateTime gets the dueDateTime property value. Date when the students assignment is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
+// GetDueDateTime gets the dueDateTime property value. Date when the students assignment is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
// returns a *Time when successful
func (m *EducationAssignment) GetDueDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) {
val, err := m.GetBackingStore().Get("dueDateTime")
@@ -528,7 +528,7 @@ func (m *EducationAssignment) GetGradingCategory()(EducationGradingCategoryable)
}
return nil
}
-// GetInstructions gets the instructions property value. Instructions for the assignment. The instructsions and the display name tell the student what to do.
+// GetInstructions gets the instructions property value. Instructions for the assignment. The instructions and the display name tell the student what to do.
// returns a EducationItemBodyable when successful
func (m *EducationAssignment) GetInstructions()(EducationItemBodyable) {
val, err := m.GetBackingStore().Get("instructions")
@@ -552,7 +552,7 @@ func (m *EducationAssignment) GetLastModifiedBy()(IdentitySetable) {
}
return nil
}
-// GetLastModifiedDateTime gets the lastModifiedDateTime property value. Moment when the assignment was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
+// GetLastModifiedDateTime gets the lastModifiedDateTime property value. Moment when the assignment was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
// returns a *Time when successful
func (m *EducationAssignment) GetLastModifiedDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) {
val, err := m.GetBackingStore().Get("lastModifiedDateTime")
@@ -564,7 +564,7 @@ func (m *EducationAssignment) GetLastModifiedDateTime()(*i336074805fc853987abe6f
}
return nil
}
-// GetModuleUrl gets the moduleUrl property value. The moduleUrl property
+// GetModuleUrl gets the moduleUrl property value. The URL of the module from which to access the assignment.
// returns a *string when successful
func (m *EducationAssignment) GetModuleUrl()(*string) {
val, err := m.GetBackingStore().Get("moduleUrl")
@@ -576,7 +576,7 @@ func (m *EducationAssignment) GetModuleUrl()(*string) {
}
return nil
}
-// GetNotificationChannelUrl gets the notificationChannelUrl property value. Optional field to specify the URL of the channel to post the assignment publish notification. If not specified or null, defaults to the General channel. This field only applies to assignments where the assignTo value is educationAssignmentClassRecipient. Updating the notificationChannelUrl isn't allowed after the assignment has been published.
+// GetNotificationChannelUrl gets the notificationChannelUrl property value. Optional field to specify the URL of the channel to post the assignment publish notification. If not specified or null, defaults to the General channel. This field only applies to assignments where the assignTo value is educationAssignmentClassRecipient. Updating the notificationChannelUrl isn't allowed after the assignment is published.
// returns a *string when successful
func (m *EducationAssignment) GetNotificationChannelUrl()(*string) {
val, err := m.GetBackingStore().Get("notificationChannelUrl")
@@ -588,7 +588,7 @@ func (m *EducationAssignment) GetNotificationChannelUrl()(*string) {
}
return nil
}
-// GetResources gets the resources property value. Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable.
+// GetResources gets the resources property value. Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable.
// returns a []EducationAssignmentResourceable when successful
func (m *EducationAssignment) GetResources()([]EducationAssignmentResourceable) {
val, err := m.GetBackingStore().Get("resources")
@@ -624,7 +624,7 @@ func (m *EducationAssignment) GetRubric()(EducationRubricable) {
}
return nil
}
-// GetStatus gets the status property value. Status of the Assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned.
+// GetStatus gets the status property value. Status of the Assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned.
// returns a *EducationAssignmentStatus when successful
func (m *EducationAssignment) GetStatus()(*EducationAssignmentStatus) {
val, err := m.GetBackingStore().Get("status")
@@ -636,7 +636,7 @@ func (m *EducationAssignment) GetStatus()(*EducationAssignmentStatus) {
}
return nil
}
-// GetSubmissions gets the submissions property value. Once published, there's a submission object for each student representing their work and grade. Read-only. Nullable.
+// GetSubmissions gets the submissions property value. Once published, there's a submission object for each student representing their work and grade. Read-only. Nullable.
// returns a []EducationSubmissionable when successful
func (m *EducationAssignment) GetSubmissions()([]EducationSubmissionable) {
val, err := m.GetBackingStore().Get("submissions")
@@ -803,7 +803,7 @@ func (m *EducationAssignment) SetAddedStudentAction(value *EducationAddedStudent
panic(err)
}
}
-// SetAddToCalendarAction sets the addToCalendarAction property value. Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none.
+// SetAddToCalendarAction sets the addToCalendarAction property value. Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: studentsOnly. The default value is none.
func (m *EducationAssignment) SetAddToCalendarAction(value *EducationAddToCalendarOptions)() {
err := m.GetBackingStore().Set("addToCalendarAction", value)
if err != nil {
@@ -824,14 +824,14 @@ func (m *EducationAssignment) SetAllowStudentsToAddResourcesToSubmission(value *
panic(err)
}
}
-// SetAssignDateTime sets the assignDateTime property value. The date when the assignment should become active. If in the future, the assignment isn't shown to the student until this date. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
+// SetAssignDateTime sets the assignDateTime property value. The date when the assignment should become active. If in the future, the assignment isn't shown to the student until this date. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
func (m *EducationAssignment) SetAssignDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() {
err := m.GetBackingStore().Set("assignDateTime", value)
if err != nil {
panic(err)
}
}
-// SetAssignedDateTime sets the assignedDateTime property value. The moment that the assignment was published to students and the assignment shows up on the students timeline. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
+// SetAssignedDateTime sets the assignedDateTime property value. The moment that the assignment was published to students and the assignment shows up on the students timeline. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
func (m *EducationAssignment) SetAssignedDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() {
err := m.GetBackingStore().Set("assignedDateTime", value)
if err != nil {
@@ -845,7 +845,7 @@ func (m *EducationAssignment) SetAssignTo(value EducationAssignmentRecipientable
panic(err)
}
}
-// SetCategories sets the categories property value. When set, enables users to easily find assignments of a given type. Read-only. Nullable.
+// SetCategories sets the categories property value. When set, enables users to easily find assignments of a given type. Read-only. Nullable.
func (m *EducationAssignment) SetCategories(value []EducationCategoryable)() {
err := m.GetBackingStore().Set("categories", value)
if err != nil {
@@ -859,7 +859,7 @@ func (m *EducationAssignment) SetClassId(value *string)() {
panic(err)
}
}
-// SetCloseDateTime sets the closeDateTime property value. Date when the assignment will be closed for submissions. This is an optional field that can be null if the assignment doesn't allowLateSubmissions or when the closeDateTime is the same as the dueDateTime. But if specified, then the closeDateTime must be greater than or equal to the dueDateTime. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
+// SetCloseDateTime sets the closeDateTime property value. Date when the assignment is closed for submissions. This is an optional field that can be null if the assignment doesn't allowLateSubmissions or when the closeDateTime is the same as the dueDateTime. But if specified, then the closeDateTime must be greater than or equal to the dueDateTime. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
func (m *EducationAssignment) SetCloseDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() {
err := m.GetBackingStore().Set("closeDateTime", value)
if err != nil {
@@ -873,7 +873,7 @@ func (m *EducationAssignment) SetCreatedBy(value IdentitySetable)() {
panic(err)
}
}
-// SetCreatedDateTime sets the createdDateTime property value. Moment when the assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
+// SetCreatedDateTime sets the createdDateTime property value. Moment when the assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
func (m *EducationAssignment) SetCreatedDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() {
err := m.GetBackingStore().Set("createdDateTime", value)
if err != nil {
@@ -887,7 +887,7 @@ func (m *EducationAssignment) SetDisplayName(value *string)() {
panic(err)
}
}
-// SetDueDateTime sets the dueDateTime property value. Date when the students assignment is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
+// SetDueDateTime sets the dueDateTime property value. Date when the students assignment is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
func (m *EducationAssignment) SetDueDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() {
err := m.GetBackingStore().Set("dueDateTime", value)
if err != nil {
@@ -915,7 +915,7 @@ func (m *EducationAssignment) SetGradingCategory(value EducationGradingCategorya
panic(err)
}
}
-// SetInstructions sets the instructions property value. Instructions for the assignment. The instructsions and the display name tell the student what to do.
+// SetInstructions sets the instructions property value. Instructions for the assignment. The instructions and the display name tell the student what to do.
func (m *EducationAssignment) SetInstructions(value EducationItemBodyable)() {
err := m.GetBackingStore().Set("instructions", value)
if err != nil {
@@ -929,28 +929,28 @@ func (m *EducationAssignment) SetLastModifiedBy(value IdentitySetable)() {
panic(err)
}
}
-// SetLastModifiedDateTime sets the lastModifiedDateTime property value. Moment when the assignment was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
+// SetLastModifiedDateTime sets the lastModifiedDateTime property value. Moment when the assignment was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
func (m *EducationAssignment) SetLastModifiedDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() {
err := m.GetBackingStore().Set("lastModifiedDateTime", value)
if err != nil {
panic(err)
}
}
-// SetModuleUrl sets the moduleUrl property value. The moduleUrl property
+// SetModuleUrl sets the moduleUrl property value. The URL of the module from which to access the assignment.
func (m *EducationAssignment) SetModuleUrl(value *string)() {
err := m.GetBackingStore().Set("moduleUrl", value)
if err != nil {
panic(err)
}
}
-// SetNotificationChannelUrl sets the notificationChannelUrl property value. Optional field to specify the URL of the channel to post the assignment publish notification. If not specified or null, defaults to the General channel. This field only applies to assignments where the assignTo value is educationAssignmentClassRecipient. Updating the notificationChannelUrl isn't allowed after the assignment has been published.
+// SetNotificationChannelUrl sets the notificationChannelUrl property value. Optional field to specify the URL of the channel to post the assignment publish notification. If not specified or null, defaults to the General channel. This field only applies to assignments where the assignTo value is educationAssignmentClassRecipient. Updating the notificationChannelUrl isn't allowed after the assignment is published.
func (m *EducationAssignment) SetNotificationChannelUrl(value *string)() {
err := m.GetBackingStore().Set("notificationChannelUrl", value)
if err != nil {
panic(err)
}
}
-// SetResources sets the resources property value. Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable.
+// SetResources sets the resources property value. Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable.
func (m *EducationAssignment) SetResources(value []EducationAssignmentResourceable)() {
err := m.GetBackingStore().Set("resources", value)
if err != nil {
@@ -971,14 +971,14 @@ func (m *EducationAssignment) SetRubric(value EducationRubricable)() {
panic(err)
}
}
-// SetStatus sets the status property value. Status of the Assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned.
+// SetStatus sets the status property value. Status of the Assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned.
func (m *EducationAssignment) SetStatus(value *EducationAssignmentStatus)() {
err := m.GetBackingStore().Set("status", value)
if err != nil {
panic(err)
}
}
-// SetSubmissions sets the submissions property value. Once published, there's a submission object for each student representing their work and grade. Read-only. Nullable.
+// SetSubmissions sets the submissions property value. Once published, there's a submission object for each student representing their work and grade. Read-only. Nullable.
func (m *EducationAssignment) SetSubmissions(value []EducationSubmissionable)() {
err := m.GetBackingStore().Set("submissions", value)
if err != nil {
diff --git a/models/education_channel_resource.go b/models/education_channel_resource.go
index bedf3bfe65..1d2fdac0bd 100644
--- a/models/education_channel_resource.go
+++ b/models/education_channel_resource.go
@@ -37,7 +37,7 @@ func (m *EducationChannelResource) GetFieldDeserializers()(map[string]func(i878a
}
return res
}
-// GetUrl gets the url property value. The url property
+// GetUrl gets the url property value. URL of the channel resource.
// returns a *string when successful
func (m *EducationChannelResource) GetUrl()(*string) {
val, err := m.GetBackingStore().Get("url")
@@ -63,7 +63,7 @@ func (m *EducationChannelResource) Serialize(writer i878a80d2330e89d26896388a3f4
}
return nil
}
-// SetUrl sets the url property value. The url property
+// SetUrl sets the url property value. URL of the channel resource.
func (m *EducationChannelResource) SetUrl(value *string)() {
err := m.GetBackingStore().Set("url", value)
if err != nil {
diff --git a/models/education_class.go b/models/education_class.go
index 90dd0ddce5..46b63b7412 100644
--- a/models/education_class.go
+++ b/models/education_class.go
@@ -163,7 +163,7 @@ func (m *EducationClass) GetExternalSource()(*EducationExternalSource) {
}
return nil
}
-// GetExternalSourceDetail gets the externalSourceDetail property value. The name of the external source this resources was generated from.
+// GetExternalSourceDetail gets the externalSourceDetail property value. The name of the external source this resource was generated from.
// returns a *string when successful
func (m *EducationClass) GetExternalSourceDetail()(*string) {
val, err := m.GetBackingStore().Get("externalSourceDetail")
@@ -475,7 +475,7 @@ func (m *EducationClass) GetMembers()([]EducationUserable) {
}
return nil
}
-// GetModules gets the modules property value. The modules property
+// GetModules gets the modules property value. All modules in the class. Nullable.
// returns a []EducationModuleable when successful
func (m *EducationClass) GetModules()([]EducationModuleable) {
val, err := m.GetBackingStore().Get("modules")
@@ -778,7 +778,7 @@ func (m *EducationClass) SetExternalSource(value *EducationExternalSource)() {
panic(err)
}
}
-// SetExternalSourceDetail sets the externalSourceDetail property value. The name of the external source this resources was generated from.
+// SetExternalSourceDetail sets the externalSourceDetail property value. The name of the external source this resource was generated from.
func (m *EducationClass) SetExternalSourceDetail(value *string)() {
err := m.GetBackingStore().Set("externalSourceDetail", value)
if err != nil {
@@ -813,7 +813,7 @@ func (m *EducationClass) SetMembers(value []EducationUserable)() {
panic(err)
}
}
-// SetModules sets the modules property value. The modules property
+// SetModules sets the modules property value. All modules in the class. Nullable.
func (m *EducationClass) SetModules(value []EducationModuleable)() {
err := m.GetBackingStore().Set("modules", value)
if err != nil {
diff --git a/models/education_linked_assignment_resource.go b/models/education_linked_assignment_resource.go
index ff26e04d5d..810056c495 100644
--- a/models/education_linked_assignment_resource.go
+++ b/models/education_linked_assignment_resource.go
@@ -37,7 +37,7 @@ func (m *EducationLinkedAssignmentResource) GetFieldDeserializers()(map[string]f
}
return res
}
-// GetUrl gets the url property value. The url property
+// GetUrl gets the url property value. URL of the actual assignment.
// returns a *string when successful
func (m *EducationLinkedAssignmentResource) GetUrl()(*string) {
val, err := m.GetBackingStore().Get("url")
@@ -63,7 +63,7 @@ func (m *EducationLinkedAssignmentResource) Serialize(writer i878a80d2330e89d268
}
return nil
}
-// SetUrl sets the url property value. The url property
+// SetUrl sets the url property value. URL of the actual assignment.
func (m *EducationLinkedAssignmentResource) SetUrl(value *string)() {
err := m.GetBackingStore().Set("url", value)
if err != nil {
diff --git a/models/education_module.go b/models/education_module.go
index 6be1feb20c..6c19d9a2e5 100644
--- a/models/education_module.go
+++ b/models/education_module.go
@@ -20,7 +20,7 @@ func NewEducationModule()(*EducationModule) {
func CreateEducationModuleFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEducationModule(), nil
}
-// GetCreatedBy gets the createdBy property value. The createdBy property
+// GetCreatedBy gets the createdBy property value. The display name of the user that created the module.
// returns a IdentitySetable when successful
func (m *EducationModule) GetCreatedBy()(IdentitySetable) {
val, err := m.GetBackingStore().Get("createdBy")
@@ -32,7 +32,7 @@ func (m *EducationModule) GetCreatedBy()(IdentitySetable) {
}
return nil
}
-// GetCreatedDateTime gets the createdDateTime property value. The createdDateTime property
+// GetCreatedDateTime gets the createdDateTime property value. Date time the module was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z
// returns a *Time when successful
func (m *EducationModule) GetCreatedDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) {
val, err := m.GetBackingStore().Get("createdDateTime")
@@ -44,7 +44,7 @@ func (m *EducationModule) GetCreatedDateTime()(*i336074805fc853987abe6f7fe3ad97a
}
return nil
}
-// GetDescription gets the description property value. The description property
+// GetDescription gets the description property value. Description of the module.
// returns a *string when successful
func (m *EducationModule) GetDescription()(*string) {
val, err := m.GetBackingStore().Get("description")
@@ -56,7 +56,7 @@ func (m *EducationModule) GetDescription()(*string) {
}
return nil
}
-// GetDisplayName gets the displayName property value. The displayName property
+// GetDisplayName gets the displayName property value. Name of the module.
// returns a *string when successful
func (m *EducationModule) GetDisplayName()(*string) {
val, err := m.GetBackingStore().Get("displayName")
@@ -180,7 +180,7 @@ func (m *EducationModule) GetFieldDeserializers()(map[string]func(i878a80d2330e8
}
return res
}
-// GetIsPinned gets the isPinned property value. The isPinned property
+// GetIsPinned gets the isPinned property value. Indicates whether the module is pinned or not.
// returns a *bool when successful
func (m *EducationModule) GetIsPinned()(*bool) {
val, err := m.GetBackingStore().Get("isPinned")
@@ -192,7 +192,7 @@ func (m *EducationModule) GetIsPinned()(*bool) {
}
return nil
}
-// GetLastModifiedBy gets the lastModifiedBy property value. The lastModifiedBy property
+// GetLastModifiedBy gets the lastModifiedBy property value. The last user that modified the module.
// returns a IdentitySetable when successful
func (m *EducationModule) GetLastModifiedBy()(IdentitySetable) {
val, err := m.GetBackingStore().Get("lastModifiedBy")
@@ -204,7 +204,7 @@ func (m *EducationModule) GetLastModifiedBy()(IdentitySetable) {
}
return nil
}
-// GetLastModifiedDateTime gets the lastModifiedDateTime property value. The lastModifiedDateTime property
+// GetLastModifiedDateTime gets the lastModifiedDateTime property value. Date time the module was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z
// returns a *Time when successful
func (m *EducationModule) GetLastModifiedDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) {
val, err := m.GetBackingStore().Get("lastModifiedDateTime")
@@ -216,7 +216,7 @@ func (m *EducationModule) GetLastModifiedDateTime()(*i336074805fc853987abe6f7fe3
}
return nil
}
-// GetResources gets the resources property value. The resources property
+// GetResources gets the resources property value. Learning objects that are associated with this module. Only teachers can modify this list. Nullable.
// returns a []EducationModuleResourceable when successful
func (m *EducationModule) GetResources()([]EducationModuleResourceable) {
val, err := m.GetBackingStore().Get("resources")
@@ -228,7 +228,7 @@ func (m *EducationModule) GetResources()([]EducationModuleResourceable) {
}
return nil
}
-// GetResourcesFolderUrl gets the resourcesFolderUrl property value. The resourcesFolderUrl property
+// GetResourcesFolderUrl gets the resourcesFolderUrl property value. Folder URL where all the file resources for this module are stored.
// returns a *string when successful
func (m *EducationModule) GetResourcesFolderUrl()(*string) {
val, err := m.GetBackingStore().Get("resourcesFolderUrl")
@@ -240,7 +240,7 @@ func (m *EducationModule) GetResourcesFolderUrl()(*string) {
}
return nil
}
-// GetStatus gets the status property value. The status property
+// GetStatus gets the status property value. Status of the module. You can't use a PATCH operation to update this value. Possible values are: draft and published.
// returns a *EducationModuleStatus when successful
func (m *EducationModule) GetStatus()(*EducationModuleStatus) {
val, err := m.GetBackingStore().Get("status")
@@ -290,70 +290,70 @@ func (m *EducationModule) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0
}
return nil
}
-// SetCreatedBy sets the createdBy property value. The createdBy property
+// SetCreatedBy sets the createdBy property value. The display name of the user that created the module.
func (m *EducationModule) SetCreatedBy(value IdentitySetable)() {
err := m.GetBackingStore().Set("createdBy", value)
if err != nil {
panic(err)
}
}
-// SetCreatedDateTime sets the createdDateTime property value. The createdDateTime property
+// SetCreatedDateTime sets the createdDateTime property value. Date time the module was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z
func (m *EducationModule) SetCreatedDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() {
err := m.GetBackingStore().Set("createdDateTime", value)
if err != nil {
panic(err)
}
}
-// SetDescription sets the description property value. The description property
+// SetDescription sets the description property value. Description of the module.
func (m *EducationModule) SetDescription(value *string)() {
err := m.GetBackingStore().Set("description", value)
if err != nil {
panic(err)
}
}
-// SetDisplayName sets the displayName property value. The displayName property
+// SetDisplayName sets the displayName property value. Name of the module.
func (m *EducationModule) SetDisplayName(value *string)() {
err := m.GetBackingStore().Set("displayName", value)
if err != nil {
panic(err)
}
}
-// SetIsPinned sets the isPinned property value. The isPinned property
+// SetIsPinned sets the isPinned property value. Indicates whether the module is pinned or not.
func (m *EducationModule) SetIsPinned(value *bool)() {
err := m.GetBackingStore().Set("isPinned", value)
if err != nil {
panic(err)
}
}
-// SetLastModifiedBy sets the lastModifiedBy property value. The lastModifiedBy property
+// SetLastModifiedBy sets the lastModifiedBy property value. The last user that modified the module.
func (m *EducationModule) SetLastModifiedBy(value IdentitySetable)() {
err := m.GetBackingStore().Set("lastModifiedBy", value)
if err != nil {
panic(err)
}
}
-// SetLastModifiedDateTime sets the lastModifiedDateTime property value. The lastModifiedDateTime property
+// SetLastModifiedDateTime sets the lastModifiedDateTime property value. Date time the module was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z
func (m *EducationModule) SetLastModifiedDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() {
err := m.GetBackingStore().Set("lastModifiedDateTime", value)
if err != nil {
panic(err)
}
}
-// SetResources sets the resources property value. The resources property
+// SetResources sets the resources property value. Learning objects that are associated with this module. Only teachers can modify this list. Nullable.
func (m *EducationModule) SetResources(value []EducationModuleResourceable)() {
err := m.GetBackingStore().Set("resources", value)
if err != nil {
panic(err)
}
}
-// SetResourcesFolderUrl sets the resourcesFolderUrl property value. The resourcesFolderUrl property
+// SetResourcesFolderUrl sets the resourcesFolderUrl property value. Folder URL where all the file resources for this module are stored.
func (m *EducationModule) SetResourcesFolderUrl(value *string)() {
err := m.GetBackingStore().Set("resourcesFolderUrl", value)
if err != nil {
panic(err)
}
}
-// SetStatus sets the status property value. The status property
+// SetStatus sets the status property value. Status of the module. You can't use a PATCH operation to update this value. Possible values are: draft and published.
func (m *EducationModule) SetStatus(value *EducationModuleStatus)() {
err := m.GetBackingStore().Set("status", value)
if err != nil {
diff --git a/models/education_module_resource.go b/models/education_module_resource.go
index 9f098bfd5e..345d839810 100644
--- a/models/education_module_resource.go
+++ b/models/education_module_resource.go
@@ -35,7 +35,7 @@ func (m *EducationModuleResource) GetFieldDeserializers()(map[string]func(i878a8
}
return res
}
-// GetResource gets the resource property value. The resource property
+// GetResource gets the resource property value. Resource object that is with this module.
// returns a EducationResourceable when successful
func (m *EducationModuleResource) GetResource()(EducationResourceable) {
val, err := m.GetBackingStore().Get("resource")
@@ -61,7 +61,7 @@ func (m *EducationModuleResource) Serialize(writer i878a80d2330e89d26896388a3f48
}
return nil
}
-// SetResource sets the resource property value. The resource property
+// SetResource sets the resource property value. Resource object that is with this module.
func (m *EducationModuleResource) SetResource(value EducationResourceable)() {
err := m.GetBackingStore().Set("resource", value)
if err != nil {
diff --git a/models/education_user.go b/models/education_user.go
index 681539b91e..596ec7e54a 100644
--- a/models/education_user.go
+++ b/models/education_user.go
@@ -610,7 +610,7 @@ func (m *EducationUser) GetGivenName()(*string) {
}
return nil
}
-// GetMail gets the mail property value. The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter.
+// GetMail gets the mail property value. The SMTP address for the user, for example, jeff@contoso.com. Read-Only. Supports $filter.
// returns a *string when successful
func (m *EducationUser) GetMail()(*string) {
val, err := m.GetBackingStore().Get("mail")
@@ -1298,7 +1298,7 @@ func (m *EducationUser) SetGivenName(value *string)() {
panic(err)
}
}
-// SetMail sets the mail property value. The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter.
+// SetMail sets the mail property value. The SMTP address for the user, for example, jeff@contoso.com. Read-Only. Supports $filter.
func (m *EducationUser) SetMail(value *string)() {
err := m.GetBackingStore().Set("mail", value)
if err != nil {
diff --git a/models/group.go b/models/group.go
index 99b4674360..de3c9a3b1e 100644
--- a/models/group.go
+++ b/models/group.go
@@ -1190,7 +1190,7 @@ func (m *Group) GetLicenseProcessingState()(LicenseProcessingStateable) {
}
return nil
}
-// GetMail gets the mail property value. The SMTP address for the group, for example, 'serviceadmins@contoso.onmicrosoft.com'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
+// GetMail gets the mail property value. The SMTP address for the group, for example, 'serviceadmins@contoso.com'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
// returns a *string when successful
func (m *Group) GetMail()(*string) {
val, err := m.GetBackingStore().Get("mail")
@@ -2408,7 +2408,7 @@ func (m *Group) SetLicenseProcessingState(value LicenseProcessingStateable)() {
panic(err)
}
}
-// SetMail sets the mail property value. The SMTP address for the group, for example, 'serviceadmins@contoso.onmicrosoft.com'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
+// SetMail sets the mail property value. The SMTP address for the group, for example, 'serviceadmins@contoso.com'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
func (m *Group) SetMail(value *string)() {
err := m.GetBackingStore().Set("mail", value)
if err != nil {
diff --git a/models/object_identity.go b/models/object_identity.go
index 5e6830a196..fc83cec7f4 100644
--- a/models/object_identity.go
+++ b/models/object_identity.go
@@ -86,7 +86,7 @@ func (m *ObjectIdentity) GetFieldDeserializers()(map[string]func(i878a80d2330e89
}
return res
}
-// GetIssuer gets the issuer property value. Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For guests from other Microsoft Entra organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit.
+// GetIssuer gets the issuer property value. Specifies the issuer of the identity, for example facebook.com. 512 character limit. For local accounts (where signInType isn't federated), this property is the local default domain name for the tenant, for example contoso.com.
For guests from other Microsoft Entra organization, this is the domain of the federated organization, for examplecontoso.com`. For more information about filtering behavior for this property, see Filtering on the identities property of a user.
// returns a *string when successful
func (m *ObjectIdentity) GetIssuer()(*string) {
val, err := m.GetBackingStore().Get("issuer")
@@ -98,7 +98,7 @@ func (m *ObjectIdentity) GetIssuer()(*string) {
}
return nil
}
-// GetIssuerAssignedId gets the issuerAssignedId property value. Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or a custom string that starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or . 64 character limit.Supports $filter.
+// GetIssuerAssignedId gets the issuerAssignedId property value. Specifies the unique identifier assigned to the user by the issuer. 64 character limit. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress (or a custom string that starts with emailAddress like emailAddress1), issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with an alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or _ For more information about filtering behavior for this property, see Filtering on the identities property of a user.
// returns a *string when successful
func (m *ObjectIdentity) GetIssuerAssignedId()(*string) {
val, err := m.GetBackingStore().Get("issuerAssignedId")
@@ -122,7 +122,7 @@ func (m *ObjectIdentity) GetOdataType()(*string) {
}
return nil
}
-// GetSignInType gets the signInType property value. Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Other validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string.
+// GetSignInType gets the signInType property value. Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity updates the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, are performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user.
// returns a *string when successful
func (m *ObjectIdentity) GetSignInType()(*string) {
val, err := m.GetBackingStore().Get("signInType")
@@ -179,14 +179,14 @@ func (m *ObjectIdentity) SetAdditionalData(value map[string]any)() {
func (m *ObjectIdentity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetIssuer sets the issuer property value. Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For guests from other Microsoft Entra organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit.
+// SetIssuer sets the issuer property value. Specifies the issuer of the identity, for example facebook.com. 512 character limit. For local accounts (where signInType isn't federated), this property is the local default domain name for the tenant, for example contoso.com.
For guests from other Microsoft Entra organization, this is the domain of the federated organization, for examplecontoso.com`. For more information about filtering behavior for this property, see Filtering on the identities property of a user.
func (m *ObjectIdentity) SetIssuer(value *string)() {
err := m.GetBackingStore().Set("issuer", value)
if err != nil {
panic(err)
}
}
-// SetIssuerAssignedId sets the issuerAssignedId property value. Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or a custom string that starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or . 64 character limit.Supports $filter.
+// SetIssuerAssignedId sets the issuerAssignedId property value. Specifies the unique identifier assigned to the user by the issuer. 64 character limit. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress (or a custom string that starts with emailAddress like emailAddress1), issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with an alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or _ For more information about filtering behavior for this property, see Filtering on the identities property of a user.
func (m *ObjectIdentity) SetIssuerAssignedId(value *string)() {
err := m.GetBackingStore().Set("issuerAssignedId", value)
if err != nil {
@@ -200,7 +200,7 @@ func (m *ObjectIdentity) SetOdataType(value *string)() {
panic(err)
}
}
-// SetSignInType sets the signInType property value. Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Other validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string.
+// SetSignInType sets the signInType property value. Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity updates the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, are performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user.
func (m *ObjectIdentity) SetSignInType(value *string)() {
err := m.GetBackingStore().Set("signInType", value)
if err != nil {
diff --git a/models/org_contact.go b/models/org_contact.go
index 1c1938103f..287ee28d06 100644
--- a/models/org_contact.go
+++ b/models/org_contact.go
@@ -350,7 +350,7 @@ func (m *OrgContact) GetJobTitle()(*string) {
}
return nil
}
-// GetMail gets the mail property value. The SMTP address for the contact, for example, 'jeff@contoso.onmicrosoft.com'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).
+// GetMail gets the mail property value. The SMTP address for the contact, for example, 'jeff@contoso.com'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).
// returns a *string when successful
func (m *OrgContact) GetMail()(*string) {
val, err := m.GetBackingStore().Get("mail")
@@ -707,7 +707,7 @@ func (m *OrgContact) SetJobTitle(value *string)() {
panic(err)
}
}
-// SetMail sets the mail property value. The SMTP address for the contact, for example, 'jeff@contoso.onmicrosoft.com'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).
+// SetMail sets the mail property value. The SMTP address for the contact, for example, 'jeff@contoso.com'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).
func (m *OrgContact) SetMail(value *string)() {
err := m.GetBackingStore().Set("mail", value)
if err != nil {
diff --git a/models/risk_detection.go b/models/risk_detection.go
index 543be0974b..ec748342c7 100644
--- a/models/risk_detection.go
+++ b/models/risk_detection.go
@@ -348,7 +348,7 @@ func (m *RiskDetection) GetRiskDetail()(*RiskDetail) {
}
return nil
}
-// GetRiskEventType gets the riskEventType property value. The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousToken, anomalousUserActivity, anonymizedIPAddress, generic, impossibleTravel, investigationsThreatIntelligence, leakedCredentials, maliciousIPAddress,malwareInfectedIPAddress, mcasSuspiciousInboxManipulationRules, newCountry, passwordSpray,riskyIPAddress, suspiciousAPITraffic, suspiciousBrowser,suspiciousInboxForwarding, suspiciousIPAddress, tokenIssuerAnomaly, unfamiliarFeatures, unlikelyTravel. If the risk detection is a premium detection, will show generic. For more information about each value, see riskEventType values.
+// GetRiskEventType gets the riskEventType property value. The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousToken, anomalousUserActivity, anonymizedIPAddress, generic, impossibleTravel, investigationsThreatIntelligence, leakedCredentials, maliciousIPAddress,malwareInfectedIPAddress, mcasSuspiciousInboxManipulationRules, newCountry, passwordSpray,riskyIPAddress, suspiciousAPITraffic, suspiciousBrowser,suspiciousInboxForwarding, suspiciousIPAddress, tokenIssuerAnomaly, unfamiliarFeatures, unlikelyTravel. If the risk detection is a premium detection, will show generic. For more information about each value, see Risk types and detection.
// returns a *string when successful
func (m *RiskDetection) GetRiskEventType()(*string) {
val, err := m.GetBackingStore().Get("riskEventType")
@@ -649,7 +649,7 @@ func (m *RiskDetection) SetRiskDetail(value *RiskDetail)() {
panic(err)
}
}
-// SetRiskEventType sets the riskEventType property value. The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousToken, anomalousUserActivity, anonymizedIPAddress, generic, impossibleTravel, investigationsThreatIntelligence, leakedCredentials, maliciousIPAddress,malwareInfectedIPAddress, mcasSuspiciousInboxManipulationRules, newCountry, passwordSpray,riskyIPAddress, suspiciousAPITraffic, suspiciousBrowser,suspiciousInboxForwarding, suspiciousIPAddress, tokenIssuerAnomaly, unfamiliarFeatures, unlikelyTravel. If the risk detection is a premium detection, will show generic. For more information about each value, see riskEventType values.
+// SetRiskEventType sets the riskEventType property value. The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousToken, anomalousUserActivity, anonymizedIPAddress, generic, impossibleTravel, investigationsThreatIntelligence, leakedCredentials, maliciousIPAddress,malwareInfectedIPAddress, mcasSuspiciousInboxManipulationRules, newCountry, passwordSpray,riskyIPAddress, suspiciousAPITraffic, suspiciousBrowser,suspiciousInboxForwarding, suspiciousIPAddress, tokenIssuerAnomaly, unfamiliarFeatures, unlikelyTravel. If the risk detection is a premium detection, will show generic. For more information about each value, see Risk types and detection.
func (m *RiskDetection) SetRiskEventType(value *string)() {
err := m.GetBackingStore().Set("riskEventType", value)
if err != nil {
diff --git a/models/risk_user_activity.go b/models/risk_user_activity.go
index 75483d8ba9..bde335081e 100644
--- a/models/risk_user_activity.go
+++ b/models/risk_user_activity.go
@@ -40,7 +40,7 @@ func (m *RiskUserActivity) GetAdditionalData()(map[string]any) {
func (m *RiskUserActivity) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetDetail gets the detail property value. Details of the detected risk. Possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue.
+// GetDetail gets the detail property value. Details of the detected risk. Possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue. For more information about each value, see Risk types and detection.
// returns a *RiskDetail when successful
func (m *RiskUserActivity) GetDetail()(*RiskDetail) {
val, err := m.GetBackingStore().Get("detail")
@@ -158,7 +158,7 @@ func (m *RiskUserActivity) SetAdditionalData(value map[string]any)() {
func (m *RiskUserActivity) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetDetail sets the detail property value. Details of the detected risk. Possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue.
+// SetDetail sets the detail property value. Details of the detected risk. Possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue. For more information about each value, see Risk types and detection.
func (m *RiskUserActivity) SetDetail(value *RiskDetail)() {
err := m.GetBackingStore().Set("detail", value)
if err != nil {
diff --git a/models/security/incident.go b/models/security/incident.go
index fa8085504a..562e308236 100644
--- a/models/security/incident.go
+++ b/models/security/incident.go
@@ -93,7 +93,7 @@ func (m *Incident) GetCustomTags()([]string) {
}
return nil
}
-// GetDescription gets the description property value. The description property
+// GetDescription gets the description property value. A rich text string describing the incident
// returns a *string when successful
func (m *Incident) GetDescription()(*string) {
val, err := m.GetBackingStore().Get("description")
@@ -401,7 +401,7 @@ func (m *Incident) GetStatus()(*IncidentStatus) {
}
return nil
}
-// GetSystemTags gets the systemTags property value. The systemTags property
+// GetSystemTags gets the systemTags property value. The system tags associated with the incident
// returns a []string when successful
func (m *Incident) GetSystemTags()([]string) {
val, err := m.GetBackingStore().Get("systemTags")
@@ -593,7 +593,7 @@ func (m *Incident) SetCustomTags(value []string)() {
panic(err)
}
}
-// SetDescription sets the description property value. The description property
+// SetDescription sets the description property value. A rich text string describing the incident
func (m *Incident) SetDescription(value *string)() {
err := m.GetBackingStore().Set("description", value)
if err != nil {
@@ -656,7 +656,7 @@ func (m *Incident) SetStatus(value *IncidentStatus)() {
panic(err)
}
}
-// SetSystemTags sets the systemTags property value. The systemTags property
+// SetSystemTags sets the systemTags property value. The system tags associated with the incident
func (m *Incident) SetSystemTags(value []string)() {
err := m.GetBackingStore().Set("systemTags", value)
if err != nil {
diff --git a/models/site_collection.go b/models/site_collection.go
index 9259603e76..61843d17fd 100644
--- a/models/site_collection.go
+++ b/models/site_collection.go
@@ -40,7 +40,7 @@ func (m *SiteCollection) GetAdditionalData()(map[string]any) {
func (m *SiteCollection) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) {
return m.backingStore
}
-// GetDataLocationCode gets the dataLocationCode property value. The geographic region code for where this site collection resides. Read-only.
+// GetDataLocationCode gets the dataLocationCode property value. The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only.
// returns a *string when successful
func (m *SiteCollection) GetDataLocationCode()(*string) {
val, err := m.GetBackingStore().Get("dataLocationCode")
@@ -179,7 +179,7 @@ func (m *SiteCollection) SetAdditionalData(value map[string]any)() {
func (m *SiteCollection) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() {
m.backingStore = value
}
-// SetDataLocationCode sets the dataLocationCode property value. The geographic region code for where this site collection resides. Read-only.
+// SetDataLocationCode sets the dataLocationCode property value. The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only.
func (m *SiteCollection) SetDataLocationCode(value *string)() {
err := m.GetBackingStore().Set("dataLocationCode", value)
if err != nil {
diff --git a/models/user.go b/models/user.go
index 62cfbd8607..ca818c7ec5 100644
--- a/models/user.go
+++ b/models/user.go
@@ -2148,7 +2148,7 @@ func (m *User) GetHireDate()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec7
}
return nil
}
-// GetIdentities gets the identities property value. Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It may contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) including on null values, only where the signInType is not userPrincipalName.
+// GetIdentities gets the identities property value. Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It may contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) with limitations.
// returns a []ObjectIdentityable when successful
func (m *User) GetIdentities()([]ObjectIdentityable) {
val, err := m.GetBackingStore().Get("identities")
@@ -2292,7 +2292,7 @@ func (m *User) GetLicenseDetails()([]LicenseDetailsable) {
}
return nil
}
-// GetMail gets the mail property value. The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Changes to this property update the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters. NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).
+// GetMail gets the mail property value. The SMTP address for the user, for example, jeff@contoso.com. Changes to this property update the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters. NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).
// returns a *string when successful
func (m *User) GetMail()(*string) {
val, err := m.GetBackingStore().Get("mail")
@@ -4406,7 +4406,7 @@ func (m *User) SetHireDate(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391
panic(err)
}
}
-// SetIdentities sets the identities property value. Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It may contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) including on null values, only where the signInType is not userPrincipalName.
+// SetIdentities sets the identities property value. Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It may contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) with limitations.
func (m *User) SetIdentities(value []ObjectIdentityable)() {
err := m.GetBackingStore().Set("identities", value)
if err != nil {
@@ -4490,7 +4490,7 @@ func (m *User) SetLicenseDetails(value []LicenseDetailsable)() {
panic(err)
}
}
-// SetMail sets the mail property value. The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Changes to this property update the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters. NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).
+// SetMail sets the mail property value. The SMTP address for the user, for example, jeff@contoso.com. Changes to this property update the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters. NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).
func (m *User) SetMail(value *string)() {
err := m.GetBackingStore().Set("mail", value)
if err != nil {
diff --git a/models/verified_domain.go b/models/verified_domain.go
index 32785099bc..79aba43f87 100644
--- a/models/verified_domain.go
+++ b/models/verified_domain.go
@@ -142,7 +142,7 @@ func (m *VerifiedDomain) GetIsInitial()(*bool) {
}
return nil
}
-// GetName gets the name property value. The domain name; for example, contoso.onmicrosoft.com.
+// GetName gets the name property value. The domain name; for example, contoso.com`.
// returns a *string when successful
func (m *VerifiedDomain) GetName()(*string) {
val, err := m.GetBackingStore().Get("name")
@@ -256,7 +256,7 @@ func (m *VerifiedDomain) SetIsInitial(value *bool)() {
panic(err)
}
}
-// SetName sets the name property value. The domain name; for example, contoso.onmicrosoft.com.
+// SetName sets the name property value. The domain name; for example, contoso.com`.
func (m *VerifiedDomain) SetName(value *string)() {
err := m.GetBackingStore().Set("name", value)
if err != nil {
diff --git a/oauth2permissiongrants/delta_request_builder.go b/oauth2permissiongrants/delta_request_builder.go
index a629de4c86..e03358364e 100644
--- a/oauth2permissiongrants/delta_request_builder.go
+++ b/oauth2permissiongrants/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/oauth2permissiongrants/delta_response.go b/oauth2permissiongrants/delta_response.go
index 43cc463697..ae46960265 100644
--- a/oauth2permissiongrants/delta_response.go
+++ b/oauth2permissiongrants/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/organization/delta_request_builder.go b/organization/delta_request_builder.go
index fde07124c8..5a7c6ae736 100644
--- a/organization/delta_request_builder.go
+++ b/organization/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/organization/delta_response.go b/organization/delta_response.go
index 8b1b92ec2c..83db5a418c 100644
--- a/organization/delta_response.go
+++ b/organization/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/organization/get_available_extension_properties_request_builder.go b/organization/get_available_extension_properties_request_builder.go
index ae198f71b1..991f75420b 100644
--- a/organization/get_available_extension_properties_request_builder.go
+++ b/organization/get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a GetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/organization/get_available_extension_properties_response.go b/organization/get_available_extension_properties_response.go
index e1232edddf..7da9827def 100644
--- a/organization/get_available_extension_properties_response.go
+++ b/organization/get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponse struct {
GetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewGetAvailableExtensionPropertiesResponse()(*GetAvailableExtensionProperti
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponseable interface {
GetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/organization/get_by_ids_request_builder.go b/organization/get_by_ids_request_builder.go
index eb36aa75a5..d9d1caf1e2 100644
--- a/organization/get_by_ids_request_builder.go
+++ b/organization/get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a GetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/organization/get_by_ids_response.go b/organization/get_by_ids_response.go
index 6e6ce41158..eb303866bb 100644
--- a/organization/get_by_ids_response.go
+++ b/organization/get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponse struct {
GetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) {
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponseable interface {
GetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/organization/item_check_member_groups_request_builder.go b/organization/item_check_member_groups_request_builder.go
index fdde5ed792..0d045f1369 100644
--- a/organization/item_check_member_groups_request_builder.go
+++ b/organization/item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a ItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/organization/item_check_member_groups_response.go b/organization/item_check_member_groups_response.go
index 0e23655436..a6626db659 100644
--- a/organization/item_check_member_groups_response.go
+++ b/organization/item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponse struct {
ItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) {
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponseable interface {
ItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/organization/item_check_member_objects_request_builder.go b/organization/item_check_member_objects_request_builder.go
index 63ecf84ac1..a912a1b1f0 100644
--- a/organization/item_check_member_objects_request_builder.go
+++ b/organization/item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a ItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) {
diff --git a/organization/item_check_member_objects_response.go b/organization/item_check_member_objects_response.go
index 80ad256223..7f90338eca 100644
--- a/organization/item_check_member_objects_response.go
+++ b/organization/item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponse struct {
ItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) {
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponseable interface {
ItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/organization/item_get_member_groups_request_builder.go b/organization/item_get_member_groups_request_builder.go
index 3012b6ea56..59cd5809a7 100644
--- a/organization/item_get_member_groups_request_builder.go
+++ b/organization/item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a ItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/organization/item_get_member_groups_response.go b/organization/item_get_member_groups_response.go
index 098ab5c44f..5c3866bbbd 100644
--- a/organization/item_get_member_groups_response.go
+++ b/organization/item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponse struct {
ItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) {
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponseable interface {
ItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/organization/item_get_member_objects_request_builder.go b/organization/item_get_member_objects_request_builder.go
index 8dc2afc1c9..3a7f84e5bb 100644
--- a/organization/item_get_member_objects_request_builder.go
+++ b/organization/item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a ItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/organization/item_get_member_objects_response.go b/organization/item_get_member_objects_response.go
index 90864ab3ac..b5a8e52250 100644
--- a/organization/item_get_member_objects_response.go
+++ b/organization/item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponse struct {
ItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) {
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponseable interface {
ItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/organization/item_set_mobile_device_management_authority_request_builder.go b/organization/item_set_mobile_device_management_authority_request_builder.go
index 215a461471..90594dc969 100644
--- a/organization/item_set_mobile_device_management_authority_request_builder.go
+++ b/organization/item_set_mobile_device_management_authority_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSetMobileDeviceManagementAuthorityRequestBuilder(rawUrl string, requ
return NewItemSetMobileDeviceManagementAuthorityRequestBuilderInternal(urlParams, requestAdapter)
}
// Post set mobile device management authority
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsSetMobileDeviceManagementAuthorityPostResponse instead.
// returns a ItemSetMobileDeviceManagementAuthorityResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/organization/item_set_mobile_device_management_authority_response.go b/organization/item_set_mobile_device_management_authority_response.go
index 2b342416e0..058018cc2c 100644
--- a/organization/item_set_mobile_device_management_authority_response.go
+++ b/organization/item_set_mobile_device_management_authority_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSetMobileDeviceManagementAuthorityPostResponseable instead.
type ItemSetMobileDeviceManagementAuthorityResponse struct {
ItemSetMobileDeviceManagementAuthorityPostResponse
}
@@ -20,7 +20,7 @@ func NewItemSetMobileDeviceManagementAuthorityResponse()(*ItemSetMobileDeviceMan
func CreateItemSetMobileDeviceManagementAuthorityResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSetMobileDeviceManagementAuthorityResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSetMobileDeviceManagementAuthorityPostResponseable instead.
type ItemSetMobileDeviceManagementAuthorityResponseable interface {
ItemSetMobileDeviceManagementAuthorityPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/organization/organization_item_request_builder.go b/organization/organization_item_request_builder.go
index 193c93ea2f..e016749662 100644
--- a/organization/organization_item_request_builder.go
+++ b/organization/organization_item_request_builder.go
@@ -18,7 +18,7 @@ type OrganizationItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// OrganizationItemRequestBuilderGetQueryParameters read properties and relationships of the organization object.
+// OrganizationItemRequestBuilderGetQueryParameters get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.
type OrganizationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -95,12 +95,12 @@ func (m *OrganizationItemRequestBuilder) Delete(ctx context.Context, requestConf
func (m *OrganizationItemRequestBuilder) Extensions()(*ItemExtensionsRequestBuilder) {
return NewItemExtensionsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get read properties and relationships of the organization object.
+// Get get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.
// returns a Organizationable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0
func (m *OrganizationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *OrganizationItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Organizationable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -172,7 +172,7 @@ func (m *OrganizationItemRequestBuilder) ToDeleteRequestInformation(ctx context.
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation read properties and relationships of the organization object.
+// ToGetRequestInformation get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.
// returns a *RequestInformation when successful
func (m *OrganizationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OrganizationItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/permissiongrants/delta_request_builder.go b/permissiongrants/delta_request_builder.go
index f694be0b18..ed349eceb0 100644
--- a/permissiongrants/delta_request_builder.go
+++ b/permissiongrants/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/permissiongrants/delta_response.go b/permissiongrants/delta_response.go
index 53480def4a..cd9fa11f48 100644
--- a/permissiongrants/delta_response.go
+++ b/permissiongrants/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/permissiongrants/get_available_extension_properties_request_builder.go b/permissiongrants/get_available_extension_properties_request_builder.go
index b3b2a01a6c..21e81dd231 100644
--- a/permissiongrants/get_available_extension_properties_request_builder.go
+++ b/permissiongrants/get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a GetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/permissiongrants/get_available_extension_properties_response.go b/permissiongrants/get_available_extension_properties_response.go
index e52c025263..61793109a9 100644
--- a/permissiongrants/get_available_extension_properties_response.go
+++ b/permissiongrants/get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponse struct {
GetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewGetAvailableExtensionPropertiesResponse()(*GetAvailableExtensionProperti
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponseable interface {
GetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/permissiongrants/get_by_ids_request_builder.go b/permissiongrants/get_by_ids_request_builder.go
index b76a0bc21d..1a60868b7d 100644
--- a/permissiongrants/get_by_ids_request_builder.go
+++ b/permissiongrants/get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a GetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/permissiongrants/get_by_ids_response.go b/permissiongrants/get_by_ids_response.go
index 296dc5858d..3aa4ec9baa 100644
--- a/permissiongrants/get_by_ids_response.go
+++ b/permissiongrants/get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponse struct {
GetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) {
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponseable interface {
GetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/permissiongrants/item_check_member_groups_request_builder.go b/permissiongrants/item_check_member_groups_request_builder.go
index c957bc35a2..2d2754601b 100644
--- a/permissiongrants/item_check_member_groups_request_builder.go
+++ b/permissiongrants/item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a ItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/permissiongrants/item_check_member_groups_response.go b/permissiongrants/item_check_member_groups_response.go
index 710e959e1e..bc3a3769fd 100644
--- a/permissiongrants/item_check_member_groups_response.go
+++ b/permissiongrants/item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponse struct {
ItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) {
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponseable interface {
ItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/permissiongrants/item_check_member_objects_request_builder.go b/permissiongrants/item_check_member_objects_request_builder.go
index 4366841224..40ab363d1e 100644
--- a/permissiongrants/item_check_member_objects_request_builder.go
+++ b/permissiongrants/item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a ItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) {
diff --git a/permissiongrants/item_check_member_objects_response.go b/permissiongrants/item_check_member_objects_response.go
index dcf2b1bfca..29eca2ecab 100644
--- a/permissiongrants/item_check_member_objects_response.go
+++ b/permissiongrants/item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponse struct {
ItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) {
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponseable interface {
ItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/permissiongrants/item_get_member_groups_request_builder.go b/permissiongrants/item_get_member_groups_request_builder.go
index 3328c0b457..cc9132432f 100644
--- a/permissiongrants/item_get_member_groups_request_builder.go
+++ b/permissiongrants/item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a ItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/permissiongrants/item_get_member_groups_response.go b/permissiongrants/item_get_member_groups_response.go
index 09b79095bf..482444fcd9 100644
--- a/permissiongrants/item_get_member_groups_response.go
+++ b/permissiongrants/item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponse struct {
ItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) {
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponseable interface {
ItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/permissiongrants/item_get_member_objects_request_builder.go b/permissiongrants/item_get_member_objects_request_builder.go
index c9a9dbe614..9524c0387f 100644
--- a/permissiongrants/item_get_member_objects_request_builder.go
+++ b/permissiongrants/item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a ItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/permissiongrants/item_get_member_objects_response.go b/permissiongrants/item_get_member_objects_response.go
index 9343148285..c91b8465e7 100644
--- a/permissiongrants/item_get_member_objects_response.go
+++ b/permissiongrants/item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponse struct {
ItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) {
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponseable interface {
ItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_request_builder.go b/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_request_builder.go
index e60a97f8a5..689f295c45 100644
--- a/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_request_builder.go
+++ b/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_request_builder.go
@@ -56,7 +56,7 @@ func NewGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequ
return NewGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function getGroupArchivedPrintJobs
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponse instead.
// returns a GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResponseable, error) {
diff --git a/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_response.go b/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_response.go
index 274f0eaa62..bd379612d6 100644
--- a/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_response.go
+++ b/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponseable instead.
type GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResponse struct {
GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponse
}
@@ -20,7 +20,7 @@ func NewGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResp
func CreateGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponseable instead.
type GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeResponseable interface {
GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_request_builder.go b/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_request_builder.go
index 2515d8a5d4..325c62864b 100644
--- a/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_request_builder.go
+++ b/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_request_builder.go
@@ -56,7 +56,7 @@ func NewGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime
return NewGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function getPrinterArchivedPrintJobs
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponse instead.
// returns a GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeResponseable, error) {
diff --git a/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_response.go b/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_response.go
index 1d202a19cd..d75fa67357 100644
--- a/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_response.go
+++ b/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponseable instead.
type GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeResponse struct {
GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponse
}
@@ -20,7 +20,7 @@ func NewGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime
func CreateGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponseable instead.
type GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeResponseable interface {
GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_request_builder.go b/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_request_builder.go
index 188581dfdd..885216501f 100644
--- a/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_request_builder.go
+++ b/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_request_builder.go
@@ -56,7 +56,7 @@ func NewGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeReques
return NewGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function getUserArchivedPrintJobs
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponse instead.
// returns a GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeResponseable, error) {
diff --git a/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_response.go b/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_response.go
index fd362204f0..e46b9f946c 100644
--- a/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_response.go
+++ b/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponseable instead.
type GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeResponse struct {
GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponse
}
@@ -20,7 +20,7 @@ func NewGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRespon
func CreateGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponseable instead.
type GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeResponseable interface {
GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/reports/security_get_attack_simulation_repeat_offenders_request_builder.go b/reports/security_get_attack_simulation_repeat_offenders_request_builder.go
index 9e85615f60..2046000aaf 100644
--- a/reports/security_get_attack_simulation_repeat_offenders_request_builder.go
+++ b/reports/security_get_attack_simulation_repeat_offenders_request_builder.go
@@ -46,7 +46,7 @@ func NewSecurityGetAttackSimulationRepeatOffendersRequestBuilder(rawUrl string,
return NewSecurityGetAttackSimulationRepeatOffendersRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAttackSimulationRepeatOffenders
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAttackSimulationRepeatOffendersGetResponse instead.
// returns a SecurityGetAttackSimulationRepeatOffendersResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *SecurityGetAttackSimulationRepeatOffendersRequestBuilder) Get(ctx context.Context, requestConfiguration *SecurityGetAttackSimulationRepeatOffendersRequestBuilderGetRequestConfiguration)(SecurityGetAttackSimulationRepeatOffendersResponseable, error) {
diff --git a/reports/security_get_attack_simulation_repeat_offenders_response.go b/reports/security_get_attack_simulation_repeat_offenders_response.go
index 6dd12882b6..a69fd22458 100644
--- a/reports/security_get_attack_simulation_repeat_offenders_response.go
+++ b/reports/security_get_attack_simulation_repeat_offenders_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use SecurityGetAttackSimulationRepeatOffendersGetResponseable instead.
type SecurityGetAttackSimulationRepeatOffendersResponse struct {
SecurityGetAttackSimulationRepeatOffendersGetResponse
}
@@ -20,7 +20,7 @@ func NewSecurityGetAttackSimulationRepeatOffendersResponse()(*SecurityGetAttackS
func CreateSecurityGetAttackSimulationRepeatOffendersResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSecurityGetAttackSimulationRepeatOffendersResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use SecurityGetAttackSimulationRepeatOffendersGetResponseable instead.
type SecurityGetAttackSimulationRepeatOffendersResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
SecurityGetAttackSimulationRepeatOffendersGetResponseable
diff --git a/reports/security_get_attack_simulation_simulation_user_coverage_request_builder.go b/reports/security_get_attack_simulation_simulation_user_coverage_request_builder.go
index b4c2781df7..329fa6610c 100644
--- a/reports/security_get_attack_simulation_simulation_user_coverage_request_builder.go
+++ b/reports/security_get_attack_simulation_simulation_user_coverage_request_builder.go
@@ -46,7 +46,7 @@ func NewSecurityGetAttackSimulationSimulationUserCoverageRequestBuilder(rawUrl s
return NewSecurityGetAttackSimulationSimulationUserCoverageRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAttackSimulationSimulationUserCoverage
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAttackSimulationSimulationUserCoverageGetResponse instead.
// returns a SecurityGetAttackSimulationSimulationUserCoverageResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *SecurityGetAttackSimulationSimulationUserCoverageRequestBuilder) Get(ctx context.Context, requestConfiguration *SecurityGetAttackSimulationSimulationUserCoverageRequestBuilderGetRequestConfiguration)(SecurityGetAttackSimulationSimulationUserCoverageResponseable, error) {
diff --git a/reports/security_get_attack_simulation_simulation_user_coverage_response.go b/reports/security_get_attack_simulation_simulation_user_coverage_response.go
index 679851b1a3..4b580c9481 100644
--- a/reports/security_get_attack_simulation_simulation_user_coverage_response.go
+++ b/reports/security_get_attack_simulation_simulation_user_coverage_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use SecurityGetAttackSimulationSimulationUserCoverageGetResponseable instead.
type SecurityGetAttackSimulationSimulationUserCoverageResponse struct {
SecurityGetAttackSimulationSimulationUserCoverageGetResponse
}
@@ -20,7 +20,7 @@ func NewSecurityGetAttackSimulationSimulationUserCoverageResponse()(*SecurityGet
func CreateSecurityGetAttackSimulationSimulationUserCoverageResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSecurityGetAttackSimulationSimulationUserCoverageResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use SecurityGetAttackSimulationSimulationUserCoverageGetResponseable instead.
type SecurityGetAttackSimulationSimulationUserCoverageResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
SecurityGetAttackSimulationSimulationUserCoverageGetResponseable
diff --git a/reports/security_get_attack_simulation_training_user_coverage_request_builder.go b/reports/security_get_attack_simulation_training_user_coverage_request_builder.go
index f26f1476ba..7ba6fd75c8 100644
--- a/reports/security_get_attack_simulation_training_user_coverage_request_builder.go
+++ b/reports/security_get_attack_simulation_training_user_coverage_request_builder.go
@@ -46,7 +46,7 @@ func NewSecurityGetAttackSimulationTrainingUserCoverageRequestBuilder(rawUrl str
return NewSecurityGetAttackSimulationTrainingUserCoverageRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAttackSimulationTrainingUserCoverage
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAttackSimulationTrainingUserCoverageGetResponse instead.
// returns a SecurityGetAttackSimulationTrainingUserCoverageResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *SecurityGetAttackSimulationTrainingUserCoverageRequestBuilder) Get(ctx context.Context, requestConfiguration *SecurityGetAttackSimulationTrainingUserCoverageRequestBuilderGetRequestConfiguration)(SecurityGetAttackSimulationTrainingUserCoverageResponseable, error) {
diff --git a/reports/security_get_attack_simulation_training_user_coverage_response.go b/reports/security_get_attack_simulation_training_user_coverage_response.go
index a2447c10df..ab64d5772b 100644
--- a/reports/security_get_attack_simulation_training_user_coverage_response.go
+++ b/reports/security_get_attack_simulation_training_user_coverage_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use SecurityGetAttackSimulationTrainingUserCoverageGetResponseable instead.
type SecurityGetAttackSimulationTrainingUserCoverageResponse struct {
SecurityGetAttackSimulationTrainingUserCoverageGetResponse
}
@@ -20,7 +20,7 @@ func NewSecurityGetAttackSimulationTrainingUserCoverageResponse()(*SecurityGetAt
func CreateSecurityGetAttackSimulationTrainingUserCoverageResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewSecurityGetAttackSimulationTrainingUserCoverageResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use SecurityGetAttackSimulationTrainingUserCoverageGetResponseable instead.
type SecurityGetAttackSimulationTrainingUserCoverageResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
SecurityGetAttackSimulationTrainingUserCoverageGetResponseable
diff --git a/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go b/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go
index 54ed90df45..529829bd6f 100644
--- a/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go
+++ b/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewDirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequest
return NewDirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go b/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go
index 8ea866dca3..86a0babb48 100644
--- a/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go
+++ b/rolemanagement/directory_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead.
type DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse struct {
DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewDirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRespons
func CreateDirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead.
type DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable interface {
DirectoryRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go b/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go
index af26b64909..311b3c98b2 100644
--- a/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go
+++ b/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewDirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestB
return NewDirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go b/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go
index 486c740b54..8b94e9d75f 100644
--- a/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go
+++ b/rolemanagement/directory_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead.
type DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse struct {
DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewDirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse
func CreateDirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead.
type DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable interface {
DirectoryRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go b/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go
index 1a6ecfa424..11768fbe69 100644
--- a/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go
+++ b/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewDirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilder(
return NewDirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_response.go b/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_response.go
index 938bf56eef..e523b4b8b8 100644
--- a/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_response.go
+++ b/rolemanagement/directory_role_assignment_schedules_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead.
type DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponse struct {
DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewDirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponse()(*Dir
func CreateDirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead.
type DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable interface {
DirectoryRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go b/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go
index 9bc3996662..d7a07fe164 100644
--- a/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go
+++ b/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewDirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnReques
return NewDirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go b/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go
index f70619146b..825a91a7db 100644
--- a/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go
+++ b/rolemanagement/directory_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead.
type DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse struct {
DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewDirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRespon
func CreateDirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead.
type DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable interface {
DirectoryRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go b/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go
index 91b4459430..57582f0b2a 100644
--- a/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go
+++ b/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewDirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequest
return NewDirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go b/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go
index f8c99cfc54..f673b98afa 100644
--- a/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go
+++ b/rolemanagement/directory_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead.
type DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse struct {
DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewDirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRespons
func CreateDirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead.
type DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable interface {
DirectoryRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go b/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go
index 8a40feb756..fe2bcda0f3 100644
--- a/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go
+++ b/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewDirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilder
return NewDirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_response.go b/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_response.go
index f4c0f885b1..633fa2678c 100644
--- a/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_response.go
+++ b/rolemanagement/directory_role_eligibility_schedules_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead.
type DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponse struct {
DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewDirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponse()(*Di
func CreateDirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead.
type DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable interface {
DirectoryRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go b/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go
index b2c19a7108..93f071e9fe 100644
--- a/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go
+++ b/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewEntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserW
return NewEntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go b/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go
index 7dadb730d7..f3a9d39d9c 100644
--- a/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go
+++ b/rolemanagement/entitlement_management_role_assignment_schedule_instances_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse struct {
EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewEntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserW
func CreateEntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnResponseable interface {
EntitlementManagementRoleAssignmentScheduleInstancesFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go b/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go
index 8be7b583b2..ee1dca3f9c 100644
--- a/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go
+++ b/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewEntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWi
return NewEntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go b/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go
index 98b95f6181..dd735d35e0 100644
--- a/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go
+++ b/rolemanagement/entitlement_management_role_assignment_schedule_requests_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse struct {
EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewEntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWi
func CreateEntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnResponseable interface {
EntitlementManagementRoleAssignmentScheduleRequestsFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go b/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go
index a8b0c5f280..1746091692 100644
--- a/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go
+++ b/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewEntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnReq
return NewEntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_response.go b/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_response.go
index 0010999d83..54773491ea 100644
--- a/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_response.go
+++ b/rolemanagement/entitlement_management_role_assignment_schedules_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnResponse struct {
EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewEntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnRes
func CreateEntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnResponseable interface {
EntitlementManagementRoleAssignmentSchedulesFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go b/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go
index f61b6f4717..f3ce6e9f0c 100644
--- a/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go
+++ b/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewEntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUser
return NewEntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go b/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go
index d5d13baa14..0ffe189d47 100644
--- a/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go
+++ b/rolemanagement/entitlement_management_role_eligibility_schedule_instances_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse struct {
EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewEntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUser
func CreateEntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnResponseable interface {
EntitlementManagementRoleEligibilityScheduleInstancesFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go
index 098d7c8f0e..921c0fcf79 100644
--- a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go
+++ b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewEntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserW
return NewEntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable, error) {
diff --git a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go
index 44793672cc..930d714c61 100644
--- a/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go
+++ b/rolemanagement/entitlement_management_role_eligibility_schedule_requests_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse struct {
EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewEntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserW
func CreateEntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnResponseable interface {
EntitlementManagementRoleEligibilityScheduleRequestsFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go b/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go
index 788bbf1dd6..52f640b9a0 100644
--- a/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go
+++ b/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_request_builder.go
@@ -55,7 +55,7 @@ func NewEntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnRe
return NewEntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function filterByCurrentUser
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterByCurrentUserWithOnGetResponse instead.
// returns a EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration)(EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable, error) {
diff --git a/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_response.go b/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_response.go
index 073bec0a36..97ac527fdc 100644
--- a/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_response.go
+++ b/rolemanagement/entitlement_management_role_eligibility_schedules_filter_by_current_user_with_on_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnResponse struct {
EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponse
}
@@ -20,7 +20,7 @@ func NewEntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnRe
func CreateEntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewEntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable instead.
type EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnResponseable interface {
EntitlementManagementRoleEligibilitySchedulesFilterByCurrentUserWithOnGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/search/query_request_builder.go b/search/query_request_builder.go
index a355bdbfc7..20204122b5 100644
--- a/search/query_request_builder.go
+++ b/search/query_request_builder.go
@@ -31,7 +31,7 @@ func NewQueryRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewQueryRequestBuilderInternal(urlParams, requestAdapter)
}
// Post runs the query specified in the request body. Search results are provided in the response.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsQueryPostResponse instead.
// returns a QueryResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/search/query_response.go b/search/query_response.go
index 46b1a80166..998af5009d 100644
--- a/search/query_response.go
+++ b/search/query_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use QueryPostResponseable instead.
type QueryResponse struct {
QueryPostResponse
}
@@ -20,7 +20,7 @@ func NewQueryResponse()(*QueryResponse) {
func CreateQueryResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewQueryResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use QueryPostResponseable instead.
type QueryResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
QueryPostResponseable
diff --git a/security/alerts_v2_alert_item_request_builder.go b/security/alerts_v2_alert_item_request_builder.go
index 6a65e73ca7..1d97ff4927 100644
--- a/security/alerts_v2_alert_item_request_builder.go
+++ b/security/alerts_v2_alert_item_request_builder.go
@@ -18,7 +18,7 @@ type Alerts_v2AlertItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// Alerts_v2AlertItemRequestBuilderGetQueryParameters get the properties and relationships of an alert in an organization based on the specified alert id property.
+// Alerts_v2AlertItemRequestBuilderGetQueryParameters get the properties and relationships of an alert object.
type Alerts_v2AlertItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -75,7 +75,7 @@ func (m *Alerts_v2AlertItemRequestBuilder) Delete(ctx context.Context, requestCo
}
return nil
}
-// Get get the properties and relationships of an alert in an organization based on the specified alert id property.
+// Get get the properties and relationships of an alert object.
// returns a Alertable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -132,7 +132,7 @@ func (m *Alerts_v2AlertItemRequestBuilder) ToDeleteRequestInformation(ctx contex
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of an alert in an organization based on the specified alert id property.
+// ToGetRequestInformation get the properties and relationships of an alert object.
// returns a *RequestInformation when successful
func (m *Alerts_v2AlertItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *Alerts_v2AlertItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/security/alerts_v2_request_builder.go b/security/alerts_v2_request_builder.go
index 291dee7012..40c17f8639 100644
--- a/security/alerts_v2_request_builder.go
+++ b/security/alerts_v2_request_builder.go
@@ -11,7 +11,7 @@ import (
type Alerts_v2RequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// Alerts_v2RequestBuilderGetQueryParameters get a list of alert resources that have been created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list.
+// Alerts_v2RequestBuilderGetQueryParameters get a list of alert resources created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list.
type Alerts_v2RequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func NewAlerts_v2RequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *Alerts_v2RequestBuilder) Count()(*Alerts_v2CountRequestBuilder) {
return NewAlerts_v2CountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of alert resources that have been created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list.
+// Get get a list of alert resources created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list.
// returns a AlertCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -119,7 +119,7 @@ func (m *Alerts_v2RequestBuilder) Post(ctx context.Context, body idd6d442c3cc83a
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.Alertable), nil
}
-// ToGetRequestInformation get a list of alert resources that have been created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list.
+// ToGetRequestInformation get a list of alert resources created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list.
// returns a *RequestInformation when successful
func (m *Alerts_v2RequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *Alerts_v2RequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_as_hierarchy_response.go b/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_as_hierarchy_response.go
index 19b952f49c..92aa4d6212 100644
--- a/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_as_hierarchy_response.go
+++ b/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_as_hierarchy_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyGetResponseable instead.
type CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyResponse struct {
CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyGetResponse
}
@@ -20,7 +20,7 @@ func NewCasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchy
func CreateCasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewCasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyGetResponseable instead.
type CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyResponseable interface {
CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_request_builder.go b/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_request_builder.go
index 83bb9101fa..ba8cbe74a5 100644
--- a/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_request_builder.go
+++ b/security/cases_ediscovery_cases_item_tags_microsoft_graph_security_as_hierarchy_request_builder.go
@@ -52,7 +52,7 @@ func NewCasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyRequestBuil
return NewCasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function asHierarchy
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsAsHierarchyGetResponse instead.
// returns a CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyRequestBuilder) Get(ctx context.Context, requestConfiguration *CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyRequestBuilderGetRequestConfiguration)(CasesEdiscoveryCasesItemTagsMicrosoftGraphSecurityAsHierarchyAsHierarchyResponseable, error) {
diff --git a/security/incidents_incident_item_request_builder.go b/security/incidents_incident_item_request_builder.go
index b42b803aa7..e8b3e44249 100644
--- a/security/incidents_incident_item_request_builder.go
+++ b/security/incidents_incident_item_request_builder.go
@@ -18,7 +18,7 @@ type IncidentsIncidentItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// IncidentsIncidentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident.
+// IncidentsIncidentItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident.
type IncidentsIncidentItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -75,7 +75,7 @@ func (m *IncidentsIncidentItemRequestBuilder) Delete(ctx context.Context, reques
}
return nil
}
-// Get retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident.
+// Get retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident.
// returns a Incidentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -132,7 +132,7 @@ func (m *IncidentsIncidentItemRequestBuilder) ToDeleteRequestInformation(ctx con
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident.
+// ToGetRequestInformation retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident.
// returns a *RequestInformation when successful
func (m *IncidentsIncidentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IncidentsIncidentItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/security/incidents_request_builder.go b/security/incidents_request_builder.go
index db01cbb475..baca328eee 100644
--- a/security/incidents_request_builder.go
+++ b/security/incidents_request_builder.go
@@ -11,7 +11,7 @@ import (
type IncidentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// IncidentsRequestBuilderGetQueryParameters get a list of incident objects that Microsoft 365 Defender has created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list.
+// IncidentsRequestBuilderGetQueryParameters get a list of incident objects that Microsoft 365 Defender created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list.
type IncidentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -76,7 +76,7 @@ func NewIncidentsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee2633
func (m *IncidentsRequestBuilder) Count()(*IncidentsCountRequestBuilder) {
return NewIncidentsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of incident objects that Microsoft 365 Defender has created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list.
+// Get get a list of incident objects that Microsoft 365 Defender created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list.
// returns a IncidentCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -119,7 +119,7 @@ func (m *IncidentsRequestBuilder) Post(ctx context.Context, body idd6d442c3cc83a
}
return res.(idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.Incidentable), nil
}
-// ToGetRequestInformation get a list of incident objects that Microsoft 365 Defender has created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list.
+// ToGetRequestInformation get a list of incident objects that Microsoft 365 Defender created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list.
// returns a *RequestInformation when successful
func (m *IncidentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IncidentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/serviceprincipals/delta_request_builder.go b/serviceprincipals/delta_request_builder.go
index e4122413e5..81ac1a410e 100644
--- a/serviceprincipals/delta_request_builder.go
+++ b/serviceprincipals/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/serviceprincipals/delta_response.go b/serviceprincipals/delta_response.go
index 430b5c6e9b..ac89bf3e51 100644
--- a/serviceprincipals/delta_response.go
+++ b/serviceprincipals/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/serviceprincipals/get_available_extension_properties_request_builder.go b/serviceprincipals/get_available_extension_properties_request_builder.go
index 5562894f9d..3dd7611294 100644
--- a/serviceprincipals/get_available_extension_properties_request_builder.go
+++ b/serviceprincipals/get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a GetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/serviceprincipals/get_available_extension_properties_response.go b/serviceprincipals/get_available_extension_properties_response.go
index 41ccaade40..c3864c6712 100644
--- a/serviceprincipals/get_available_extension_properties_response.go
+++ b/serviceprincipals/get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponse struct {
GetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewGetAvailableExtensionPropertiesResponse()(*GetAvailableExtensionProperti
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponseable interface {
GetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/serviceprincipals/get_by_ids_request_builder.go b/serviceprincipals/get_by_ids_request_builder.go
index ab17e01a87..d4b734762c 100644
--- a/serviceprincipals/get_by_ids_request_builder.go
+++ b/serviceprincipals/get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a GetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/serviceprincipals/get_by_ids_response.go b/serviceprincipals/get_by_ids_response.go
index 3ea57d6f85..e465bc799c 100644
--- a/serviceprincipals/get_by_ids_response.go
+++ b/serviceprincipals/get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponse struct {
GetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) {
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponseable interface {
GetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/serviceprincipals/item_check_member_groups_request_builder.go b/serviceprincipals/item_check_member_groups_request_builder.go
index a0293dd8b9..1b1e891efb 100644
--- a/serviceprincipals/item_check_member_groups_request_builder.go
+++ b/serviceprincipals/item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a ItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/serviceprincipals/item_check_member_groups_response.go b/serviceprincipals/item_check_member_groups_response.go
index f62c4cafcb..4c52112afb 100644
--- a/serviceprincipals/item_check_member_groups_response.go
+++ b/serviceprincipals/item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponse struct {
ItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) {
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponseable interface {
ItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/serviceprincipals/item_check_member_objects_request_builder.go b/serviceprincipals/item_check_member_objects_request_builder.go
index e18e005f48..29356b00a5 100644
--- a/serviceprincipals/item_check_member_objects_request_builder.go
+++ b/serviceprincipals/item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a ItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) {
diff --git a/serviceprincipals/item_check_member_objects_response.go b/serviceprincipals/item_check_member_objects_response.go
index 603900704d..456c787428 100644
--- a/serviceprincipals/item_check_member_objects_response.go
+++ b/serviceprincipals/item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponse struct {
ItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) {
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponseable interface {
ItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/serviceprincipals/item_get_member_groups_request_builder.go b/serviceprincipals/item_get_member_groups_request_builder.go
index f619d9d84c..0265502106 100644
--- a/serviceprincipals/item_get_member_groups_request_builder.go
+++ b/serviceprincipals/item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a ItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/serviceprincipals/item_get_member_groups_response.go b/serviceprincipals/item_get_member_groups_response.go
index eb3a13e44d..615147fe61 100644
--- a/serviceprincipals/item_get_member_groups_response.go
+++ b/serviceprincipals/item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponse struct {
ItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) {
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponseable interface {
ItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/serviceprincipals/item_get_member_objects_request_builder.go b/serviceprincipals/item_get_member_objects_request_builder.go
index a8b3051049..466b08d3ac 100644
--- a/serviceprincipals/item_get_member_objects_request_builder.go
+++ b/serviceprincipals/item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a ItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/serviceprincipals/item_get_member_objects_response.go b/serviceprincipals/item_get_member_objects_response.go
index 58041928fc..f3b6380e8c 100644
--- a/serviceprincipals/item_get_member_objects_response.go
+++ b/serviceprincipals/item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponse struct {
ItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) {
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponseable interface {
ItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/serviceprincipals/item_synchronization_jobs_item_provision_on_demand_request_builder.go b/serviceprincipals/item_synchronization_jobs_item_provision_on_demand_request_builder.go
index 5b5b1ba7c3..00ddc31619 100644
--- a/serviceprincipals/item_synchronization_jobs_item_provision_on_demand_request_builder.go
+++ b/serviceprincipals/item_synchronization_jobs_item_provision_on_demand_request_builder.go
@@ -31,7 +31,7 @@ func NewItemSynchronizationJobsItemProvisionOnDemandRequestBuilder(rawUrl string
urlParams["request-raw-url"] = rawUrl
return NewItemSynchronizationJobsItemProvisionOnDemandRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
+// Post select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
// returns a StringKeyStringValuePairable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -54,7 +54,7 @@ func (m *ItemSynchronizationJobsItemProvisionOnDemandRequestBuilder) Post(ctx co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringKeyStringValuePairable), nil
}
-// ToPostRequestInformation select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
+// ToPostRequestInformation select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
// returns a *RequestInformation when successful
func (m *ItemSynchronizationJobsItemProvisionOnDemandRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemSynchronizationJobsItemProvisionOnDemandPostRequestBodyable, requestConfiguration *ItemSynchronizationJobsItemProvisionOnDemandRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_request_builder.go b/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_request_builder.go
index 67c682a74b..fe944e99b2 100644
--- a/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_request_builder.go
+++ b/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilder(rawUrl st
return NewItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function filterOperators
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterOperatorsGetResponse instead.
// returns a ItemSynchronizationJobsItemSchemaFilterOperatorsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemSchemaFilterOperatorsRequestBuilderGetRequestConfiguration)(ItemSynchronizationJobsItemSchemaFilterOperatorsResponseable, error) {
diff --git a/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_response.go b/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_response.go
index 21076db3d5..3cf3854917 100644
--- a/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_response.go
+++ b/serviceprincipals/item_synchronization_jobs_item_schema_filter_operators_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponseable instead.
type ItemSynchronizationJobsItemSchemaFilterOperatorsResponse struct {
ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSynchronizationJobsItemSchemaFilterOperatorsResponse()(*ItemSynchron
func CreateItemSynchronizationJobsItemSchemaFilterOperatorsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsItemSchemaFilterOperatorsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponseable instead.
type ItemSynchronizationJobsItemSchemaFilterOperatorsResponseable interface {
ItemSynchronizationJobsItemSchemaFilterOperatorsGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/serviceprincipals/item_synchronization_jobs_item_schema_functions_request_builder.go b/serviceprincipals/item_synchronization_jobs_item_schema_functions_request_builder.go
index 1c50c5e03e..adf10e648b 100644
--- a/serviceprincipals/item_synchronization_jobs_item_schema_functions_request_builder.go
+++ b/serviceprincipals/item_synchronization_jobs_item_schema_functions_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSynchronizationJobsItemSchemaFunctionsRequestBuilder(rawUrl string,
return NewItemSynchronizationJobsItemSchemaFunctionsRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function functions
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFunctionsGetResponse instead.
// returns a ItemSynchronizationJobsItemSchemaFunctionsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSynchronizationJobsItemSchemaFunctionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationJobsItemSchemaFunctionsRequestBuilderGetRequestConfiguration)(ItemSynchronizationJobsItemSchemaFunctionsResponseable, error) {
diff --git a/serviceprincipals/item_synchronization_jobs_item_schema_functions_response.go b/serviceprincipals/item_synchronization_jobs_item_schema_functions_response.go
index c0ce29ae7e..0634ad65d9 100644
--- a/serviceprincipals/item_synchronization_jobs_item_schema_functions_response.go
+++ b/serviceprincipals/item_synchronization_jobs_item_schema_functions_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFunctionsGetResponseable instead.
type ItemSynchronizationJobsItemSchemaFunctionsResponse struct {
ItemSynchronizationJobsItemSchemaFunctionsGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSynchronizationJobsItemSchemaFunctionsResponse()(*ItemSynchronizatio
func CreateItemSynchronizationJobsItemSchemaFunctionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationJobsItemSchemaFunctionsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationJobsItemSchemaFunctionsGetResponseable instead.
type ItemSynchronizationJobsItemSchemaFunctionsResponseable interface {
ItemSynchronizationJobsItemSchemaFunctionsGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/serviceprincipals/item_synchronization_secrets_request_builder.go b/serviceprincipals/item_synchronization_secrets_request_builder.go
index 6675bd378b..77a77d3bcf 100644
--- a/serviceprincipals/item_synchronization_secrets_request_builder.go
+++ b/serviceprincipals/item_synchronization_secrets_request_builder.go
@@ -36,7 +36,7 @@ func (m *ItemSynchronizationSecretsRequestBuilder) Count()(*ItemSynchronizationS
return NewItemSynchronizationSecretsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
// Put update property secrets value.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PutAsSecretsPutResponse instead.
// returns a ItemSynchronizationSecretsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSynchronizationSecretsRequestBuilder) Put(ctx context.Context, body ItemSynchronizationSecretsPutRequestBodyable, requestConfiguration *ItemSynchronizationSecretsRequestBuilderPutRequestConfiguration)(ItemSynchronizationSecretsResponseable, error) {
diff --git a/serviceprincipals/item_synchronization_secrets_response.go b/serviceprincipals/item_synchronization_secrets_response.go
index 626760bdd9..49aceba7a9 100644
--- a/serviceprincipals/item_synchronization_secrets_response.go
+++ b/serviceprincipals/item_synchronization_secrets_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationSecretsPutResponseable instead.
type ItemSynchronizationSecretsResponse struct {
ItemSynchronizationSecretsPutResponse
}
@@ -20,7 +20,7 @@ func NewItemSynchronizationSecretsResponse()(*ItemSynchronizationSecretsResponse
func CreateItemSynchronizationSecretsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationSecretsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationSecretsPutResponseable instead.
type ItemSynchronizationSecretsResponseable interface {
ItemSynchronizationSecretsPutResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_request_builder.go b/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_request_builder.go
index 2e6b665e97..e5452437cb 100644
--- a/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_request_builder.go
+++ b/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilder(rawU
return NewItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function filterOperators
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFilterOperatorsGetResponse instead.
// returns a ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationTemplatesItemSchemaFilterOperatorsRequestBuilderGetRequestConfiguration)(ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseable, error) {
diff --git a/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_response.go b/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_response.go
index 123c151e38..a0ee4bf451 100644
--- a/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_response.go
+++ b/serviceprincipals/item_synchronization_templates_item_schema_filter_operators_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponseable instead.
type ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponse struct {
ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSynchronizationTemplatesItemSchemaFilterOperatorsResponse()(*ItemSyn
func CreateItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationTemplatesItemSchemaFilterOperatorsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponseable instead.
type ItemSynchronizationTemplatesItemSchemaFilterOperatorsResponseable interface {
ItemSynchronizationTemplatesItemSchemaFilterOperatorsGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/serviceprincipals/item_synchronization_templates_item_schema_functions_request_builder.go b/serviceprincipals/item_synchronization_templates_item_schema_functions_request_builder.go
index b8f4017fa9..799ded243a 100644
--- a/serviceprincipals/item_synchronization_templates_item_schema_functions_request_builder.go
+++ b/serviceprincipals/item_synchronization_templates_item_schema_functions_request_builder.go
@@ -52,7 +52,7 @@ func NewItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilder(rawUrl str
return NewItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function functions
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsFunctionsGetResponse instead.
// returns a ItemSynchronizationTemplatesItemSchemaFunctionsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSynchronizationTemplatesItemSchemaFunctionsRequestBuilderGetRequestConfiguration)(ItemSynchronizationTemplatesItemSchemaFunctionsResponseable, error) {
diff --git a/serviceprincipals/item_synchronization_templates_item_schema_functions_response.go b/serviceprincipals/item_synchronization_templates_item_schema_functions_response.go
index b649d12fea..b44803c1b2 100644
--- a/serviceprincipals/item_synchronization_templates_item_schema_functions_response.go
+++ b/serviceprincipals/item_synchronization_templates_item_schema_functions_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFunctionsGetResponseable instead.
type ItemSynchronizationTemplatesItemSchemaFunctionsResponse struct {
ItemSynchronizationTemplatesItemSchemaFunctionsGetResponse
}
@@ -20,7 +20,7 @@ func NewItemSynchronizationTemplatesItemSchemaFunctionsResponse()(*ItemSynchroni
func CreateItemSynchronizationTemplatesItemSchemaFunctionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSynchronizationTemplatesItemSchemaFunctionsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemSynchronizationTemplatesItemSchemaFunctionsGetResponseable instead.
type ItemSynchronizationTemplatesItemSchemaFunctionsResponseable interface {
ItemSynchronizationTemplatesItemSchemaFunctionsGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/shares/item_list_content_types_get_compatible_hub_content_types_request_builder.go b/shares/item_list_content_types_get_compatible_hub_content_types_request_builder.go
index 0538bc7d20..95c5f12858 100644
--- a/shares/item_list_content_types_get_compatible_hub_content_types_request_builder.go
+++ b/shares/item_list_content_types_get_compatible_hub_content_types_request_builder.go
@@ -52,7 +52,7 @@ func NewItemListContentTypesGetCompatibleHubContentTypesRequestBuilder(rawUrl st
return NewItemListContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getCompatibleHubContentTypes
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetCompatibleHubContentTypesGetResponse instead.
// returns a ItemListContentTypesGetCompatibleHubContentTypesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemListContentTypesGetCompatibleHubContentTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration)(ItemListContentTypesGetCompatibleHubContentTypesResponseable, error) {
diff --git a/shares/item_list_content_types_get_compatible_hub_content_types_response.go b/shares/item_list_content_types_get_compatible_hub_content_types_response.go
index 6de9b7d15c..bd18c8ec3d 100644
--- a/shares/item_list_content_types_get_compatible_hub_content_types_response.go
+++ b/shares/item_list_content_types_get_compatible_hub_content_types_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListContentTypesGetCompatibleHubContentTypesGetResponseable instead.
type ItemListContentTypesGetCompatibleHubContentTypesResponse struct {
ItemListContentTypesGetCompatibleHubContentTypesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemListContentTypesGetCompatibleHubContentTypesResponse()(*ItemListCont
func CreateItemListContentTypesGetCompatibleHubContentTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesGetCompatibleHubContentTypesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListContentTypesGetCompatibleHubContentTypesGetResponseable instead.
type ItemListContentTypesGetCompatibleHubContentTypesResponseable interface {
ItemListContentTypesGetCompatibleHubContentTypesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/shares/item_list_content_types_item_is_published_request_builder.go b/shares/item_list_content_types_item_is_published_request_builder.go
index 7cb0654e03..1ec8c23e7c 100644
--- a/shares/item_list_content_types_item_is_published_request_builder.go
+++ b/shares/item_list_content_types_item_is_published_request_builder.go
@@ -31,7 +31,7 @@ func NewItemListContentTypesItemIsPublishedRequestBuilder(rawUrl string, request
return NewItemListContentTypesItemIsPublishedRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function isPublished
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsIsPublishedGetResponse instead.
// returns a ItemListContentTypesItemIsPublishedResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemListContentTypesItemIsPublishedRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration)(ItemListContentTypesItemIsPublishedResponseable, error) {
diff --git a/shares/item_list_content_types_item_is_published_response.go b/shares/item_list_content_types_item_is_published_response.go
index 5fa47f596f..68c8e4befe 100644
--- a/shares/item_list_content_types_item_is_published_response.go
+++ b/shares/item_list_content_types_item_is_published_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListContentTypesItemIsPublishedGetResponseable instead.
type ItemListContentTypesItemIsPublishedResponse struct {
ItemListContentTypesItemIsPublishedGetResponse
}
@@ -20,7 +20,7 @@ func NewItemListContentTypesItemIsPublishedResponse()(*ItemListContentTypesItemI
func CreateItemListContentTypesItemIsPublishedResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListContentTypesItemIsPublishedResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListContentTypesItemIsPublishedGetResponseable instead.
type ItemListContentTypesItemIsPublishedResponseable interface {
ItemListContentTypesItemIsPublishedGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/shares/item_list_items_item_get_activities_by_interval_request_builder.go b/shares/item_list_items_item_get_activities_by_interval_request_builder.go
index 4b9cc08a3c..c2a921e0a6 100644
--- a/shares/item_list_items_item_get_activities_by_interval_request_builder.go
+++ b/shares/item_list_items_item_get_activities_by_interval_request_builder.go
@@ -52,7 +52,7 @@ func NewItemListItemsItemGetActivitiesByIntervalRequestBuilder(rawUrl string, re
return NewItemListItemsItemGetActivitiesByIntervalRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalGetResponse instead.
// returns a ItemListItemsItemGetActivitiesByIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemListItemsItemGetActivitiesByIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListItemsItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration)(ItemListItemsItemGetActivitiesByIntervalResponseable, error) {
diff --git a/shares/item_list_items_item_get_activities_by_interval_response.go b/shares/item_list_items_item_get_activities_by_interval_response.go
index 9558e6e872..7946d15b53 100644
--- a/shares/item_list_items_item_get_activities_by_interval_response.go
+++ b/shares/item_list_items_item_get_activities_by_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListItemsItemGetActivitiesByIntervalGetResponseable instead.
type ItemListItemsItemGetActivitiesByIntervalResponse struct {
ItemListItemsItemGetActivitiesByIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemListItemsItemGetActivitiesByIntervalResponse()(*ItemListItemsItemGet
func CreateItemListItemsItemGetActivitiesByIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListItemsItemGetActivitiesByIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListItemsItemGetActivitiesByIntervalGetResponseable instead.
type ItemListItemsItemGetActivitiesByIntervalResponseable interface {
ItemListItemsItemGetActivitiesByIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
index 157b60f874..dfe6663725 100644
--- a/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
+++ b/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
@@ -61,7 +61,7 @@ func NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTime
return NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead.
// returns a ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) {
diff --git a/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
index cdfc9821eb..5c52c2a283 100644
--- a/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
+++ b/shares/item_list_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct {
ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTime
func CreateItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface {
ItemListItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/shares/item_permission_grant_request_builder.go b/shares/item_permission_grant_request_builder.go
index e5099691ee..213e8c8f79 100644
--- a/shares/item_permission_grant_request_builder.go
+++ b/shares/item_permission_grant_request_builder.go
@@ -31,7 +31,7 @@ func NewItemPermissionGrantRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemPermissionGrantRequestBuilderInternal(urlParams, requestAdapter)
}
// Post grant users access to a link represented by a [permission][].
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGrantPostResponse instead.
// returns a ItemPermissionGrantResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/shares/item_permission_grant_response.go b/shares/item_permission_grant_response.go
index ec87972392..6061ee072b 100644
--- a/shares/item_permission_grant_response.go
+++ b/shares/item_permission_grant_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPermissionGrantPostResponseable instead.
type ItemPermissionGrantResponse struct {
ItemPermissionGrantPostResponse
}
@@ -20,7 +20,7 @@ func NewItemPermissionGrantResponse()(*ItemPermissionGrantResponse) {
func CreateItemPermissionGrantResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPermissionGrantResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPermissionGrantPostResponseable instead.
type ItemPermissionGrantResponseable interface {
ItemPermissionGrantPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/add_request_builder.go b/sites/add_request_builder.go
index 075cd19829..991fdca8c6 100644
--- a/sites/add_request_builder.go
+++ b/sites/add_request_builder.go
@@ -31,7 +31,7 @@ func NewAddRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c
return NewAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post follow a user's site or multiple sites.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a AddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/sites/add_response.go b/sites/add_response.go
index 20b4192d63..d408653f5b 100644
--- a/sites/add_response.go
+++ b/sites/add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AddPostResponseable instead.
type AddResponse struct {
AddPostResponse
}
@@ -20,7 +20,7 @@ func NewAddResponse()(*AddResponse) {
func CreateAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use AddPostResponseable instead.
type AddResponseable interface {
AddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/delta_request_builder.go b/sites/delta_request_builder.go
index 599f53715e..04b864ec35 100644
--- a/sites/delta_request_builder.go
+++ b/sites/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/sites/delta_response.go b/sites/delta_response.go
index 6607bd96bd..1d1c452497 100644
--- a/sites/delta_response.go
+++ b/sites/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/get_all_sites_request_builder.go b/sites/get_all_sites_request_builder.go
index 6019658c3e..3e1caed81d 100644
--- a/sites/get_all_sites_request_builder.go
+++ b/sites/get_all_sites_request_builder.go
@@ -52,7 +52,7 @@ func NewGetAllSitesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26
return NewGetAllSitesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAllSites
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAllSitesGetResponse instead.
// returns a GetAllSitesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *GetAllSitesRequestBuilder) Get(ctx context.Context, requestConfiguration *GetAllSitesRequestBuilderGetRequestConfiguration)(GetAllSitesResponseable, error) {
diff --git a/sites/get_all_sites_response.go b/sites/get_all_sites_response.go
index 206aa02366..6af63950e5 100644
--- a/sites/get_all_sites_response.go
+++ b/sites/get_all_sites_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAllSitesGetResponseable instead.
type GetAllSitesResponse struct {
GetAllSitesGetResponse
}
@@ -20,7 +20,7 @@ func NewGetAllSitesResponse()(*GetAllSitesResponse) {
func CreateGetAllSitesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAllSitesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAllSitesGetResponseable instead.
type GetAllSitesResponseable interface {
GetAllSitesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_content_types_get_compatible_hub_content_types_request_builder.go b/sites/item_content_types_get_compatible_hub_content_types_request_builder.go
index a25cecc6be..8a67133b2e 100644
--- a/sites/item_content_types_get_compatible_hub_content_types_request_builder.go
+++ b/sites/item_content_types_get_compatible_hub_content_types_request_builder.go
@@ -52,7 +52,7 @@ func NewItemContentTypesGetCompatibleHubContentTypesRequestBuilder(rawUrl string
return NewItemContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getCompatibleHubContentTypes
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetCompatibleHubContentTypesGetResponse instead.
// returns a ItemContentTypesGetCompatibleHubContentTypesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemContentTypesGetCompatibleHubContentTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration)(ItemContentTypesGetCompatibleHubContentTypesResponseable, error) {
diff --git a/sites/item_content_types_get_compatible_hub_content_types_response.go b/sites/item_content_types_get_compatible_hub_content_types_response.go
index 26790d3dd6..00ffa1f4b1 100644
--- a/sites/item_content_types_get_compatible_hub_content_types_response.go
+++ b/sites/item_content_types_get_compatible_hub_content_types_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContentTypesGetCompatibleHubContentTypesGetResponseable instead.
type ItemContentTypesGetCompatibleHubContentTypesResponse struct {
ItemContentTypesGetCompatibleHubContentTypesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemContentTypesGetCompatibleHubContentTypesResponse()(*ItemContentTypes
func CreateItemContentTypesGetCompatibleHubContentTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemContentTypesGetCompatibleHubContentTypesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContentTypesGetCompatibleHubContentTypesGetResponseable instead.
type ItemContentTypesGetCompatibleHubContentTypesResponseable interface {
ItemContentTypesGetCompatibleHubContentTypesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_content_types_item_is_published_request_builder.go b/sites/item_content_types_item_is_published_request_builder.go
index 2096be07b9..72121830bb 100644
--- a/sites/item_content_types_item_is_published_request_builder.go
+++ b/sites/item_content_types_item_is_published_request_builder.go
@@ -31,7 +31,7 @@ func NewItemContentTypesItemIsPublishedRequestBuilder(rawUrl string, requestAdap
return NewItemContentTypesItemIsPublishedRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function isPublished
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsIsPublishedGetResponse instead.
// returns a ItemContentTypesItemIsPublishedResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemContentTypesItemIsPublishedRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration)(ItemContentTypesItemIsPublishedResponseable, error) {
diff --git a/sites/item_content_types_item_is_published_response.go b/sites/item_content_types_item_is_published_response.go
index 7ba575dfde..875810b1e2 100644
--- a/sites/item_content_types_item_is_published_response.go
+++ b/sites/item_content_types_item_is_published_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContentTypesItemIsPublishedGetResponseable instead.
type ItemContentTypesItemIsPublishedResponse struct {
ItemContentTypesItemIsPublishedGetResponse
}
@@ -20,7 +20,7 @@ func NewItemContentTypesItemIsPublishedResponse()(*ItemContentTypesItemIsPublish
func CreateItemContentTypesItemIsPublishedResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemContentTypesItemIsPublishedResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContentTypesItemIsPublishedGetResponseable instead.
type ItemContentTypesItemIsPublishedResponseable interface {
ItemContentTypesItemIsPublishedGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_get_activities_by_interval_request_builder.go b/sites/item_get_activities_by_interval_request_builder.go
index 4d38bb241f..91bdc321f2 100644
--- a/sites/item_get_activities_by_interval_request_builder.go
+++ b/sites/item_get_activities_by_interval_request_builder.go
@@ -52,7 +52,7 @@ func NewItemGetActivitiesByIntervalRequestBuilder(rawUrl string, requestAdapter
return NewItemGetActivitiesByIntervalRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalGetResponse instead.
// returns a ItemGetActivitiesByIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemGetActivitiesByIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration)(ItemGetActivitiesByIntervalResponseable, error) {
diff --git a/sites/item_get_activities_by_interval_response.go b/sites/item_get_activities_by_interval_response.go
index 306d77daea..fc79538d07 100644
--- a/sites/item_get_activities_by_interval_response.go
+++ b/sites/item_get_activities_by_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetActivitiesByIntervalGetResponseable instead.
type ItemGetActivitiesByIntervalResponse struct {
ItemGetActivitiesByIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemGetActivitiesByIntervalResponse()(*ItemGetActivitiesByIntervalRespon
func CreateItemGetActivitiesByIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetActivitiesByIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetActivitiesByIntervalGetResponseable instead.
type ItemGetActivitiesByIntervalResponseable interface {
ItemGetActivitiesByIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
index 874020a74d..42884feaf9 100644
--- a/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
+++ b/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
@@ -61,7 +61,7 @@ func NewItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalR
return NewItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead.
// returns a ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) {
diff --git a/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
index 16f9ca5dec..843c56675d 100644
--- a/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
+++ b/sites/item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct {
ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalR
func CreateItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface {
ItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_get_applicable_content_types_for_list_with_list_id_request_builder.go b/sites/item_get_applicable_content_types_for_list_with_list_id_request_builder.go
index abcda2777f..a5af687535 100644
--- a/sites/item_get_applicable_content_types_for_list_with_list_id_request_builder.go
+++ b/sites/item_get_applicable_content_types_for_list_with_list_id_request_builder.go
@@ -55,7 +55,7 @@ func NewItemGetApplicableContentTypesForListWithListIdRequestBuilder(rawUrl stri
return NewItemGetApplicableContentTypesForListWithListIdRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function getApplicableContentTypesForList
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetApplicableContentTypesForListWithListIdGetResponse instead.
// returns a ItemGetApplicableContentTypesForListWithListIdResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemGetApplicableContentTypesForListWithListIdRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration)(ItemGetApplicableContentTypesForListWithListIdResponseable, error) {
diff --git a/sites/item_get_applicable_content_types_for_list_with_list_id_response.go b/sites/item_get_applicable_content_types_for_list_with_list_id_response.go
index 6b9bf88e6c..361d60cb4c 100644
--- a/sites/item_get_applicable_content_types_for_list_with_list_id_response.go
+++ b/sites/item_get_applicable_content_types_for_list_with_list_id_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetApplicableContentTypesForListWithListIdGetResponseable instead.
type ItemGetApplicableContentTypesForListWithListIdResponse struct {
ItemGetApplicableContentTypesForListWithListIdGetResponse
}
@@ -20,7 +20,7 @@ func NewItemGetApplicableContentTypesForListWithListIdResponse()(*ItemGetApplica
func CreateItemGetApplicableContentTypesForListWithListIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetApplicableContentTypesForListWithListIdResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetApplicableContentTypesForListWithListIdGetResponseable instead.
type ItemGetApplicableContentTypesForListWithListIdResponseable interface {
ItemGetApplicableContentTypesForListWithListIdGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_get_by_path_with_path_get_activities_by_interval_request_builder.go b/sites/item_get_by_path_with_path_get_activities_by_interval_request_builder.go
index f295b7cf64..5330d5f536 100644
--- a/sites/item_get_by_path_with_path_get_activities_by_interval_request_builder.go
+++ b/sites/item_get_by_path_with_path_get_activities_by_interval_request_builder.go
@@ -52,7 +52,7 @@ func NewItemGetByPathWithPathGetActivitiesByIntervalRequestBuilder(rawUrl string
return NewItemGetByPathWithPathGetActivitiesByIntervalRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalGetResponse instead.
// returns a ItemGetByPathWithPathGetActivitiesByIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemGetByPathWithPathGetActivitiesByIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetByPathWithPathGetActivitiesByIntervalRequestBuilderGetRequestConfiguration)(ItemGetByPathWithPathGetActivitiesByIntervalResponseable, error) {
diff --git a/sites/item_get_by_path_with_path_get_activities_by_interval_response.go b/sites/item_get_by_path_with_path_get_activities_by_interval_response.go
index 4a0abd85d7..570fcfe81b 100644
--- a/sites/item_get_by_path_with_path_get_activities_by_interval_response.go
+++ b/sites/item_get_by_path_with_path_get_activities_by_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetByPathWithPathGetActivitiesByIntervalGetResponseable instead.
type ItemGetByPathWithPathGetActivitiesByIntervalResponse struct {
ItemGetByPathWithPathGetActivitiesByIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemGetByPathWithPathGetActivitiesByIntervalResponse()(*ItemGetByPathWit
func CreateItemGetByPathWithPathGetActivitiesByIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetByPathWithPathGetActivitiesByIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetByPathWithPathGetActivitiesByIntervalGetResponseable instead.
type ItemGetByPathWithPathGetActivitiesByIntervalResponseable interface {
ItemGetByPathWithPathGetActivitiesByIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
index 6408e5a3b8..4653df7cc8 100644
--- a/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
+++ b/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
@@ -61,7 +61,7 @@ func NewItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDate
return NewItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead.
// returns a ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) {
diff --git a/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
index e3b22ac914..3e802e8f03 100644
--- a/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
+++ b/sites/item_get_by_path_with_path_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct {
ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDate
func CreateItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface {
ItemGetByPathWithPathGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go b/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go
index 1e49a972ca..dafce0209c 100644
--- a/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go
+++ b/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_request_builder.go
@@ -55,7 +55,7 @@ func NewItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBu
return NewItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function getApplicableContentTypesForList
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetApplicableContentTypesForListWithListIdGetResponse instead.
// returns a ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration)(ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseable, error) {
diff --git a/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go b/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go
index 1141643764..4e3596d113 100644
--- a/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go
+++ b/sites/item_get_by_path_with_path_get_applicable_content_types_for_list_with_list_id_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponseable instead.
type ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponse struct {
ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponse
}
@@ -20,7 +20,7 @@ func NewItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponse(
func CreateItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponseable instead.
type ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdResponseable interface {
ItemGetByPathWithPathGetApplicableContentTypesForListWithListIdGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go b/sites/item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go
index 7d60a24b73..e6a3cc384c 100644
--- a/sites/item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go
+++ b/sites/item_lists_item_content_types_get_compatible_hub_content_types_request_builder.go
@@ -52,7 +52,7 @@ func NewItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilder(rawU
return NewItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getCompatibleHubContentTypes
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetCompatibleHubContentTypesGetResponse instead.
// returns a ItemListsItemContentTypesGetCompatibleHubContentTypesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListsItemContentTypesGetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration)(ItemListsItemContentTypesGetCompatibleHubContentTypesResponseable, error) {
diff --git a/sites/item_lists_item_content_types_get_compatible_hub_content_types_response.go b/sites/item_lists_item_content_types_get_compatible_hub_content_types_response.go
index b9ff6d9d47..720366a6b3 100644
--- a/sites/item_lists_item_content_types_get_compatible_hub_content_types_response.go
+++ b/sites/item_lists_item_content_types_get_compatible_hub_content_types_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListsItemContentTypesGetCompatibleHubContentTypesGetResponseable instead.
type ItemListsItemContentTypesGetCompatibleHubContentTypesResponse struct {
ItemListsItemContentTypesGetCompatibleHubContentTypesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemListsItemContentTypesGetCompatibleHubContentTypesResponse()(*ItemLis
func CreateItemListsItemContentTypesGetCompatibleHubContentTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListsItemContentTypesGetCompatibleHubContentTypesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListsItemContentTypesGetCompatibleHubContentTypesGetResponseable instead.
type ItemListsItemContentTypesGetCompatibleHubContentTypesResponseable interface {
ItemListsItemContentTypesGetCompatibleHubContentTypesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_lists_item_content_types_item_is_published_request_builder.go b/sites/item_lists_item_content_types_item_is_published_request_builder.go
index d4d5d44582..1bac23cd4e 100644
--- a/sites/item_lists_item_content_types_item_is_published_request_builder.go
+++ b/sites/item_lists_item_content_types_item_is_published_request_builder.go
@@ -31,7 +31,7 @@ func NewItemListsItemContentTypesItemIsPublishedRequestBuilder(rawUrl string, re
return NewItemListsItemContentTypesItemIsPublishedRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function isPublished
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsIsPublishedGetResponse instead.
// returns a ItemListsItemContentTypesItemIsPublishedResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemListsItemContentTypesItemIsPublishedRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListsItemContentTypesItemIsPublishedRequestBuilderGetRequestConfiguration)(ItemListsItemContentTypesItemIsPublishedResponseable, error) {
diff --git a/sites/item_lists_item_content_types_item_is_published_response.go b/sites/item_lists_item_content_types_item_is_published_response.go
index 2a87daf4ac..25265d8f56 100644
--- a/sites/item_lists_item_content_types_item_is_published_response.go
+++ b/sites/item_lists_item_content_types_item_is_published_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListsItemContentTypesItemIsPublishedGetResponseable instead.
type ItemListsItemContentTypesItemIsPublishedResponse struct {
ItemListsItemContentTypesItemIsPublishedGetResponse
}
@@ -20,7 +20,7 @@ func NewItemListsItemContentTypesItemIsPublishedResponse()(*ItemListsItemContent
func CreateItemListsItemContentTypesItemIsPublishedResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListsItemContentTypesItemIsPublishedResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListsItemContentTypesItemIsPublishedGetResponseable instead.
type ItemListsItemContentTypesItemIsPublishedResponseable interface {
ItemListsItemContentTypesItemIsPublishedGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_lists_item_items_item_get_activities_by_interval_request_builder.go b/sites/item_lists_item_items_item_get_activities_by_interval_request_builder.go
index 356f1ef5c3..16b57fb085 100644
--- a/sites/item_lists_item_items_item_get_activities_by_interval_request_builder.go
+++ b/sites/item_lists_item_items_item_get_activities_by_interval_request_builder.go
@@ -52,7 +52,7 @@ func NewItemListsItemItemsItemGetActivitiesByIntervalRequestBuilder(rawUrl strin
return NewItemListsItemItemsItemGetActivitiesByIntervalRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalGetResponse instead.
// returns a ItemListsItemItemsItemGetActivitiesByIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemListsItemItemsItemGetActivitiesByIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListsItemItemsItemGetActivitiesByIntervalRequestBuilderGetRequestConfiguration)(ItemListsItemItemsItemGetActivitiesByIntervalResponseable, error) {
diff --git a/sites/item_lists_item_items_item_get_activities_by_interval_response.go b/sites/item_lists_item_items_item_get_activities_by_interval_response.go
index e7b97fbed3..0d9e716bdf 100644
--- a/sites/item_lists_item_items_item_get_activities_by_interval_response.go
+++ b/sites/item_lists_item_items_item_get_activities_by_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListsItemItemsItemGetActivitiesByIntervalGetResponseable instead.
type ItemListsItemItemsItemGetActivitiesByIntervalResponse struct {
ItemListsItemItemsItemGetActivitiesByIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemListsItemItemsItemGetActivitiesByIntervalResponse()(*ItemListsItemIt
func CreateItemListsItemItemsItemGetActivitiesByIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListsItemItemsItemGetActivitiesByIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListsItemItemsItemGetActivitiesByIntervalGetResponseable instead.
type ItemListsItemItemsItemGetActivitiesByIntervalResponseable interface {
ItemListsItemItemsItemGetActivitiesByIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go b/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
index 81f25f640d..864cfbfcf5 100644
--- a/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
+++ b/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go
@@ -61,7 +61,7 @@ func NewItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDat
return NewItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(urlParams, requestAdapter, nil, nil, nil)
}
// Get invoke function getActivitiesByInterval
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse instead.
// returns a ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration)(ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable, error) {
diff --git a/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go b/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
index 69a7d5528c..905bafb624 100644
--- a/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
+++ b/sites/item_lists_item_items_item_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse struct {
ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse
}
@@ -20,7 +20,7 @@ func NewItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDat
func CreateItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable instead.
type ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalResponseable interface {
ItemListsItemItemsItemGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_lists_list_item_request_builder.go b/sites/item_lists_list_item_request_builder.go
index b5a2fbe27d..6647ddc2cb 100644
--- a/sites/item_lists_list_item_request_builder.go
+++ b/sites/item_lists_list_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemListsListItemRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemListsListItemRequestBuilderGetQueryParameters get a list of rich long-running operations associated with a list.
+// ItemListsListItemRequestBuilderGetQueryParameters returns the metadata for a [list][].
type ItemListsListItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -90,12 +90,12 @@ func (m *ItemListsListItemRequestBuilder) Delete(ctx context.Context, requestCon
func (m *ItemListsListItemRequestBuilder) Drive()(*ItemListsItemDriveRequestBuilder) {
return NewItemListsItemDriveRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of rich long-running operations associated with a list.
+// Get returns the metadata for a [list][].
// returns a Listable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0
func (m *ItemListsListItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemListsListItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Listable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -164,7 +164,7 @@ func (m *ItemListsListItemRequestBuilder) ToDeleteRequestInformation(ctx context
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation get a list of rich long-running operations associated with a list.
+// ToGetRequestInformation returns the metadata for a [list][].
// returns a *RequestInformation when successful
func (m *ItemListsListItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemListsListItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go b/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go
index 6ef2b9f052..169a3f7c87 100644
--- a/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go
+++ b/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go
@@ -50,7 +50,7 @@ func NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksReques
return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function getRecentNotebooks
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetRecentNotebooksWithIncludePersonalNotebooksGetResponse instead.
// returns a ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration)(ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable, error) {
diff --git a/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go b/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go
index 0ee5878852..28ed636325 100644
--- a/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go
+++ b/sites/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead.
type ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse struct {
ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponse
}
@@ -20,7 +20,7 @@ func NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRespon
func CreateItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead.
type ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable interface {
ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/item_permissions_item_grant_request_builder.go b/sites/item_permissions_item_grant_request_builder.go
index 0323d6a561..d61e9e4565 100644
--- a/sites/item_permissions_item_grant_request_builder.go
+++ b/sites/item_permissions_item_grant_request_builder.go
@@ -31,7 +31,7 @@ func NewItemPermissionsItemGrantRequestBuilder(rawUrl string, requestAdapter i2a
return NewItemPermissionsItemGrantRequestBuilderInternal(urlParams, requestAdapter)
}
// Post grant users access to a link represented by a [permission][].
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGrantPostResponse instead.
// returns a ItemPermissionsItemGrantResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/sites/item_permissions_item_grant_response.go b/sites/item_permissions_item_grant_response.go
index 0a5792f8f3..27df7dd2cf 100644
--- a/sites/item_permissions_item_grant_response.go
+++ b/sites/item_permissions_item_grant_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPermissionsItemGrantPostResponseable instead.
type ItemPermissionsItemGrantResponse struct {
ItemPermissionsItemGrantPostResponse
}
@@ -20,7 +20,7 @@ func NewItemPermissionsItemGrantResponse()(*ItemPermissionsItemGrantResponse) {
func CreateItemPermissionsItemGrantResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPermissionsItemGrantResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPermissionsItemGrantPostResponseable instead.
type ItemPermissionsItemGrantResponseable interface {
ItemPermissionsItemGrantPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/sites/remove_request_builder.go b/sites/remove_request_builder.go
index ca4e947bba..f59b521da4 100644
--- a/sites/remove_request_builder.go
+++ b/sites/remove_request_builder.go
@@ -31,7 +31,7 @@ func NewRemoveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371c
return NewRemoveRequestBuilderInternal(urlParams, requestAdapter)
}
// Post unfollow a user's site or multiple sites.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsRemovePostResponse instead.
// returns a RemoveResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/sites/remove_response.go b/sites/remove_response.go
index d1ed5d3b28..d243ee9a30 100644
--- a/sites/remove_response.go
+++ b/sites/remove_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use RemovePostResponseable instead.
type RemoveResponse struct {
RemovePostResponse
}
@@ -20,7 +20,7 @@ func NewRemoveResponse()(*RemoveResponse) {
func CreateRemoveResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewRemoveResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use RemovePostResponseable instead.
type RemoveResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
RemovePostResponseable
diff --git a/sites/sites_request_builder.go b/sites/sites_request_builder.go
index ed2da433a2..0390b703f7 100644
--- a/sites/sites_request_builder.go
+++ b/sites/sites_request_builder.go
@@ -11,7 +11,7 @@ import (
type SitesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// SitesRequestBuilderGetQueryParameters list all available [sites][] in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a [$search][] query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites][]. For more guidance about building applications that use site discovery for scanning purposes, see [Best practices for discovering files and detecting changes at scale.
+// SitesRequestBuilderGetQueryParameters search across a SharePoint tenant for [sites][] that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
type SitesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -79,12 +79,12 @@ func (m *SitesRequestBuilder) Count()(*CountRequestBuilder) {
func (m *SitesRequestBuilder) Delta()(*DeltaRequestBuilder) {
return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list all available [sites][] in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a [$search][] query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites][]. For more guidance about building applications that use site discovery for scanning purposes, see [Best practices for discovering files and detecting changes at scale.
+// Get search across a SharePoint tenant for [sites][] that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
// returns a SiteCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0
func (m *SitesRequestBuilder) Get(ctx context.Context, requestConfiguration *SitesRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SiteCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,7 +112,7 @@ func (m *SitesRequestBuilder) GetAllSites()(*GetAllSitesRequestBuilder) {
func (m *SitesRequestBuilder) Remove()(*RemoveRequestBuilder) {
return NewRemoveRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToGetRequestInformation list all available [sites][] in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a [$search][] query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites][]. For more guidance about building applications that use site discovery for scanning purposes, see [Best practices for discovering files and detecting changes at scale.
+// ToGetRequestInformation search across a SharePoint tenant for [sites][] that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
// returns a *RequestInformation when successful
func (m *SitesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *SitesRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/solutions/booking_businesses_item_get_staff_availability_request_builder.go b/solutions/booking_businesses_item_get_staff_availability_request_builder.go
index 75ecbfc661..80b93173d4 100644
--- a/solutions/booking_businesses_item_get_staff_availability_request_builder.go
+++ b/solutions/booking_businesses_item_get_staff_availability_request_builder.go
@@ -31,7 +31,7 @@ func NewBookingBusinessesItemGetStaffAvailabilityRequestBuilder(rawUrl string, r
return NewBookingBusinessesItemGetStaffAvailabilityRequestBuilderInternal(urlParams, requestAdapter)
}
// Post get the availability information of staff members of a Microsoft Bookings calendar.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetStaffAvailabilityPostResponse instead.
// returns a BookingBusinessesItemGetStaffAvailabilityResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/solutions/booking_businesses_item_get_staff_availability_response.go b/solutions/booking_businesses_item_get_staff_availability_response.go
index 8cf90348b4..c53e4f53c1 100644
--- a/solutions/booking_businesses_item_get_staff_availability_response.go
+++ b/solutions/booking_businesses_item_get_staff_availability_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use BookingBusinessesItemGetStaffAvailabilityPostResponseable instead.
type BookingBusinessesItemGetStaffAvailabilityResponse struct {
BookingBusinessesItemGetStaffAvailabilityPostResponse
}
@@ -20,7 +20,7 @@ func NewBookingBusinessesItemGetStaffAvailabilityResponse()(*BookingBusinessesIt
func CreateBookingBusinessesItemGetStaffAvailabilityResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewBookingBusinessesItemGetStaffAvailabilityResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use BookingBusinessesItemGetStaffAvailabilityPostResponseable instead.
type BookingBusinessesItemGetStaffAvailabilityResponseable interface {
BookingBusinessesItemGetStaffAvailabilityPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_request_builder.go b/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_request_builder.go
index f2ceea11dd..70c0484cb1 100644
--- a/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_request_builder.go
+++ b/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_request_builder.go
@@ -58,7 +58,7 @@ func NewVirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleRequestBuilder(
return NewVirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleRequestBuilderInternal(urlParams, requestAdapter, nil, nil)
}
// Get invoke function getByUserIdAndRole
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetByUserIdAndRoleWithUserIdWithRoleGetResponse instead.
// returns a VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetRequestConfiguration)(VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponseable, error) {
diff --git a/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_response.go b/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_response.go
index b816614bc2..23df2b53a9 100644
--- a/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_response.go
+++ b/solutions/virtual_events_webinars_get_by_user_id_and_role_with_user_id_with_role_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleGetResponseable instead.
type VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponse struct {
VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleGetResponse
}
@@ -20,7 +20,7 @@ func NewVirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponse()(*Vir
func CreateVirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewVirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleGetResponseable instead.
type VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
VirtualEventsWebinarsGetByUserIdAndRoleWithUserIdWithRoleGetResponseable
diff --git a/solutions/virtual_events_webinars_get_by_user_role_with_role_request_builder.go b/solutions/virtual_events_webinars_get_by_user_role_with_role_request_builder.go
index 7d8cc770af..7dbff499eb 100644
--- a/solutions/virtual_events_webinars_get_by_user_role_with_role_request_builder.go
+++ b/solutions/virtual_events_webinars_get_by_user_role_with_role_request_builder.go
@@ -55,7 +55,7 @@ func NewVirtualEventsWebinarsGetByUserRoleWithRoleRequestBuilder(rawUrl string,
return NewVirtualEventsWebinarsGetByUserRoleWithRoleRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function getByUserRole
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetByUserRoleWithRoleGetResponse instead.
// returns a VirtualEventsWebinarsGetByUserRoleWithRoleResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *VirtualEventsWebinarsGetByUserRoleWithRoleRequestBuilder) Get(ctx context.Context, requestConfiguration *VirtualEventsWebinarsGetByUserRoleWithRoleRequestBuilderGetRequestConfiguration)(VirtualEventsWebinarsGetByUserRoleWithRoleResponseable, error) {
diff --git a/solutions/virtual_events_webinars_get_by_user_role_with_role_response.go b/solutions/virtual_events_webinars_get_by_user_role_with_role_response.go
index 1a7ab3d57d..6f8c707ac3 100644
--- a/solutions/virtual_events_webinars_get_by_user_role_with_role_response.go
+++ b/solutions/virtual_events_webinars_get_by_user_role_with_role_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use VirtualEventsWebinarsGetByUserRoleWithRoleGetResponseable instead.
type VirtualEventsWebinarsGetByUserRoleWithRoleResponse struct {
VirtualEventsWebinarsGetByUserRoleWithRoleGetResponse
}
@@ -20,7 +20,7 @@ func NewVirtualEventsWebinarsGetByUserRoleWithRoleResponse()(*VirtualEventsWebin
func CreateVirtualEventsWebinarsGetByUserRoleWithRoleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewVirtualEventsWebinarsGetByUserRoleWithRoleResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use VirtualEventsWebinarsGetByUserRoleWithRoleGetResponseable instead.
type VirtualEventsWebinarsGetByUserRoleWithRoleResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
VirtualEventsWebinarsGetByUserRoleWithRoleGetResponseable
diff --git a/teams/get_all_messages_request_builder.go b/teams/get_all_messages_request_builder.go
index 74b5d52b19..c786b19c73 100644
--- a/teams/get_all_messages_request_builder.go
+++ b/teams/get_all_messages_request_builder.go
@@ -54,7 +54,7 @@ func NewGetAllMessagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
return NewGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAllMessages
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead.
// returns a GetAllMessagesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *GetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *GetAllMessagesRequestBuilderGetRequestConfiguration)(GetAllMessagesResponseable, error) {
diff --git a/teams/get_all_messages_response.go b/teams/get_all_messages_response.go
index 1fe0a70e7a..a72e6a0017 100644
--- a/teams/get_all_messages_response.go
+++ b/teams/get_all_messages_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAllMessagesGetResponseable instead.
type GetAllMessagesResponse struct {
GetAllMessagesGetResponse
}
@@ -20,7 +20,7 @@ func NewGetAllMessagesResponse()(*GetAllMessagesResponse) {
func CreateGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAllMessagesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAllMessagesGetResponseable instead.
type GetAllMessagesResponseable interface {
GetAllMessagesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teams/item_channels_get_all_messages_request_builder.go b/teams/item_channels_get_all_messages_request_builder.go
index b6939defb2..820132ba5e 100644
--- a/teams/item_channels_get_all_messages_request_builder.go
+++ b/teams/item_channels_get_all_messages_request_builder.go
@@ -54,7 +54,7 @@ func NewItemChannelsGetAllMessagesRequestBuilder(rawUrl string, requestAdapter i
return NewItemChannelsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAllMessages
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead.
// returns a ItemChannelsGetAllMessagesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemChannelsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChannelsGetAllMessagesRequestBuilderGetRequestConfiguration)(ItemChannelsGetAllMessagesResponseable, error) {
diff --git a/teams/item_channels_get_all_messages_response.go b/teams/item_channels_get_all_messages_response.go
index 88225052e0..a5314cb157 100644
--- a/teams/item_channels_get_all_messages_response.go
+++ b/teams/item_channels_get_all_messages_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChannelsGetAllMessagesGetResponseable instead.
type ItemChannelsGetAllMessagesResponse struct {
ItemChannelsGetAllMessagesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemChannelsGetAllMessagesResponse()(*ItemChannelsGetAllMessagesResponse
func CreateItemChannelsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChannelsGetAllMessagesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChannelsGetAllMessagesGetResponseable instead.
type ItemChannelsGetAllMessagesResponseable interface {
ItemChannelsGetAllMessagesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go b/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
index 65240601a8..b0f15ee9fa 100644
--- a/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
+++ b/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
@@ -42,7 +42,7 @@ func NewItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrinci
return NewItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function doesUserHaveAccess
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead.
// returns a ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) {
diff --git a/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go b/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
index 5e4230bc56..4e423dc639 100644
--- a/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
+++ b/teams/item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct {
ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse
}
@@ -20,7 +20,7 @@ func NewItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrinci
func CreateItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface {
ItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teams/item_channels_item_members_add_request_builder.go b/teams/item_channels_item_members_add_request_builder.go
index f256a1a2a8..e7bbc1475f 100644
--- a/teams/item_channels_item_members_add_request_builder.go
+++ b/teams/item_channels_item_members_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemChannelsItemMembersAddRequestBuilder(rawUrl string, requestAdapter i
return NewItemChannelsItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a ItemChannelsItemMembersAddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/teams/item_channels_item_members_add_response.go b/teams/item_channels_item_members_add_response.go
index 2533f2efe4..de8abc5cb5 100644
--- a/teams/item_channels_item_members_add_response.go
+++ b/teams/item_channels_item_members_add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChannelsItemMembersAddPostResponseable instead.
type ItemChannelsItemMembersAddResponse struct {
ItemChannelsItemMembersAddPostResponse
}
@@ -20,7 +20,7 @@ func NewItemChannelsItemMembersAddResponse()(*ItemChannelsItemMembersAddResponse
func CreateItemChannelsItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChannelsItemMembersAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChannelsItemMembersAddPostResponseable instead.
type ItemChannelsItemMembersAddResponseable interface {
ItemChannelsItemMembersAddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teams/item_channels_item_members_request_builder.go b/teams/item_channels_item_members_request_builder.go
index a098549d34..445d975928 100644
--- a/teams/item_channels_item_members_request_builder.go
+++ b/teams/item_channels_item_members_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemChannelsItemMembersRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel.
+// Post add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a ConversationMemberable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *ItemChannelsItemMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemChannelsItemMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemChannelsItemMembersRequestBuilder) ToGetRequestInformation(ctx cont
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel.
+// ToPostRequestInformation add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a *RequestInformation when successful
func (m *ItemChannelsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemChannelsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/teams/{team%2Did}/channels/{channel%2Did}/members", m.BaseRequestBuilder.PathParameters)
diff --git a/teams/item_channels_item_messages_delta_request_builder.go b/teams/item_channels_item_messages_delta_request_builder.go
index 57d2a2c912..9df799d6be 100644
--- a/teams/item_channels_item_messages_delta_request_builder.go
+++ b/teams/item_channels_item_messages_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemChannelsItemMessagesDeltaRequestBuilder(rawUrl string, requestAdapte
return NewItemChannelsItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemChannelsItemMessagesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemChannelsItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemChannelsItemMessagesDeltaResponseable, error) {
diff --git a/teams/item_channels_item_messages_delta_response.go b/teams/item_channels_item_messages_delta_response.go
index aa0401f9ad..86d748434b 100644
--- a/teams/item_channels_item_messages_delta_response.go
+++ b/teams/item_channels_item_messages_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChannelsItemMessagesDeltaGetResponseable instead.
type ItemChannelsItemMessagesDeltaResponse struct {
ItemChannelsItemMessagesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemChannelsItemMessagesDeltaResponse()(*ItemChannelsItemMessagesDeltaRe
func CreateItemChannelsItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChannelsItemMessagesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChannelsItemMessagesDeltaGetResponseable instead.
type ItemChannelsItemMessagesDeltaResponseable interface {
ItemChannelsItemMessagesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teams/item_channels_item_messages_item_replies_delta_request_builder.go b/teams/item_channels_item_messages_item_replies_delta_request_builder.go
index d562e65d26..fd6bca08be 100644
--- a/teams/item_channels_item_messages_item_replies_delta_request_builder.go
+++ b/teams/item_channels_item_messages_item_replies_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemChannelsItemMessagesItemRepliesDeltaRequestBuilder(rawUrl string, re
return NewItemChannelsItemMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemChannelsItemMessagesItemRepliesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemChannelsItemMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChannelsItemMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemChannelsItemMessagesItemRepliesDeltaResponseable, error) {
diff --git a/teams/item_channels_item_messages_item_replies_delta_response.go b/teams/item_channels_item_messages_item_replies_delta_response.go
index 18aef5e85d..212ff42554 100644
--- a/teams/item_channels_item_messages_item_replies_delta_response.go
+++ b/teams/item_channels_item_messages_item_replies_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChannelsItemMessagesItemRepliesDeltaGetResponseable instead.
type ItemChannelsItemMessagesItemRepliesDeltaResponse struct {
ItemChannelsItemMessagesItemRepliesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemChannelsItemMessagesItemRepliesDeltaResponse()(*ItemChannelsItemMess
func CreateItemChannelsItemMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChannelsItemMessagesItemRepliesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChannelsItemMessagesItemRepliesDeltaGetResponseable instead.
type ItemChannelsItemMessagesItemRepliesDeltaResponseable interface {
ItemChannelsItemMessagesItemRepliesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teams/item_channels_item_messages_item_replies_request_builder.go b/teams/item_channels_item_messages_item_replies_request_builder.go
index 6c9052678e..6c041e23c3 100644
--- a/teams/item_channels_item_messages_item_replies_request_builder.go
+++ b/teams/item_channels_item_messages_item_replies_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemChannelsItemMessagesItemRepliesRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel.
+// Post send a new reply to a chatMessage in a specified channel.
// returns a ChatMessageable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemChannelsItemMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemChannelsItemMessagesItemRepliesRequestBuilder) ToGetRequestInformat
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel.
// returns a *RequestInformation when successful
func (m *ItemChannelsItemMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/teams/{team%2Did}/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies", m.BaseRequestBuilder.PathParameters)
diff --git a/teams/item_members_add_request_builder.go b/teams/item_members_add_request_builder.go
index 077f15d2c1..75b33d5826 100644
--- a/teams/item_members_add_request_builder.go
+++ b/teams/item_members_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemMembersAddRequestBuilder(rawUrl string, requestAdapter i2ae4187f7dae
return NewItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a ItemMembersAddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/teams/item_members_add_response.go b/teams/item_members_add_response.go
index 9d3592d747..54bf47028e 100644
--- a/teams/item_members_add_response.go
+++ b/teams/item_members_add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMembersAddPostResponseable instead.
type ItemMembersAddResponse struct {
ItemMembersAddPostResponse
}
@@ -20,7 +20,7 @@ func NewItemMembersAddResponse()(*ItemMembersAddResponse) {
func CreateItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMembersAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMembersAddPostResponseable instead.
type ItemMembersAddResponseable interface {
ItemMembersAddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go b/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
index d242ed4a32..8a67e3acc7 100644
--- a/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
+++ b/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
@@ -42,7 +42,7 @@ func NewItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrin
return NewItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function doesUserHaveAccess
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead.
// returns a ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) {
diff --git a/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go b/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
index d013e5c056..1a1be728de 100644
--- a/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
+++ b/teams/item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct {
ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse
}
@@ -20,7 +20,7 @@ func NewItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrin
func CreateItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface {
ItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teams/item_primary_channel_members_add_request_builder.go b/teams/item_primary_channel_members_add_request_builder.go
index 4889fadd50..64089bc3cc 100644
--- a/teams/item_primary_channel_members_add_request_builder.go
+++ b/teams/item_primary_channel_members_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemPrimaryChannelMembersAddRequestBuilder(rawUrl string, requestAdapter
return NewItemPrimaryChannelMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a ItemPrimaryChannelMembersAddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/teams/item_primary_channel_members_add_response.go b/teams/item_primary_channel_members_add_response.go
index d4edd988eb..b38812c03e 100644
--- a/teams/item_primary_channel_members_add_response.go
+++ b/teams/item_primary_channel_members_add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPrimaryChannelMembersAddPostResponseable instead.
type ItemPrimaryChannelMembersAddResponse struct {
ItemPrimaryChannelMembersAddPostResponse
}
@@ -20,7 +20,7 @@ func NewItemPrimaryChannelMembersAddResponse()(*ItemPrimaryChannelMembersAddResp
func CreateItemPrimaryChannelMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPrimaryChannelMembersAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPrimaryChannelMembersAddPostResponseable instead.
type ItemPrimaryChannelMembersAddResponseable interface {
ItemPrimaryChannelMembersAddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teams/item_primary_channel_members_request_builder.go b/teams/item_primary_channel_members_request_builder.go
index e50819755a..e6ec545bb7 100644
--- a/teams/item_primary_channel_members_request_builder.go
+++ b/teams/item_primary_channel_members_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemPrimaryChannelMembersRequestBuilder) Get(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel.
+// Post add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a ConversationMemberable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *ItemPrimaryChannelMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemPrimaryChannelMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemPrimaryChannelMembersRequestBuilder) ToGetRequestInformation(ctx co
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel.
+// ToPostRequestInformation add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a *RequestInformation when successful
func (m *ItemPrimaryChannelMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemPrimaryChannelMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/teams/{team%2Did}/primaryChannel/members", m.BaseRequestBuilder.PathParameters)
diff --git a/teams/item_primary_channel_messages_delta_request_builder.go b/teams/item_primary_channel_messages_delta_request_builder.go
index f37e18062c..2ed1393f62 100644
--- a/teams/item_primary_channel_messages_delta_request_builder.go
+++ b/teams/item_primary_channel_messages_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemPrimaryChannelMessagesDeltaRequestBuilder(rawUrl string, requestAdap
return NewItemPrimaryChannelMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemPrimaryChannelMessagesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemPrimaryChannelMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemPrimaryChannelMessagesDeltaResponseable, error) {
diff --git a/teams/item_primary_channel_messages_delta_response.go b/teams/item_primary_channel_messages_delta_response.go
index 32f01ce5a8..21ea48ab9e 100644
--- a/teams/item_primary_channel_messages_delta_response.go
+++ b/teams/item_primary_channel_messages_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPrimaryChannelMessagesDeltaGetResponseable instead.
type ItemPrimaryChannelMessagesDeltaResponse struct {
ItemPrimaryChannelMessagesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemPrimaryChannelMessagesDeltaResponse()(*ItemPrimaryChannelMessagesDel
func CreateItemPrimaryChannelMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPrimaryChannelMessagesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPrimaryChannelMessagesDeltaGetResponseable instead.
type ItemPrimaryChannelMessagesDeltaResponseable interface {
ItemPrimaryChannelMessagesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teams/item_primary_channel_messages_item_replies_delta_request_builder.go b/teams/item_primary_channel_messages_item_replies_delta_request_builder.go
index 7cb56741a2..6d3823841b 100644
--- a/teams/item_primary_channel_messages_item_replies_delta_request_builder.go
+++ b/teams/item_primary_channel_messages_item_replies_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilder(rawUrl string,
return NewItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemPrimaryChannelMessagesItemRepliesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemPrimaryChannelMessagesItemRepliesDeltaResponseable, error) {
diff --git a/teams/item_primary_channel_messages_item_replies_delta_response.go b/teams/item_primary_channel_messages_item_replies_delta_response.go
index 75b2c8e9b1..9118457bcd 100644
--- a/teams/item_primary_channel_messages_item_replies_delta_response.go
+++ b/teams/item_primary_channel_messages_item_replies_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead.
type ItemPrimaryChannelMessagesItemRepliesDeltaResponse struct {
ItemPrimaryChannelMessagesItemRepliesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemPrimaryChannelMessagesItemRepliesDeltaResponse()(*ItemPrimaryChannel
func CreateItemPrimaryChannelMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemPrimaryChannelMessagesItemRepliesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead.
type ItemPrimaryChannelMessagesItemRepliesDeltaResponseable interface {
ItemPrimaryChannelMessagesItemRepliesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teams/item_primary_channel_messages_item_replies_request_builder.go b/teams/item_primary_channel_messages_item_replies_request_builder.go
index 4e13e7e71f..8c7552fab0 100644
--- a/teams/item_primary_channel_messages_item_replies_request_builder.go
+++ b/teams/item_primary_channel_messages_item_replies_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemPrimaryChannelMessagesItemRepliesRequestBuilder) Get(ctx context.Co
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel.
+// Post send a new reply to a chatMessage in a specified channel.
// returns a ChatMessageable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemPrimaryChannelMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemPrimaryChannelMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemPrimaryChannelMessagesItemRepliesRequestBuilder) ToGetRequestInform
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel.
// returns a *RequestInformation when successful
func (m *ItemPrimaryChannelMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemPrimaryChannelMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/teams/{team%2Did}/primaryChannel/messages/{chatMessage%2Did}/replies", m.BaseRequestBuilder.PathParameters)
diff --git a/teamwork/deleted_teams_get_all_messages_request_builder.go b/teamwork/deleted_teams_get_all_messages_request_builder.go
index 2b83434039..fb25d9f95d 100644
--- a/teamwork/deleted_teams_get_all_messages_request_builder.go
+++ b/teamwork/deleted_teams_get_all_messages_request_builder.go
@@ -54,7 +54,7 @@ func NewDeletedTeamsGetAllMessagesRequestBuilder(rawUrl string, requestAdapter i
return NewDeletedTeamsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAllMessages
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead.
// returns a DeletedTeamsGetAllMessagesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeletedTeamsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *DeletedTeamsGetAllMessagesRequestBuilderGetRequestConfiguration)(DeletedTeamsGetAllMessagesResponseable, error) {
diff --git a/teamwork/deleted_teams_get_all_messages_response.go b/teamwork/deleted_teams_get_all_messages_response.go
index f1615feb13..b3a575d2aa 100644
--- a/teamwork/deleted_teams_get_all_messages_response.go
+++ b/teamwork/deleted_teams_get_all_messages_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedTeamsGetAllMessagesGetResponseable instead.
type DeletedTeamsGetAllMessagesResponse struct {
DeletedTeamsGetAllMessagesGetResponse
}
@@ -20,7 +20,7 @@ func NewDeletedTeamsGetAllMessagesResponse()(*DeletedTeamsGetAllMessagesResponse
func CreateDeletedTeamsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedTeamsGetAllMessagesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedTeamsGetAllMessagesGetResponseable instead.
type DeletedTeamsGetAllMessagesResponseable interface {
DeletedTeamsGetAllMessagesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teamwork/deleted_teams_item_channels_get_all_messages_request_builder.go b/teamwork/deleted_teams_item_channels_get_all_messages_request_builder.go
index 9de31c29c1..78698d714d 100644
--- a/teamwork/deleted_teams_item_channels_get_all_messages_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_get_all_messages_request_builder.go
@@ -54,7 +54,7 @@ func NewDeletedTeamsItemChannelsGetAllMessagesRequestBuilder(rawUrl string, requ
return NewDeletedTeamsItemChannelsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAllMessages
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead.
// returns a DeletedTeamsItemChannelsGetAllMessagesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeletedTeamsItemChannelsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsGetAllMessagesRequestBuilderGetRequestConfiguration)(DeletedTeamsItemChannelsGetAllMessagesResponseable, error) {
diff --git a/teamwork/deleted_teams_item_channels_get_all_messages_response.go b/teamwork/deleted_teams_item_channels_get_all_messages_response.go
index b9023b0a06..ac9bd5b9fa 100644
--- a/teamwork/deleted_teams_item_channels_get_all_messages_response.go
+++ b/teamwork/deleted_teams_item_channels_get_all_messages_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsGetAllMessagesGetResponseable instead.
type DeletedTeamsItemChannelsGetAllMessagesResponse struct {
DeletedTeamsItemChannelsGetAllMessagesGetResponse
}
@@ -20,7 +20,7 @@ func NewDeletedTeamsItemChannelsGetAllMessagesResponse()(*DeletedTeamsItemChanne
func CreateDeletedTeamsItemChannelsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedTeamsItemChannelsGetAllMessagesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsGetAllMessagesGetResponseable instead.
type DeletedTeamsItemChannelsGetAllMessagesResponseable interface {
DeletedTeamsItemChannelsGetAllMessagesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teamwork/deleted_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go b/teamwork/deleted_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
index fe76c8d6aa..0b6262bdf0 100644
--- a/teamwork/deleted_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
@@ -42,7 +42,7 @@ func NewDeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenant
return NewDeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function doesUserHaveAccess
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead.
// returns a DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) {
diff --git a/teamwork/deleted_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go b/teamwork/deleted_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
index 32c4915db8..2fcaecf724 100644
--- a/teamwork/deleted_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
+++ b/teamwork/deleted_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct {
DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse
}
@@ -20,7 +20,7 @@ func NewDeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenant
func CreateDeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface {
DeletedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teamwork/deleted_teams_item_channels_item_members_add_request_builder.go b/teamwork/deleted_teams_item_channels_item_members_add_request_builder.go
index db9edec067..e345e77330 100644
--- a/teamwork/deleted_teams_item_channels_item_members_add_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_members_add_request_builder.go
@@ -31,7 +31,7 @@ func NewDeletedTeamsItemChannelsItemMembersAddRequestBuilder(rawUrl string, requ
return NewDeletedTeamsItemChannelsItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a DeletedTeamsItemChannelsItemMembersAddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/teamwork/deleted_teams_item_channels_item_members_add_response.go b/teamwork/deleted_teams_item_channels_item_members_add_response.go
index 262fb75a58..ace3ae3663 100644
--- a/teamwork/deleted_teams_item_channels_item_members_add_response.go
+++ b/teamwork/deleted_teams_item_channels_item_members_add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemMembersAddPostResponseable instead.
type DeletedTeamsItemChannelsItemMembersAddResponse struct {
DeletedTeamsItemChannelsItemMembersAddPostResponse
}
@@ -20,7 +20,7 @@ func NewDeletedTeamsItemChannelsItemMembersAddResponse()(*DeletedTeamsItemChanne
func CreateDeletedTeamsItemChannelsItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedTeamsItemChannelsItemMembersAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemMembersAddPostResponseable instead.
type DeletedTeamsItemChannelsItemMembersAddResponseable interface {
DeletedTeamsItemChannelsItemMembersAddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teamwork/deleted_teams_item_channels_item_members_request_builder.go b/teamwork/deleted_teams_item_channels_item_members_request_builder.go
index 903decde40..1070730e35 100644
--- a/teamwork/deleted_teams_item_channels_item_members_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_members_request_builder.go
@@ -104,12 +104,12 @@ func (m *DeletedTeamsItemChannelsItemMembersRequestBuilder) Get(ctx context.Cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel.
+// Post add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a ConversationMemberable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *DeletedTeamsItemChannelsItemMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *DeletedTeamsItemChannelsItemMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *DeletedTeamsItemChannelsItemMembersRequestBuilder) ToGetRequestInformat
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel.
+// ToPostRequestInformation add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a *RequestInformation when successful
func (m *DeletedTeamsItemChannelsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *DeletedTeamsItemChannelsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/teamwork/deletedTeams/{deletedTeam%2Did}/channels/{channel%2Did}/members", m.BaseRequestBuilder.PathParameters)
diff --git a/teamwork/deleted_teams_item_channels_item_messages_delta_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_delta_request_builder.go
index cacac734c6..9680b50bb0 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_delta_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeletedTeamsItemChannelsItemMessagesDeltaRequestBuilder(rawUrl string, r
return NewDeletedTeamsItemChannelsItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeletedTeamsItemChannelsItemMessagesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeletedTeamsItemChannelsItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesDeltaRequestBuilderGetRequestConfiguration)(DeletedTeamsItemChannelsItemMessagesDeltaResponseable, error) {
diff --git a/teamwork/deleted_teams_item_channels_item_messages_delta_response.go b/teamwork/deleted_teams_item_channels_item_messages_delta_response.go
index ad4eaca2e1..85bbe7c8e6 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_delta_response.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemMessagesDeltaGetResponseable instead.
type DeletedTeamsItemChannelsItemMessagesDeltaResponse struct {
DeletedTeamsItemChannelsItemMessagesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeletedTeamsItemChannelsItemMessagesDeltaResponse()(*DeletedTeamsItemCha
func CreateDeletedTeamsItemChannelsItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedTeamsItemChannelsItemMessagesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemMessagesDeltaGetResponseable instead.
type DeletedTeamsItemChannelsItemMessagesDeltaResponseable interface {
DeletedTeamsItemChannelsItemMessagesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_request_builder.go
index 7c64be7870..982dee7378 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilder(rawUr
return NewDeletedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponseable, error) {
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_response.go b/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_response.go
index 6d3d67cadc..3c82fb3125 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_response.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_replies_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaGetResponseable instead.
type DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponse struct {
DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponse()(*DeletedT
func CreateDeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaGetResponseable instead.
type DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaResponseable interface {
DeletedTeamsItemChannelsItemMessagesItemRepliesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/teamwork/deleted_teams_item_channels_item_messages_item_replies_request_builder.go b/teamwork/deleted_teams_item_channels_item_messages_item_replies_request_builder.go
index b8e67ff1c0..f02a29193e 100644
--- a/teamwork/deleted_teams_item_channels_item_messages_item_replies_request_builder.go
+++ b/teamwork/deleted_teams_item_channels_item_messages_item_replies_request_builder.go
@@ -104,12 +104,12 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Get(ctx
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel.
+// Post send a new reply to a chatMessage in a specified channel.
// returns a ChatMessageable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) ToGetReq
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel.
// returns a *RequestInformation when successful
func (m *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *DeletedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/teamwork/deletedTeams/{deletedTeam%2Did}/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies", m.BaseRequestBuilder.PathParameters)
diff --git a/users/delta_request_builder.go b/users/delta_request_builder.go
index 0d5c20c232..50c8f24e1e 100644
--- a/users/delta_request_builder.go
+++ b/users/delta_request_builder.go
@@ -52,7 +52,7 @@ func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb
return NewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a DeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration)(DeltaResponseable, error) {
diff --git a/users/delta_response.go b/users/delta_response.go
index bbf78ae3ff..b36c4c591b 100644
--- a/users/delta_response.go
+++ b/users/delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponse struct {
DeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewDeltaResponse()(*DeltaResponse) {
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use DeltaGetResponseable instead.
type DeltaResponseable interface {
DeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/get_available_extension_properties_request_builder.go b/users/get_available_extension_properties_request_builder.go
index ae647dcfb7..19de36a003 100644
--- a/users/get_available_extension_properties_request_builder.go
+++ b/users/get_available_extension_properties_request_builder.go
@@ -31,7 +31,7 @@ func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdap
return NewGetAvailableExtensionPropertiesRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead.
// returns a GetAvailableExtensionPropertiesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/get_available_extension_properties_response.go b/users/get_available_extension_properties_response.go
index 90e547b4d8..bdc019a373 100644
--- a/users/get_available_extension_properties_response.go
+++ b/users/get_available_extension_properties_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponse struct {
GetAvailableExtensionPropertiesPostResponse
}
@@ -20,7 +20,7 @@ func NewGetAvailableExtensionPropertiesResponse()(*GetAvailableExtensionProperti
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetAvailableExtensionPropertiesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.
type GetAvailableExtensionPropertiesResponseable interface {
GetAvailableExtensionPropertiesPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/get_by_ids_request_builder.go b/users/get_by_ids_request_builder.go
index 8949e417c3..38130b87b0 100644
--- a/users/get_by_ids_request_builder.go
+++ b/users/get_by_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee26337
return NewGetByIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead.
// returns a GetByIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/get_by_ids_response.go b/users/get_by_ids_response.go
index 6630d8efc7..b26b231ebd 100644
--- a/users/get_by_ids_response.go
+++ b/users/get_by_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponse struct {
GetByIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewGetByIdsResponse()(*GetByIdsResponse) {
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewGetByIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.
type GetByIdsResponseable interface {
GetByIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_activities_recent_request_builder.go b/users/item_activities_recent_request_builder.go
index 8fe8a6966c..bb85ea25e5 100644
--- a/users/item_activities_recent_request_builder.go
+++ b/users/item_activities_recent_request_builder.go
@@ -52,7 +52,7 @@ func NewItemActivitiesRecentRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemActivitiesRecentRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service queries for the most recent historyItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the historyItem. This means that activities without historyItems won't be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsRecentGetResponse instead.
// returns a ItemActivitiesRecentResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_activities_recent_response.go b/users/item_activities_recent_response.go
index a3cc54ac90..bf4f7b020d 100644
--- a/users/item_activities_recent_response.go
+++ b/users/item_activities_recent_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemActivitiesRecentGetResponseable instead.
type ItemActivitiesRecentResponse struct {
ItemActivitiesRecentGetResponse
}
@@ -20,7 +20,7 @@ func NewItemActivitiesRecentResponse()(*ItemActivitiesRecentResponse) {
func CreateItemActivitiesRecentResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemActivitiesRecentResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemActivitiesRecentGetResponseable instead.
type ItemActivitiesRecentResponseable interface {
ItemActivitiesRecentGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go b/users/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go
index 99874bfb15..690f2dca18 100644
--- a/users/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go
+++ b/users/item_calendar_allowed_calendar_sharing_roles_with_user_request_builder.go
@@ -49,7 +49,7 @@ func NewItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilder(rawUrl str
return NewItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function allowedCalendarSharingRoles
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsAllowedCalendarSharingRolesWithUserGetResponse instead.
// returns a ItemCalendarAllowedCalendarSharingRolesWithUserResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarAllowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration)(ItemCalendarAllowedCalendarSharingRolesWithUserResponseable, error) {
diff --git a/users/item_calendar_allowed_calendar_sharing_roles_with_user_response.go b/users/item_calendar_allowed_calendar_sharing_roles_with_user_response.go
index 459c9b2d80..622a7e32e5 100644
--- a/users/item_calendar_allowed_calendar_sharing_roles_with_user_response.go
+++ b/users/item_calendar_allowed_calendar_sharing_roles_with_user_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarAllowedCalendarSharingRolesWithUserGetResponseable instead.
type ItemCalendarAllowedCalendarSharingRolesWithUserResponse struct {
ItemCalendarAllowedCalendarSharingRolesWithUserGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarAllowedCalendarSharingRolesWithUserResponse()(*ItemCalendarA
func CreateItemCalendarAllowedCalendarSharingRolesWithUserResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarAllowedCalendarSharingRolesWithUserResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarAllowedCalendarSharingRolesWithUserGetResponseable instead.
type ItemCalendarAllowedCalendarSharingRolesWithUserResponseable interface {
ItemCalendarAllowedCalendarSharingRolesWithUserGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_calendar_view_delta_request_builder.go b/users/item_calendar_calendar_view_delta_request_builder.go
index 5041429bfc..14224221fd 100644
--- a/users/item_calendar_calendar_view_delta_request_builder.go
+++ b/users/item_calendar_calendar_view_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarCalendarViewDeltaRequestBuilder(rawUrl string, requestAdapte
return NewItemCalendarCalendarViewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarCalendarViewDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendar_calendar_view_delta_response.go b/users/item_calendar_calendar_view_delta_response.go
index 4b90e60ac7..f05177d792 100644
--- a/users/item_calendar_calendar_view_delta_response.go
+++ b/users/item_calendar_calendar_view_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewDeltaGetResponseable instead.
type ItemCalendarCalendarViewDeltaResponse struct {
ItemCalendarCalendarViewDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewDeltaResponse()(*ItemCalendarCalendarViewDeltaRe
func CreateItemCalendarCalendarViewDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewDeltaGetResponseable instead.
type ItemCalendarCalendarViewDeltaResponseable interface {
ItemCalendarCalendarViewDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_calendar_view_item_attachments_request_builder.go b/users/item_calendar_calendar_view_item_attachments_request_builder.go
index edd6a73e60..e0f5a5fc3c 100644
--- a/users/item_calendar_calendar_view_item_attachments_request_builder.go
+++ b/users/item_calendar_calendar_view_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) Get(ctx context.
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInfo
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarCalendarViewItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_calendar_view_item_forward_request_builder.go b/users/item_calendar_calendar_view_item_forward_request_builder.go
index 2ae923e95e..b012073141 100644
--- a/users/item_calendar_calendar_view_item_forward_request_builder.go
+++ b/users/item_calendar_calendar_view_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemForwardRequestBuilder(rawUrl string, request
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemForwardRequestBuilder) Post(ctx context.Con
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_calendar_view_item_instances_delta_request_builder.go b/users/item_calendar_calendar_view_item_instances_delta_request_builder.go
index 996c47ebca..b230ff8662 100644
--- a/users/item_calendar_calendar_view_item_instances_delta_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarCalendarViewItemInstancesDeltaRequestBuilder(rawUrl string,
return NewItemCalendarCalendarViewItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarCalendarViewItemInstancesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendar_calendar_view_item_instances_delta_response.go b/users/item_calendar_calendar_view_item_instances_delta_response.go
index 3cb8831914..80ee62494d 100644
--- a/users/item_calendar_calendar_view_item_instances_delta_response.go
+++ b/users/item_calendar_calendar_view_item_instances_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemInstancesDeltaGetResponseable instead.
type ItemCalendarCalendarViewItemInstancesDeltaResponse struct {
ItemCalendarCalendarViewItemInstancesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarCalendarViewItemInstancesDeltaResponse()(*ItemCalendarCalend
func CreateItemCalendarCalendarViewItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarCalendarViewItemInstancesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarCalendarViewItemInstancesDeltaGetResponseable instead.
type ItemCalendarCalendarViewItemInstancesDeltaResponseable interface {
ItemCalendarCalendarViewItemInstancesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go
index 6b0a474be4..fa7af7e1fa 100644
--- a/users/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) Get
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToG
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_calendar_view_item_instances_item_forward_request_builder.go b/users/item_calendar_calendar_view_item_instances_item_forward_request_builder.go
index 299ec9eee2..668ccccf7b 100644
--- a/users/item_calendar_calendar_view_item_instances_item_forward_request_builder.go
+++ b/users/item_calendar_calendar_view_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder(rawUrl st
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarCalendarViewItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder) Post(ct
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_events_delta_request_builder.go b/users/item_calendar_events_delta_request_builder.go
index 2ad5662f85..13d276a3f5 100644
--- a/users/item_calendar_events_delta_request_builder.go
+++ b/users/item_calendar_events_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarEventsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae
return NewItemCalendarEventsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarEventsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendar_events_delta_response.go b/users/item_calendar_events_delta_response.go
index 02b12fe21e..29d81e6187 100644
--- a/users/item_calendar_events_delta_response.go
+++ b/users/item_calendar_events_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarEventsDeltaGetResponseable instead.
type ItemCalendarEventsDeltaResponse struct {
ItemCalendarEventsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarEventsDeltaResponse()(*ItemCalendarEventsDeltaResponse) {
func CreateItemCalendarEventsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarEventsDeltaGetResponseable instead.
type ItemCalendarEventsDeltaResponseable interface {
ItemCalendarEventsDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_events_item_attachments_request_builder.go b/users/item_calendar_events_item_attachments_request_builder.go
index 8955371a34..a4aaaa6e98 100644
--- a/users/item_calendar_events_item_attachments_request_builder.go
+++ b/users/item_calendar_events_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) Get(ctx context.Contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) ToGetRequestInformatio
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarEventsItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_events_item_forward_request_builder.go b/users/item_calendar_events_item_forward_request_builder.go
index ac51659511..4a941cc56c 100644
--- a/users/item_calendar_events_item_forward_request_builder.go
+++ b/users/item_calendar_events_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemForwardRequestBuilder(rawUrl string, requestAdapte
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemForwardRequestBuilder) Post(ctx context.Context,
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_events_item_instances_delta_request_builder.go b/users/item_calendar_events_item_instances_delta_request_builder.go
index 29a51a303b..fcce093357 100644
--- a/users/item_calendar_events_item_instances_delta_request_builder.go
+++ b/users/item_calendar_events_item_instances_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarEventsItemInstancesDeltaRequestBuilder(rawUrl string, reques
return NewItemCalendarEventsItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarEventsItemInstancesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendar_events_item_instances_delta_response.go b/users/item_calendar_events_item_instances_delta_response.go
index 0f94d910ff..23154c4c68 100644
--- a/users/item_calendar_events_item_instances_delta_response.go
+++ b/users/item_calendar_events_item_instances_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarEventsItemInstancesDeltaGetResponseable instead.
type ItemCalendarEventsItemInstancesDeltaResponse struct {
ItemCalendarEventsItemInstancesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarEventsItemInstancesDeltaResponse()(*ItemCalendarEventsItemIn
func CreateItemCalendarEventsItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarEventsItemInstancesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarEventsItemInstancesDeltaGetResponseable instead.
type ItemCalendarEventsItemInstancesDeltaResponseable interface {
ItemCalendarEventsItemInstancesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_events_item_instances_item_attachments_request_builder.go b/users/item_calendar_events_item_instances_item_attachments_request_builder.go
index 904a035ab4..3a9668bbdc 100644
--- a/users/item_calendar_events_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) Get(ctx c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequ
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_events_item_instances_item_forward_request_builder.go b/users/item_calendar_events_item_instances_item_forward_request_builder.go
index 5b814bf459..c5ed53b16d 100644
--- a/users/item_calendar_events_item_instances_item_forward_request_builder.go
+++ b/users/item_calendar_events_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarEventsItemInstancesItemForwardRequestBuilder(rawUrl string,
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarEventsItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarEventsItemInstancesItemForwardRequestBuilder) Post(ctx cont
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_events_request_builder.go b/users/item_calendar_events_request_builder.go
index cc1b5ed3ce..5ec6a24d15 100644
--- a/users/item_calendar_events_request_builder.go
+++ b/users/item_calendar_events_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarEventsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarEventsRequestBuilderGetQueryParameters retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event.
+// ItemCalendarEventsRequestBuilderGetQueryParameters retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
type ItemCalendarEventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -79,7 +79,7 @@ func (m *ItemCalendarEventsRequestBuilder) Count()(*ItemCalendarEventsCountReque
func (m *ItemCalendarEventsRequestBuilder) Delta()(*ItemCalendarEventsDeltaRequestBuilder) {
return NewItemCalendarEventsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event.
+// Get retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
// returns a EventCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -102,7 +102,7 @@ func (m *ItemCalendarEventsRequestBuilder) Get(ctx context.Context, requestConfi
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EventCollectionResponseable), nil
}
-// Post use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
+// Post use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
// returns a Eventable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -125,7 +125,7 @@ func (m *ItemCalendarEventsRequestBuilder) Post(ctx context.Context, body iadcd8
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable), nil
}
-// ToGetRequestInformation retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event.
+// ToGetRequestInformation retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
// returns a *RequestInformation when successful
func (m *ItemCalendarEventsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarEventsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -139,7 +139,7 @@ func (m *ItemCalendarEventsRequestBuilder) ToGetRequestInformation(ctx context.C
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
+// ToPostRequestInformation use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
// returns a *RequestInformation when successful
func (m *ItemCalendarEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemCalendarEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendar/events", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_get_schedule_request_builder.go b/users/item_calendar_get_schedule_request_builder.go
index c153e1709d..59545420b3 100644
--- a/users/item_calendar_get_schedule_request_builder.go
+++ b/users/item_calendar_get_schedule_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarGetScheduleRequestBuilder(rawUrl string, requestAdapter i2ae
return NewItemCalendarGetScheduleRequestBuilderInternal(urlParams, requestAdapter)
}
// Post get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetSchedulePostResponse instead.
// returns a ItemCalendarGetScheduleResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendar_get_schedule_response.go b/users/item_calendar_get_schedule_response.go
index ebcf3c0247..ba47419caf 100644
--- a/users/item_calendar_get_schedule_response.go
+++ b/users/item_calendar_get_schedule_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGetSchedulePostResponseable instead.
type ItemCalendarGetScheduleResponse struct {
ItemCalendarGetSchedulePostResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarGetScheduleResponse()(*ItemCalendarGetScheduleResponse) {
func CreateItemCalendarGetScheduleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGetScheduleResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGetSchedulePostResponseable instead.
type ItemCalendarGetScheduleResponseable interface {
ItemCalendarGetSchedulePostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go b/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go
index 1e47957034..993e4e20c0 100644
--- a/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go
@@ -49,7 +49,7 @@ func NewItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserRe
return NewItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function allowedCalendarSharingRoles
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsAllowedCalendarSharingRolesWithUserGetResponse instead.
// returns a ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration)(ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseable, error) {
diff --git a/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go b/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go
index 144a8ae806..f724f98278 100644
--- a/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go
+++ b/users/item_calendar_groups_item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponseable instead.
type ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserResponse struct {
ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserRe
func CreateItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponseable instead.
type ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseable interface {
ItemCalendarGroupsItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_delta_request_builder.go
index 2bafdda7db..48dd96fdc1 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_delta_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilder(rawUr
return NewItemCalendarGroupsItemCalendarsItemCalendarViewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_delta_response.go b/users/item_calendar_groups_item_calendars_item_calendar_view_delta_response.go
index 31286704d6..99198b3a6c 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_delta_response.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaGetResponseable instead.
type ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponse struct {
ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponse()(*ItemCale
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaGetResponseable instead.
type ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaResponseable interface {
ItemCalendarGroupsItemCalendarsItemCalendarViewDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_request_builder.go
index 48af2d1a24..7ba20cbafa 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBu
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBu
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_forward_request_builder.go
index ea0ba397f5..dfab01995f 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_forward_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardRequestBuilder
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardRequestBuilde
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_request_builder.go
index 6e199345a9..93590c741c 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequest
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_response.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_response.go
index 1c04794a52..d4c32c2ae5 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_response.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable instead.
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaResponse struct {
ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaRespons
func CreateItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable instead.
type ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaResponseable interface {
ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go
index 315dc28f60..fb7b8adf08 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachm
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachm
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go
index 7c9c11627c..e09a3d15c1 100644
--- a/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardR
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForward
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_groups_item_calendars_item_events_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_delta_request_builder.go
index 6a3ee0a399..01eb352302 100644
--- a/users/item_calendar_groups_item_calendars_item_events_delta_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilder(rawUrl stri
return NewItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarGroupsItemCalendarsItemEventsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendar_groups_item_calendars_item_events_delta_response.go b/users/item_calendar_groups_item_calendars_item_events_delta_response.go
index 3332698d2a..2a7ec18606 100644
--- a/users/item_calendar_groups_item_calendars_item_events_delta_response.go
+++ b/users/item_calendar_groups_item_calendars_item_events_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsDeltaGetResponseable instead.
type ItemCalendarGroupsItemCalendarsItemEventsDeltaResponse struct {
ItemCalendarGroupsItemCalendarsItemEventsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsDeltaResponse()(*ItemCalendarGr
func CreateItemCalendarGroupsItemCalendarsItemEventsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsDeltaGetResponseable instead.
type ItemCalendarGroupsItemCalendarsItemEventsDeltaResponseable interface {
ItemCalendarGroupsItemCalendarsItemEventsDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_attachments_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_attachments_request_builder.go
index c8a877d0e0..e2f485f3aa 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_attachments_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilder)
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilder)
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_forward_request_builder.go
index 01588bd2c5..c1499ba68d 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_forward_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemForwardRequestBuilder(rawUr
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardRequestBuilder) Pos
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_request_builder.go
index 1cca93722e..80eb9aa422 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilde
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_response.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_response.go
index f148dea456..20af765b63 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_response.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaGetResponseable instead.
type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponse struct {
ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponse()(*I
func CreateItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaGetResponseable instead.
type ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaResponseable interface {
ItemCalendarGroupsItemCalendarsItemEventsItemInstancesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_request_builder.go
index 583c40711a..7ea09b5c13 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRe
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRe
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_forward_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_forward_request_builder.go
index 35d95465c7..792fef6c40 100644
--- a/users/item_calendar_groups_item_calendars_item_events_item_instances_item_forward_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardRequest
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardReques
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_groups_item_calendars_item_events_request_builder.go b/users/item_calendar_groups_item_calendars_item_events_request_builder.go
index 8b2da96414..59e3557c72 100644
--- a/users/item_calendar_groups_item_calendars_item_events_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_events_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarGroupsItemCalendarsItemEventsRequestBuilderGetQueryParameters retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event.
+// ItemCalendarGroupsItemCalendarsItemEventsRequestBuilderGetQueryParameters retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
type ItemCalendarGroupsItemCalendarsItemEventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -79,7 +79,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) Count()(*ItemC
func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) Delta()(*ItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilder) {
return NewItemCalendarGroupsItemCalendarsItemEventsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event.
+// Get retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
// returns a EventCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -102,7 +102,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) Get(ctx contex
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EventCollectionResponseable), nil
}
-// Post use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
+// Post use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
// returns a Eventable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -125,7 +125,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) Post(ctx conte
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable), nil
}
-// ToGetRequestInformation retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event.
+// ToGetRequestInformation retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
// returns a *RequestInformation when successful
func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -139,7 +139,7 @@ func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) ToGetRequestIn
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
+// ToPostRequestInformation use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
// returns a *RequestInformation when successful
func (m *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemCalendarGroupsItemCalendarsItemEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_groups_item_calendars_item_get_schedule_request_builder.go b/users/item_calendar_groups_item_calendars_item_get_schedule_request_builder.go
index a7a52edd5f..bafd48567f 100644
--- a/users/item_calendar_groups_item_calendars_item_get_schedule_request_builder.go
+++ b/users/item_calendar_groups_item_calendars_item_get_schedule_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarGroupsItemCalendarsItemGetScheduleRequestBuilder(rawUrl stri
return NewItemCalendarGroupsItemCalendarsItemGetScheduleRequestBuilderInternal(urlParams, requestAdapter)
}
// Post get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetSchedulePostResponse instead.
// returns a ItemCalendarGroupsItemCalendarsItemGetScheduleResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendar_groups_item_calendars_item_get_schedule_response.go b/users/item_calendar_groups_item_calendars_item_get_schedule_response.go
index 98ed6e6d3d..f0d89672ae 100644
--- a/users/item_calendar_groups_item_calendars_item_get_schedule_response.go
+++ b/users/item_calendar_groups_item_calendars_item_get_schedule_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemGetSchedulePostResponseable instead.
type ItemCalendarGroupsItemCalendarsItemGetScheduleResponse struct {
ItemCalendarGroupsItemCalendarsItemGetSchedulePostResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarGroupsItemCalendarsItemGetScheduleResponse()(*ItemCalendarGr
func CreateItemCalendarGroupsItemCalendarsItemGetScheduleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarGroupsItemCalendarsItemGetScheduleResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarGroupsItemCalendarsItemGetSchedulePostResponseable instead.
type ItemCalendarGroupsItemCalendarsItemGetScheduleResponseable interface {
ItemCalendarGroupsItemCalendarsItemGetSchedulePostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_request_builder.go b/users/item_calendar_request_builder.go
index ac89b167c9..01bfc66848 100644
--- a/users/item_calendar_request_builder.go
+++ b/users/item_calendar_request_builder.go
@@ -18,7 +18,7 @@ type ItemCalendarRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemCalendarRequestBuilderGetQueryParameters get the properties and relationships of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar:
+// ItemCalendarRequestBuilderGetQueryParameters get the properties and relationships of a calendar object. The calendar can be one for a user,or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar:
type ItemCalendarRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
@@ -91,7 +91,7 @@ func (m *ItemCalendarRequestBuilder) Delete(ctx context.Context, requestConfigur
func (m *ItemCalendarRequestBuilder) Events()(*ItemCalendarEventsRequestBuilder) {
return NewItemCalendarEventsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get the properties and relationships of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar:
+// Get get the properties and relationships of a calendar object. The calendar can be one for a user,or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar:
// returns a Calendarable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -119,7 +119,7 @@ func (m *ItemCalendarRequestBuilder) Get(ctx context.Context, requestConfigurati
func (m *ItemCalendarRequestBuilder) GetSchedule()(*ItemCalendarGetScheduleRequestBuilder) {
return NewItemCalendarGetScheduleRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
+// Patch update the properties of a calendar object. The calendar can be one for a user,or the default calendar of a Microsoft 365 group.
// returns a Calendarable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -153,7 +153,7 @@ func (m *ItemCalendarRequestBuilder) ToDeleteRequestInformation(ctx context.Cont
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation get the properties and relationships of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar:
+// ToGetRequestInformation get the properties and relationships of a calendar object. The calendar can be one for a user,or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar:
// returns a *RequestInformation when successful
func (m *ItemCalendarRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -167,7 +167,7 @@ func (m *ItemCalendarRequestBuilder) ToGetRequestInformation(ctx context.Context
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
+// ToPatchRequestInformation update the properties of a calendar object. The calendar can be one for a user,or the default calendar of a Microsoft 365 group.
// returns a *RequestInformation when successful
func (m *ItemCalendarRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable, requestConfiguration *ItemCalendarRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/users/{user%2Did}/calendar", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_view_delta_request_builder.go b/users/item_calendar_view_delta_request_builder.go
index d59b9b2aeb..164239ebfb 100644
--- a/users/item_calendar_view_delta_request_builder.go
+++ b/users/item_calendar_view_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarViewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCalendarViewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarViewDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendar_view_delta_response.go b/users/item_calendar_view_delta_response.go
index 1b972d6a02..cb3702e23f 100644
--- a/users/item_calendar_view_delta_response.go
+++ b/users/item_calendar_view_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarViewDeltaGetResponseable instead.
type ItemCalendarViewDeltaResponse struct {
ItemCalendarViewDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarViewDeltaResponse()(*ItemCalendarViewDeltaResponse) {
func CreateItemCalendarViewDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarViewDeltaGetResponseable instead.
type ItemCalendarViewDeltaResponseable interface {
ItemCalendarViewDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_view_item_attachments_request_builder.go b/users/item_calendar_view_item_attachments_request_builder.go
index b31a0674bb..10a59663c6 100644
--- a/users/item_calendar_view_item_attachments_request_builder.go
+++ b/users/item_calendar_view_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarViewItemAttachmentsRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarViewItemAttachmentsRequestBuilder) ToGetRequestInformation(
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarViewItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_view_item_forward_request_builder.go b/users/item_calendar_view_item_forward_request_builder.go
index 4b296fdae6..e13d0998ca 100644
--- a/users/item_calendar_view_item_forward_request_builder.go
+++ b/users/item_calendar_view_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemForwardRequestBuilder(rawUrl string, requestAdapter
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemForwardRequestBuilder) Post(ctx context.Context, bo
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_view_item_instances_delta_request_builder.go b/users/item_calendar_view_item_instances_delta_request_builder.go
index a2a889452a..ac6654b76e 100644
--- a/users/item_calendar_view_item_instances_delta_request_builder.go
+++ b/users/item_calendar_view_item_instances_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarViewItemInstancesDeltaRequestBuilder(rawUrl string, requestA
return NewItemCalendarViewItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarViewItemInstancesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendar_view_item_instances_delta_response.go b/users/item_calendar_view_item_instances_delta_response.go
index ebf699bd30..ec670956c3 100644
--- a/users/item_calendar_view_item_instances_delta_response.go
+++ b/users/item_calendar_view_item_instances_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarViewItemInstancesDeltaGetResponseable instead.
type ItemCalendarViewItemInstancesDeltaResponse struct {
ItemCalendarViewItemInstancesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarViewItemInstancesDeltaResponse()(*ItemCalendarViewItemInstan
func CreateItemCalendarViewItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarViewItemInstancesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarViewItemInstancesDeltaGetResponseable instead.
type ItemCalendarViewItemInstancesDeltaResponseable interface {
ItemCalendarViewItemInstancesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendar_view_item_instances_item_attachments_request_builder.go b/users/item_calendar_view_item_instances_item_attachments_request_builder.go
index 5f791e2b83..c4d5b68f7e 100644
--- a/users/item_calendar_view_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToGetReques
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendar_view_item_instances_item_forward_request_builder.go b/users/item_calendar_view_item_instances_item_forward_request_builder.go
index 674634d764..f260c364c4 100644
--- a/users/item_calendar_view_item_instances_item_forward_request_builder.go
+++ b/users/item_calendar_view_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarViewItemInstancesItemForwardRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarViewItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarViewItemInstancesItemForwardRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go b/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go
index 48a02dd605..93631b1356 100644
--- a/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go
+++ b/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_request_builder.go
@@ -49,7 +49,7 @@ func NewItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilder(rawUr
return NewItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function allowedCalendarSharingRoles
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsAllowedCalendarSharingRolesWithUserGetResponse instead.
// returns a ItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemCalendarsItemAllowedCalendarSharingRolesWithUserRequestBuilderGetRequestConfiguration)(ItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseable, error) {
diff --git a/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go b/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go
index c51ad7c07b..2839ba7ed6 100644
--- a/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go
+++ b/users/item_calendars_item_allowed_calendar_sharing_roles_with_user_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponseable instead.
type ItemCalendarsItemAllowedCalendarSharingRolesWithUserResponse struct {
ItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarsItemAllowedCalendarSharingRolesWithUserResponse()(*ItemCale
func CreateItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemAllowedCalendarSharingRolesWithUserResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponseable instead.
type ItemCalendarsItemAllowedCalendarSharingRolesWithUserResponseable interface {
ItemCalendarsItemAllowedCalendarSharingRolesWithUserGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendars_item_calendar_view_delta_request_builder.go b/users/item_calendars_item_calendar_view_delta_request_builder.go
index 80d1118ef5..814100e489 100644
--- a/users/item_calendars_item_calendar_view_delta_request_builder.go
+++ b/users/item_calendars_item_calendar_view_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarsItemCalendarViewDeltaRequestBuilder(rawUrl string, requestA
return NewItemCalendarsItemCalendarViewDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarsItemCalendarViewDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendars_item_calendar_view_delta_response.go b/users/item_calendars_item_calendar_view_delta_response.go
index cb8625f5dd..0ad4d130b4 100644
--- a/users/item_calendars_item_calendar_view_delta_response.go
+++ b/users/item_calendars_item_calendar_view_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewDeltaGetResponseable instead.
type ItemCalendarsItemCalendarViewDeltaResponse struct {
ItemCalendarsItemCalendarViewDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarsItemCalendarViewDeltaResponse()(*ItemCalendarsItemCalendarV
func CreateItemCalendarsItemCalendarViewDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewDeltaGetResponseable instead.
type ItemCalendarsItemCalendarViewDeltaResponseable interface {
ItemCalendarsItemCalendarViewDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendars_item_calendar_view_item_attachments_request_builder.go b/users/item_calendars_item_calendar_view_item_attachments_request_builder.go
index f823a1d8ca..c27e876b9b 100644
--- a/users/item_calendars_item_calendar_view_item_attachments_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) Get(ctx con
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) ToGetReques
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemCalendarViewItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendars_item_calendar_view_item_forward_request_builder.go b/users/item_calendars_item_calendar_view_item_forward_request_builder.go
index fd7041fd61..165ab30883 100644
--- a/users/item_calendars_item_calendar_view_item_forward_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemForwardRequestBuilder(rawUrl string, re
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemForwardRequestBuilder) Post(ctx contex
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarsItemCalendarViewItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendars_item_calendar_view_item_instances_delta_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_delta_request_builder.go
index 851960f2e7..bedc096e8f 100644
--- a/users/item_calendars_item_calendar_view_item_instances_delta_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilder(rawUrl str
return NewItemCalendarsItemCalendarViewItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarsItemCalendarViewItemInstancesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendars_item_calendar_view_item_instances_delta_response.go b/users/item_calendars_item_calendar_view_item_instances_delta_response.go
index 840eef9a17..e22c42e9c7 100644
--- a/users/item_calendars_item_calendar_view_item_instances_delta_response.go
+++ b/users/item_calendars_item_calendar_view_item_instances_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable instead.
type ItemCalendarsItemCalendarViewItemInstancesDeltaResponse struct {
ItemCalendarsItemCalendarViewItemInstancesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesDeltaResponse()(*ItemCalendars
func CreateItemCalendarsItemCalendarViewItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemCalendarViewItemInstancesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable instead.
type ItemCalendarsItemCalendarViewItemInstancesDeltaResponseable interface {
ItemCalendarsItemCalendarViewItemInstancesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go
index 77ddd2b6eb..6e9c2dcf75 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go b/users/item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go
index f0dc2d20bb..ad14953f33 100644
--- a/users/item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go
+++ b/users/item_calendars_item_calendar_view_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilder(rawU
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilder) Po
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemCalendarViewItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemCalendarViewItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendars_item_events_delta_request_builder.go b/users/item_calendars_item_events_delta_request_builder.go
index 5813e0775b..7e63009903 100644
--- a/users/item_calendars_item_events_delta_request_builder.go
+++ b/users/item_calendars_item_events_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarsItemEventsDeltaRequestBuilder(rawUrl string, requestAdapter
return NewItemCalendarsItemEventsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarsItemEventsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendars_item_events_delta_response.go b/users/item_calendars_item_events_delta_response.go
index f080e512d8..8ad4ffb11d 100644
--- a/users/item_calendars_item_events_delta_response.go
+++ b/users/item_calendars_item_events_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsDeltaGetResponseable instead.
type ItemCalendarsItemEventsDeltaResponse struct {
ItemCalendarsItemEventsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarsItemEventsDeltaResponse()(*ItemCalendarsItemEventsDeltaResp
func CreateItemCalendarsItemEventsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsDeltaGetResponseable instead.
type ItemCalendarsItemEventsDeltaResponseable interface {
ItemCalendarsItemEventsDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendars_item_events_item_attachments_request_builder.go b/users/item_calendars_item_events_item_attachments_request_builder.go
index 2c86ea3aab..26b5cc6ed7 100644
--- a/users/item_calendars_item_events_item_attachments_request_builder.go
+++ b/users/item_calendars_item_events_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarsItemEventsItemAttachmentsRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarsItemEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarsItemEventsItemAttachmentsRequestBuilder) ToGetRequestInfor
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarsItemEventsItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendars_item_events_item_forward_request_builder.go b/users/item_calendars_item_events_item_forward_request_builder.go
index 8b30cf642e..b4de8b5341 100644
--- a/users/item_calendars_item_events_item_forward_request_builder.go
+++ b/users/item_calendars_item_events_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemForwardRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemForwardRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarsItemEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendars_item_events_item_instances_delta_request_builder.go b/users/item_calendars_item_events_item_instances_delta_request_builder.go
index 323380da5d..7e8510e49a 100644
--- a/users/item_calendars_item_events_item_instances_delta_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemCalendarsItemEventsItemInstancesDeltaRequestBuilder(rawUrl string, r
return NewItemCalendarsItemEventsItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemCalendarsItemEventsItemInstancesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendars_item_events_item_instances_delta_response.go b/users/item_calendars_item_events_item_instances_delta_response.go
index 3c146e445b..03779c2eaa 100644
--- a/users/item_calendars_item_events_item_instances_delta_response.go
+++ b/users/item_calendars_item_events_item_instances_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsItemInstancesDeltaGetResponseable instead.
type ItemCalendarsItemEventsItemInstancesDeltaResponse struct {
ItemCalendarsItemEventsItemInstancesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarsItemEventsItemInstancesDeltaResponse()(*ItemCalendarsItemEv
func CreateItemCalendarsItemEventsItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemEventsItemInstancesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarsItemEventsItemInstancesDeltaGetResponseable instead.
type ItemCalendarsItemEventsItemInstancesDeltaResponseable interface {
ItemCalendarsItemEventsItemInstancesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendars_item_events_item_instances_item_attachments_request_builder.go b/users/item_calendars_item_events_item_instances_item_attachments_request_builder.go
index 4cb17b3a1a..ec26d05e5d 100644
--- a/users/item_calendars_item_events_item_instances_item_attachments_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) Get(
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) ToGe
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendars_item_events_item_instances_item_forward_request_builder.go b/users/item_calendars_item_events_item_instances_item_forward_request_builder.go
index de84765c3a..88fa4dbdeb 100644
--- a/users/item_calendars_item_events_item_instances_item_forward_request_builder.go
+++ b/users/item_calendars_item_events_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemCalendarsItemEventsItemInstancesItemForwardRequestBuilder(rawUrl str
urlParams["request-raw-url"] = rawUrl
return NewItemCalendarsItemEventsItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemCalendarsItemEventsItemInstancesItemForwardRequestBuilder) Post(ctx
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemCalendarsItemEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCalendarsItemEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemCalendarsItemEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendars_item_events_request_builder.go b/users/item_calendars_item_events_request_builder.go
index 500dccd5a0..b8be2fc53f 100644
--- a/users/item_calendars_item_events_request_builder.go
+++ b/users/item_calendars_item_events_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarsItemEventsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsItemEventsRequestBuilderGetQueryParameters retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event.
+// ItemCalendarsItemEventsRequestBuilderGetQueryParameters retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
type ItemCalendarsItemEventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -79,7 +79,7 @@ func (m *ItemCalendarsItemEventsRequestBuilder) Count()(*ItemCalendarsItemEvents
func (m *ItemCalendarsItemEventsRequestBuilder) Delta()(*ItemCalendarsItemEventsDeltaRequestBuilder) {
return NewItemCalendarsItemEventsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event.
+// Get retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
// returns a EventCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -102,7 +102,7 @@ func (m *ItemCalendarsItemEventsRequestBuilder) Get(ctx context.Context, request
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EventCollectionResponseable), nil
}
-// Post use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
+// Post use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
// returns a Eventable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -125,7 +125,7 @@ func (m *ItemCalendarsItemEventsRequestBuilder) Post(ctx context.Context, body i
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable), nil
}
-// ToGetRequestInformation retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event.
+// ToGetRequestInformation retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event.
// returns a *RequestInformation when successful
func (m *ItemCalendarsItemEventsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsItemEventsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -139,7 +139,7 @@ func (m *ItemCalendarsItemEventsRequestBuilder) ToGetRequestInformation(ctx cont
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
+// ToPostRequestInformation use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.
// returns a *RequestInformation when successful
func (m *ItemCalendarsItemEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemCalendarsItemEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_calendars_item_get_schedule_request_builder.go b/users/item_calendars_item_get_schedule_request_builder.go
index 40ebf177a5..0489407656 100644
--- a/users/item_calendars_item_get_schedule_request_builder.go
+++ b/users/item_calendars_item_get_schedule_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCalendarsItemGetScheduleRequestBuilder(rawUrl string, requestAdapter
return NewItemCalendarsItemGetScheduleRequestBuilderInternal(urlParams, requestAdapter)
}
// Post get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetSchedulePostResponse instead.
// returns a ItemCalendarsItemGetScheduleResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_calendars_item_get_schedule_response.go b/users/item_calendars_item_get_schedule_response.go
index 7762373c81..7474923656 100644
--- a/users/item_calendars_item_get_schedule_response.go
+++ b/users/item_calendars_item_get_schedule_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarsItemGetSchedulePostResponseable instead.
type ItemCalendarsItemGetScheduleResponse struct {
ItemCalendarsItemGetSchedulePostResponse
}
@@ -20,7 +20,7 @@ func NewItemCalendarsItemGetScheduleResponse()(*ItemCalendarsItemGetScheduleResp
func CreateItemCalendarsItemGetScheduleResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCalendarsItemGetScheduleResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCalendarsItemGetSchedulePostResponseable instead.
type ItemCalendarsItemGetScheduleResponseable interface {
ItemCalendarsItemGetSchedulePostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_calendars_request_builder.go b/users/item_calendars_request_builder.go
index 62b8643f02..f2eb54b444 100644
--- a/users/item_calendars_request_builder.go
+++ b/users/item_calendars_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemCalendarsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemCalendarsRequestBuilderGetQueryParameters get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group.
+// ItemCalendarsRequestBuilderGetQueryParameters get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group.
type ItemCalendarsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -74,7 +74,7 @@ func NewItemCalendarsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee
func (m *ItemCalendarsRequestBuilder) Count()(*ItemCalendarsCountRequestBuilder) {
return NewItemCalendarsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group.
+// Get get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group.
// returns a CalendarCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -120,7 +120,7 @@ func (m *ItemCalendarsRequestBuilder) Post(ctx context.Context, body iadcd811244
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Calendarable), nil
}
-// ToGetRequestInformation get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group.
+// ToGetRequestInformation get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group.
// returns a *RequestInformation when successful
func (m *ItemCalendarsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemCalendarsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_chats_get_all_messages_request_builder.go b/users/item_chats_get_all_messages_request_builder.go
index c36f741ec8..23fa7acde0 100644
--- a/users/item_chats_get_all_messages_request_builder.go
+++ b/users/item_chats_get_all_messages_request_builder.go
@@ -54,7 +54,7 @@ func NewItemChatsGetAllMessagesRequestBuilder(rawUrl string, requestAdapter i2ae
return NewItemChatsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAllMessages
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead.
// returns a ItemChatsGetAllMessagesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemChatsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChatsGetAllMessagesRequestBuilderGetRequestConfiguration)(ItemChatsGetAllMessagesResponseable, error) {
diff --git a/users/item_chats_get_all_messages_response.go b/users/item_chats_get_all_messages_response.go
index f43a4d7a59..975fe4de79 100644
--- a/users/item_chats_get_all_messages_response.go
+++ b/users/item_chats_get_all_messages_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChatsGetAllMessagesGetResponseable instead.
type ItemChatsGetAllMessagesResponse struct {
ItemChatsGetAllMessagesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemChatsGetAllMessagesResponse()(*ItemChatsGetAllMessagesResponse) {
func CreateItemChatsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsGetAllMessagesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChatsGetAllMessagesGetResponseable instead.
type ItemChatsGetAllMessagesResponseable interface {
ItemChatsGetAllMessagesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_chats_item_members_add_request_builder.go b/users/item_chats_item_members_add_request_builder.go
index 9c794083c6..64da725f0e 100644
--- a/users/item_chats_item_members_add_request_builder.go
+++ b/users/item_chats_item_members_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemChatsItemMembersAddRequestBuilder(rawUrl string, requestAdapter i2ae
return NewItemChatsItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a ItemChatsItemMembersAddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_chats_item_members_add_response.go b/users/item_chats_item_members_add_response.go
index 3ff4068163..f473b52717 100644
--- a/users/item_chats_item_members_add_response.go
+++ b/users/item_chats_item_members_add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChatsItemMembersAddPostResponseable instead.
type ItemChatsItemMembersAddResponse struct {
ItemChatsItemMembersAddPostResponse
}
@@ -20,7 +20,7 @@ func NewItemChatsItemMembersAddResponse()(*ItemChatsItemMembersAddResponse) {
func CreateItemChatsItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsItemMembersAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChatsItemMembersAddPostResponseable instead.
type ItemChatsItemMembersAddResponseable interface {
ItemChatsItemMembersAddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_chats_item_members_conversation_member_item_request_builder.go b/users/item_chats_item_members_conversation_member_item_request_builder.go
index 4af2db5e8a..88ce20df72 100644
--- a/users/item_chats_item_members_conversation_member_item_request_builder.go
+++ b/users/item_chats_item_members_conversation_member_item_request_builder.go
@@ -18,7 +18,7 @@ type ItemChatsItemMembersConversationMemberItemRequestBuilderDeleteRequestConfig
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemChatsItemMembersConversationMemberItemRequestBuilderGetQueryParameters retrieve a conversationMember from a chat.
+// ItemChatsItemMembersConversationMemberItemRequestBuilderGetQueryParameters retrieve a conversationMember from a chat or channel.
type ItemChatsItemMembersConversationMemberItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -73,12 +73,12 @@ func (m *ItemChatsItemMembersConversationMemberItemRequestBuilder) Delete(ctx co
}
return nil
}
-// Get retrieve a conversationMember from a chat.
+// Get retrieve a conversationMember from a chat or channel.
// returns a ConversationMemberable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0
func (m *ItemChatsItemMembersConversationMemberItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChatsItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -127,7 +127,7 @@ func (m *ItemChatsItemMembersConversationMemberItemRequestBuilder) ToDeleteReque
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation retrieve a conversationMember from a chat.
+// ToGetRequestInformation retrieve a conversationMember from a chat or channel.
// returns a *RequestInformation when successful
func (m *ItemChatsItemMembersConversationMemberItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemChatsItemMembersConversationMemberItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_chats_item_messages_delta_request_builder.go b/users/item_chats_item_messages_delta_request_builder.go
index 37ad6d601f..dd77af69a6 100644
--- a/users/item_chats_item_messages_delta_request_builder.go
+++ b/users/item_chats_item_messages_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemChatsItemMessagesDeltaRequestBuilder(rawUrl string, requestAdapter i
return NewItemChatsItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemChatsItemMessagesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemChatsItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChatsItemMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemChatsItemMessagesDeltaResponseable, error) {
diff --git a/users/item_chats_item_messages_delta_response.go b/users/item_chats_item_messages_delta_response.go
index 6e8468bd2c..791f7be381 100644
--- a/users/item_chats_item_messages_delta_response.go
+++ b/users/item_chats_item_messages_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChatsItemMessagesDeltaGetResponseable instead.
type ItemChatsItemMessagesDeltaResponse struct {
ItemChatsItemMessagesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemChatsItemMessagesDeltaResponse()(*ItemChatsItemMessagesDeltaResponse
func CreateItemChatsItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsItemMessagesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChatsItemMessagesDeltaGetResponseable instead.
type ItemChatsItemMessagesDeltaResponseable interface {
ItemChatsItemMessagesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_chats_item_messages_item_replies_delta_request_builder.go b/users/item_chats_item_messages_item_replies_delta_request_builder.go
index 4389bad1e3..3fdadf6e35 100644
--- a/users/item_chats_item_messages_item_replies_delta_request_builder.go
+++ b/users/item_chats_item_messages_item_replies_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemChatsItemMessagesItemRepliesDeltaRequestBuilder(rawUrl string, reque
return NewItemChatsItemMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemChatsItemMessagesItemRepliesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemChatsItemMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemChatsItemMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemChatsItemMessagesItemRepliesDeltaResponseable, error) {
diff --git a/users/item_chats_item_messages_item_replies_delta_response.go b/users/item_chats_item_messages_item_replies_delta_response.go
index f0a5d5d1e0..580819b647 100644
--- a/users/item_chats_item_messages_item_replies_delta_response.go
+++ b/users/item_chats_item_messages_item_replies_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChatsItemMessagesItemRepliesDeltaGetResponseable instead.
type ItemChatsItemMessagesItemRepliesDeltaResponse struct {
ItemChatsItemMessagesItemRepliesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemChatsItemMessagesItemRepliesDeltaResponse()(*ItemChatsItemMessagesIt
func CreateItemChatsItemMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemChatsItemMessagesItemRepliesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemChatsItemMessagesItemRepliesDeltaGetResponseable instead.
type ItemChatsItemMessagesItemRepliesDeltaResponseable interface {
ItemChatsItemMessagesItemRepliesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_chats_item_messages_item_replies_request_builder.go b/users/item_chats_item_messages_item_replies_request_builder.go
index 88e07a5f3c..2ba5857f63 100644
--- a/users/item_chats_item_messages_item_replies_request_builder.go
+++ b/users/item_chats_item_messages_item_replies_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemChatsItemMessagesItemRepliesRequestBuilder) Get(ctx context.Context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel.
+// Post send a new reply to a chatMessage in a specified channel.
// returns a ChatMessageable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemChatsItemMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemChatsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemChatsItemMessagesItemRepliesRequestBuilder) ToGetRequestInformation
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel.
// returns a *RequestInformation when successful
func (m *ItemChatsItemMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemChatsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_check_member_groups_request_builder.go b/users/item_check_member_groups_request_builder.go
index e0d74c1fdd..bbd2e31b94 100644
--- a/users/item_check_member_groups_request_builder.go
+++ b/users/item_check_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae41
return NewItemCheckMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead.
// returns a ItemCheckMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_check_member_groups_response.go b/users/item_check_member_groups_response.go
index 4980fe46de..e85a8daca6 100644
--- a/users/item_check_member_groups_response.go
+++ b/users/item_check_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponse struct {
ItemCheckMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberGroupsResponse()(*ItemCheckMemberGroupsResponse) {
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.
type ItemCheckMemberGroupsResponseable interface {
ItemCheckMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_check_member_objects_request_builder.go b/users/item_check_member_objects_request_builder.go
index 7aaf500f2c..555403b74e 100644
--- a/users/item_check_member_objects_request_builder.go
+++ b/users/item_check_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4
return NewItemCheckMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action checkMemberObjects
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead.
// returns a ItemCheckMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration)(ItemCheckMemberObjectsResponseable, error) {
diff --git a/users/item_check_member_objects_response.go b/users/item_check_member_objects_response.go
index ea70d7f482..985f3c3619 100644
--- a/users/item_check_member_objects_response.go
+++ b/users/item_check_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponse struct {
ItemCheckMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemCheckMemberObjectsResponse()(*ItemCheckMemberObjectsResponse) {
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemCheckMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.
type ItemCheckMemberObjectsResponseable interface {
ItemCheckMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_contact_folders_delta_request_builder.go b/users/item_contact_folders_delta_request_builder.go
index b1838620ba..84f619743b 100644
--- a/users/item_contact_folders_delta_request_builder.go
+++ b/users/item_contact_folders_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemContactFoldersDeltaRequestBuilder(rawUrl string, requestAdapter i2ae
return NewItemContactFoldersDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemContactFoldersDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_contact_folders_delta_response.go b/users/item_contact_folders_delta_response.go
index 6c55b74065..e6f33969d9 100644
--- a/users/item_contact_folders_delta_response.go
+++ b/users/item_contact_folders_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContactFoldersDeltaGetResponseable instead.
type ItemContactFoldersDeltaResponse struct {
ItemContactFoldersDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemContactFoldersDeltaResponse()(*ItemContactFoldersDeltaResponse) {
func CreateItemContactFoldersDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemContactFoldersDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContactFoldersDeltaGetResponseable instead.
type ItemContactFoldersDeltaResponseable interface {
ItemContactFoldersDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_contact_folders_item_child_folders_delta_request_builder.go b/users/item_contact_folders_item_child_folders_delta_request_builder.go
index cf3447f19e..e3dec44a05 100644
--- a/users/item_contact_folders_item_child_folders_delta_request_builder.go
+++ b/users/item_contact_folders_item_child_folders_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemContactFoldersItemChildFoldersDeltaRequestBuilder(rawUrl string, req
return NewItemContactFoldersItemChildFoldersDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemContactFoldersItemChildFoldersDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_contact_folders_item_child_folders_delta_response.go b/users/item_contact_folders_item_child_folders_delta_response.go
index 209b3fa74c..0a7537d925 100644
--- a/users/item_contact_folders_item_child_folders_delta_response.go
+++ b/users/item_contact_folders_item_child_folders_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContactFoldersItemChildFoldersDeltaGetResponseable instead.
type ItemContactFoldersItemChildFoldersDeltaResponse struct {
ItemContactFoldersItemChildFoldersDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemContactFoldersItemChildFoldersDeltaResponse()(*ItemContactFoldersIte
func CreateItemContactFoldersItemChildFoldersDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemContactFoldersItemChildFoldersDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContactFoldersItemChildFoldersDeltaGetResponseable instead.
type ItemContactFoldersItemChildFoldersDeltaResponseable interface {
ItemContactFoldersItemChildFoldersDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_contact_folders_item_child_folders_item_contacts_delta_request_builder.go b/users/item_contact_folders_item_child_folders_item_contacts_delta_request_builder.go
index 5a268d99c2..031b2e549d 100644
--- a/users/item_contact_folders_item_child_folders_item_contacts_delta_request_builder.go
+++ b/users/item_contact_folders_item_child_folders_item_contacts_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilder(rawUrl
return NewItemContactFoldersItemChildFoldersItemContactsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemContactFoldersItemChildFoldersItemContactsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_contact_folders_item_child_folders_item_contacts_delta_response.go b/users/item_contact_folders_item_child_folders_item_contacts_delta_response.go
index 831126513c..28e838ebc0 100644
--- a/users/item_contact_folders_item_child_folders_item_contacts_delta_response.go
+++ b/users/item_contact_folders_item_child_folders_item_contacts_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContactFoldersItemChildFoldersItemContactsDeltaGetResponseable instead.
type ItemContactFoldersItemChildFoldersItemContactsDeltaResponse struct {
ItemContactFoldersItemChildFoldersItemContactsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemContactFoldersItemChildFoldersItemContactsDeltaResponse()(*ItemConta
func CreateItemContactFoldersItemChildFoldersItemContactsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemContactFoldersItemChildFoldersItemContactsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContactFoldersItemChildFoldersItemContactsDeltaGetResponseable instead.
type ItemContactFoldersItemChildFoldersItemContactsDeltaResponseable interface {
ItemContactFoldersItemChildFoldersItemContactsDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_contact_folders_item_contacts_delta_request_builder.go b/users/item_contact_folders_item_contacts_delta_request_builder.go
index e25bdd9312..04c2074a24 100644
--- a/users/item_contact_folders_item_contacts_delta_request_builder.go
+++ b/users/item_contact_folders_item_contacts_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemContactFoldersItemContactsDeltaRequestBuilder(rawUrl string, request
return NewItemContactFoldersItemContactsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemContactFoldersItemContactsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_contact_folders_item_contacts_delta_response.go b/users/item_contact_folders_item_contacts_delta_response.go
index 88de961dc5..7f2321b27f 100644
--- a/users/item_contact_folders_item_contacts_delta_response.go
+++ b/users/item_contact_folders_item_contacts_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContactFoldersItemContactsDeltaGetResponseable instead.
type ItemContactFoldersItemContactsDeltaResponse struct {
ItemContactFoldersItemContactsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemContactFoldersItemContactsDeltaResponse()(*ItemContactFoldersItemCon
func CreateItemContactFoldersItemContactsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemContactFoldersItemContactsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContactFoldersItemContactsDeltaGetResponseable instead.
type ItemContactFoldersItemContactsDeltaResponseable interface {
ItemContactFoldersItemContactsDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_contacts_delta_request_builder.go b/users/item_contacts_delta_request_builder.go
index e5280848e3..db475960c2 100644
--- a/users/item_contacts_delta_request_builder.go
+++ b/users/item_contacts_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemContactsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
return NewItemContactsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemContactsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_contacts_delta_response.go b/users/item_contacts_delta_response.go
index 9c9efd5c7f..056ea73cd4 100644
--- a/users/item_contacts_delta_response.go
+++ b/users/item_contacts_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContactsDeltaGetResponseable instead.
type ItemContactsDeltaResponse struct {
ItemContactsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemContactsDeltaResponse()(*ItemContactsDeltaResponse) {
func CreateItemContactsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemContactsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemContactsDeltaGetResponseable instead.
type ItemContactsDeltaResponseable interface {
ItemContactsDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_events_delta_request_builder.go b/users/item_events_delta_request_builder.go
index 03606b8664..0017cdc4ee 100644
--- a/users/item_events_delta_request_builder.go
+++ b/users/item_events_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemEventsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
return NewItemEventsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemEventsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_events_delta_response.go b/users/item_events_delta_response.go
index 22ec82504c..33924b02f3 100644
--- a/users/item_events_delta_response.go
+++ b/users/item_events_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemEventsDeltaGetResponseable instead.
type ItemEventsDeltaResponse struct {
ItemEventsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemEventsDeltaResponse()(*ItemEventsDeltaResponse) {
func CreateItemEventsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemEventsDeltaGetResponseable instead.
type ItemEventsDeltaResponseable interface {
ItemEventsDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_events_item_attachments_request_builder.go b/users/item_events_item_attachments_request_builder.go
index 6a6e5d1184..af3c188a1c 100644
--- a/users/item_events_item_attachments_request_builder.go
+++ b/users/item_events_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemEventsItemAttachmentsRequestBuilder) Get(ctx context.Context, reque
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemEventsItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemEventsItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx co
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemEventsItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_events_item_forward_request_builder.go b/users/item_events_item_forward_request_builder.go
index 12add1bbd1..28c1cef5fb 100644
--- a/users/item_events_item_forward_request_builder.go
+++ b/users/item_events_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemForwardRequestBuilder(rawUrl string, requestAdapter i2ae41
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemEventsItemForwardRequestBuilder) Post(ctx context.Context, body Ite
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemEventsItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_events_item_instances_delta_request_builder.go b/users/item_events_item_instances_delta_request_builder.go
index fce863368a..279a9eadbb 100644
--- a/users/item_events_item_instances_delta_request_builder.go
+++ b/users/item_events_item_instances_delta_request_builder.go
@@ -56,7 +56,7 @@ func NewItemEventsItemInstancesDeltaRequestBuilder(rawUrl string, requestAdapter
return NewItemEventsItemInstancesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemEventsItemInstancesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_events_item_instances_delta_response.go b/users/item_events_item_instances_delta_response.go
index a69aba4c54..4331e459d6 100644
--- a/users/item_events_item_instances_delta_response.go
+++ b/users/item_events_item_instances_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemEventsItemInstancesDeltaGetResponseable instead.
type ItemEventsItemInstancesDeltaResponse struct {
ItemEventsItemInstancesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemEventsItemInstancesDeltaResponse()(*ItemEventsItemInstancesDeltaResp
func CreateItemEventsItemInstancesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemEventsItemInstancesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemEventsItemInstancesDeltaGetResponseable instead.
type ItemEventsItemInstancesDeltaResponseable interface {
ItemEventsItemInstancesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_events_item_instances_item_attachments_request_builder.go b/users/item_events_item_instances_item_attachments_request_builder.go
index 7e020bd324..c0b25e7507 100644
--- a/users/item_events_item_instances_item_attachments_request_builder.go
+++ b/users/item_events_item_instances_item_attachments_request_builder.go
@@ -102,12 +102,12 @@ func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable), nil
}
-// Post use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// Post use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a Attachmentable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0
func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -139,7 +139,7 @@ func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) ToGetRequestInfor
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.
+// ToPostRequestInformation use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.
// returns a *RequestInformation when successful
func (m *ItemEventsItemInstancesItemAttachmentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, requestConfiguration *ItemEventsItemInstancesItemAttachmentsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_events_item_instances_item_forward_request_builder.go b/users/item_events_item_instances_item_forward_request_builder.go
index 2c3b86f862..35ad1971ae 100644
--- a/users/item_events_item_instances_item_forward_request_builder.go
+++ b/users/item_events_item_instances_item_forward_request_builder.go
@@ -30,7 +30,7 @@ func NewItemEventsItemInstancesItemForwardRequestBuilder(rawUrl string, requestA
urlParams["request-raw-url"] = rawUrl
return NewItemEventsItemInstancesItemForwardRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// Post this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
@@ -49,7 +49,7 @@ func (m *ItemEventsItemInstancesItemForwardRequestBuilder) Post(ctx context.Cont
}
return nil
}
-// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
+// ToPostRequestInformation this action allows the organizer or attendee of a meeting event to forward themeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this actionalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer'scopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.
// returns a *RequestInformation when successful
func (m *ItemEventsItemInstancesItemForwardRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemEventsItemInstancesItemForwardPostRequestBodyable, requestConfiguration *ItemEventsItemInstancesItemForwardRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_events_request_builder.go b/users/item_events_request_builder.go
index 8d8f9b8e93..6cc3bbbc6d 100644
--- a/users/item_events_request_builder.go
+++ b/users/item_events_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemEventsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemEventsRequestBuilderGetQueryParameters get a list of event objects in the user's mailbox. The list contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar:
+// ItemEventsRequestBuilderGetQueryParameters get a list of event objects in the user's mailbox. The list contains singleinstance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar:
type ItemEventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -79,7 +79,7 @@ func (m *ItemEventsRequestBuilder) Count()(*ItemEventsCountRequestBuilder) {
func (m *ItemEventsRequestBuilder) Delta()(*ItemEventsDeltaRequestBuilder) {
return NewItemEventsDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get get a list of event objects in the user's mailbox. The list contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar:
+// Get get a list of event objects in the user's mailbox. The list contains singleinstance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar:
// returns a EventCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -102,12 +102,12 @@ func (m *ItemEventsRequestBuilder) Get(ctx context.Context, requestConfiguration
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EventCollectionResponseable), nil
}
-// Post create an event in the user's default calendar or specified calendar. By default, the allowNewTimeProposals property is set to true when an event is created, which means invitees can propose a different date/time for the event. See Propose new meeting times for more information on how to propose a time, and how to receive and accept a new time proposal. You can specify the time zone for each of the start and end times of the event as part of their values, because the start and end properties are of dateTimeTimeZone type. First find the supported time zones to make sure you set only time zones that have been configured for the user's mailbox server. When an event is sent, the server sends invitations to all the attendees. Setting the location in an event An Exchange administrator can set up a mailbox and an email address for a resource such as a meeting room, or equipment like a projector. Users can then invite the resource as an attendee to a meeting. On behalf of the resource, the server accepts or rejects the meeting request based on the free/busy schedule of the resource. If the server accepts a meeting for the resource, it creates an event for the meeting in the resource's calendar. If the meeting is rescheduled, the server automatically updates the event in the resource's calendar. Another advantage of setting up a mailbox for a resource is to control scheduling of the resource, for example, only executivesor their delegates can book a private meeting room. If you're organizing an event that involves a meeting location: Additionally, if the meeting location has been set up as a resource, or if the event involves some equipment that has been set up as a resource:
+// Post create one or more multi-value extended properties in a new or existing instance of a resource. The following user resources are supported: The following group resources are supported: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties.
// returns a Eventable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/user-post-events?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/multivaluelegacyextendedproperty-post-multivalueextendedproperties?view=graph-rest-1.0
func (m *ItemEventsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemEventsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -125,7 +125,7 @@ func (m *ItemEventsRequestBuilder) Post(ctx context.Context, body iadcd81124412c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable), nil
}
-// ToGetRequestInformation get a list of event objects in the user's mailbox. The list contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar:
+// ToGetRequestInformation get a list of event objects in the user's mailbox. The list contains singleinstance meetings and series masters. To get expanded event instances, you can get the calendar view, orget the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar:
// returns a *RequestInformation when successful
func (m *ItemEventsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemEventsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -139,7 +139,7 @@ func (m *ItemEventsRequestBuilder) ToGetRequestInformation(ctx context.Context,
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create an event in the user's default calendar or specified calendar. By default, the allowNewTimeProposals property is set to true when an event is created, which means invitees can propose a different date/time for the event. See Propose new meeting times for more information on how to propose a time, and how to receive and accept a new time proposal. You can specify the time zone for each of the start and end times of the event as part of their values, because the start and end properties are of dateTimeTimeZone type. First find the supported time zones to make sure you set only time zones that have been configured for the user's mailbox server. When an event is sent, the server sends invitations to all the attendees. Setting the location in an event An Exchange administrator can set up a mailbox and an email address for a resource such as a meeting room, or equipment like a projector. Users can then invite the resource as an attendee to a meeting. On behalf of the resource, the server accepts or rejects the meeting request based on the free/busy schedule of the resource. If the server accepts a meeting for the resource, it creates an event for the meeting in the resource's calendar. If the meeting is rescheduled, the server automatically updates the event in the resource's calendar. Another advantage of setting up a mailbox for a resource is to control scheduling of the resource, for example, only executivesor their delegates can book a private meeting room. If you're organizing an event that involves a meeting location: Additionally, if the meeting location has been set up as a resource, or if the event involves some equipment that has been set up as a resource:
+// ToPostRequestInformation create one or more multi-value extended properties in a new or existing instance of a resource. The following user resources are supported: The following group resources are supported: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties.
// returns a *RequestInformation when successful
func (m *ItemEventsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable, requestConfiguration *ItemEventsRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/events", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_find_meeting_times_request_builder.go b/users/item_find_meeting_times_request_builder.go
index 666bdb8ac3..6cfd29285c 100644
--- a/users/item_find_meeting_times_request_builder.go
+++ b/users/item_find_meeting_times_request_builder.go
@@ -31,7 +31,7 @@ func NewItemFindMeetingTimesRequestBuilder(rawUrl string, requestAdapter i2ae418
urlParams["request-raw-url"] = rawUrl
return NewItemFindMeetingTimesRequestBuilderInternal(urlParams, requestAdapter)
}
-// Post suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property. Based on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time.
+// Post suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.Based on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time.
// returns a MeetingTimeSuggestionsResultable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
@@ -54,7 +54,7 @@ func (m *ItemFindMeetingTimesRequestBuilder) Post(ctx context.Context, body Item
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MeetingTimeSuggestionsResultable), nil
}
-// ToPostRequestInformation suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property. Based on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time.
+// ToPostRequestInformation suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.Based on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time.
// returns a *RequestInformation when successful
func (m *ItemFindMeetingTimesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemFindMeetingTimesPostRequestBodyable, requestConfiguration *ItemFindMeetingTimesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_get_mail_tips_request_builder.go b/users/item_get_mail_tips_request_builder.go
index 40a8022ab7..a7bb397f1f 100644
--- a/users/item_get_mail_tips_request_builder.go
+++ b/users/item_get_mail_tips_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMailTipsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7da
return NewItemGetMailTipsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips tobe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMailTipsPostResponse instead.
// returns a ItemGetMailTipsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_get_mail_tips_response.go b/users/item_get_mail_tips_response.go
index f5e8ac079c..43b6fb117e 100644
--- a/users/item_get_mail_tips_response.go
+++ b/users/item_get_mail_tips_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMailTipsPostResponseable instead.
type ItemGetMailTipsResponse struct {
ItemGetMailTipsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMailTipsResponse()(*ItemGetMailTipsResponse) {
func CreateItemGetMailTipsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMailTipsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMailTipsPostResponseable instead.
type ItemGetMailTipsResponseable interface {
ItemGetMailTipsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_get_managed_app_diagnostic_statuses_request_builder.go b/users/item_get_managed_app_diagnostic_statuses_request_builder.go
index 88f33d68ff..23fa7d33b3 100644
--- a/users/item_get_managed_app_diagnostic_statuses_request_builder.go
+++ b/users/item_get_managed_app_diagnostic_statuses_request_builder.go
@@ -46,7 +46,7 @@ func NewItemGetManagedAppDiagnosticStatusesRequestBuilder(rawUrl string, request
return NewItemGetManagedAppDiagnosticStatusesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get gets diagnostics validation status for a given user.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetManagedAppDiagnosticStatusesGetResponse instead.
// returns a ItemGetManagedAppDiagnosticStatusesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemGetManagedAppDiagnosticStatusesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetManagedAppDiagnosticStatusesRequestBuilderGetRequestConfiguration)(ItemGetManagedAppDiagnosticStatusesResponseable, error) {
diff --git a/users/item_get_managed_app_diagnostic_statuses_response.go b/users/item_get_managed_app_diagnostic_statuses_response.go
index e99cae3295..15d33efdbc 100644
--- a/users/item_get_managed_app_diagnostic_statuses_response.go
+++ b/users/item_get_managed_app_diagnostic_statuses_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetManagedAppDiagnosticStatusesGetResponseable instead.
type ItemGetManagedAppDiagnosticStatusesResponse struct {
ItemGetManagedAppDiagnosticStatusesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemGetManagedAppDiagnosticStatusesResponse()(*ItemGetManagedAppDiagnost
func CreateItemGetManagedAppDiagnosticStatusesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetManagedAppDiagnosticStatusesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetManagedAppDiagnosticStatusesGetResponseable instead.
type ItemGetManagedAppDiagnosticStatusesResponseable interface {
ItemGetManagedAppDiagnosticStatusesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_get_managed_app_policies_request_builder.go b/users/item_get_managed_app_policies_request_builder.go
index f538ca9a58..96ba57943e 100644
--- a/users/item_get_managed_app_policies_request_builder.go
+++ b/users/item_get_managed_app_policies_request_builder.go
@@ -52,7 +52,7 @@ func NewItemGetManagedAppPoliciesRequestBuilder(rawUrl string, requestAdapter i2
return NewItemGetManagedAppPoliciesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get gets app restrictions for a given user.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetManagedAppPoliciesGetResponse instead.
// returns a ItemGetManagedAppPoliciesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemGetManagedAppPoliciesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetManagedAppPoliciesRequestBuilderGetRequestConfiguration)(ItemGetManagedAppPoliciesResponseable, error) {
diff --git a/users/item_get_managed_app_policies_response.go b/users/item_get_managed_app_policies_response.go
index b2ad32892f..ed2e7d9ddd 100644
--- a/users/item_get_managed_app_policies_response.go
+++ b/users/item_get_managed_app_policies_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetManagedAppPoliciesGetResponseable instead.
type ItemGetManagedAppPoliciesResponse struct {
ItemGetManagedAppPoliciesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemGetManagedAppPoliciesResponse()(*ItemGetManagedAppPoliciesResponse)
func CreateItemGetManagedAppPoliciesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetManagedAppPoliciesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetManagedAppPoliciesGetResponseable instead.
type ItemGetManagedAppPoliciesResponseable interface {
ItemGetManagedAppPoliciesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_get_managed_devices_with_app_failures_request_builder.go b/users/item_get_managed_devices_with_app_failures_request_builder.go
index d5203bc070..717f66d26c 100644
--- a/users/item_get_managed_devices_with_app_failures_request_builder.go
+++ b/users/item_get_managed_devices_with_app_failures_request_builder.go
@@ -46,7 +46,7 @@ func NewItemGetManagedDevicesWithAppFailuresRequestBuilder(rawUrl string, reques
return NewItemGetManagedDevicesWithAppFailuresRequestBuilderInternal(urlParams, requestAdapter)
}
// Get retrieves the list of devices with failed apps
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetManagedDevicesWithAppFailuresGetResponse instead.
// returns a ItemGetManagedDevicesWithAppFailuresResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemGetManagedDevicesWithAppFailuresRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemGetManagedDevicesWithAppFailuresRequestBuilderGetRequestConfiguration)(ItemGetManagedDevicesWithAppFailuresResponseable, error) {
diff --git a/users/item_get_managed_devices_with_app_failures_response.go b/users/item_get_managed_devices_with_app_failures_response.go
index 52e8240afa..162e9e7a63 100644
--- a/users/item_get_managed_devices_with_app_failures_response.go
+++ b/users/item_get_managed_devices_with_app_failures_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetManagedDevicesWithAppFailuresGetResponseable instead.
type ItemGetManagedDevicesWithAppFailuresResponse struct {
ItemGetManagedDevicesWithAppFailuresGetResponse
}
@@ -20,7 +20,7 @@ func NewItemGetManagedDevicesWithAppFailuresResponse()(*ItemGetManagedDevicesWit
func CreateItemGetManagedDevicesWithAppFailuresResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetManagedDevicesWithAppFailuresResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetManagedDevicesWithAppFailuresGetResponseable instead.
type ItemGetManagedDevicesWithAppFailuresResponseable interface {
ItemGetManagedDevicesWithAppFailuresGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_get_member_groups_request_builder.go b/users/item_get_member_groups_request_builder.go
index 4b882f3dd8..ef427d96fa 100644
--- a/users/item_get_member_groups_request_builder.go
+++ b/users/item_get_member_groups_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187
return NewItemGetMemberGroupsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead.
// returns a ItemGetMemberGroupsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_get_member_groups_response.go b/users/item_get_member_groups_response.go
index bac6a1f658..eea5492c4b 100644
--- a/users/item_get_member_groups_response.go
+++ b/users/item_get_member_groups_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponse struct {
ItemGetMemberGroupsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberGroupsResponse()(*ItemGetMemberGroupsResponse) {
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberGroupsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.
type ItemGetMemberGroupsResponseable interface {
ItemGetMemberGroupsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_get_member_objects_request_builder.go b/users/item_get_member_objects_request_builder.go
index ead26a6f73..e200e4ab55 100644
--- a/users/item_get_member_objects_request_builder.go
+++ b/users/item_get_member_objects_request_builder.go
@@ -31,7 +31,7 @@ func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemGetMemberObjectsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead.
// returns a ItemGetMemberObjectsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_get_member_objects_response.go b/users/item_get_member_objects_response.go
index 29bf1b0fbf..ca1a1aa764 100644
--- a/users/item_get_member_objects_response.go
+++ b/users/item_get_member_objects_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponse struct {
ItemGetMemberObjectsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemGetMemberObjectsResponse()(*ItemGetMemberObjectsResponse) {
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemGetMemberObjectsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.
type ItemGetMemberObjectsResponseable interface {
ItemGetMemberObjectsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_joined_teams_get_all_messages_request_builder.go b/users/item_joined_teams_get_all_messages_request_builder.go
index 969898ce0c..8aef28922e 100644
--- a/users/item_joined_teams_get_all_messages_request_builder.go
+++ b/users/item_joined_teams_get_all_messages_request_builder.go
@@ -54,7 +54,7 @@ func NewItemJoinedTeamsGetAllMessagesRequestBuilder(rawUrl string, requestAdapte
return NewItemJoinedTeamsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAllMessages
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead.
// returns a ItemJoinedTeamsGetAllMessagesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemJoinedTeamsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemJoinedTeamsGetAllMessagesRequestBuilderGetRequestConfiguration)(ItemJoinedTeamsGetAllMessagesResponseable, error) {
diff --git a/users/item_joined_teams_get_all_messages_response.go b/users/item_joined_teams_get_all_messages_response.go
index 70604a9c8b..ec8b639ab6 100644
--- a/users/item_joined_teams_get_all_messages_response.go
+++ b/users/item_joined_teams_get_all_messages_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsGetAllMessagesGetResponseable instead.
type ItemJoinedTeamsGetAllMessagesResponse struct {
ItemJoinedTeamsGetAllMessagesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemJoinedTeamsGetAllMessagesResponse()(*ItemJoinedTeamsGetAllMessagesRe
func CreateItemJoinedTeamsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsGetAllMessagesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsGetAllMessagesGetResponseable instead.
type ItemJoinedTeamsGetAllMessagesResponseable interface {
ItemJoinedTeamsGetAllMessagesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_joined_teams_item_channels_get_all_messages_request_builder.go b/users/item_joined_teams_item_channels_get_all_messages_request_builder.go
index 3975976551..3aba7b0e65 100644
--- a/users/item_joined_teams_item_channels_get_all_messages_request_builder.go
+++ b/users/item_joined_teams_item_channels_get_all_messages_request_builder.go
@@ -54,7 +54,7 @@ func NewItemJoinedTeamsItemChannelsGetAllMessagesRequestBuilder(rawUrl string, r
return NewItemJoinedTeamsItemChannelsGetAllMessagesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getAllMessages
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetAllMessagesGetResponse instead.
// returns a ItemJoinedTeamsItemChannelsGetAllMessagesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemJoinedTeamsItemChannelsGetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsGetAllMessagesRequestBuilderGetRequestConfiguration)(ItemJoinedTeamsItemChannelsGetAllMessagesResponseable, error) {
diff --git a/users/item_joined_teams_item_channels_get_all_messages_response.go b/users/item_joined_teams_item_channels_get_all_messages_response.go
index 5d8b998898..b0ed763edf 100644
--- a/users/item_joined_teams_item_channels_get_all_messages_response.go
+++ b/users/item_joined_teams_item_channels_get_all_messages_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemChannelsGetAllMessagesGetResponseable instead.
type ItemJoinedTeamsItemChannelsGetAllMessagesResponse struct {
ItemJoinedTeamsItemChannelsGetAllMessagesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemJoinedTeamsItemChannelsGetAllMessagesResponse()(*ItemJoinedTeamsItem
func CreateItemJoinedTeamsItemChannelsGetAllMessagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemChannelsGetAllMessagesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemChannelsGetAllMessagesGetResponseable instead.
type ItemJoinedTeamsItemChannelsGetAllMessagesResponseable interface {
ItemJoinedTeamsItemChannelsGetAllMessagesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_joined_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go b/users/item_joined_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
index 200c098723..71cb256248 100644
--- a/users/item_joined_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
@@ -42,7 +42,7 @@ func NewItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTen
return NewItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function doesUserHaveAccess
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead.
// returns a ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) {
diff --git a/users/item_joined_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go b/users/item_joined_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
index 2e7b02c8fc..c8868c8aa6 100644
--- a/users/item_joined_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
+++ b/users/item_joined_teams_item_channels_item_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct {
ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse
}
@@ -20,7 +20,7 @@ func NewItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTen
func CreateItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface {
ItemJoinedTeamsItemChannelsItemDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_joined_teams_item_channels_item_members_add_request_builder.go b/users/item_joined_teams_item_channels_item_members_add_request_builder.go
index 8a862f163c..052029f25c 100644
--- a/users/item_joined_teams_item_channels_item_members_add_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_members_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemJoinedTeamsItemChannelsItemMembersAddRequestBuilder(rawUrl string, r
return NewItemJoinedTeamsItemChannelsItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a ItemJoinedTeamsItemChannelsItemMembersAddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_joined_teams_item_channels_item_members_add_response.go b/users/item_joined_teams_item_channels_item_members_add_response.go
index 7790acd1b0..4d762dfdba 100644
--- a/users/item_joined_teams_item_channels_item_members_add_response.go
+++ b/users/item_joined_teams_item_channels_item_members_add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemChannelsItemMembersAddPostResponseable instead.
type ItemJoinedTeamsItemChannelsItemMembersAddResponse struct {
ItemJoinedTeamsItemChannelsItemMembersAddPostResponse
}
@@ -20,7 +20,7 @@ func NewItemJoinedTeamsItemChannelsItemMembersAddResponse()(*ItemJoinedTeamsItem
func CreateItemJoinedTeamsItemChannelsItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemChannelsItemMembersAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemChannelsItemMembersAddPostResponseable instead.
type ItemJoinedTeamsItemChannelsItemMembersAddResponseable interface {
ItemJoinedTeamsItemChannelsItemMembersAddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_joined_teams_item_channels_item_members_request_builder.go b/users/item_joined_teams_item_channels_item_members_request_builder.go
index 8953af3f15..f8d0c5c270 100644
--- a/users/item_joined_teams_item_channels_item_members_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_members_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersRequestBuilder) Get(ctx context.C
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel.
+// Post add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a ConversationMemberable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *ItemJoinedTeamsItemChannelsItemMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemChannelsItemMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMembersRequestBuilder) ToGetRequestInfor
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel.
+// ToPostRequestInformation add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a *RequestInformation when successful
func (m *ItemJoinedTeamsItemChannelsItemMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemChannelsItemMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/channels/{channel%2Did}/members", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_joined_teams_item_channels_item_messages_delta_request_builder.go b/users/item_joined_teams_item_channels_item_messages_delta_request_builder.go
index a8069fe69f..4cb19fdc5b 100644
--- a/users/item_joined_teams_item_channels_item_messages_delta_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesDeltaRequestBuilder(rawUrl string
return NewItemJoinedTeamsItemChannelsItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemJoinedTeamsItemChannelsItemMessagesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemJoinedTeamsItemChannelsItemMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemJoinedTeamsItemChannelsItemMessagesDeltaResponseable, error) {
diff --git a/users/item_joined_teams_item_channels_item_messages_delta_response.go b/users/item_joined_teams_item_channels_item_messages_delta_response.go
index eb873c768d..1ed954cdd7 100644
--- a/users/item_joined_teams_item_channels_item_messages_delta_response.go
+++ b/users/item_joined_teams_item_channels_item_messages_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemChannelsItemMessagesDeltaGetResponseable instead.
type ItemJoinedTeamsItemChannelsItemMessagesDeltaResponse struct {
ItemJoinedTeamsItemChannelsItemMessagesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesDeltaResponse()(*ItemJoinedTeamsI
func CreateItemJoinedTeamsItemChannelsItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemChannelsItemMessagesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemChannelsItemMessagesDeltaGetResponseable instead.
type ItemJoinedTeamsItemChannelsItemMessagesDeltaResponseable interface {
ItemJoinedTeamsItemChannelsItemMessagesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_joined_teams_item_channels_item_messages_item_replies_delta_request_builder.go b/users/item_joined_teams_item_channels_item_messages_item_replies_delta_request_builder.go
index be501c800a..20ce441a0a 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_replies_delta_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_replies_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilder(ra
return NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaResponseable, error) {
diff --git a/users/item_joined_teams_item_channels_item_messages_item_replies_delta_response.go b/users/item_joined_teams_item_channels_item_messages_item_replies_delta_response.go
index 6f4bb69779..f4fb74a9c0 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_replies_delta_response.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_replies_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaGetResponseable instead.
type ItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaResponse struct {
ItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaResponse()(*ItemJ
func CreateItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaGetResponseable instead.
type ItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaResponseable interface {
ItemJoinedTeamsItemChannelsItemMessagesItemRepliesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_joined_teams_item_channels_item_messages_item_replies_request_builder.go b/users/item_joined_teams_item_channels_item_messages_item_replies_request_builder.go
index ca16d8f7f6..79ea87b8ca 100644
--- a/users/item_joined_teams_item_channels_item_messages_item_replies_request_builder.go
+++ b/users/item_joined_teams_item_channels_item_messages_item_replies_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Get(c
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel.
+// Post send a new reply to a chatMessage in a specified channel.
// returns a ChatMessageable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) ToGet
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel.
// returns a *RequestInformation when successful
func (m *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemJoinedTeamsItemChannelsItemMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_joined_teams_item_members_add_request_builder.go b/users/item_joined_teams_item_members_add_request_builder.go
index e1cbcc5db5..26e91ccf8c 100644
--- a/users/item_joined_teams_item_members_add_request_builder.go
+++ b/users/item_joined_teams_item_members_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemJoinedTeamsItemMembersAddRequestBuilder(rawUrl string, requestAdapte
return NewItemJoinedTeamsItemMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a ItemJoinedTeamsItemMembersAddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_joined_teams_item_members_add_response.go b/users/item_joined_teams_item_members_add_response.go
index 2394f24c9b..24c922a333 100644
--- a/users/item_joined_teams_item_members_add_response.go
+++ b/users/item_joined_teams_item_members_add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemMembersAddPostResponseable instead.
type ItemJoinedTeamsItemMembersAddResponse struct {
ItemJoinedTeamsItemMembersAddPostResponse
}
@@ -20,7 +20,7 @@ func NewItemJoinedTeamsItemMembersAddResponse()(*ItemJoinedTeamsItemMembersAddRe
func CreateItemJoinedTeamsItemMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemMembersAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemMembersAddPostResponseable instead.
type ItemJoinedTeamsItemMembersAddResponseable interface {
ItemJoinedTeamsItemMembersAddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_joined_teams_item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go b/users/item_joined_teams_item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
index a390d21e4e..0b471cbffa 100644
--- a/users/item_joined_teams_item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.go
@@ -42,7 +42,7 @@ func NewItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdT
return NewItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function doesUserHaveAccess
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse instead.
// returns a ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration)(ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable, error) {
diff --git a/users/item_joined_teams_item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go b/users/item_joined_teams_item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
index c04af03464..02cb28a625 100644
--- a/users/item_joined_teams_item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
+++ b/users/item_joined_teams_item_primary_channel_does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse struct {
ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse
}
@@ -20,7 +20,7 @@ func NewItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdT
func CreateItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable instead.
type ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameResponseable interface {
ItemJoinedTeamsItemPrimaryChannelDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_joined_teams_item_primary_channel_members_add_request_builder.go b/users/item_joined_teams_item_primary_channel_members_add_request_builder.go
index d8cf2a9bf9..bfaa8caf8b 100644
--- a/users/item_joined_teams_item_primary_channel_members_add_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_members_add_request_builder.go
@@ -31,7 +31,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMembersAddRequestBuilder(rawUrl string,
return NewItemJoinedTeamsItemPrimaryChannelMembersAddRequestBuilderInternal(urlParams, requestAdapter)
}
// Post add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsAddPostResponse instead.
// returns a ItemJoinedTeamsItemPrimaryChannelMembersAddResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_joined_teams_item_primary_channel_members_add_response.go b/users/item_joined_teams_item_primary_channel_members_add_response.go
index 325db0353e..ef660eaef1 100644
--- a/users/item_joined_teams_item_primary_channel_members_add_response.go
+++ b/users/item_joined_teams_item_primary_channel_members_add_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemPrimaryChannelMembersAddPostResponseable instead.
type ItemJoinedTeamsItemPrimaryChannelMembersAddResponse struct {
ItemJoinedTeamsItemPrimaryChannelMembersAddPostResponse
}
@@ -20,7 +20,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMembersAddResponse()(*ItemJoinedTeamsIt
func CreateItemJoinedTeamsItemPrimaryChannelMembersAddResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemPrimaryChannelMembersAddResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemPrimaryChannelMembersAddPostResponseable instead.
type ItemJoinedTeamsItemPrimaryChannelMembersAddResponseable interface {
ItemJoinedTeamsItemPrimaryChannelMembersAddPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_joined_teams_item_primary_channel_members_request_builder.go b/users/item_joined_teams_item_primary_channel_members_request_builder.go
index eebce499a3..95c9a2387a 100644
--- a/users/item_joined_teams_item_primary_channel_members_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_members_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilder) Get(ctx context
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberCollectionResponseable), nil
}
-// Post add a conversationMember to a channel.
+// Post add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a ConversationMemberable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
func (m *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilder) ToGetRequestInf
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation add a conversationMember to a channel.
+// ToPostRequestInformation add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
// returns a *RequestInformation when successful
func (m *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ConversationMemberable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMembersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/primaryChannel/members", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_joined_teams_item_primary_channel_messages_delta_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_delta_request_builder.go
index 628d2c6b27..d56c8e8cdb 100644
--- a/users/item_joined_teams_item_primary_channel_messages_delta_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesDeltaRequestBuilder(rawUrl stri
return NewItemJoinedTeamsItemPrimaryChannelMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemJoinedTeamsItemPrimaryChannelMessagesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesDeltaRequestBuilderGetRequestConfiguration)(ItemJoinedTeamsItemPrimaryChannelMessagesDeltaResponseable, error) {
diff --git a/users/item_joined_teams_item_primary_channel_messages_delta_response.go b/users/item_joined_teams_item_primary_channel_messages_delta_response.go
index a6602f9d5f..38557a985e 100644
--- a/users/item_joined_teams_item_primary_channel_messages_delta_response.go
+++ b/users/item_joined_teams_item_primary_channel_messages_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemPrimaryChannelMessagesDeltaGetResponseable instead.
type ItemJoinedTeamsItemPrimaryChannelMessagesDeltaResponse struct {
ItemJoinedTeamsItemPrimaryChannelMessagesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesDeltaResponse()(*ItemJoinedTeam
func CreateItemJoinedTeamsItemPrimaryChannelMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemPrimaryChannelMessagesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemPrimaryChannelMessagesDeltaGetResponseable instead.
type ItemJoinedTeamsItemPrimaryChannelMessagesDeltaResponseable interface {
ItemJoinedTeamsItemPrimaryChannelMessagesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_replies_delta_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_item_replies_delta_request_builder.go
index c632f9da83..58d25a1e95 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_replies_delta_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_replies_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilder(
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaRequestBuilderGetRequestConfiguration)(ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaResponseable, error) {
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_replies_delta_response.go b/users/item_joined_teams_item_primary_channel_messages_item_replies_delta_response.go
index cb04065b89..aa57a6da14 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_replies_delta_response.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_replies_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead.
type ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaResponse struct {
ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaResponse()(*Ite
func CreateItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaGetResponseable instead.
type ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaResponseable interface {
ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_joined_teams_item_primary_channel_messages_item_replies_request_builder.go b/users/item_joined_teams_item_primary_channel_messages_item_replies_request_builder.go
index 1227db8130..af9497bf23 100644
--- a/users/item_joined_teams_item_primary_channel_messages_item_replies_request_builder.go
+++ b/users/item_joined_teams_item_primary_channel_messages_item_replies_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilder) Get
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageCollectionResponseable), nil
}
-// Post create a new reply to a chatMessage in a specified channel.
+// Post send a new reply to a chatMessage in a specified channel.
// returns a ChatMessageable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilder) ToG
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create a new reply to a chatMessage in a specified channel.
+// ToPostRequestInformation send a new reply to a chatMessage in a specified channel.
// returns a *RequestInformation when successful
func (m *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable, requestConfiguration *ItemJoinedTeamsItemPrimaryChannelMessagesItemRepliesRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/primaryChannel/messages/{chatMessage%2Did}/replies", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_mail_folders_delta_request_builder.go b/users/item_mail_folders_delta_request_builder.go
index 19f82a6b1e..f4d82b7c53 100644
--- a/users/item_mail_folders_delta_request_builder.go
+++ b/users/item_mail_folders_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemMailFoldersDeltaRequestBuilder(rawUrl string, requestAdapter i2ae418
return NewItemMailFoldersDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemMailFoldersDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_mail_folders_delta_response.go b/users/item_mail_folders_delta_response.go
index d23a11ee6e..4e65a40f18 100644
--- a/users/item_mail_folders_delta_response.go
+++ b/users/item_mail_folders_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMailFoldersDeltaGetResponseable instead.
type ItemMailFoldersDeltaResponse struct {
ItemMailFoldersDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemMailFoldersDeltaResponse()(*ItemMailFoldersDeltaResponse) {
func CreateItemMailFoldersDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMailFoldersDeltaGetResponseable instead.
type ItemMailFoldersDeltaResponseable interface {
ItemMailFoldersDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_mail_folders_item_child_folders_delta_request_builder.go b/users/item_mail_folders_item_child_folders_delta_request_builder.go
index 39cfd45aee..54b3d948a6 100644
--- a/users/item_mail_folders_item_child_folders_delta_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemMailFoldersItemChildFoldersDeltaRequestBuilder(rawUrl string, reques
return NewItemMailFoldersItemChildFoldersDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemMailFoldersItemChildFoldersDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_mail_folders_item_child_folders_delta_response.go b/users/item_mail_folders_item_child_folders_delta_response.go
index 59b53d5135..dbda728505 100644
--- a/users/item_mail_folders_item_child_folders_delta_response.go
+++ b/users/item_mail_folders_item_child_folders_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMailFoldersItemChildFoldersDeltaGetResponseable instead.
type ItemMailFoldersItemChildFoldersDeltaResponse struct {
ItemMailFoldersItemChildFoldersDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemMailFoldersItemChildFoldersDeltaResponse()(*ItemMailFoldersItemChild
func CreateItemMailFoldersItemChildFoldersDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemChildFoldersDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMailFoldersItemChildFoldersDeltaGetResponseable instead.
type ItemMailFoldersItemChildFoldersDeltaResponseable interface {
ItemMailFoldersItemChildFoldersDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_mail_folders_item_child_folders_item_messages_delta_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_delta_request_builder.go
index b48d165851..5398cb7467 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_delta_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_delta_request_builder.go
@@ -54,7 +54,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilder(rawUrl st
return NewItemMailFoldersItemChildFoldersItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemMailFoldersItemChildFoldersItemMessagesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_mail_folders_item_child_folders_item_messages_delta_response.go b/users/item_mail_folders_item_child_folders_item_messages_delta_response.go
index ce7bb20587..0562b6f84d 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_delta_response.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMailFoldersItemChildFoldersItemMessagesDeltaGetResponseable instead.
type ItemMailFoldersItemChildFoldersItemMessagesDeltaResponse struct {
ItemMailFoldersItemChildFoldersItemMessagesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemMailFoldersItemChildFoldersItemMessagesDeltaResponse()(*ItemMailFold
func CreateItemMailFoldersItemChildFoldersItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemChildFoldersItemMessagesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMailFoldersItemChildFoldersItemMessagesDeltaGetResponseable instead.
type ItemMailFoldersItemChildFoldersItemMessagesDeltaResponseable interface {
ItemMailFoldersItemChildFoldersItemMessagesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_mail_folders_item_child_folders_item_messages_item_attachments_request_builder.go b/users/item_mail_folders_item_child_folders_item_messages_item_attachments_request_builder.go
index c72c289b3b..c6b89be7b5 100644
--- a/users/item_mail_folders_item_child_folders_item_messages_item_attachments_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_item_messages_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a message.
+// ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects.
type ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -75,12 +75,12 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilde
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to a message.
+// Get retrieve a list of attachment objects.
// returns a AttachmentCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -121,7 +121,7 @@ func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilde
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to a message.
+// ToGetRequestInformation retrieve a list of attachment objects.
// returns a *RequestInformation when successful
func (m *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemChildFoldersItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_mail_folders_item_child_folders_request_builder.go b/users/item_mail_folders_item_child_folders_request_builder.go
index 1e82de9751..4d1408bc06 100644
--- a/users/item_mail_folders_item_child_folders_request_builder.go
+++ b/users/item_mail_folders_item_child_folders_request_builder.go
@@ -104,12 +104,12 @@ func (m *ItemMailFoldersItemChildFoldersRequestBuilder) Get(ctx context.Context,
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderCollectionResponseable), nil
}
-// Post use this API to create a new child mailFolder. If you intend a new folder to be hidden, you must set the isHidden property to true on creation.
+// Post create a new mailSearchFolder in the specified user's mailbox.
// returns a MailFolderable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-post-childfolders?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/mailsearchfolder-post?view=graph-rest-1.0
func (m *ItemMailFoldersItemChildFoldersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable, requestConfiguration *ItemMailFoldersItemChildFoldersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -141,7 +141,7 @@ func (m *ItemMailFoldersItemChildFoldersRequestBuilder) ToGetRequestInformation(
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation use this API to create a new child mailFolder. If you intend a new folder to be hidden, you must set the isHidden property to true on creation.
+// ToPostRequestInformation create a new mailSearchFolder in the specified user's mailbox.
// returns a *RequestInformation when successful
func (m *ItemMailFoldersItemChildFoldersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable, requestConfiguration *ItemMailFoldersItemChildFoldersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users/{user%2Did}/mailFolders/{mailFolder%2Did}/childFolders", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_mail_folders_item_messages_delta_request_builder.go b/users/item_mail_folders_item_messages_delta_request_builder.go
index 4b996cd1d6..f08bc4d183 100644
--- a/users/item_mail_folders_item_messages_delta_request_builder.go
+++ b/users/item_mail_folders_item_messages_delta_request_builder.go
@@ -54,7 +54,7 @@ func NewItemMailFoldersItemMessagesDeltaRequestBuilder(rawUrl string, requestAda
return NewItemMailFoldersItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemMailFoldersItemMessagesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_mail_folders_item_messages_delta_response.go b/users/item_mail_folders_item_messages_delta_response.go
index 2f2a461802..6c6e2f33a1 100644
--- a/users/item_mail_folders_item_messages_delta_response.go
+++ b/users/item_mail_folders_item_messages_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMailFoldersItemMessagesDeltaGetResponseable instead.
type ItemMailFoldersItemMessagesDeltaResponse struct {
ItemMailFoldersItemMessagesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemMailFoldersItemMessagesDeltaResponse()(*ItemMailFoldersItemMessagesD
func CreateItemMailFoldersItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMailFoldersItemMessagesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMailFoldersItemMessagesDeltaGetResponseable instead.
type ItemMailFoldersItemMessagesDeltaResponseable interface {
ItemMailFoldersItemMessagesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_mail_folders_item_messages_item_attachments_request_builder.go b/users/item_mail_folders_item_messages_item_attachments_request_builder.go
index 3f6a49e122..6f66aec6e0 100644
--- a/users/item_mail_folders_item_messages_item_attachments_request_builder.go
+++ b/users/item_mail_folders_item_messages_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a message.
+// ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects.
type ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -75,12 +75,12 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) Count()(*Item
func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemMailFoldersItemMessagesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to a message.
+// Get retrieve a list of attachment objects.
// returns a AttachmentCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0
func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -121,7 +121,7 @@ func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) Post(ctx cont
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to a message.
+// ToGetRequestInformation retrieve a list of attachment objects.
// returns a *RequestInformation when successful
func (m *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMailFoldersItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_mail_folders_mail_folder_item_request_builder.go b/users/item_mail_folders_mail_folder_item_request_builder.go
index fea2f95e11..a8ae01d8a6 100644
--- a/users/item_mail_folders_mail_folder_item_request_builder.go
+++ b/users/item_mail_folders_mail_folder_item_request_builder.go
@@ -123,12 +123,12 @@ func (m *ItemMailFoldersMailFolderItemRequestBuilder) Messages()(*ItemMailFolder
func (m *ItemMailFoldersMailFolderItemRequestBuilder) Move()(*ItemMailFoldersItemMoveRequestBuilder) {
return NewItemMailFoldersItemMoveRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the writable properties of a mailSearchFolder object.
+// Patch update the properties of mailfolder object.
// returns a MailFolderable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/mailsearchfolder-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/mailfolder-update?view=graph-rest-1.0
func (m *ItemMailFoldersMailFolderItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable, requestConfiguration *ItemMailFoldersMailFolderItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -171,7 +171,7 @@ func (m *ItemMailFoldersMailFolderItemRequestBuilder) ToGetRequestInformation(ct
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPatchRequestInformation update the writable properties of a mailSearchFolder object.
+// ToPatchRequestInformation update the properties of mailfolder object.
// returns a *RequestInformation when successful
func (m *ItemMailFoldersMailFolderItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MailFolderable, requestConfiguration *ItemMailFoldersMailFolderItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/users/{user%2Did}/mailFolders/{mailFolder%2Did}", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go b/users/item_managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go
index 16174fd9ed..23f746bef0 100644
--- a/users/item_managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go
+++ b/users/item_managed_devices_item_log_collection_requests_item_create_download_url_request_builder.go
@@ -31,7 +31,7 @@ func NewItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestB
return NewItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invoke action createDownloadUrl
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsCreateDownloadUrlPostResponse instead.
// returns a ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilder) Post(ctx context.Context, requestConfiguration *ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlRequestBuilderPostRequestConfiguration)(ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable, error) {
diff --git a/users/item_managed_devices_item_log_collection_requests_item_create_download_url_response.go b/users/item_managed_devices_item_log_collection_requests_item_create_download_url_response.go
index 07d92c7736..ec027d7a2f 100644
--- a/users/item_managed_devices_item_log_collection_requests_item_create_download_url_response.go
+++ b/users/item_managed_devices_item_log_collection_requests_item_create_download_url_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable instead.
type ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse struct {
ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponse
}
@@ -20,7 +20,7 @@ func NewItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse
func CreateItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable instead.
type ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlResponseable interface {
ItemManagedDevicesItemLogCollectionRequestsItemCreateDownloadUrlPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_messages_delta_request_builder.go b/users/item_messages_delta_request_builder.go
index bc3e71ba29..3115617209 100644
--- a/users/item_messages_delta_request_builder.go
+++ b/users/item_messages_delta_request_builder.go
@@ -54,7 +54,7 @@ func NewItemMessagesDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
return NewItemMessagesDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemMessagesDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_messages_delta_response.go b/users/item_messages_delta_response.go
index 1583f47fef..7540cd03e0 100644
--- a/users/item_messages_delta_response.go
+++ b/users/item_messages_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMessagesDeltaGetResponseable instead.
type ItemMessagesDeltaResponse struct {
ItemMessagesDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemMessagesDeltaResponse()(*ItemMessagesDeltaResponse) {
func CreateItemMessagesDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemMessagesDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemMessagesDeltaGetResponseable instead.
type ItemMessagesDeltaResponseable interface {
ItemMessagesDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_messages_item_attachments_request_builder.go b/users/item_messages_item_attachments_request_builder.go
index f0314bac19..0d6b0af14c 100644
--- a/users/item_messages_item_attachments_request_builder.go
+++ b/users/item_messages_item_attachments_request_builder.go
@@ -11,7 +11,7 @@ import (
type ItemMessagesItemAttachmentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// ItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects attached to a message.
+// ItemMessagesItemAttachmentsRequestBuilderGetQueryParameters retrieve a list of attachment objects.
type ItemMessagesItemAttachmentsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -75,12 +75,12 @@ func (m *ItemMessagesItemAttachmentsRequestBuilder) Count()(*ItemMessagesItemAtt
func (m *ItemMessagesItemAttachmentsRequestBuilder) CreateUploadSession()(*ItemMessagesItemAttachmentsCreateUploadSessionRequestBuilder) {
return NewItemMessagesItemAttachmentsCreateUploadSessionRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get retrieve a list of attachment objects attached to a message.
+// Get retrieve a list of attachment objects.
// returns a AttachmentCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0
func (m *ItemMessagesItemAttachmentsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AttachmentCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -121,7 +121,7 @@ func (m *ItemMessagesItemAttachmentsRequestBuilder) Post(ctx context.Context, bo
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable), nil
}
-// ToGetRequestInformation retrieve a list of attachment objects attached to a message.
+// ToGetRequestInformation retrieve a list of attachment objects.
// returns a *RequestInformation when successful
func (m *ItemMessagesItemAttachmentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesItemAttachmentsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_messages_message_item_request_builder.go b/users/item_messages_message_item_request_builder.go
index 815b1c29bc..5e5834101d 100644
--- a/users/item_messages_message_item_request_builder.go
+++ b/users/item_messages_message_item_request_builder.go
@@ -86,11 +86,11 @@ func (m *ItemMessagesMessageItemRequestBuilder) CreateReply()(*ItemMessagesItemC
func (m *ItemMessagesMessageItemRequestBuilder) CreateReplyAll()(*ItemMessagesItemCreateReplyAllRequestBuilder) {
return NewItemMessagesItemCreateReplyAllRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Delete delete eventMessage.
+// Delete delete a message in the specified user's mailbox, or delete a relationship of the message.
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/message-delete?view=graph-rest-1.0
func (m *ItemMessagesMessageItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *ItemMessagesMessageItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -120,7 +120,7 @@ func (m *ItemMessagesMessageItemRequestBuilder) Forward()(*ItemMessagesItemForwa
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/singlevaluelegacyextendedproperty-get?view=graph-rest-1.0
func (m *ItemMessagesMessageItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMessagesMessageItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -143,12 +143,12 @@ func (m *ItemMessagesMessageItemRequestBuilder) Get(ctx context.Context, request
func (m *ItemMessagesMessageItemRequestBuilder) Move()(*ItemMessagesItemMoveRequestBuilder) {
return NewItemMessagesItemMoveRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of an eventMessage object.
+// Patch update the properties of a message object.
// returns a Messageable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/eventmessage-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/message-update?view=graph-rest-1.0
func (m *ItemMessagesMessageItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, requestConfiguration *ItemMessagesMessageItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -181,7 +181,7 @@ func (m *ItemMessagesMessageItemRequestBuilder) ReplyAll()(*ItemMessagesItemRepl
func (m *ItemMessagesMessageItemRequestBuilder) Send()(*ItemMessagesItemSendRequestBuilder) {
return NewItemMessagesItemSendRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// ToDeleteRequestInformation delete eventMessage.
+// ToDeleteRequestInformation delete a message in the specified user's mailbox, or delete a relationship of the message.
// returns a *RequestInformation when successful
func (m *ItemMessagesMessageItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ItemMessagesMessageItemRequestBuilderDeleteRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DELETE, "{+baseurl}/users/{user%2Did}/messages/{message%2Did}", m.BaseRequestBuilder.PathParameters)
@@ -206,7 +206,7 @@ func (m *ItemMessagesMessageItemRequestBuilder) ToGetRequestInformation(ctx cont
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of an eventMessage object.
+// ToPatchRequestInformation update the properties of a message object.
// returns a *RequestInformation when successful
func (m *ItemMessagesMessageItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, requestConfiguration *ItemMessagesMessageItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/users/{user%2Did}/messages/{message%2Did}", m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go b/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go
index fce1a444c2..ea68c8411c 100644
--- a/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go
+++ b/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_request_builder.go
@@ -50,7 +50,7 @@ func NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksReques
return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function getRecentNotebooks
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetRecentNotebooksWithIncludePersonalNotebooksGetResponse instead.
// returns a ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration)(ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable, error) {
diff --git a/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go b/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go
index 85f6b7c327..d25aec0315 100644
--- a/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go
+++ b/users/item_onenote_notebooks_get_recent_notebooks_with_include_personal_notebooks_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead.
type ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse struct {
ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponse
}
@@ -20,7 +20,7 @@ func NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksRespon
func CreateItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable instead.
type ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksResponseable interface {
ItemOnenoteNotebooksGetRecentNotebooksWithIncludePersonalNotebooksGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go b/users/item_online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go
index 719b0a2491..e2541314cd 100644
--- a/users/item_online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go
+++ b/users/item_online_meetings_item_get_virtual_appointment_join_web_url_request_builder.go
@@ -31,7 +31,7 @@ func NewItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilder(rawU
return NewItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function getVirtualAppointmentJoinWebUrl
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsGetVirtualAppointmentJoinWebUrlGetResponse instead.
// returns a ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration)(ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable, error) {
diff --git a/users/item_online_meetings_item_get_virtual_appointment_join_web_url_response.go b/users/item_online_meetings_item_get_virtual_appointment_join_web_url_response.go
index c50b11d496..c0a3984785 100644
--- a/users/item_online_meetings_item_get_virtual_appointment_join_web_url_response.go
+++ b/users/item_online_meetings_item_get_virtual_appointment_join_web_url_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable instead.
type ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse struct {
ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponse
}
@@ -20,7 +20,7 @@ func NewItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse()(*ItemOnl
func CreateItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable instead.
type ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlResponseable interface {
ItemOnlineMeetingsItemGetVirtualAppointmentJoinWebUrlGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_outlook_supported_languages_request_builder.go b/users/item_outlook_supported_languages_request_builder.go
index 012d63d4b7..c43ff263a6 100644
--- a/users/item_outlook_supported_languages_request_builder.go
+++ b/users/item_outlook_supported_languages_request_builder.go
@@ -46,7 +46,7 @@ func NewItemOutlookSupportedLanguagesRequestBuilder(rawUrl string, requestAdapte
return NewItemOutlookSupportedLanguagesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language bygetting the user's mailbox settings.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsSupportedLanguagesGetResponse instead.
// returns a ItemOutlookSupportedLanguagesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_outlook_supported_languages_response.go b/users/item_outlook_supported_languages_response.go
index d1e531333a..07b18b15ee 100644
--- a/users/item_outlook_supported_languages_response.go
+++ b/users/item_outlook_supported_languages_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOutlookSupportedLanguagesGetResponseable instead.
type ItemOutlookSupportedLanguagesResponse struct {
ItemOutlookSupportedLanguagesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemOutlookSupportedLanguagesResponse()(*ItemOutlookSupportedLanguagesRe
func CreateItemOutlookSupportedLanguagesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOutlookSupportedLanguagesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOutlookSupportedLanguagesGetResponseable instead.
type ItemOutlookSupportedLanguagesResponseable interface {
ItemOutlookSupportedLanguagesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_outlook_supported_time_zones_request_builder.go b/users/item_outlook_supported_time_zones_request_builder.go
index 63ee5670e2..7aabb2023e 100644
--- a/users/item_outlook_supported_time_zones_request_builder.go
+++ b/users/item_outlook_supported_time_zones_request_builder.go
@@ -46,7 +46,7 @@ func NewItemOutlookSupportedTimeZonesRequestBuilder(rawUrl string, requestAdapte
return NewItemOutlookSupportedTimeZonesRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function supportedTimeZones
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsSupportedTimeZonesGetResponse instead.
// returns a ItemOutlookSupportedTimeZonesResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemOutlookSupportedTimeZonesRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOutlookSupportedTimeZonesRequestBuilderGetRequestConfiguration)(ItemOutlookSupportedTimeZonesResponseable, error) {
diff --git a/users/item_outlook_supported_time_zones_response.go b/users/item_outlook_supported_time_zones_response.go
index 8de70d3652..eb1ba94e35 100644
--- a/users/item_outlook_supported_time_zones_response.go
+++ b/users/item_outlook_supported_time_zones_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOutlookSupportedTimeZonesGetResponseable instead.
type ItemOutlookSupportedTimeZonesResponse struct {
ItemOutlookSupportedTimeZonesGetResponse
}
@@ -20,7 +20,7 @@ func NewItemOutlookSupportedTimeZonesResponse()(*ItemOutlookSupportedTimeZonesRe
func CreateItemOutlookSupportedTimeZonesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOutlookSupportedTimeZonesResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOutlookSupportedTimeZonesGetResponseable instead.
type ItemOutlookSupportedTimeZonesResponseable interface {
ItemOutlookSupportedTimeZonesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_outlook_supported_time_zones_with_time_zone_standard_request_builder.go b/users/item_outlook_supported_time_zones_with_time_zone_standard_request_builder.go
index 7da5dcef48..1b9274e4d6 100644
--- a/users/item_outlook_supported_time_zones_with_time_zone_standard_request_builder.go
+++ b/users/item_outlook_supported_time_zones_with_time_zone_standard_request_builder.go
@@ -49,7 +49,7 @@ func NewItemOutlookSupportedTimeZonesWithTimeZoneStandardRequestBuilder(rawUrl s
return NewItemOutlookSupportedTimeZonesWithTimeZoneStandardRequestBuilderInternal(urlParams, requestAdapter, nil)
}
// Get invoke function supportedTimeZones
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsSupportedTimeZonesWithTimeZoneStandardGetResponse instead.
// returns a ItemOutlookSupportedTimeZonesWithTimeZoneStandardResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemOutlookSupportedTimeZonesWithTimeZoneStandardRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemOutlookSupportedTimeZonesWithTimeZoneStandardRequestBuilderGetRequestConfiguration)(ItemOutlookSupportedTimeZonesWithTimeZoneStandardResponseable, error) {
diff --git a/users/item_outlook_supported_time_zones_with_time_zone_standard_response.go b/users/item_outlook_supported_time_zones_with_time_zone_standard_response.go
index c537ce337a..34a0652108 100644
--- a/users/item_outlook_supported_time_zones_with_time_zone_standard_response.go
+++ b/users/item_outlook_supported_time_zones_with_time_zone_standard_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOutlookSupportedTimeZonesWithTimeZoneStandardGetResponseable instead.
type ItemOutlookSupportedTimeZonesWithTimeZoneStandardResponse struct {
ItemOutlookSupportedTimeZonesWithTimeZoneStandardGetResponse
}
@@ -20,7 +20,7 @@ func NewItemOutlookSupportedTimeZonesWithTimeZoneStandardResponse()(*ItemOutlook
func CreateItemOutlookSupportedTimeZonesWithTimeZoneStandardResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemOutlookSupportedTimeZonesWithTimeZoneStandardResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemOutlookSupportedTimeZonesWithTimeZoneStandardGetResponseable instead.
type ItemOutlookSupportedTimeZonesWithTimeZoneStandardResponseable interface {
ItemOutlookSupportedTimeZonesWithTimeZoneStandardGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_presence_request_builder.go b/users/item_presence_request_builder.go
index e104189735..afa476cb28 100644
--- a/users/item_presence_request_builder.go
+++ b/users/item_presence_request_builder.go
@@ -18,7 +18,7 @@ type ItemPresenceRequestBuilderDeleteRequestConfiguration struct {
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
-// ItemPresenceRequestBuilderGetQueryParameters set a presence status message for a user. An optional expiration date and time can be supplied.
+// ItemPresenceRequestBuilderGetQueryParameters get a user's presence information.
type ItemPresenceRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
@@ -80,12 +80,12 @@ func (m *ItemPresenceRequestBuilder) Delete(ctx context.Context, requestConfigur
}
return nil
}
-// Get set a presence status message for a user. An optional expiration date and time can be supplied.
+// Get get a user's presence information.
// returns a Presenceable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0
func (m *ItemPresenceRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemPresenceRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Presenceable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -149,7 +149,7 @@ func (m *ItemPresenceRequestBuilder) ToDeleteRequestInformation(ctx context.Cont
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToGetRequestInformation set a presence status message for a user. An optional expiration date and time can be supplied.
+// ToGetRequestInformation get a user's presence information.
// returns a *RequestInformation when successful
func (m *ItemPresenceRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemPresenceRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
diff --git a/users/item_reminder_view_with_start_date_time_with_end_date_time_request_builder.go b/users/item_reminder_view_with_start_date_time_with_end_date_time_request_builder.go
index 72056df40c..e68f91e3a3 100644
--- a/users/item_reminder_view_with_start_date_time_with_end_date_time_request_builder.go
+++ b/users/item_reminder_view_with_start_date_time_with_end_date_time_request_builder.go
@@ -52,7 +52,7 @@ func NewItemReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(rawUrl st
return NewItemReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderInternal(urlParams, requestAdapter, nil, nil)
}
// Get invoke function reminderView
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsReminderViewWithStartDateTimeWithEndDateTimeGetResponse instead.
// returns a ItemReminderViewWithStartDateTimeWithEndDateTimeResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration)(ItemReminderViewWithStartDateTimeWithEndDateTimeResponseable, error) {
diff --git a/users/item_reminder_view_with_start_date_time_with_end_date_time_response.go b/users/item_reminder_view_with_start_date_time_with_end_date_time_response.go
index 729314bdb7..4a12ea68e2 100644
--- a/users/item_reminder_view_with_start_date_time_with_end_date_time_response.go
+++ b/users/item_reminder_view_with_start_date_time_with_end_date_time_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemReminderViewWithStartDateTimeWithEndDateTimeGetResponseable instead.
type ItemReminderViewWithStartDateTimeWithEndDateTimeResponse struct {
ItemReminderViewWithStartDateTimeWithEndDateTimeGetResponse
}
@@ -20,7 +20,7 @@ func NewItemReminderViewWithStartDateTimeWithEndDateTimeResponse()(*ItemReminder
func CreateItemReminderViewWithStartDateTimeWithEndDateTimeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemReminderViewWithStartDateTimeWithEndDateTimeResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemReminderViewWithStartDateTimeWithEndDateTimeGetResponseable instead.
type ItemReminderViewWithStartDateTimeWithEndDateTimeResponseable interface {
ItemReminderViewWithStartDateTimeWithEndDateTimeGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_revoke_sign_in_sessions_request_builder.go b/users/item_revoke_sign_in_sessions_request_builder.go
index 7115cd0922..6099362872 100644
--- a/users/item_revoke_sign_in_sessions_request_builder.go
+++ b/users/item_revoke_sign_in_sessions_request_builder.go
@@ -31,7 +31,7 @@ func NewItemRevokeSignInSessionsRequestBuilder(rawUrl string, requestAdapter i2a
return NewItemRevokeSignInSessionsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post invalidates all the refresh tokens issued to applications for a user (as well as session cookies in a user's browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization's data through applications on the device by requiring the user to sign in again to all applications that they have previously consented to, independent of device.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsRevokeSignInSessionsPostResponse instead.
// returns a ItemRevokeSignInSessionsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_revoke_sign_in_sessions_response.go b/users/item_revoke_sign_in_sessions_response.go
index 1d391c37a1..0a9de8f136 100644
--- a/users/item_revoke_sign_in_sessions_response.go
+++ b/users/item_revoke_sign_in_sessions_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemRevokeSignInSessionsPostResponseable instead.
type ItemRevokeSignInSessionsResponse struct {
ItemRevokeSignInSessionsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemRevokeSignInSessionsResponse()(*ItemRevokeSignInSessionsResponse) {
func CreateItemRevokeSignInSessionsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemRevokeSignInSessionsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemRevokeSignInSessionsPostResponseable instead.
type ItemRevokeSignInSessionsResponseable interface {
ItemRevokeSignInSessionsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_todo_lists_delta_request_builder.go b/users/item_todo_lists_delta_request_builder.go
index f3c97b4a93..d391589fe0 100644
--- a/users/item_todo_lists_delta_request_builder.go
+++ b/users/item_todo_lists_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemTodoListsDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f
return NewItemTodoListsDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemTodoListsDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemTodoListsDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTodoListsDeltaRequestBuilderGetRequestConfiguration)(ItemTodoListsDeltaResponseable, error) {
diff --git a/users/item_todo_lists_delta_response.go b/users/item_todo_lists_delta_response.go
index 96e61beba9..e362ee797d 100644
--- a/users/item_todo_lists_delta_response.go
+++ b/users/item_todo_lists_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTodoListsDeltaGetResponseable instead.
type ItemTodoListsDeltaResponse struct {
ItemTodoListsDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemTodoListsDeltaResponse()(*ItemTodoListsDeltaResponse) {
func CreateItemTodoListsDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTodoListsDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTodoListsDeltaGetResponseable instead.
type ItemTodoListsDeltaResponseable interface {
ItemTodoListsDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_todo_lists_item_tasks_delta_request_builder.go b/users/item_todo_lists_item_tasks_delta_request_builder.go
index 46659c8743..21fdfb79ee 100644
--- a/users/item_todo_lists_item_tasks_delta_request_builder.go
+++ b/users/item_todo_lists_item_tasks_delta_request_builder.go
@@ -52,7 +52,7 @@ func NewItemTodoListsItemTasksDeltaRequestBuilder(rawUrl string, requestAdapter
return NewItemTodoListsItemTasksDeltaRequestBuilderInternal(urlParams, requestAdapter)
}
// Get invoke function delta
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead.
// returns a ItemTodoListsItemTasksDeltaResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
func (m *ItemTodoListsItemTasksDeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTodoListsItemTasksDeltaRequestBuilderGetRequestConfiguration)(ItemTodoListsItemTasksDeltaResponseable, error) {
diff --git a/users/item_todo_lists_item_tasks_delta_response.go b/users/item_todo_lists_item_tasks_delta_response.go
index 7361543dad..c527d8712e 100644
--- a/users/item_todo_lists_item_tasks_delta_response.go
+++ b/users/item_todo_lists_item_tasks_delta_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTodoListsItemTasksDeltaGetResponseable instead.
type ItemTodoListsItemTasksDeltaResponse struct {
ItemTodoListsItemTasksDeltaGetResponse
}
@@ -20,7 +20,7 @@ func NewItemTodoListsItemTasksDeltaResponse()(*ItemTodoListsItemTasksDeltaRespon
func CreateItemTodoListsItemTasksDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTodoListsItemTasksDeltaResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTodoListsItemTasksDeltaGetResponseable instead.
type ItemTodoListsItemTasksDeltaResponseable interface {
ItemTodoListsItemTasksDeltaGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/item_translate_exchange_ids_request_builder.go b/users/item_translate_exchange_ids_request_builder.go
index 83d8d289db..b5f261c117 100644
--- a/users/item_translate_exchange_ids_request_builder.go
+++ b/users/item_translate_exchange_ids_request_builder.go
@@ -31,7 +31,7 @@ func NewItemTranslateExchangeIdsRequestBuilder(rawUrl string, requestAdapter i2a
return NewItemTranslateExchangeIdsRequestBuilderInternal(urlParams, requestAdapter)
}
// Post translate identifiers of Outlook-related resources between formats.
-// Deprecated: This method is obsolete. Use {TypeName} instead.
+// Deprecated: This method is obsolete. Use PostAsTranslateExchangeIdsPostResponse instead.
// returns a ItemTranslateExchangeIdsResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
diff --git a/users/item_translate_exchange_ids_response.go b/users/item_translate_exchange_ids_response.go
index a4185e403a..57bc648d1e 100644
--- a/users/item_translate_exchange_ids_response.go
+++ b/users/item_translate_exchange_ids_response.go
@@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTranslateExchangeIdsPostResponseable instead.
type ItemTranslateExchangeIdsResponse struct {
ItemTranslateExchangeIdsPostResponse
}
@@ -20,7 +20,7 @@ func NewItemTranslateExchangeIdsResponse()(*ItemTranslateExchangeIdsResponse) {
func CreateItemTranslateExchangeIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemTranslateExchangeIdsResponse(), nil
}
-// Deprecated: This class is obsolete. Use {TypeName} instead.
+// Deprecated: This class is obsolete. Use ItemTranslateExchangeIdsPostResponseable instead.
type ItemTranslateExchangeIdsResponseable interface {
ItemTranslateExchangeIdsPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
diff --git a/users/user_item_request_builder.go b/users/user_item_request_builder.go
index c394935ac2..29580075ff 100644
--- a/users/user_item_request_builder.go
+++ b/users/user_item_request_builder.go
@@ -138,7 +138,7 @@ func (m *UserItemRequestBuilder) CreatedObjects()(*ItemCreatedObjectsRequestBuil
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-user-delete?view=graph-rest-1.0
func (m *UserItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *UserItemRequestBuilderDeleteRequestConfiguration)(error) {
requestInfo, err := m.ToDeleteRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -218,7 +218,7 @@ func (m *UserItemRequestBuilder) FollowedSites()(*ItemFollowedSitesRequestBuilde
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-user-get?view=graph-rest-1.0
func (m *UserItemRequestBuilder) Get(ctx context.Context, requestConfiguration *UserItemRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -351,12 +351,12 @@ func (m *UserItemRequestBuilder) OwnedDevices()(*ItemOwnedDevicesRequestBuilder)
func (m *UserItemRequestBuilder) OwnedObjects()(*ItemOwnedObjectsRequestBuilder) {
return NewItemOwnedObjectsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Patch update the properties of a user object.
+// Patch update the properties of a user object. Not all properties can be updated by Member or Guest users with their default permissions without Administrator roles. Compare member and guest default permissions to see properties they can manage.
// returns a Userable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-user-update?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0
func (m *UserItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, requestConfiguration *UserItemRequestBuilderPatchRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, error) {
requestInfo, err := m.ToPatchRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -494,7 +494,7 @@ func (m *UserItemRequestBuilder) ToGetRequestInformation(ctx context.Context, re
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPatchRequestInformation update the properties of a user object.
+// ToPatchRequestInformation update the properties of a user object. Not all properties can be updated by Member or Guest users with their default permissions without Administrator roles. Compare member and guest default permissions to see properties they can manage.
// returns a *RequestInformation when successful
func (m *UserItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, requestConfiguration *UserItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.PATCH, "{+baseurl}/users/{user%2Did}", m.BaseRequestBuilder.PathParameters)
diff --git a/users/users_request_builder.go b/users/users_request_builder.go
index cbfa9d9cb9..fcfb784d63 100644
--- a/users/users_request_builder.go
+++ b/users/users_request_builder.go
@@ -11,7 +11,7 @@ import (
type UsersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
-// UsersRequestBuilderGetQueryParameters list properties and relationships of the user objects.
+// UsersRequestBuilderGetQueryParameters retrieve a list of user objects.
type UsersRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
@@ -79,12 +79,12 @@ func (m *UsersRequestBuilder) Count()(*CountRequestBuilder) {
func (m *UsersRequestBuilder) Delta()(*DeltaRequestBuilder) {
return NewDeltaRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Get list properties and relationships of the user objects.
+// Get retrieve a list of user objects.
// returns a UserCollectionResponseable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0
func (m *UsersRequestBuilder) Get(ctx context.Context, requestConfiguration *UsersRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserCollectionResponseable, error) {
requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration);
if err != nil {
@@ -112,12 +112,12 @@ func (m *UsersRequestBuilder) GetAvailableExtensionProperties()(*GetAvailableExt
func (m *UsersRequestBuilder) GetByIds()(*GetByIdsRequestBuilder) {
return NewGetByIdsRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter)
}
-// Post create a new user.The request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties.
+// Post create a new user object.
// returns a Userable when successful
// returns a ODataError error when the service returns a 4XX or 5XX status code
// [Find more info here]
//
-// [Find more info here]: https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0
+// [Find more info here]: https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0
func (m *UsersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, requestConfiguration *UsersRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, error) {
requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration);
if err != nil {
@@ -135,7 +135,7 @@ func (m *UsersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e64
}
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable), nil
}
-// ToGetRequestInformation list properties and relationships of the user objects.
+// ToGetRequestInformation retrieve a list of user objects.
// returns a *RequestInformation when successful
func (m *UsersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UsersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters)
@@ -149,7 +149,7 @@ func (m *UsersRequestBuilder) ToGetRequestInformation(ctx context.Context, reque
requestInfo.Headers.TryAdd("Accept", "application/json")
return requestInfo, nil
}
-// ToPostRequestInformation create a new user.The request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties.
+// ToPostRequestInformation create a new user object.
// returns a *RequestInformation when successful
func (m *UsersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, requestConfiguration *UsersRequestBuilderPostRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.POST, "{+baseurl}/users", m.BaseRequestBuilder.PathParameters)