Skip to content

Commit 56307ef

Browse files
authored
Merge pull request #1396 from microsoftgraph/dev
Release 4.33.0
2 parents 4e1bc1c + bddcbb2 commit 56307ef

12 files changed

Lines changed: 1866 additions & 71 deletions

File tree

.github/fabricbot.json

Lines changed: 1785 additions & 0 deletions
Large diffs are not rendered by default.

src/Microsoft.Graph/Generated/callrecords/model/NetworkInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public partial class NetworkInfo
135135

136136
/// <summary>
137137
/// Gets or sets traceRouteHops.
138-
/// List of network trace route hops collected for this media stream.
138+
/// List of network trace route hops collected for this media stream.*
139139
/// </summary>
140140
[JsonPropertyName("traceRouteHops")]
141141
public IEnumerable<TraceRouteHop> TraceRouteHops { get; set; }

src/Microsoft.Graph/Generated/callrecords/model/TraceRouteHop.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public partial class TraceRouteHop
2323

2424
/// <summary>
2525
/// Gets or sets hopCount.
26-
/// The network path count of this hop that was used to compute the RTT.
26+
/// The network path count of this hop that was used to compute the round-trip time.
2727
/// </summary>
2828
[JsonPropertyName("hopCount")]
2929
public Int32? HopCount { get; set; }

src/Microsoft.Graph/Generated/model/AdministrativeUnit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public AdministrativeUnit()
4444

4545
/// <summary>
4646
/// Gets or sets visibility.
47-
/// Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership. If not set (value is null), the default behavior is public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit.
47+
/// Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership or Public. If not set, the default behavior is Public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit.
4848
/// </summary>
4949
[JsonPropertyName("visibility")]
5050
public string Visibility { get; set; }

src/Microsoft.Graph/Generated/model/Group.cs

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -488,27 +488,6 @@ public Group()
488488
[JsonConverter(typeof(NextLinkConverter))]
489489
public string EventsNextLink { get; set; }
490490

491-
/// <summary>
492-
/// Gets or sets photo.
493-
/// The group's profile photo.
494-
/// </summary>
495-
[JsonPropertyName("photo")]
496-
public ProfilePhoto Photo { get; set; }
497-
498-
/// <summary>
499-
/// Gets or sets photos.
500-
/// The profile photos owned by the group. Read-only. Nullable.
501-
/// </summary>
502-
[JsonPropertyName("photos")]
503-
public IGroupPhotosCollectionPage Photos { get; set; }
504-
505-
/// <summary>
506-
/// Gets or sets photosNextLink.
507-
/// </summary>
508-
[JsonPropertyName("photos@odata.nextLink")]
509-
[JsonConverter(typeof(NextLinkConverter))]
510-
public string PhotosNextLink { get; set; }
511-
512491
/// <summary>
513492
/// Gets or sets rejected senders.
514493
/// The list of users or groups that are not allowed to create posts or calendar events in this group. Nullable
@@ -613,6 +592,27 @@ public Group()
613592
[JsonPropertyName("onenote")]
614593
public Onenote Onenote { get; set; }
615594

595+
/// <summary>
596+
/// Gets or sets photo.
597+
/// The group's profile photo.
598+
/// </summary>
599+
[JsonPropertyName("photo")]
600+
public ProfilePhoto Photo { get; set; }
601+
602+
/// <summary>
603+
/// Gets or sets photos.
604+
/// The profile photos owned by the group. Read-only. Nullable.
605+
/// </summary>
606+
[JsonPropertyName("photos")]
607+
public IGroupPhotosCollectionPage Photos { get; set; }
608+
609+
/// <summary>
610+
/// Gets or sets photosNextLink.
611+
/// </summary>
612+
[JsonPropertyName("photos@odata.nextLink")]
613+
[JsonConverter(typeof(NextLinkConverter))]
614+
public string PhotosNextLink { get; set; }
615+
616616
/// <summary>
617617
/// Gets or sets team.
618618
/// The team associated with this group.

src/Microsoft.Graph/Generated/model/Identity.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ public partial class Identity
2323

2424
/// <summary>
2525
/// Gets or sets displayName.
26-
/// The display name of the identity. This property is read-only.
26+
/// The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
2727
/// </summary>
2828
[JsonPropertyName("displayName")]
2929
public string DisplayName { get; set; }
3030

3131
/// <summary>
3232
/// Gets or sets id.
33-
/// The identifier of the identity. This property is read-only.
33+
/// Unique identifier for the identity.
3434
/// </summary>
3535
[JsonPropertyName("id")]
3636
public string Id { get; set; }

src/Microsoft.Graph/Generated/model/TeamsAsyncOperationType.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,15 @@ public enum TeamsAsyncOperationType
4949
/// </summary>
5050
UnknownFutureValue = 5,
5151

