Skip to content

Commit dc6dab2

Browse files
authored
Merge pull request #1627 from microsoftgraph/dev
Release 4.52.0
2 parents 6c429e9 + 5a83c56 commit dc6dab2

19 files changed

Lines changed: 28 additions & 547 deletions

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ public partial class ChatMessageAttachment
5656
[JsonPropertyName("name")]
5757
public string Name { get; set; }
5858

59+
/// <summary>
60+
/// Gets or sets teamsAppId.
61+
/// </summary>
62+
[JsonPropertyName("teamsAppId")]
63+
public string TeamsAppId { get; set; }
64+
5965
/// <summary>
6066
/// Gets or sets thumbnailUrl.
6167
/// URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user clicks the image, the channel would open the document.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public partial class ConnectedOrganization : Entity
4444

4545
/// <summary>
4646
/// Gets or sets identity sources.
47-
/// The identity sources in this connected organization, one of azureActiveDirectoryTenant, domainIdentitySource or externalDomainFederation. Nullable.
47+
/// The identity sources in this connected organization, one of azureActiveDirectoryTenant, domainIdentitySource, externalDomainFederation or crossCloudAzureActiveDirectoryTenant. Nullable.
4848
/// </summary>
4949
[JsonPropertyName("identitySources")]
5050
public IEnumerable<IdentitySource> IdentitySources { get; set; }

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,21 @@ public CrossCloudAzureActiveDirectoryTenant()
2929

3030
/// <summary>
3131
/// Gets or sets cloudInstance.
32+
/// The ID of the cloud where the tenant is located, one of microsoftonline.com, microsoftonline.us or partner.microsoftonline.cn. Read only.
3233
/// </summary>
3334
[JsonPropertyName("cloudInstance")]
3435
public string CloudInstance { get; set; }
3536

3637
/// <summary>
3738
/// Gets or sets displayName.
39+
/// The name of the Azure Active Directory tenant. Read only.
3840
/// </summary>
3941
[JsonPropertyName("displayName")]
4042
public string DisplayName { get; set; }
4143

4244
/// <summary>
4345
/// Gets or sets tenantId.
46+
/// The ID of the Azure Active Directory tenant. Read only.
4447
/// </summary>
4548
[JsonPropertyName("tenantId")]
4649
public string TenantId { get; set; }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public Group()
9393

9494
/// <summary>
9595
/// Gets or sets is assignable to role.
96-
/// Indicates whether this group can be assigned to an Azure Active Directory role or not. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Azure AD role assignmentsReturned by default. Supports $filter (eq, ne, not).
96+
/// Indicates whether this group can be assigned to an Azure Active Directory role or not. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Azure AD role assignmentsUsing this feature requires a Azure AD Premium P1 license. Returned by default. Supports $filter (eq, ne, not).
9797
/// </summary>
9898
[JsonPropertyName("isAssignableToRole")]
9999
public bool? IsAssignableToRole { get; set; }

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

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

2424
/// <summary>
2525
/// Gets or sets customKeyIdentifier.
26-
/// Custom key identifier
26+
/// A 40-character binary type that can be used to identify the credential. Optional. When not provided in the payload, defaults to the thumbprint of the certificate.
2727
/// </summary>
2828
[JsonPropertyName("customKeyIdentifier")]
2929
public byte[] CustomKeyIdentifier { get; set; }

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public List()
4444

4545
/// <summary>
4646
/// Gets or sets sharepoint ids.
47+
/// Returns identifiers useful for SharePoint REST compatibility. Read-only.
4748
/// </summary>
4849
[JsonPropertyName("sharepointIds")]
4950
public SharepointIds SharepointIds { get; set; }

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ public Organization()
7171
[JsonPropertyName("createdDateTime")]
7272
public DateTimeOffset? CreatedDateTime { get; set; }
7373

74+
/// <summary>
75+
/// Gets or sets default usage location.
76+
/// Two-letter ISO 3166 country code indicating the default service usage location of an organization.
77+
/// </summary>
78+
[JsonPropertyName("defaultUsageLocation")]
79+
public string DefaultUsageLocation { get; set; }
80+
7481
/// <summary>
7582
/// Gets or sets display name.
7683
/// The display name for the tenant.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public partial class SignIn : Entity
3737

3838
/// <summary>
3939
/// Gets or sets applied conditional access policies.
40+
/// Provides a list of conditional access policies that are triggered by the corresponding sign-in activity.
4041
/// </summary>
4142
[JsonPropertyName("appliedConditionalAccessPolicies")]
4243
public IEnumerable<AppliedConditionalAccessPolicy> AppliedConditionalAccessPolicies { get; set; }

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public partial class Team : Entity
100100

101101
/// <summary>
102102
/// Gets or sets summary.
103+
/// Contains summary information about the team, including number of owners, members, and guests.
103104
/// </summary>
104105
[JsonPropertyName("summary")]
105106
public TeamSummary Summary { get; set; }

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,21 @@ public partial class TeamSummary
2323

2424
/// <summary>
2525
/// Gets or sets guestsCount.
26+
/// Count of guests in a team.
2627
/// </summary>
2728
[JsonPropertyName("guestsCount")]
2829
public Int32? GuestsCount { get; set; }
2930

3031
/// <summary>
3132
/// Gets or sets membersCount.
33+
/// Count of members in a team.
3234
/// </summary>
3335
[JsonPropertyName("membersCount")]
3436
public Int32? MembersCount { get; set; }
3537

3638
/// <summary>
3739
/// Gets or sets ownersCount.
40+
/// Count of owners in a team.
3841
/// </summary>
3942
[JsonPropertyName("ownersCount")]
4043
public Int32? OwnersCount { get; set; }

0 commit comments

Comments
 (0)