Skip to content

Commit

Permalink
Merge pull request #1627 from microsoftgraph/dev
Browse files Browse the repository at this point in the history
Release 4.52.0
  • Loading branch information
andrueastman committed Jan 25, 2023
2 parents 6c429e9 + 5a83c56 commit dc6dab2
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 547 deletions.
6 changes: 6 additions & 0 deletions src/Microsoft.Graph/Generated/model/ChatMessageAttachment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ public partial class ChatMessageAttachment
[JsonPropertyName("name")]
public string Name { get; set; }

/// <summary>
/// Gets or sets teamsAppId.
/// </summary>
[JsonPropertyName("teamsAppId")]
public string TeamsAppId { get; set; }

/// <summary>
/// Gets or sets thumbnailUrl.
/// 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public partial class ConnectedOrganization : Entity

/// <summary>
/// Gets or sets identity sources.
/// The identity sources in this connected organization, one of azureActiveDirectoryTenant, domainIdentitySource or externalDomainFederation. Nullable.
/// The identity sources in this connected organization, one of azureActiveDirectoryTenant, domainIdentitySource, externalDomainFederation or crossCloudAzureActiveDirectoryTenant. Nullable.
/// </summary>
[JsonPropertyName("identitySources")]
public IEnumerable<IdentitySource> IdentitySources { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,21 @@ public CrossCloudAzureActiveDirectoryTenant()

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

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

/// <summary>
/// Gets or sets tenantId.
/// The ID of the Azure Active Directory tenant. Read only.
/// </summary>
[JsonPropertyName("tenantId")]
public string TenantId { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Graph/Generated/model/Group.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public Group()

/// <summary>
/// Gets or sets is assignable to role.
/// 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).
/// 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).
/// </summary>
[JsonPropertyName("isAssignableToRole")]
public bool? IsAssignableToRole { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Graph/Generated/model/KeyCredential.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public partial class KeyCredential

/// <summary>
/// Gets or sets customKeyIdentifier.
/// Custom key identifier
/// 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.
/// </summary>
[JsonPropertyName("customKeyIdentifier")]
public byte[] CustomKeyIdentifier { get; set; }
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.Graph/Generated/model/List.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public List()

/// <summary>
/// Gets or sets sharepoint ids.
/// Returns identifiers useful for SharePoint REST compatibility. Read-only.
/// </summary>
[JsonPropertyName("sharepointIds")]
public SharepointIds SharepointIds { get; set; }
Expand Down
7 changes: 7 additions & 0 deletions src/Microsoft.Graph/Generated/model/Organization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ public Organization()
[JsonPropertyName("createdDateTime")]
public DateTimeOffset? CreatedDateTime { get; set; }

/// <summary>
/// Gets or sets default usage location.
/// Two-letter ISO 3166 country code indicating the default service usage location of an organization.
/// </summary>
[JsonPropertyName("defaultUsageLocation")]
public string DefaultUsageLocation { get; set; }

/// <summary>
/// Gets or sets display name.
/// The display name for the tenant.
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.Graph/Generated/model/SignIn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public partial class SignIn : Entity

/// <summary>
/// Gets or sets applied conditional access policies.
/// Provides a list of conditional access policies that are triggered by the corresponding sign-in activity.
/// </summary>
[JsonPropertyName("appliedConditionalAccessPolicies")]
public IEnumerable<AppliedConditionalAccessPolicy> AppliedConditionalAccessPolicies { get; set; }
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.Graph/Generated/model/Team.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public partial class Team : Entity

/// <summary>
/// Gets or sets summary.
/// Contains summary information about the team, including number of owners, members, and guests.
/// </summary>
[JsonPropertyName("summary")]
public TeamSummary Summary { get; set; }
Expand Down
3 changes: 3 additions & 0 deletions src/Microsoft.Graph/Generated/model/TeamSummary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,21 @@ public partial class TeamSummary

/// <summary>
/// Gets or sets guestsCount.
/// Count of guests in a team.
/// </summary>
[JsonPropertyName("guestsCount")]
public Int32? GuestsCount { get; set; }

/// <summary>
/// Gets or sets membersCount.
/// Count of members in a team.
/// </summary>
[JsonPropertyName("membersCount")]
public Int32? MembersCount { get; set; }

/// <summary>
/// Gets or sets ownersCount.
/// Count of owners in a team.
/// </summary>
[JsonPropertyName("ownersCount")]
public Int32? OwnersCount { get; set; }
Expand Down
11 changes: 0 additions & 11 deletions src/Microsoft.Graph/Generated/requests/GraphServiceClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,6 @@ public partial class GraphServiceClient : BaseClient
{
}

/// <summary>
/// Gets the GraphServiceWorkbooks request builder.
/// </summary>
public virtual IGraphServiceWorkbooksCollectionRequestBuilder Workbooks
{
get
{
return new GraphServiceWorkbooksCollectionRequestBuilder(this.BaseUrl + "/workbooks", this);
}
}

/// <summary>
/// Gets the GraphServiceInvitations request builder.
/// </summary>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit dc6dab2

Please sign in to comment.