Skip to content

Commit 3de1dba

Browse files
authored
Merge pull request #2341 from microsoftgraph/kiota/v1.0/pipelinebuild/135719
Generated models and request builders
2 parents d84dc91 + d2433e8 commit 3de1dba

File tree

891 files changed

+892
-890
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

891 files changed

+892
-890
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v
77

88
## [Unreleased]
99

10+
- Fixes missing type information in deprecation information
11+
1012
## [5.42.0] - 2024-02-14
1113

1214
- Latest metadata updates from 13th February 2024.

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public async Task<ArchivePostResponse> PostAsArchivePostResponseAsync(ArchivePos
5959
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
6060
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
6161
/// <exception cref="ODataError">When receiving a 4XX or 5XX status code</exception>
62-
[Obsolete("This method is obsolete. Use {TypeName} instead.")]
62+
[Obsolete("This method is obsolete. Use PostAsArchivePostResponseAsync instead.")]
6363
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
6464
#nullable enable
6565
public async Task<ArchiveResponse?> PostAsync(ArchivePostRequestBody body, Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = default, CancellationToken cancellationToken = default) {

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Linq;
66
using System;
77
namespace Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Archive {
8-
[Obsolete("This class is obsolete. Use {TypeName} instead.")]
8+
[Obsolete("This class is obsolete. Use ArchivePostResponse instead.")]
99
public class ArchiveResponse : ArchivePostResponse, IParsable {
1010
/// <summary>
1111
/// Creates a new instance of the appropriate class based on discriminator value

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public async Task<FavoritePostResponse> PostAsFavoritePostResponseAsync(Favorite
5959
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
6060
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
6161
/// <exception cref="ODataError">When receiving a 4XX or 5XX status code</exception>
62-
[Obsolete("This method is obsolete. Use {TypeName} instead.")]
62+
[Obsolete("This method is obsolete. Use PostAsFavoritePostResponseAsync instead.")]
6363
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
6464
#nullable enable
6565
public async Task<FavoriteResponse?> PostAsync(FavoritePostRequestBody body, Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = default, CancellationToken cancellationToken = default) {

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Linq;
66
using System;
77
namespace Microsoft.Graph.Admin.ServiceAnnouncement.Messages.Favorite {
8-
[Obsolete("This class is obsolete. Use {TypeName} instead.")]
8+
[Obsolete("This class is obsolete. Use FavoritePostResponse instead.")]
99
public class FavoriteResponse : FavoritePostResponse, IParsable {
1010
/// <summary>
1111
/// Creates a new instance of the appropriate class based on discriminator value

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public async Task<MarkReadPostResponse> PostAsMarkReadPostResponseAsync(MarkRead
5959
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
6060
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
6161
/// <exception cref="ODataError">When receiving a 4XX or 5XX status code</exception>
62-
[Obsolete("This method is obsolete. Use {TypeName} instead.")]
62+
[Obsolete("This method is obsolete. Use PostAsMarkReadPostResponseAsync instead.")]
6363
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
6464
#nullable enable
6565
public async Task<MarkReadResponse?> PostAsync(MarkReadPostRequestBody body, Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = default, CancellationToken cancellationToken = default) {

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Linq;
66
using System;
77
namespace Microsoft.Graph.Admin.ServiceAnnouncement.Messages.MarkRead {
8-
[Obsolete("This class is obsolete. Use {TypeName} instead.")]
8+
[Obsolete("This class is obsolete. Use MarkReadPostResponse instead.")]
99
public class MarkReadResponse : MarkReadPostResponse, IParsable {
1010
/// <summary>
1111
/// Creates a new instance of the appropriate class based on discriminator value

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public async Task<MarkUnreadPostResponse> PostAsMarkUnreadPostResponseAsync(Mark
5959
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
6060
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
6161
/// <exception cref="ODataError">When receiving a 4XX or 5XX status code</exception>
62-
[Obsolete("This method is obsolete. Use {TypeName} instead.")]
62+
[Obsolete("This method is obsolete. Use PostAsMarkUnreadPostResponseAsync instead.")]
6363
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
6464
#nullable enable
6565
public async Task<MarkUnreadResponse?> PostAsync(MarkUnreadPostRequestBody body, Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = default, CancellationToken cancellationToken = default) {

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Linq;
66
using System;
77
namespace Microsoft.Graph.Admin.ServiceAnnouncement.Messages.MarkUnread {
8-
[Obsolete("This class is obsolete. Use {TypeName} instead.")]
8+
[Obsolete("This class is obsolete. Use MarkUnreadPostResponse instead.")]
99
public class MarkUnreadResponse : MarkUnreadPostResponse, IParsable {
1010
/// <summary>
1111
/// Creates a new instance of the appropriate class based on discriminator value

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public async Task<UnarchivePostResponse> PostAsUnarchivePostResponseAsync(Unarch
5959
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
6060
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
6161
/// <exception cref="ODataError">When receiving a 4XX or 5XX status code</exception>
62-
[Obsolete("This method is obsolete. Use {TypeName} instead.")]
62+
[Obsolete("This method is obsolete. Use PostAsUnarchivePostResponseAsync instead.")]
6363
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
6464
#nullable enable
6565
public async Task<UnarchiveResponse?> PostAsync(UnarchivePostRequestBody body, Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = default, CancellationToken cancellationToken = default) {

0 commit comments

Comments
 (0)