Skip to content

Commit 23ebe4d

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 226207
1 parent 4de7eb7 commit 23ebe4d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/Microsoft.Graph/Generated/GroupSettings/GroupSettingsRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public GroupSettingsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter
7878
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.GroupSettingCollectionResponse>(requestInfo, global::Microsoft.Graph.Models.GroupSettingCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
7979
}
8080
/// <summary>
81-
/// Create a new group setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.
81+
/// Create a new group setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. The following group setting templates are available for groups:
8282
/// Find more info here <see href="https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0" />
8383
/// </summary>
8484
/// <returns>A <see cref="global::Microsoft.Graph.Models.GroupSetting"/></returns>
@@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
123123
return requestInfo;
124124
}
125125
/// <summary>
126-
/// Create a new group setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.
126+
/// Create a new group setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. The following group setting templates are available for groups:
127127
/// </summary>
128128
/// <returns>A <see cref="RequestInformation"/></returns>
129129
/// <param name="body">The request body</param>

src/Microsoft.Graph/Generated/Groups/Item/Settings/SettingsRequestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public SettingsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b
7878
return await RequestAdapter.SendAsync<global::Microsoft.Graph.Models.GroupSettingCollectionResponse>(requestInfo, global::Microsoft.Graph.Models.GroupSettingCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
7979
}
8080
/// <summary>
81-
/// Create a new group setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.
81+
/// Create a new group setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. The following group setting templates are available for groups:
8282
/// Find more info here <see href="https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0" />
8383
/// </summary>
8484
/// <returns>A <see cref="global::Microsoft.Graph.Models.GroupSetting"/></returns>
@@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
123123
return requestInfo;
124124
}
125125
/// <summary>
126-
/// Create a new group setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.
126+
/// Create a new group setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. The following group setting templates are available for groups:
127127
/// </summary>
128128
/// <returns>A <see cref="RequestInformation"/></returns>
129129
/// <param name="body">The request body</param>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public bool? AllowExternalSenders
5656
set { BackingStore?.Set("appRoleAssignments", value); }
5757
}
5858
#endif
59-
/// <summary>The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.</summary>
59+
/// <summary>The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. This property can be specified during group creation or update. However, for cloud security groups, it&apos;s immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. cloud security groups.</summary>
6060
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
6161
#nullable enable
6262
public List<global::Microsoft.Graph.Models.AssignedLabel>? AssignedLabels

src/Microsoft.Graph/Generated/kiota-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"descriptionHash": "6EA46DF4FF6E4827A06A17163D3F24700E43202A7D3F73CB66ECD7C7EB08061DE27D1E02E07162B0D074E1F8084F53681AD6DF8C457316A4D00677E86A5D5EA8",
2+
"descriptionHash": "B222CD2E674315A3C063DAA8F46051D7CE93A98BB0F3DEB3B3B4C89DE7C5E302B2473A52EB704FCD29034704E26091FC904DA67FEBE7022BE1BA3F85BC4395BA",
33
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
5-
"kiotaVersion": "1.33.0",
5+
"kiotaVersion": "1.34.1",
66
"clientClassName": "BaseGraphServiceClient",
77
"typeAccessModifier": "Public",
88
"clientNamespaceName": "Microsoft.Graph",

0 commit comments

Comments
 (0)