Skip to content

Commit bd116ee

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 200882
1 parent e4f00d1 commit bd116ee

File tree

396 files changed

+7559
-1708
lines changed

Some content is hidden

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

396 files changed

+7559
-1708
lines changed

src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/AndroidManagedAppProtectionsRequestBuilder.cs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ public AndroidManagedAppProtectionsRequestBuilder(string rawUrl, IRequestAdapter
5454
{
5555
}
5656
/// <summary>
57-
/// List properties and relationships of the androidManagedAppProtection objects.
58-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-list?view=graph-rest-1.0" />
57+
/// Android managed app policies.
5958
/// </summary>
6059
/// <returns>A <see cref="global::Microsoft.Graph.Models.AndroidManagedAppProtectionCollectionResponse"/></returns>
6160
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -78,8 +77,7 @@ public AndroidManagedAppProtectionsRequestBuilder(string rawUrl, IRequestAdapter
7877
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.AndroidManagedAppProtectionCollectionResponse>(requestInfo, global::Microsoft.Graph.Models.AndroidManagedAppProtectionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
7978
}
8079
/// <summary>
81-
/// Create a new androidManagedAppProtection object.
82-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-create?view=graph-rest-1.0" />
80+
/// Create new navigation property to androidManagedAppProtections for deviceAppManagement
8381
/// </summary>
8482
/// <returns>A <see cref="global::Microsoft.Graph.Models.AndroidManagedAppProtection"/></returns>
8583
/// <param name="body">The request body</param>
@@ -104,7 +102,7 @@ public AndroidManagedAppProtectionsRequestBuilder(string rawUrl, IRequestAdapter
104102
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.AndroidManagedAppProtection>(requestInfo, global::Microsoft.Graph.Models.AndroidManagedAppProtection.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
105103
}
106104
/// <summary>
107-
/// List properties and relationships of the androidManagedAppProtection objects.
105+
/// Android managed app policies.
108106
/// </summary>
109107
/// <returns>A <see cref="RequestInformation"/></returns>
110108
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -123,7 +121,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
123121
return requestInfo;
124122
}
125123
/// <summary>
126-
/// Create a new androidManagedAppProtection object.
124+
/// Create new navigation property to androidManagedAppProtections for deviceAppManagement
127125
/// </summary>
128126
/// <returns>A <see cref="RequestInformation"/></returns>
129127
/// <param name="body">The request body</param>
@@ -154,7 +152,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model
154152
return new global::Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections.AndroidManagedAppProtectionsRequestBuilder(rawUrl, RequestAdapter);
155153
}
156154
/// <summary>
157-
/// List properties and relationships of the androidManagedAppProtection objects.
155+
/// Android managed app policies.
158156
/// </summary>
159157
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
160158
public partial class AndroidManagedAppProtectionsRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/DeviceAppManagement/AndroidManagedAppProtections/Item/AndroidManagedAppProtectionItemRequestBuilder.cs

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ public AndroidManagedAppProtectionItemRequestBuilder(string rawUrl, IRequestAdap
5353
{
5454
}
5555
/// <summary>
56-
/// Deletes a androidManagedAppProtection.
57-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-delete?view=graph-rest-1.0" />
56+
/// Delete navigation property androidManagedAppProtections for deviceAppManagement
5857
/// </summary>
5958
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
6059
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -76,8 +75,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
7675
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
7776
}
7877
/// <summary>
79-
/// Read properties and relationships of the androidManagedAppProtection object.
80-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-get?view=graph-rest-1.0" />
78+
/// Android managed app policies.
8179
/// </summary>
8280
/// <returns>A <see cref="global::Microsoft.Graph.Models.AndroidManagedAppProtection"/></returns>
8381
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -100,8 +98,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
10098
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.AndroidManagedAppProtection>(requestInfo, global::Microsoft.Graph.Models.AndroidManagedAppProtection.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
10199
}
102100
/// <summary>
103-
/// Update the properties of a androidManagedAppProtection object.
104-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-update?view=graph-rest-1.0" />
101+
/// Update the navigation property androidManagedAppProtections in deviceAppManagement
105102
/// </summary>
106103
/// <returns>A <see cref="global::Microsoft.Graph.Models.AndroidManagedAppProtection"/></returns>
107104
/// <param name="body">The request body</param>
@@ -126,7 +123,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
126123
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.AndroidManagedAppProtection>(requestInfo, global::Microsoft.Graph.Models.AndroidManagedAppProtection.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
127124
}
128125
/// <summary>
129-
/// Deletes a androidManagedAppProtection.
126+
/// Delete navigation property androidManagedAppProtections for deviceAppManagement
130127
/// </summary>
131128
/// <returns>A <see cref="RequestInformation"/></returns>
132129
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -145,7 +142,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
145142
return requestInfo;
146143
}
147144
/// <summary>
148-
/// Read properties and relationships of the androidManagedAppProtection object.
145+
/// Android managed app policies.
149146
/// </summary>
150147
/// <returns>A <see cref="RequestInformation"/></returns>
151148
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -164,7 +161,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
164161
return requestInfo;
165162
}
166163
/// <summary>
167-
/// Update the properties of a androidManagedAppProtection object.
164+
/// Update the navigation property androidManagedAppProtections in deviceAppManagement
168165
/// </summary>
169166
/// <returns>A <see cref="RequestInformation"/></returns>
170167
/// <param name="body">The request body</param>
@@ -203,7 +200,7 @@ public partial class AndroidManagedAppProtectionItemRequestBuilderDeleteRequestC
203200
{
204201
}
205202
/// <summary>
206-
/// Read properties and relationships of the androidManagedAppProtection object.
203+
/// Android managed app policies.
207204
/// </summary>
208205
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
209206
public partial class AndroidManagedAppProtectionItemRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/DefaultManagedAppProtectionsRequestBuilder.cs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ public DefaultManagedAppProtectionsRequestBuilder(string rawUrl, IRequestAdapter
5454
{
5555
}
5656
/// <summary>
57-
/// List properties and relationships of the defaultManagedAppProtection objects.
58-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-list?view=graph-rest-1.0" />
57+
/// Default managed app policies.
5958
/// </summary>
6059
/// <returns>A <see cref="global::Microsoft.Graph.Models.DefaultManagedAppProtectionCollectionResponse"/></returns>
6160
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -78,8 +77,7 @@ public DefaultManagedAppProtectionsRequestBuilder(string rawUrl, IRequestAdapter
7877
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.DefaultManagedAppProtectionCollectionResponse>(requestInfo, global::Microsoft.Graph.Models.DefaultManagedAppProtectionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
7978
}
8079
/// <summary>
81-
/// Create a new defaultManagedAppProtection object.
82-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-create?view=graph-rest-1.0" />
80+
/// Create new navigation property to defaultManagedAppProtections for deviceAppManagement
8381
/// </summary>
8482
/// <returns>A <see cref="global::Microsoft.Graph.Models.DefaultManagedAppProtection"/></returns>
8583
/// <param name="body">The request body</param>
@@ -104,7 +102,7 @@ public DefaultManagedAppProtectionsRequestBuilder(string rawUrl, IRequestAdapter
104102
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.DefaultManagedAppProtection>(requestInfo, global::Microsoft.Graph.Models.DefaultManagedAppProtection.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
105103
}
106104
/// <summary>
107-
/// List properties and relationships of the defaultManagedAppProtection objects.
105+
/// Default managed app policies.
108106
/// </summary>
109107
/// <returns>A <see cref="RequestInformation"/></returns>
110108
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -123,7 +121,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
123121
return requestInfo;
124122
}
125123
/// <summary>
126-
/// Create a new defaultManagedAppProtection object.
124+
/// Create new navigation property to defaultManagedAppProtections for deviceAppManagement
127125
/// </summary>
128126
/// <returns>A <see cref="RequestInformation"/></returns>
129127
/// <param name="body">The request body</param>
@@ -154,7 +152,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model
154152
return new global::Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections.DefaultManagedAppProtectionsRequestBuilder(rawUrl, RequestAdapter);
155153
}
156154
/// <summary>
157-
/// List properties and relationships of the defaultManagedAppProtection objects.
155+
/// Default managed app policies.
158156
/// </summary>
159157
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
160158
public partial class DefaultManagedAppProtectionsRequestBuilderGetQueryParameters

src/Microsoft.Graph/Generated/DeviceAppManagement/DefaultManagedAppProtections/Item/DefaultManagedAppProtectionItemRequestBuilder.cs

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ public DefaultManagedAppProtectionItemRequestBuilder(string rawUrl, IRequestAdap
4747
{
4848
}
4949
/// <summary>
50-
/// Deletes a defaultManagedAppProtection.
51-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-delete?view=graph-rest-1.0" />
50+
/// Delete navigation property defaultManagedAppProtections for deviceAppManagement
5251
/// </summary>
5352
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
5453
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -70,8 +69,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
7069
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
7170
}
7271
/// <summary>
73-
/// Read properties and relationships of the defaultManagedAppProtection object.
74-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-get?view=graph-rest-1.0" />
72+
/// Default managed app policies.
7573
/// </summary>
7674
/// <returns>A <see cref="global::Microsoft.Graph.Models.DefaultManagedAppProtection"/></returns>
7775
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -94,8 +92,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
9492
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.DefaultManagedAppProtection>(requestInfo, global::Microsoft.Graph.Models.DefaultManagedAppProtection.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
9593
}
9694
/// <summary>
97-
/// Update the properties of a defaultManagedAppProtection object.
98-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-update?view=graph-rest-1.0" />
95+
/// Update the navigation property defaultManagedAppProtections in deviceAppManagement
9996
/// </summary>
10097
/// <returns>A <see cref="global::Microsoft.Graph.Models.DefaultManagedAppProtection"/></returns>
10198
/// <param name="body">The request body</param>
@@ -120,7 +117,7 @@ public async Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters
120117
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.DefaultManagedAppProtection>(requestInfo, global::Microsoft.Graph.Models.DefaultManagedAppProtection.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
121118
}
122119
/// <summary>
123-
/// Deletes a defaultManagedAppProtection.
120+
/// Delete navigation property defaultManagedAppProtections for deviceAppManagement
124121
/// </summary>
125122
/// <returns>A <see cref="RequestInformation"/></returns>
126123
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -139,7 +136,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
139136
return requestInfo;
140137
}
141138
/// <summary>
142-
/// Read properties and relationships of the defaultManagedAppProtection object.
139+
/// Default managed app policies.
143140
/// </summary>
144141
/// <returns>A <see cref="RequestInformation"/></returns>
145142
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -158,7 +155,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
158155
return requestInfo;
159156
}
160157
/// <summary>
161-
/// Update the properties of a defaultManagedAppProtection object.
158+
/// Update the navigation property defaultManagedAppProtections in deviceAppManagement
162159
/// </summary>
163160
/// <returns>A <see cref="RequestInformation"/></returns>
164161
/// <param name="body">The request body</param>
@@ -197,7 +194,7 @@ public partial class DefaultManagedAppProtectionItemRequestBuilderDeleteRequestC
197194
{
198195
}
199196
/// <summary>
200-
/// Read properties and relationships of the defaultManagedAppProtection object.
197+
/// Default managed app policies.
201198
/// </summary>
202199
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
203200
public partial class DefaultManagedAppProtectionItemRequestBuilderGetQueryParameters

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
132132
}
133133
/// <summary>
134134
/// Read properties and relationships of the deviceAppManagement object.
135-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0" />
135+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0" />
136136
/// </summary>
137137
/// <returns>A <see cref="global::Microsoft.Graph.Models.DeviceAppManagement"/></returns>
138138
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -156,7 +156,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA
156156
}
157157
/// <summary>
158158
/// Update the properties of a deviceAppManagement object.
159-
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0" />
159+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0" />
160160
/// </summary>
161161
/// <returns>A <see cref="global::Microsoft.Graph.Models.DeviceAppManagement"/></returns>
162162
/// <param name="body">The request body</param>

0 commit comments

Comments
 (0)