Skip to content

Commit

Permalink
Update generated files with build 99727
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Jan 3, 2023
1 parent 0afd4be commit fb178a0
Show file tree
Hide file tree
Showing 1,349 changed files with 1,615 additions and 1,689 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public UpdatableAssetsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt
RequestAdapter = requestAdapter;
}
/// <summary>
/// Get a list of updatableAsset objects and their properties. Listing updatable assets returns **updatableAsset** resources of the following derived types: azureADDevice and updatableAssetGroup. Use list azureADDevice resources or list updatableAssetGroup resources to filter and get resources of only one of the derived types.
/// Get a list of azureADDevice objects and their properties. This operation filters on the fully qualified resource type, `microsoft.graph.windowsUpdates.azureADDevice`, which inherits from updatableAsset.
/// </summary>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
public RequestInformation CreateGetRequestInformation(Action<UpdatableAssetsRequestBuilderGetRequestConfiguration> requestConfiguration = default) {
Expand Down Expand Up @@ -121,8 +121,8 @@ public RequestInformation CreatePostRequestInformation(UpdatableAsset body, Acti
return requestInfo;
}
/// <summary>
/// Get a list of updatableAsset objects and their properties. Listing updatable assets returns **updatableAsset** resources of the following derived types: azureADDevice and updatableAssetGroup. Use list azureADDevice resources or list updatableAssetGroup resources to filter and get resources of only one of the derived types.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/windowsupdates-updates-list-updatableassets?view=graph-rest-1.0" />
/// Get a list of azureADDevice objects and their properties. This operation filters on the fully qualified resource type, `microsoft.graph.windowsUpdates.azureADDevice`, which inherits from updatableAsset.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/windowsupdates-updates-list-updatableassets-azureaddevice?view=graph-rest-1.0" />
/// </summary>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -151,7 +151,7 @@ public async Task<UpdatableAsset> PostAsync(UpdatableAsset body, Action<Updatabl
return await RequestAdapter.SendAsync<UpdatableAsset>(requestInfo, UpdatableAsset.CreateFromDiscriminatorValue, errorMapping, cancellationToken);
}
/// <summary>
/// Get a list of updatableAsset objects and their properties. Listing updatable assets returns **updatableAsset** resources of the following derived types: azureADDevice and updatableAssetGroup. Use list azureADDevice resources or list updatableAssetGroup resources to filter and get resources of only one of the derived types.
/// Get a list of azureADDevice objects and their properties. This operation filters on the fully qualified resource type, `microsoft.graph.windowsUpdates.azureADDevice`, which inherits from updatableAsset.
/// </summary>
public class UpdatableAssetsRequestBuilderGetQueryParameters {
/// <summary>Include count of items</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public RegistrationRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
RequestAdapter = requestAdapter;
}
/// <summary>
/// Disable and delete the externalMeetingRegistration of an onlineMeeting.
/// Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
/// </summary>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
public RequestInformation CreateDeleteRequestInformation(Action<RegistrationRequestBuilderDeleteRequestConfiguration> requestConfiguration = default) {
Expand All @@ -70,7 +70,7 @@ public RequestInformation CreateDeleteRequestInformation(Action<RegistrationRequ
return requestInfo;
}
/// <summary>
/// Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
/// Get the externalMeetingRegistration details associated with an onlineMeeting.
/// </summary>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
public RequestInformation CreateGetRequestInformation(Action<RegistrationRequestBuilderGetRequestConfiguration> requestConfiguration = default) {
Expand Down Expand Up @@ -112,8 +112,8 @@ public RequestInformation CreatePatchRequestInformation(MeetingRegistration body
return requestInfo;
}
/// <summary>
/// Disable and delete the externalMeetingRegistration of an onlineMeeting.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0" />
/// Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0" />
/// </summary>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -126,8 +126,8 @@ public async Task DeleteAsync(Action<RegistrationRequestBuilderDeleteRequestConf
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken);
}
/// <summary>
/// Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0" />
/// Get the externalMeetingRegistration details associated with an onlineMeeting.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0" />
/// </summary>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -172,7 +172,7 @@ public RegistrationRequestBuilderDeleteRequestConfiguration() {
}
}
/// <summary>
/// Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
/// Get the externalMeetingRegistration details associated with an onlineMeeting.
/// </summary>
public class RegistrationRequestBuilderGetQueryParameters {
/// <summary>Expand related entities</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public RequestInformation CreateGetRequestInformation(Action<MessagesRequestBuil
return requestInfo;
}
/// <summary>
/// Send a new chatMessage in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating a chat message.
/// Send a new chatMessage in the specified channel or a chat.
/// </summary>
/// <param name="body">The request body</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -122,8 +122,8 @@ public async Task<ChatMessageCollectionResponse> GetAsync(Action<MessagesRequest
return await RequestAdapter.SendAsync<ChatMessageCollectionResponse>(requestInfo, ChatMessageCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken);
}
/// <summary>
/// Send a new chatMessage in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating a chat message.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0" />
/// Send a new chatMessage in the specified channel or a chat.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" />
/// </summary>
/// <param name="body">The request body</param>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public RegistrationRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
RequestAdapter = requestAdapter;
}
/// <summary>
/// Disable and delete the externalMeetingRegistration of an onlineMeeting.
/// Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
/// </summary>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
public RequestInformation CreateDeleteRequestInformation(Action<RegistrationRequestBuilderDeleteRequestConfiguration> requestConfiguration = default) {
Expand All @@ -70,7 +70,7 @@ public RequestInformation CreateDeleteRequestInformation(Action<RegistrationRequ
return requestInfo;
}
/// <summary>
/// Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
/// Get the externalMeetingRegistration details associated with an onlineMeeting.
/// </summary>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
public RequestInformation CreateGetRequestInformation(Action<RegistrationRequestBuilderGetRequestConfiguration> requestConfiguration = default) {
Expand Down Expand Up @@ -112,8 +112,8 @@ public RequestInformation CreatePatchRequestInformation(MeetingRegistration body
return requestInfo;
}
/// <summary>
/// Disable and delete the externalMeetingRegistration of an onlineMeeting.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0" />
/// Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0" />
/// </summary>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -126,8 +126,8 @@ public async Task DeleteAsync(Action<RegistrationRequestBuilderDeleteRequestConf
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken);
}
/// <summary>
/// Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0" />
/// Get the externalMeetingRegistration details associated with an onlineMeeting.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0" />
/// </summary>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -172,7 +172,7 @@ public RegistrationRequestBuilderDeleteRequestConfiguration() {
}
}
/// <summary>
/// Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
/// Get the externalMeetingRegistration details associated with an onlineMeeting.
/// </summary>
public class RegistrationRequestBuilderGetQueryParameters {
/// <summary>Expand related entities</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public SetStatusMessageRequestBuilder(string rawUrl, IRequestAdapter requestAdap
RequestAdapter = requestAdapter;
}
/// <summary>
/// Invoke action setStatusMessage
/// Set a presence status message for a user. An optional expiration date and time can be supplied.
/// </summary>
/// <param name="body">The request body</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -67,7 +67,8 @@ public RequestInformation CreatePostRequestInformation(SetStatusMessagePostReque
return requestInfo;
}
/// <summary>
/// Invoke action setStatusMessage
/// Set a presence status message for a user. An optional expiration date and time can be supplied.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0" />
/// </summary>
/// <param name="body">The request body</param>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public SetPortalNotificationAsSentRequestBuilder(string rawUrl, IRequestAdapter
RequestAdapter = requestAdapter;
}
/// <summary>
/// Set a single portal notification status to published by modifying the **isPortalNotificationSent** property to `true` for the user specified in the request.
/// Set the status of the specified notification on the Microsoft EndPoint Manager admin center as sent, by modifying the **isPortalNotificationSent** property to `true`.
/// </summary>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
public RequestInformation CreatePostRequestInformation(Action<SetPortalNotificationAsSentRequestBuilderPostRequestConfiguration> requestConfiguration = default) {
Expand All @@ -64,7 +64,7 @@ public RequestInformation CreatePostRequestInformation(Action<SetPortalNotificat
return requestInfo;
}
/// <summary>
/// Set a single portal notification status to published by modifying the **isPortalNotificationSent** property to `true` for the user specified in the request.
/// Set the status of the specified notification on the Microsoft EndPoint Manager admin center as sent, by modifying the **isPortalNotificationSent** property to `true`.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-1.0" />
/// </summary>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public AssignmentCategoriesRequestBuilder(string rawUrl, IRequestAdapter request
RequestAdapter = requestAdapter;
}
/// <summary>
/// Retrieve a list of educationCategory objects.
/// Retrieve a list of educationCategory objects. Only teachers can perform this operation.
/// </summary>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
public RequestInformation CreateGetRequestInformation(Action<AssignmentCategoriesRequestBuilderGetRequestConfiguration> requestConfiguration = default) {
Expand All @@ -80,7 +80,7 @@ public RequestInformation CreateGetRequestInformation(Action<AssignmentCategorie
return requestInfo;
}
/// <summary>
/// Creates a new educationCategory on an educationClass.
/// Creates a new educationCategory on an educationClass. Only teachers can perform this operation.
/// </summary>
/// <param name="body">The request body</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down Expand Up @@ -108,7 +108,7 @@ public DeltaRequestBuilder Delta() {
return new DeltaRequestBuilder(PathParameters, RequestAdapter);
}
/// <summary>
/// Retrieve a list of educationCategory objects.
/// Retrieve a list of educationCategory objects. Only teachers can perform this operation.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0" />
/// </summary>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
Expand All @@ -122,7 +122,7 @@ public async Task<EducationCategoryCollectionResponse> GetAsync(Action<Assignmen
return await RequestAdapter.SendAsync<EducationCategoryCollectionResponse>(requestInfo, EducationCategoryCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken);
}
/// <summary>
/// Creates a new educationCategory on an educationClass.
/// Creates a new educationCategory on an educationClass. Only teachers can perform this operation.
/// Find more info here <see href="https://docs.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0" />
/// </summary>
/// <param name="body">The request body</param>
Expand All @@ -138,7 +138,7 @@ public async Task<EducationCategory> PostAsync(EducationCategory body, Action<As
return await RequestAdapter.SendAsync<EducationCategory>(requestInfo, EducationCategory.CreateFromDiscriminatorValue, errorMapping, cancellationToken);
}
/// <summary>
/// Retrieve a list of educationCategory objects.
/// Retrieve a list of educationCategory objects. Only teachers can perform this operation.
/// </summary>
public class AssignmentCategoriesRequestBuilderGetQueryParameters {
/// <summary>Include count of items</summary>
Expand Down
Loading

0 comments on commit fb178a0

Please sign in to comment.