Skip to content

Commit 0476a44

Browse files
Merge branch 'main' into users/merlinbot/1es-pt-auto-baselining-pr
2 parents 8d2ee81 + d0724d1 commit 0476a44

730 files changed

Lines changed: 48000 additions & 352 deletions

File tree

Some content is hidden

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

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323

2424
- name: Generate GitHub App token
2525
id: app-token

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323

2424
- name: Generate GitHub App token
2525
id: app-token

.github/workflows/validatePublicAPISurface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
validate-public-api-surface:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
- uses: microsoftgraph/kiota-dom-export-diff-tool/export@main
2121
id: generatePatch
2222
- uses: microsoftgraph/kiota-dom-export-diff-tool/tool@main

.github/workflows/validatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
solutionName: Microsoft.Graph.sln
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v5.4.0
2424
with:

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.2.0"
2+
".": "6.3.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project does adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.3.0](https://github.com/microsoftgraph/msgraph-sdk-dotnet/compare/6.2.0...6.3.0) (2026-07-10)
9+
10+
11+
### Features
12+
13+
* **generation:** update request builders and models ([23ebe4d](https://github.com/microsoftgraph/msgraph-sdk-dotnet/commit/23ebe4daaa0744db581f5a8bae702dd9a3980c05))
14+
* **generation:** update request builders and models ([9ce59b4](https://github.com/microsoftgraph/msgraph-sdk-dotnet/commit/9ce59b46379b6190bb667c9ce0b15ca28b158d04))
15+
* **generation:** update request builders and models ([21088d5](https://github.com/microsoftgraph/msgraph-sdk-dotnet/commit/21088d5c0c7b0ad1bd983221326a14de7ebc072c))
16+
17+
18+
### Bug Fixes
19+
20+
* **ci:** daily CI pipeline configuration ([#3136](https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/3136)) ([b6f4b45](https://github.com/microsoftgraph/msgraph-sdk-dotnet/commit/b6f4b4589a0dc2ad211177d60414a8622d431d00))
21+
822
## [6.2.0](https://github.com/microsoftgraph/msgraph-sdk-dotnet/compare/6.1.0...6.2.0) (2026-06-05)
923

1024

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public IncidentReportRequestBuilder(string rawUrl, IRequestAdapter requestAdapte
3434
{
3535
}
3636
/// <summary>
37-
/// Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn&apos;t exist for the tenant or if PIR document does not exist for the issue.
37+
/// Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn&apos;t exist for the tenant or if PIR document doesn&apos;t exist for the issue.
3838
/// Find more info here <see href="https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0" />
3939
/// </summary>
4040
/// <returns>A <see cref="Stream"/></returns>
@@ -58,7 +58,7 @@ public async Task<Stream> GetAsync(Action<RequestConfiguration<DefaultQueryParam
5858
return await RequestAdapter.SendPrimitiveAsync<Stream>(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5959
}
6060
/// <summary>
61-
/// Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn&apos;t exist for the tenant or if PIR document does not exist for the issue.
61+
/// Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn&apos;t exist for the tenant or if PIR document doesn&apos;t exist for the issue.
6262
/// </summary>
6363
/// <returns>A <see cref="RequestInformation"/></returns>
6464
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public IncidentReportRequestBuilder(string rawUrl, IRequestAdapter requestAdapte
3434
{
3535
}
3636
/// <summary>
37-
/// Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn&apos;t exist for the tenant or if PIR document does not exist for the issue.
37+
/// Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn&apos;t exist for the tenant or if PIR document doesn&apos;t exist for the issue.
3838
/// Find more info here <see href="https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0" />
3939
/// </summary>
4040
/// <returns>A <see cref="Stream"/></returns>
@@ -58,7 +58,7 @@ public async Task<Stream> GetAsync(Action<RequestConfiguration<DefaultQueryParam
5858
return await RequestAdapter.SendPrimitiveAsync<Stream>(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5959
}
6060
/// <summary>
61-
/// Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn&apos;t exist for the tenant or if PIR document does not exist for the issue.
61+
/// Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn&apos;t exist for the tenant or if PIR document doesn&apos;t exist for the issue.
6262
/// </summary>
6363
/// <returns>A <see cref="RequestInformation"/></returns>
6464
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueItemRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
6363
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
6464
}
6565
/// <summary>
66-
/// Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.
66+
/// Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue doesn&apos;t exist for the tenant.
6767
/// Find more info here <see href="https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0" />
6868
/// </summary>
6969
/// <returns>A <see cref="global::Microsoft.Graph.Models.ServiceHealthIssue"/></returns>
@@ -131,7 +131,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
131131
return requestInfo;
132132
}
133133
/// <summary>
134-
/// Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.
134+
/// Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue doesn&apos;t exist for the tenant.
135135
/// </summary>
136136
/// <returns>A <see cref="RequestInformation"/></returns>
137137
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -189,7 +189,7 @@ public partial class ServiceHealthIssueItemRequestBuilderDeleteRequestConfigurat
189189
{
190190
}
191191
/// <summary>
192-
/// Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.
192+
/// Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue doesn&apos;t exist for the tenant.
193193
/// </summary>
194194
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
195195
public partial class ServiceHealthIssueItemRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/Admin/ServiceAnnouncement/Messages/Item/ServiceUpdateMessageItemRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
6969
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
7070
}
7171
/// <summary>
72-
/// Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.
72+
/// Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message doesn&apos;t exist for the tenant.
7373
/// Find more info here <see href="https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0" />
7474
/// </summary>
7575
/// <returns>A <see cref="global::Microsoft.Graph.Models.ServiceUpdateMessage"/></returns>
@@ -137,7 +137,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
137137
return requestInfo;
138138
}
139139
/// <summary>
140-
/// Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.
140+
/// Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message doesn&apos;t exist for the tenant.
141141
/// </summary>
142142
/// <returns>A <see cref="RequestInformation"/></returns>
143143
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -195,7 +195,7 @@ public partial class ServiceUpdateMessageItemRequestBuilderDeleteRequestConfigur
195195
{
196196
}
197197
/// <summary>
198-
/// Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.
198+
/// Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message doesn&apos;t exist for the tenant.
199199
/// </summary>
200200
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
201201
public partial class ServiceUpdateMessageItemRequestBuilderGetQueryParameters

0 commit comments

Comments
 (0)