Skip to content

Commit 2d09b42

Browse files
authored
Merge pull request #936 from microsoftgraph/kiota/beta/pipelinebuild/172211
Generated beta models and request builders
2 parents 8ba21ce + 3ac72b2 commit 2d09b42

File tree

187 files changed

+9996
-239
lines changed

Some content is hidden

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

187 files changed

+9996
-239
lines changed

src/Microsoft.Graph/Generated/AccessReviews/AccessReviewsRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public AccessReviewsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter
5454
{
5555
}
5656
/// <summary>
57-
/// Retrieve the accessReview objects for a particular businessFlowTemplate. A list of zero or more accessReview objects are returned, for each one-time and recurring access review that was created with that business flow template. Note that business flow template IDs are case sensitive. If many access reviews match the filter, to improve efficiency and avoid timeouts, retrieve the result set in pages, by including both the $top query parameter with a page size, for example 100, and the $skip=0 query parameter in the request. These parameters can be included even when you do not anticipate that the request will span multiple pages. When a result set spans multiple pages, Microsoft Graph returns that page with an @odata.nextLink property in the response that contains a URL to the next page of results. If that property is present, continue making additional requests with the @odata.nextLink URL in each response, until all the results are returned, as described in paging Microsoft Graph data in your app. The accessReview objects returned by this API will not include nested structure properties such as settings, or relationships. To retrieve an access review settings or relationships, use the get accessReview API.
57+
/// Retrieve the accessReview objects for a particular businessFlowTemplate. A list of zero or more accessReview objects are returned, for each one-time and recurring access review that was created with that business flow template. Business flow template IDs are case sensitive. If many access reviews match the filter, to improve efficiency and avoid timeouts, retrieve the result set in pages, by including both the $top query parameter with a page size, for example 100, and the $skip=0 query parameter in the request. These parameters can be included even when you don&apos;t anticipate that the request spans multiple pages. When a result set spans multiple pages, Microsoft Graph returns that page with an @odata.nextLink property in the response that contains a URL to the next page of results. If that property is present, continue making requests with the @odata.nextLink URL in each response, until all the results are returned, as described in paging Microsoft Graph data in your app. The accessReview objects returned by this API don&apos;t include nested structure properties such as settings, or relationships. To retrieve an access review settings or relationships, use the get accessReview API.
5858
/// Find more info here <see href="https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta" />
5959
/// </summary>
6060
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.AccessReviewCollectionResponse"/></returns>
@@ -104,7 +104,7 @@ public AccessReviewsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter
104104
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.AccessReview>(requestInfo, global::Microsoft.Graph.Beta.Models.AccessReview.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
105105
}
106106
/// <summary>
107-
/// Retrieve the accessReview objects for a particular businessFlowTemplate. A list of zero or more accessReview objects are returned, for each one-time and recurring access review that was created with that business flow template. Note that business flow template IDs are case sensitive. If many access reviews match the filter, to improve efficiency and avoid timeouts, retrieve the result set in pages, by including both the $top query parameter with a page size, for example 100, and the $skip=0 query parameter in the request. These parameters can be included even when you do not anticipate that the request will span multiple pages. When a result set spans multiple pages, Microsoft Graph returns that page with an @odata.nextLink property in the response that contains a URL to the next page of results. If that property is present, continue making additional requests with the @odata.nextLink URL in each response, until all the results are returned, as described in paging Microsoft Graph data in your app. The accessReview objects returned by this API will not include nested structure properties such as settings, or relationships. To retrieve an access review settings or relationships, use the get accessReview API.
107+
/// Retrieve the accessReview objects for a particular businessFlowTemplate. A list of zero or more accessReview objects are returned, for each one-time and recurring access review that was created with that business flow template. Business flow template IDs are case sensitive. If many access reviews match the filter, to improve efficiency and avoid timeouts, retrieve the result set in pages, by including both the $top query parameter with a page size, for example 100, and the $skip=0 query parameter in the request. These parameters can be included even when you don&apos;t anticipate that the request spans multiple pages. When a result set spans multiple pages, Microsoft Graph returns that page with an @odata.nextLink property in the response that contains a URL to the next page of results. If that property is present, continue making requests with the @odata.nextLink URL in each response, until all the results are returned, as described in paging Microsoft Graph data in your app. The accessReview objects returned by this API don&apos;t include nested structure properties such as settings, or relationships. To retrieve an access review settings or relationships, use the get accessReview API.
108108
/// </summary>
109109
/// <returns>A <see cref="RequestInformation"/></returns>
110110
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Beta.
154154
return new global::Microsoft.Graph.Beta.AccessReviews.AccessReviewsRequestBuilder(rawUrl, RequestAdapter);
155155
}
156156
/// <summary>
157-
/// Retrieve the accessReview objects for a particular businessFlowTemplate. A list of zero or more accessReview objects are returned, for each one-time and recurring access review that was created with that business flow template. Note that business flow template IDs are case sensitive. If many access reviews match the filter, to improve efficiency and avoid timeouts, retrieve the result set in pages, by including both the $top query parameter with a page size, for example 100, and the $skip=0 query parameter in the request. These parameters can be included even when you do not anticipate that the request will span multiple pages. When a result set spans multiple pages, Microsoft Graph returns that page with an @odata.nextLink property in the response that contains a URL to the next page of results. If that property is present, continue making additional requests with the @odata.nextLink URL in each response, until all the results are returned, as described in paging Microsoft Graph data in your app. The accessReview objects returned by this API will not include nested structure properties such as settings, or relationships. To retrieve an access review settings or relationships, use the get accessReview API.
157+
/// Retrieve the accessReview objects for a particular businessFlowTemplate. A list of zero or more accessReview objects are returned, for each one-time and recurring access review that was created with that business flow template. Business flow template IDs are case sensitive. If many access reviews match the filter, to improve efficiency and avoid timeouts, retrieve the result set in pages, by including both the $top query parameter with a page size, for example 100, and the $skip=0 query parameter in the request. These parameters can be included even when you don&apos;t anticipate that the request spans multiple pages. When a result set spans multiple pages, Microsoft Graph returns that page with an @odata.nextLink property in the response that contains a URL to the next page of results. If that property is present, continue making requests with the @odata.nextLink URL in each response, until all the results are returned, as described in paging Microsoft Graph data in your app. The accessReview objects returned by this API don&apos;t include nested structure properties such as settings, or relationships. To retrieve an access review settings or relationships, use the get accessReview API.
158158
/// </summary>
159159
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
160160
public partial class AccessReviewsRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
8282
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
8383
}
8484
/// <summary>
85-
/// Read the properties and relationships of an updatableAsset object.
86-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-get?view=graph-rest-beta" />
85+
/// Read the properties and relationships of an updatableAssetGroup object.
86+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta" />
8787
/// </summary>
8888
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.WindowsUpdates.UpdatableAsset"/></returns>
8989
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -150,7 +150,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
150150
return requestInfo;
151151
}
152152
/// <summary>
153-
/// Read the properties and relationships of an updatableAsset object.
153+
/// Read the properties and relationships of an updatableAssetGroup object.
154154
/// </summary>
155155
/// <returns>A <see cref="RequestInformation"/></returns>
156156
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -208,7 +208,7 @@ public partial class UpdatableAssetItemRequestBuilderDeleteRequestConfiguration
208208
{
209209
}
210210
/// <summary>
211-
/// Read the properties and relationships of an updatableAsset object.
211+
/// Read the properties and relationships of an updatableAssetGroup object.
212212
/// </summary>
213213
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
214214
public partial class UpdatableAssetItemRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/Admin/Windows/Updates/UpdatePolicies/Item/ComplianceChanges/Item/ComplianceChangeItemRequestBuilder.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public ComplianceChangeItemRequestBuilder(string rawUrl, IRequestAdapter request
4141
{
4242
}
4343
/// <summary>
44-
/// Delete a complianceChange object.
45-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta" />
44+
/// Delete a contentApproval object.
45+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta" />
4646
/// </summary>
4747
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
4848
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -64,8 +64,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
6464
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
6565
}
6666
/// <summary>
67-
/// Read the properties and relationships of a complianceChange object.
68-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta" />
67+
/// Read the properties and relationships of a contentApproval object.
68+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-beta" />
6969
/// </summary>
7070
/// <returns>A <see cref="global::Microsoft.Graph.Beta.Models.WindowsUpdates.ComplianceChange"/></returns>
7171
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -114,7 +114,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
114114
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Beta.Models.WindowsUpdates.ComplianceChange>(requestInfo, global::Microsoft.Graph.Beta.Models.WindowsUpdates.ComplianceChange.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
115115
}
116116
/// <summary>
117-
/// Delete a complianceChange object.
117+
/// Delete a contentApproval object.
118118
/// </summary>
119119
/// <returns>A <see cref="RequestInformation"/></returns>
120120
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -133,7 +133,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
133133
return requestInfo;
134134
}
135135
/// <summary>
136-
/// Read the properties and relationships of a complianceChange object.
136+
/// Read the properties and relationships of a contentApproval object.
137137
/// </summary>
138138
/// <returns>A <see cref="RequestInformation"/></returns>
139139
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -191,7 +191,7 @@ public partial class ComplianceChangeItemRequestBuilderDeleteRequestConfiguratio
191191
{
192192
}
193193
/// <summary>
194-
/// Read the properties and relationships of a complianceChange object.
194+
/// Read the properties and relationships of a contentApproval object.
195195
/// </summary>
196196
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
197197
public partial class ComplianceChangeItemRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilder.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#pragma warning disable CS0618
33
using Microsoft.Graph.Beta.AdministrativeUnits.Item.CheckMemberGroups;
44
using Microsoft.Graph.Beta.AdministrativeUnits.Item.CheckMemberObjects;
5+
using Microsoft.Graph.Beta.AdministrativeUnits.Item.DeletedMembers;
56
using Microsoft.Graph.Beta.AdministrativeUnits.Item.Extensions;
67
using Microsoft.Graph.Beta.AdministrativeUnits.Item.GetMemberGroups;
78
using Microsoft.Graph.Beta.AdministrativeUnits.Item.GetMemberObjects;
@@ -36,6 +37,11 @@ public partial class AdministrativeUnitItemRequestBuilder : BaseRequestBuilder
3637
{
3738
get => new global::Microsoft.Graph.Beta.AdministrativeUnits.Item.CheckMemberObjects.CheckMemberObjectsRequestBuilder(PathParameters, RequestAdapter);
3839
}
40+
/// <summary>Provides operations to manage the deletedMembers property of the microsoft.graph.administrativeUnit entity.</summary>
41+
public global::Microsoft.Graph.Beta.AdministrativeUnits.Item.DeletedMembers.DeletedMembersRequestBuilder DeletedMembers
42+
{
43+
get => new global::Microsoft.Graph.Beta.AdministrativeUnits.Item.DeletedMembers.DeletedMembersRequestBuilder(PathParameters, RequestAdapter);
44+
}
3945
/// <summary>Provides operations to manage the extensions property of the microsoft.graph.administrativeUnit entity.</summary>
4046
public global::Microsoft.Graph.Beta.AdministrativeUnits.Item.Extensions.ExtensionsRequestBuilder Extensions
4147
{

0 commit comments

Comments
 (0)