52+
/// <summary>
53+
/// Teamify Group
54+
/// </summary>
55+
TeamifyGroup = 6,
56+
57+
/// <summary>
58+
/// Create Channel
59+
/// </summary>
60+
CreateChannel = 7,
61+
5262
}
5363
}

src/Microsoft.Graph/Generated/model/User.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public User()
226226

227227
/// <summary>
228228
/// Gets or sets mail.
229-
/// The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. For Azure AD B2C accounts, this property can be updated up to only ten times with unique SMTP addresses. This property cannot contain accent characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).
229+
/// The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. This property cannot contain accent characters. NOTE: We do not recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).
230230
/// </summary>
231231
[JsonPropertyName("mail")]
232232
public string Mail { get; set; }

src/Microsoft.Graph/Generated/requests/GroupRequest.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,12 +324,6 @@ private void InitializeCollectionProperties(Group groupToInitialize)
324324
// Copy the additional data collection to the page itself so that information is not lost
325325
groupToInitialize.Events.AdditionalData = groupToInitialize.AdditionalData;
326326
}
327-
if (groupToInitialize.Photos != null && groupToInitialize.Photos.CurrentPage != null)
328-
{
329-
groupToInitialize.Photos.InitializeNextPageRequest(this.Client, groupToInitialize.PhotosNextLink);
330-
// Copy the additional data collection to the page itself so that information is not lost
331-
groupToInitialize.Photos.AdditionalData = groupToInitialize.AdditionalData;
332-
}
333327
if (groupToInitialize.RejectedSenders != null && groupToInitialize.RejectedSenders.CurrentPage != null)
334328
{
335329
groupToInitialize.RejectedSenders.InitializeNextPageRequest(this.Client, groupToInitialize.RejectedSendersNextLink);
@@ -366,6 +360,12 @@ private void InitializeCollectionProperties(Group groupToInitialize)
366360
// Copy the additional data collection to the page itself so that information is not lost
367361
groupToInitialize.GroupLifecyclePolicies.AdditionalData = groupToInitialize.AdditionalData;
368362
}
363+
if (groupToInitialize.Photos != null && groupToInitialize.Photos.CurrentPage != null)
364+
{
365+
groupToInitialize.Photos.InitializeNextPageRequest(this.Client, groupToInitialize.PhotosNextLink);
366+
// Copy the additional data collection to the page itself so that information is not lost
367+
groupToInitialize.Photos.AdditionalData = groupToInitialize.AdditionalData;
368+
}
369369

370370
}
371371

src/Microsoft.Graph/Generated/requests/GroupRequestBuilder.cs

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -230,30 +230,6 @@ public IGroupEventsCollectionRequestBuilder Events
230230
}
231231
}
232232

233-
/// <summary>
234-
/// Gets the request builder for Photo.
235-
/// </summary>
236-
/// <returns>The <see cref="IProfilePhotoRequestBuilder"/>.</returns>
237-
public IProfilePhotoRequestBuilder Photo
238-
{
239-
get
240-
{
241-
return new ProfilePhotoRequestBuilder(this.AppendSegmentToRequestUrl("photo"), this.Client);
242-
}
243-
}
244-
245-
/// <summary>
246-
/// Gets the request builder for Photos.
247-
/// </summary>
248-
/// <returns>The <see cref="IGroupPhotosCollectionRequestBuilder"/>.</returns>
249-
public IGroupPhotosCollectionRequestBuilder Photos
250-
{
251-
get
252-
{
253-
return new GroupPhotosCollectionRequestBuilder(this.AppendSegmentToRequestUrl("photos"), this.Client);
254-
}
255-
}
256-
257233
/// <summary>
258234
/// Gets the request builder for RejectedSenders.
259235
/// </summary>
@@ -362,6 +338,30 @@ public IOnenoteRequestBuilder Onenote
362338
}
363339
}
364340

341+
/// <summary>
342+
/// Gets the request builder for Photo.
343+
/// </summary>
344+
/// <returns>The <see cref="IProfilePhotoRequestBuilder"/>.</returns>
345+
public IProfilePhotoRequestBuilder Photo
346+
{
347+
get
348+
{
349+
return new ProfilePhotoRequestBuilder(this.AppendSegmentToRequestUrl("photo"), this.Client);
350+
}
351+
}
352+
353+
/// <summary>
354+
/// Gets the request builder for Photos.
355+
/// </summary>
356+
/// <returns>The <see cref="IGroupPhotosCollectionRequestBuilder"/>.</returns>
357+
public IGroupPhotosCollectionRequestBuilder Photos
358+
{
359+
get
360+
{
361+
return new GroupPhotosCollectionRequestBuilder(this.AppendSegmentToRequestUrl("photos"), this.Client);
362+
}
363+
}
364+
365365
/// <summary>
366366
/// Gets the request builder for Team.
367367
/// </summary>

0 commit comments

Comments
 (0)