Skip to content

Commit b8cd7bc

Browse files
authored
Merge pull request #1602 from microsoftgraph/dev
Release 4.50.0
2 parents f06c3d1 + f18b75b commit b8cd7bc

52 files changed

Lines changed: 637 additions & 20 deletions

Some content is hidden

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ public partial class BookingAppointment : Entity
3030

3131
/// <summary>
3232
/// Gets or sets anonymous join web url.
33+
/// The URL of the meeting to join anonymously.
3334
/// </summary>
3435
[JsonPropertyName("anonymousJoinWebUrl")]
3536
public string AnonymousJoinWebUrl { get; set; }
3637

3738
/// <summary>
3839
/// Gets or sets customers.
39-
/// It lists down the customer properties for an appointment. An appointment will contain a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional.
40+
/// A collection of customer properties for an appointment. An appointment will contain a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional.
4041
/// </summary>
4142
[JsonPropertyName("customers")]
4243
public IEnumerable<BookingCustomerInformationBase> Customers { get; set; }

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public partial class BookingBusiness : Entity
7171

7272
/// <summary>
7373
/// Gets or sets language tag.
74+
/// The language of the self-service booking page.
7475
/// </summary>
7576
[JsonPropertyName("languageTag")]
7677
public string LanguageTag { get; set; }

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public partial class BookingService : Entity
8686

8787
/// <summary>
8888
/// Gets or sets is anonymous join enabled.
89+
/// True if the URL to join the appointment anonymously (anonymousJoinWebUrl) will be generated for the appointment booked for this service.
8990
/// </summary>
9091
[JsonPropertyName("isAnonymousJoinEnabled")]
9192
public bool? IsAnonymousJoinEnabled { get; set; }
@@ -106,6 +107,7 @@ public partial class BookingService : Entity
106107

107108
/// <summary>
108109
/// Gets or sets language tag.
110+
/// The language of the self-service booking page.
109111
/// </summary>
110112
[JsonPropertyName("languageTag")]
111113
public string LanguageTag { get; set; }

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,14 @@ public BookingStaffMember()
5252

5353
/// <summary>
5454
/// Gets or sets is email notification enabled.
55+
/// True indicates that a staff member will be notified via email when a booking assigned to them is created or changed.
5556
/// </summary>
5657
[JsonPropertyName("isEmailNotificationEnabled")]
5758
public bool? IsEmailNotificationEnabled { get; set; }
5859

5960
/// <summary>
6061
/// Gets or sets role.
61-
/// The role of the staff member in the business. Possible values are: guest, administrator, viewer, externalGuest and unknownFutureValue. Required.
62+
/// The role of the staff member in the business. Possible values are: guest, administrator, viewer, externalGuest, unknownFutureValue, scheduler, teamMember. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: scheduler, teamMember. Required.
6263
/// </summary>
6364
[JsonPropertyName("role")]
6465
public BookingStaffRole? Role { get; set; }

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,28 @@ public EducationTeamsAppResource()
2929

3030
/// <summary>
3131
/// Gets or sets appIconWebUrl.
32+
/// URL that points to the icon of the app.
3233
/// </summary>
3334
[JsonPropertyName("appIconWebUrl")]
3435
public string AppIconWebUrl { get; set; }
3536

3637
/// <summary>
3738
/// Gets or sets appId.
39+
/// Teams app ID of the application.
3840
/// </summary>
3941
[JsonPropertyName("appId")]
4042
public string AppId { get; set; }
4143

4244
/// <summary>
4345
/// Gets or sets teamsEmbeddedContentUrl.
46+
/// URL for the app resource that will be opened by Teams.
4447
/// </summary>
4548
[JsonPropertyName("teamsEmbeddedContentUrl")]
4649
public string TeamsEmbeddedContentUrl { get; set; }
4750

4851
/// <summary>
4952
/// Gets or sets webUrl.
53+
/// URL for the app resource that can be opened in the browser.
5054
/// </summary>
5155
[JsonPropertyName("webUrl")]
5256
public string WebUrl { get; set; }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public EmailAuthenticationMethodConfiguration()
3838

3939
/// <summary>
4040
/// Gets or sets include targets.
41-
/// A collection of users or groups who are enabled to use the authentication method.
41+
/// A collection of groups that are enabled to use the authentication method.
4242
/// </summary>
4343
[JsonPropertyName("includeTargets")]
4444
public IEmailAuthenticationMethodConfigurationIncludeTargetsCollectionPage IncludeTargets { get; set; }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public Fido2AuthenticationMethodConfiguration()
5151

5252
/// <summary>
5353
/// Gets or sets include targets.
54-
/// A collection of users or groups who are enabled to use the authentication method.
54+
/// A collection of groups that are enabled to use the authentication method.
5555
/// </summary>
5656
[JsonPropertyName("includeTargets")]
5757
public IFido2AuthenticationMethodConfigurationIncludeTargetsCollectionPage IncludeTargets { 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 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 assignmentsReturned by default. Supports $filter (eq, ne, not).
9797
/// </summary>
9898
[JsonPropertyName("isAssignableToRole")]
9999
public bool? IsAssignableToRole { get; set; }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public MicrosoftAuthenticatorAuthenticationMethodConfiguration()
3737

3838
/// <summary>
3939
/// Gets or sets include targets.
40-
/// A collection of users or groups who are enabled to use the authentication method. Expanded by default.
40+
/// A collection of groups that are enabled to use the authentication method. Expanded by default.
4141
/// </summary>
4242
[JsonPropertyName("includeTargets")]
4343
public IMicrosoftAuthenticatorAuthenticationMethodConfigurationIncludeTargetsCollectionPage IncludeTargets { get; set; }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public partial class PlannerPlan : Entity
2222

2323
/// <summary>
2424
/// Gets or sets container.
25-
/// Identifies the container of the plan. After it is set, this property can’t be updated. Required.
25+
/// Identifies the container of the plan. Specify only the url, the containerId and type, or all properties. After it is set, this property can’t be updated. Required.
2626
/// </summary>
2727
[JsonPropertyName("container")]
2828
public PlannerPlanContainer Container { get; set; }

0 commit comments

Comments
 (0)