Skip to content

Commit

Permalink
Update generated files with build 74322
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed May 10, 2022
1 parent fe0eca8 commit 891b06a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Microsoft.Graph/Generated/model/Application.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ public Application()

/// <summary>
/// Gets or sets service management reference.
/// References application or service contact information from a Service or Asset Management database. Nullable.
/// </summary>
[JsonPropertyName("serviceManagementReference")]
public string ServiceManagementReference { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Graph/Generated/model/ChatMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public partial class ChatMessage : Entity

/// <summary>
/// Gets or sets replies.
/// Replies for a specified message.
/// Replies for a specified message. Supports $expand for channel messages.
/// </summary>
[JsonPropertyName("replies")]
public IChatMessageRepliesCollectionPage Replies { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public partial class SynchronizationJobApplicationParameters

/// <summary>
/// Gets or sets ruleId.
/// The identifier of a the synchronizationRule to be applied.
/// The identifier of the synchronizationRule to be applied. This rule ID is defined in the schema for a given synchronization job or template.
/// </summary>
[JsonPropertyName("ruleId")]
public string RuleId { get; set; }
Expand Down

0 comments on commit 891b06a

Please sign in to comment.