Skip to content

Commit 9e37351

Browse files
authored
Merge pull request #2521 from microsoftgraph/kiota/v1.0/pipelinebuild/150887
Generated models and request builders
2 parents ca4db63 + c10023d commit 9e37351

File tree

1,488 files changed

+168079
-284
lines changed

Some content is hidden

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

1,488 files changed

+168079
-284
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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+
## [5.55.0] - 2024-05-31
9+
10+
- Latest metadata updates from 28th May 2024.
11+
812
## [5.54.0] - 2024-05-23
913

1014
- Latest metadata updates from 21st May 2024.

src/Microsoft.Graph/Generated/BaseGraphServiceClient.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
using Microsoft.Graph.Shares;
6767
using Microsoft.Graph.Sites;
6868
using Microsoft.Graph.Solutions;
69+
using Microsoft.Graph.Storage;
6970
using Microsoft.Graph.SubscribedSkus;
7071
using Microsoft.Graph.Subscriptions;
7172
using Microsoft.Graph.Teams;
@@ -397,6 +398,11 @@ public SolutionsRequestBuilder Solutions
397398
{
398399
get => new SolutionsRequestBuilder(PathParameters, RequestAdapter);
399400
}
401+
/// <summary>Provides operations to manage the storage singleton.</summary>
402+
public StorageRequestBuilder Storage
403+
{
404+
get => new StorageRequestBuilder(PathParameters, RequestAdapter);
405+
}
400406
/// <summary>Provides operations to manage the collection of subscribedSku entities.</summary>
401407
public SubscribedSkusRequestBuilder SubscribedSkus
402408
{

src/Microsoft.Graph/Generated/Chats/Item/Messages/MessagesRequestBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ public async Task<ChatMessageCollectionResponse> GetAsync(Action<RequestConfigur
8282
return await RequestAdapter.SendAsync<ChatMessageCollectionResponse>(requestInfo, ChatMessageCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
8383
}
8484
/// <summary>
85-
/// Send a new chatMessage in the specified channel or a chat.
86-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" />
85+
/// Send a new chatMessage in the specified chat. This API can&apos;t create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
86+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0" />
8787
/// </summary>
8888
/// <returns>A <see cref="ChatMessage"/></returns>
8989
/// <param name="body">The request body</param>
@@ -127,7 +127,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Me
127127
return requestInfo;
128128
}
129129
/// <summary>
130-
/// Send a new chatMessage in the specified channel or a chat.
130+
/// Send a new chatMessage in the specified chat. This API can&apos;t create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
131131
/// </summary>
132132
/// <returns>A <see cref="RequestInformation"/></returns>
133133
/// <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
@@ -124,7 +124,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
124124
}
125125
/// <summary>
126126
/// Read properties and relationships of the deviceAppManagement object.
127-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0" />
127+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0" />
128128
/// </summary>
129129
/// <returns>A <see cref="Microsoft.Graph.Models.DeviceAppManagement"/></returns>
130130
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -148,7 +148,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
148148
}
149149
/// <summary>
150150
/// Update the properties of a deviceAppManagement object.
151-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0" />
151+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-update?view=graph-rest-1.0" />
152152
/// </summary>
153153
/// <returns>A <see cref="Microsoft.Graph.Models.DeviceAppManagement"/></returns>
154154
/// <param name="body">The request body</param>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public ManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter requestAd
5252
{
5353
}
5454
/// <summary>
55-
/// List properties and relationships of the managedAppProtection objects.
56-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0" />
55+
/// List properties and relationships of the managedAppPolicy objects.
56+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0" />
5757
/// </summary>
5858
/// <returns>A <see cref="ManagedAppPolicyCollectionResponse"/></returns>
5959
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -101,7 +101,7 @@ public async Task<ManagedAppPolicy> PostAsync(ManagedAppPolicy body, Action<Requ
101101
return await RequestAdapter.SendAsync<ManagedAppPolicy>(requestInfo, ManagedAppPolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
102102
}
103103
/// <summary>
104-
/// List properties and relationships of the managedAppProtection objects.
104+
/// List properties and relationships of the managedAppPolicy objects.
105105
/// </summary>
106106
/// <returns>A <see cref="RequestInformation"/></returns>
107107
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -151,7 +151,7 @@ public ManagedAppPoliciesRequestBuilder WithUrl(string rawUrl)
151151
return new ManagedAppPoliciesRequestBuilder(rawUrl, RequestAdapter);
152152
}
153153
/// <summary>
154-
/// List properties and relationships of the managedAppProtection objects.
154+
/// List properties and relationships of the managedAppPolicy objects.
155155
/// </summary>
156156
public class ManagedAppPoliciesRequestBuilderGetQueryParameters
157157
{

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
7373
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
7474
}
7575
/// <summary>
76-
/// Read properties and relationships of the androidManagedAppRegistration object.
77-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0" />
76+
/// Read properties and relationships of the iosManagedAppRegistration object.
77+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-get?view=graph-rest-1.0" />
7878
/// </summary>
7979
/// <returns>A <see cref="ManagedAppRegistration"/></returns>
8080
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -141,7 +141,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
141141
return requestInfo;
142142
}
143143
/// <summary>
144-
/// Read properties and relationships of the androidManagedAppRegistration object.
144+
/// Read properties and relationships of the iosManagedAppRegistration object.
145145
/// </summary>
146146
/// <returns>A <see cref="RequestInformation"/></returns>
147147
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -198,7 +198,7 @@ public class ManagedAppRegistrationItemRequestBuilderDeleteRequestConfiguration
198198
{
199199
}
200200
/// <summary>
201-
/// Read properties and relationships of the androidManagedAppRegistration object.
201+
/// Read properties and relationships of the iosManagedAppRegistration object.
202202
/// </summary>
203203
public class ManagedAppRegistrationItemRequestBuilderGetQueryParameters
204204
{

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public AssignmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
5252
{
5353
}
5454
/// <summary>
55-
/// List properties and relationships of the iosVppEBookAssignment objects.
56-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0" />
55+
/// List properties and relationships of the managedEBookAssignment objects.
56+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0" />
5757
/// </summary>
5858
/// <returns>A <see cref="ManagedEBookAssignmentCollectionResponse"/></returns>
5959
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -76,8 +76,8 @@ public async Task<ManagedEBookAssignmentCollectionResponse> GetAsync(Action<Requ
7676
return await RequestAdapter.SendAsync<ManagedEBookAssignmentCollectionResponse>(requestInfo, ManagedEBookAssignmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
7777
}
7878
/// <summary>
79-
/// Create a new managedEBookAssignment object.
80-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0" />
79+
/// Create a new iosVppEBookAssignment object.
80+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0" />
8181
/// </summary>
8282
/// <returns>A <see cref="ManagedEBookAssignment"/></returns>
8383
/// <param name="body">The request body</param>
@@ -102,7 +102,7 @@ public async Task<ManagedEBookAssignment> PostAsync(ManagedEBookAssignment body,
102102
return await RequestAdapter.SendAsync<ManagedEBookAssignment>(requestInfo, ManagedEBookAssignment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
103103
}
104104
/// <summary>
105-
/// List properties and relationships of the iosVppEBookAssignment objects.
105+
/// List properties and relationships of the managedEBookAssignment objects.
106106
/// </summary>
107107
/// <returns>A <see cref="RequestInformation"/></returns>
108108
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -121,7 +121,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<As
121121
return requestInfo;
122122
}
123123
/// <summary>
124-
/// Create a new managedEBookAssignment object.
124+
/// Create a new iosVppEBookAssignment object.
125125
/// </summary>
126126
/// <returns>A <see cref="RequestInformation"/></returns>
127127
/// <param name="body">The request body</param>
@@ -152,7 +152,7 @@ public AssignmentsRequestBuilder WithUrl(string rawUrl)
152152
return new AssignmentsRequestBuilder(rawUrl, RequestAdapter);
153153
}
154154
/// <summary>
155-
/// List properties and relationships of the iosVppEBookAssignment objects.
155+
/// List properties and relationships of the managedEBookAssignment objects.
156156
/// </summary>
157157
public class AssignmentsRequestBuilderGetQueryParameters
158158
{

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ public ManagedEBookAssignmentItemRequestBuilder(string rawUrl, IRequestAdapter r
3333
{
3434
}
3535
/// <summary>
36-
/// Deletes a iosVppEBookAssignment.
37-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0" />
36+
/// Deletes a managedEBookAssignment.
37+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0" />
3838
/// </summary>
3939
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
4040
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -56,8 +56,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
5656
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
5757
}
5858
/// <summary>
59-
/// Read properties and relationships of the managedEBookAssignment object.
60-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0" />
59+
/// Read properties and relationships of the iosVppEBookAssignment object.
60+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0" />
6161
/// </summary>
6262
/// <returns>A <see cref="ManagedEBookAssignment"/></returns>
6363
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -106,7 +106,7 @@ public async Task<ManagedEBookAssignment> PatchAsync(ManagedEBookAssignment body
106106
return await RequestAdapter.SendAsync<ManagedEBookAssignment>(requestInfo, ManagedEBookAssignment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
107107
}
108108
/// <summary>
109-
/// Deletes a iosVppEBookAssignment.
109+
/// Deletes a managedEBookAssignment.
110110
/// </summary>
111111
/// <returns>A <see cref="RequestInformation"/></returns>
112112
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -125,7 +125,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
125125
return requestInfo;
126126
}
127127
/// <summary>
128-
/// Read properties and relationships of the managedEBookAssignment object.
128+
/// Read properties and relationships of the iosVppEBookAssignment object.
129129
/// </summary>
130130
/// <returns>A <see cref="RequestInformation"/></returns>
131131
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -182,7 +182,7 @@ public class ManagedEBookAssignmentItemRequestBuilderDeleteRequestConfiguration
182182
{
183183
}
184184
/// <summary>
185-
/// Read properties and relationships of the managedEBookAssignment object.
185+
/// Read properties and relationships of the iosVppEBookAssignment object.
186186
/// </summary>
187187
public class ManagedEBookAssignmentItemRequestBuilderGetQueryParameters
188188
{

src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
8686
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
8787
}
8888
/// <summary>
89-
/// Read properties and relationships of the managedEBook object.
90-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0" />
89+
/// Read properties and relationships of the iosVppEBook object.
90+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0" />
9191
/// </summary>
9292
/// <returns>A <see cref="ManagedEBook"/></returns>
9393
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -155,7 +155,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
155155
return requestInfo;
156156
}
157157
/// <summary>
158-
/// Read properties and relationships of the managedEBook object.
158+
/// Read properties and relationships of the iosVppEBook object.
159159
/// </summary>
160160
/// <returns>A <see cref="RequestInformation"/></returns>
161161
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -212,7 +212,7 @@ public class ManagedEBookItemRequestBuilderDeleteRequestConfiguration : RequestC
212212
{
213213
}
214214
/// <summary>
215-
/// Read properties and relationships of the managedEBook object.
215+
/// Read properties and relationships of the iosVppEBook object.
216216
/// </summary>
217217
public class ManagedEBookItemRequestBuilderGetQueryParameters
218218
{

src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
9292
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
9393
}
9494
/// <summary>
95-
/// Read properties and relationships of the iosMobileAppConfiguration object.
96-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0" />
95+
/// Read properties and relationships of the managedDeviceMobileAppConfiguration object.
96+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0" />
9797
/// </summary>
9898
/// <returns>A <see cref="ManagedDeviceMobileAppConfiguration"/></returns>
9999
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -161,7 +161,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
161161
return requestInfo;
162162
}
163163
/// <summary>
164-
/// Read properties and relationships of the iosMobileAppConfiguration object.
164+
/// Read properties and relationships of the managedDeviceMobileAppConfiguration object.
165165
/// </summary>
166166
/// <returns>A <see cref="RequestInformation"/></returns>
167167
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -218,7 +218,7 @@ public class ManagedDeviceMobileAppConfigurationItemRequestBuilderDeleteRequestC
218218
{
219219
}
220220
/// <summary>
221-
/// Read properties and relationships of the iosMobileAppConfiguration object.
221+
/// Read properties and relationships of the managedDeviceMobileAppConfiguration object.
222222
/// </summary>
223223
public class ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters
224224
{

0 commit comments

Comments
 (0)