Skip to content

Commit f4e5007

Browse files
authored
Merge pull request #2345 from microsoftgraph/kiota/v1.0/pipelinebuild/136169
Generated models and request builders
2 parents 3de1dba + 1abe2a5 commit f4e5007

File tree

219 files changed

+752
-692
lines changed

Some content is hidden

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

219 files changed

+752
-692
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [5.43.0] - 2024-02-21
11+
12+
- Latest metadata updates from 20th February 2024.
1013
- Fixes missing type information in deprecation information
1114

1215
## [5.42.0] - 2024-02-14

src/Microsoft.Graph/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public ProvisionOnDemandRequestBuilder(Dictionary<string, object> pathParameters
2929
public ProvisionOnDemandRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/provisionOnDemand", rawUrl) {
3030
}
3131
/// <summary>
32-
/// Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
32+
/// Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
3333
/// Find more info here <see href="https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0" />
3434
/// </summary>
3535
/// <returns>A <see cref="StringKeyStringValuePair"/></returns>
@@ -52,7 +52,7 @@ public async Task<StringKeyStringValuePair> PostAsync(ProvisionOnDemandPostReque
5252
return await RequestAdapter.SendAsync<StringKeyStringValuePair>(requestInfo, StringKeyStringValuePair.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
5353
}
5454
/// <summary>
55-
/// Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
55+
/// Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
5656
/// </summary>
5757
/// <returns>A <see cref="RequestInformation"/></returns>
5858
/// <param name="body">The request body</param>

src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
4949
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5050
}
5151
/// <summary>
52-
/// Retrieve a conversationMember from a chat.
53-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0" />
52+
/// Retrieve a conversationMember from a chat or channel.
53+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0" />
5454
/// </summary>
5555
/// <returns>A <see cref="ConversationMember"/></returns>
5656
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -109,7 +109,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
109109
return requestInfo;
110110
}
111111
/// <summary>
112-
/// Retrieve a conversationMember from a chat.
112+
/// Retrieve a conversationMember from a chat or channel.
113113
/// </summary>
114114
/// <returns>A <see cref="RequestInformation"/></returns>
115115
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -160,7 +160,7 @@ public ConversationMemberItemRequestBuilder WithUrl(string rawUrl) {
160160
public class ConversationMemberItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration<DefaultQueryParameters> {
161161
}
162162
/// <summary>
163-
/// Retrieve a conversationMember from a chat.
163+
/// Retrieve a conversationMember from a chat or channel.
164164
/// </summary>
165165
public class ConversationMemberItemRequestBuilderGetQueryParameters {
166166
/// <summary>Expand related entities</summary>

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
@@ -69,8 +69,8 @@ public async Task<ChatMessageCollectionResponse> GetAsync(Action<RequestConfigur
6969
return await RequestAdapter.SendAsync<ChatMessageCollectionResponse>(requestInfo, ChatMessageCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
7070
}
7171
/// <summary>
72-
/// Create a new reply to a chatMessage in a specified channel.
73-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0" />
72+
/// Send a new reply to a chatMessage in a specified channel.
73+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" />
7474
/// </summary>
7575
/// <returns>A <see cref="ChatMessage"/></returns>
7676
/// <param name="body">The request body</param>
@@ -109,7 +109,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Re
109109
return requestInfo;
110110
}
111111
/// <summary>
112-
/// Create a new reply to a chatMessage in a specified channel.
112+
/// Send a new reply to a chatMessage in a specified channel.
113113
/// </summary>
114114
/// <returns>A <see cref="RequestInformation"/></returns>
115115
/// <param name="body">The request body</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-books-deviceappmanagement-get?view=graph-rest-1.0" />
108+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0" />
109109
/// </summary>
110110
/// <returns>A <see cref="Microsoft.Graph.Models.DeviceAppManagement"/></returns>
111111
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -126,7 +126,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
126126
}
127127
/// <summary>
128128
/// Update the properties of a deviceAppManagement object.
129-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0" />
129+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0" />
130130
/// </summary>
131131
/// <returns>A <see cref="Microsoft.Graph.Models.DeviceAppManagement"/></returns>
132132
/// <param name="body">The request body</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<RequestConfiguration<DefaultQueryParameters
5353
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5454
}
5555
/// <summary>
56-
/// Read properties and relationships of the managedAppConfiguration object.
57-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-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
/// <returns>A <see cref="ManagedAppPolicy"/></returns>
6060
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -113,7 +113,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
113113
return requestInfo;
114114
}
115115
/// <summary>
116-
/// Read properties and relationships of the managedAppConfiguration object.
116+
/// Read properties and relationships of the targetedManagedAppProtection object.
117117
/// </summary>
118118
/// <returns>A <see cref="RequestInformation"/></returns>
119119
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -164,7 +164,7 @@ public ManagedAppPolicyItemRequestBuilder WithUrl(string rawUrl) {
164164
public class ManagedAppPolicyItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration<DefaultQueryParameters> {
165165
}
166166
/// <summary>
167-
/// Read properties and relationships of the managedAppConfiguration object.
167+
/// Read properties and relationships of the targetedManagedAppProtection object.
168168
/// </summary>
169169
public class ManagedAppPolicyItemRequestBuilderGetQueryParameters {
170170
/// <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-targetedmanagedappprotection-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
@@ -43,8 +43,8 @@ public ManagedAppPoliciesRequestBuilder(Dictionary<string, object> pathParameter
4343
public ManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) {
4444
}
4545
/// <summary>
46-
/// List properties and relationships of the managedAppConfiguration objects.
47-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-list?view=graph-rest-1.0" />
46+
/// List properties and relationships of the managedAppPolicy objects.
47+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0" />
4848
/// </summary>
4949
/// <returns>A <see cref="ManagedAppPolicyCollectionResponse"/></returns>
5050
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -86,7 +86,7 @@ public async Task<ManagedAppPolicy> PostAsync(ManagedAppPolicy body, Action<Requ
8686
return await RequestAdapter.SendAsync<ManagedAppPolicy>(requestInfo, ManagedAppPolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8787
}
8888
/// <summary>
89-
/// List properties and relationships of the managedAppConfiguration objects.
89+
/// List properties and relationships of the managedAppPolicy objects.
9090
/// </summary>
9191
/// <returns>A <see cref="RequestInformation"/></returns>
9292
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -131,7 +131,7 @@ public ManagedAppPoliciesRequestBuilder WithUrl(string rawUrl) {
131131
return new ManagedAppPoliciesRequestBuilder(rawUrl, RequestAdapter);
132132
}
133133
/// <summary>
134-
/// List properties and relationships of the managedAppConfiguration objects.
134+
/// List properties and relationships of the managedAppPolicy objects.
135135
/// </summary>
136136
public class ManagedAppPoliciesRequestBuilderGetQueryParameters {
137137
/// <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-targetedmanagedappprotection-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-targetedmanagedappprotection-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>

0 commit comments

Comments
 (0)