Skip to content

Commit b5d0ad2

Browse files
authored
Merge pull request #2135 from microsoftgraph/kiota/v1.0/pipelinebuild/125212
Generated models and request builders
2 parents e34cbfc + 99a0603 commit b5d0ad2

241 files changed

Lines changed: 7378 additions & 611 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.

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [5.28.0] - 2023-09-20
11+
12+
- Fixes odata cast paths for `deviceAppManagement/mobileApps` path
13+
- Latest metadata updates from 19th September 2023.
14+
1015
## [5.27.0] - 2023-09-13
1116

1217
- Improves message of `OdataError`(https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2094,https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/1954)

src/Microsoft.Graph/Generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public async Task<ChatMessageCollectionResponse> GetAsync(Action<RepliesRequestB
6767
return await RequestAdapter.SendAsync<ChatMessageCollectionResponse>(requestInfo, ChatMessageCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
6868
}
6969
/// <summary>
70-
/// Send a new reply to a chatMessage in a specified channel.
71-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" />
70+
/// Create a new reply to a chatMessage in a specified channel.
71+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0" />
7272
/// </summary>
7373
/// <param name="body">The request body</param>
7474
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -115,7 +115,7 @@ public RequestInformation ToGetRequestInformation(Action<RepliesRequestBuilderGe
115115
return requestInfo;
116116
}
117117
/// <summary>
118-
/// Send a new reply to a chatMessage in a specified channel.
118+
/// Create a new reply to a chatMessage in a specified channel.
119119
/// </summary>
120120
/// <param name="body">The request body</param>
121121
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/Microsoft.Graph/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ public InviteRequestBuilder(Dictionary<string, object> pathParameters, IRequestA
2929
public InviteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/participants/invite", rawUrl) {
3030
}
3131
/// <summary>
32-
/// Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
33-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0" />
32+
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
33+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0" />
3434
/// </summary>
3535
/// <param name="body">The request body</param>
3636
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -51,7 +51,7 @@ public async Task<InviteParticipantsOperation> PostAsync(InvitePostRequestBody b
5151
return await RequestAdapter.SendAsync<InviteParticipantsOperation>(requestInfo, InviteParticipantsOperation.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
5252
}
5353
/// <summary>
54-
/// Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
54+
/// Invite participants to the active call. For more information about how to handle operations, see commsOperation.
5555
/// </summary>
5656
/// <param name="body">The request body</param>
5757
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
105105
}
106106
/// <summary>
107107
/// Read properties and relationships of the deviceAppManagement object.
108-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-get?view=graph-rest-1.0" />
108+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0" />
109109
/// </summary>
110110
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
111111
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -125,7 +125,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
125125
}
126126
/// <summary>
127127
/// Update the properties of a deviceAppManagement object.
128-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-update?view=graph-rest-1.0" />
128+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-update?view=graph-rest-1.0" />
129129
/// </summary>
130130
/// <param name="body">The request body</param>
131131
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public async Task DeleteAsync(Action<ManagedAppPolicyItemRequestBuilderDeleteReq
5353
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5454
}
5555
/// <summary>
56-
/// Read properties and relationships of the windowsInformationProtection object.
57-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotection-get?view=graph-rest-1.0" />
56+
/// Read properties and relationships of the targetedManagedAppProtection object.
57+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0" />
5858
/// </summary>
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>
@@ -118,7 +118,7 @@ public RequestInformation ToDeleteRequestInformation(Action<ManagedAppPolicyItem
118118
return requestInfo;
119119
}
120120
/// <summary>
121-
/// Read properties and relationships of the windowsInformationProtection object.
121+
/// Read properties and relationships of the targetedManagedAppProtection object.
122122
/// </summary>
123123
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
124124
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -195,7 +195,7 @@ public ManagedAppPolicyItemRequestBuilderDeleteRequestConfiguration() {
195195
}
196196
}
197197
/// <summary>
198-
/// Read properties and relationships of the windowsInformationProtection object.
198+
/// Read properties and relationships of the targetedManagedAppProtection object.
199199
/// </summary>
200200
public class ManagedAppPolicyItemRequestBuilderGetQueryParameters {
201201
/// <summary>Expand related entities</summary>

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
2929
}
3030
/// <summary>
3131
/// Not yet documented
32-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0" />
32+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0" />
3333
/// </summary>
3434
/// <param name="body">The request body</param>
3535
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public ManagedAppPoliciesRequestBuilder(Dictionary<string, object> pathParameter
4242
public ManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppPolicies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
4343
}
4444
/// <summary>
45-
/// List properties and relationships of the targetedManagedAppProtection objects.
46-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-list?view=graph-rest-1.0" />
45+
/// List properties and relationships of the managedAppPolicy objects.
46+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0" />
4747
/// </summary>
4848
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
4949
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -83,7 +83,7 @@ public async Task<ManagedAppPolicy> PostAsync(ManagedAppPolicy body, Action<Mana
8383
return await RequestAdapter.SendAsync<ManagedAppPolicy>(requestInfo, ManagedAppPolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8484
}
8585
/// <summary>
86-
/// List properties and relationships of the targetedManagedAppProtection objects.
86+
/// List properties and relationships of the managedAppPolicy objects.
8787
/// </summary>
8888
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
8989
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -144,7 +144,7 @@ public ManagedAppPoliciesRequestBuilder WithUrl(string rawUrl) {
144144
return new ManagedAppPoliciesRequestBuilder(rawUrl, RequestAdapter);
145145
}
146146
/// <summary>
147-
/// List properties and relationships of the targetedManagedAppProtection objects.
147+
/// List properties and relationships of the managedAppPolicy objects.
148148
/// </summary>
149149
public class ManagedAppPoliciesRequestBuilderGetQueryParameters {
150150
/// <summary>Include count of items</summary>

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
2929
}
3030
/// <summary>
3131
/// Not yet documented
32-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0" />
32+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0" />
3333
/// </summary>
3434
/// <param name="body">The request body</param>
3535
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
2929
}
3030
/// <summary>
3131
/// Not yet documented
32-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0" />
32+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0" />
3333
/// </summary>
3434
/// <param name="body">The request body</param>
3535
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public ManagedAppRegistrationsRequestBuilder(Dictionary<string, object> pathPara
4747
public ManagedAppRegistrationsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppRegistrations{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
4848
}
4949
/// <summary>
50-
/// List properties and relationships of the androidManagedAppRegistration objects.
51-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0" />
50+
/// List properties and relationships of the managedAppRegistration objects.
51+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0" />
5252
/// </summary>
5353
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
5454
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -89,7 +89,7 @@ public async Task<ManagedAppRegistration> PostAsync(ManagedAppRegistration body,
8989
return await RequestAdapter.SendAsync<ManagedAppRegistration>(requestInfo, ManagedAppRegistration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
9090
}
9191
/// <summary>
92-
/// List properties and relationships of the androidManagedAppRegistration objects.
92+
/// List properties and relationships of the managedAppRegistration objects.
9393
/// </summary>
9494
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
9595
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -150,7 +150,7 @@ public ManagedAppRegistrationsRequestBuilder WithUrl(string rawUrl) {
150150
return new ManagedAppRegistrationsRequestBuilder(rawUrl, RequestAdapter);
151151
}
152152
/// <summary>
153-
/// List properties and relationships of the androidManagedAppRegistration objects.
153+
/// List properties and relationships of the managedAppRegistration objects.
154154
/// </summary>
155155
public class ManagedAppRegistrationsRequestBuilderGetQueryParameters {
156156
/// <summary>Include count of items</summary>

0 commit comments

Comments
 (0)