From ff2de6958fea0759f46e243bae1460d64e1baf5c Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 3 May 2022 10:09:13 +0000 Subject: [PATCH 1/2] Update generated files with build 73678 --- src/Microsoft.Graph/Generated/model/Application.cs | 6 ++++++ src/Microsoft.Graph/Generated/model/RbacApplication.cs | 6 ++++++ src/Microsoft.Graph/Generated/model/UnifiedApprovalStage.cs | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/src/Microsoft.Graph/Generated/model/Application.cs b/src/Microsoft.Graph/Generated/model/Application.cs index 54737063a9a..92d5a72df4d 100644 --- a/src/Microsoft.Graph/Generated/model/Application.cs +++ b/src/Microsoft.Graph/Generated/model/Application.cs @@ -195,6 +195,12 @@ public Application() [JsonPropertyName("requiredResourceAccess")] public IEnumerable RequiredResourceAccess { get; set; } + /// + /// Gets or sets service management reference. + /// + [JsonPropertyName("serviceManagementReference")] + public string ServiceManagementReference { get; set; } + /// /// Gets or sets sign in audience. /// Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not). diff --git a/src/Microsoft.Graph/Generated/model/RbacApplication.cs b/src/Microsoft.Graph/Generated/model/RbacApplication.cs index b51e4461089..091c1311b57 100644 --- a/src/Microsoft.Graph/Generated/model/RbacApplication.cs +++ b/src/Microsoft.Graph/Generated/model/RbacApplication.cs @@ -50,6 +50,7 @@ public partial class RbacApplication : Entity /// /// Gets or sets role assignment schedule instances. + /// Instances for active role assignments. /// [JsonPropertyName("roleAssignmentScheduleInstances")] public IRbacApplicationRoleAssignmentScheduleInstancesCollectionPage RoleAssignmentScheduleInstances { get; set; } @@ -63,6 +64,7 @@ public partial class RbacApplication : Entity /// /// Gets or sets role assignment schedule requests. + /// Requests for active role assignments to principals through PIM. /// [JsonPropertyName("roleAssignmentScheduleRequests")] public IRbacApplicationRoleAssignmentScheduleRequestsCollectionPage RoleAssignmentScheduleRequests { get; set; } @@ -76,6 +78,7 @@ public partial class RbacApplication : Entity /// /// Gets or sets role assignment schedules. + /// Schedules for active role assignment operations. /// [JsonPropertyName("roleAssignmentSchedules")] public IRbacApplicationRoleAssignmentSchedulesCollectionPage RoleAssignmentSchedules { get; set; } @@ -89,6 +92,7 @@ public partial class RbacApplication : Entity /// /// Gets or sets role eligibility schedule instances. + /// Instances for role eligibility requests. /// [JsonPropertyName("roleEligibilityScheduleInstances")] public IRbacApplicationRoleEligibilityScheduleInstancesCollectionPage RoleEligibilityScheduleInstances { get; set; } @@ -102,6 +106,7 @@ public partial class RbacApplication : Entity /// /// Gets or sets role eligibility schedule requests. + /// Requests for role eligibilities for principals through PIM. /// [JsonPropertyName("roleEligibilityScheduleRequests")] public IRbacApplicationRoleEligibilityScheduleRequestsCollectionPage RoleEligibilityScheduleRequests { get; set; } @@ -115,6 +120,7 @@ public partial class RbacApplication : Entity /// /// Gets or sets role eligibility schedules. + /// Schedules for role eligibility operations. /// [JsonPropertyName("roleEligibilitySchedules")] public IRbacApplicationRoleEligibilitySchedulesCollectionPage RoleEligibilitySchedules { get; set; } diff --git a/src/Microsoft.Graph/Generated/model/UnifiedApprovalStage.cs b/src/Microsoft.Graph/Generated/model/UnifiedApprovalStage.cs index 90d0694e60d..6b715ac9d89 100644 --- a/src/Microsoft.Graph/Generated/model/UnifiedApprovalStage.cs +++ b/src/Microsoft.Graph/Generated/model/UnifiedApprovalStage.cs @@ -23,36 +23,42 @@ public partial class UnifiedApprovalStage /// /// Gets or sets approvalStageTimeOutInDays. + /// The number of days that a request can be pending a response before it is automatically denied. /// [JsonPropertyName("approvalStageTimeOutInDays")] public Int32? ApprovalStageTimeOutInDays { get; set; } /// /// Gets or sets escalationApprovers. + /// The escalation approvers for this stage when the primary approvers don't respond. /// [JsonPropertyName("escalationApprovers")] public IEnumerable EscalationApprovers { get; set; } /// /// Gets or sets escalationTimeInMinutes. + /// The time a request can be pending a response from a primary approver before it can be escalated to the escalation approvers. /// [JsonPropertyName("escalationTimeInMinutes")] public Int32? EscalationTimeInMinutes { get; set; } /// /// Gets or sets isApproverJustificationRequired. + /// Indicates whether the approver must provide justification for their reponse. /// [JsonPropertyName("isApproverJustificationRequired")] public bool? IsApproverJustificationRequired { get; set; } /// /// Gets or sets isEscalationEnabled. + /// Indicates whether escalation if enabled. /// [JsonPropertyName("isEscalationEnabled")] public bool? IsEscalationEnabled { get; set; } /// /// Gets or sets primaryApprovers. + /// The primary approvers of this stage. /// [JsonPropertyName("primaryApprovers")] public IEnumerable PrimaryApprovers { get; set; } From 36404be7a15355d68399e807c2079b69eaafae5f Mon Sep 17 00:00:00 2001 From: Eastman Date: Wed, 4 May 2022 10:25:54 +0300 Subject: [PATCH 2/2] Updates version and release notes --- src/Microsoft.Graph/Microsoft.Graph.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Graph/Microsoft.Graph.csproj b/src/Microsoft.Graph/Microsoft.Graph.csproj index 4a218aa154d..afc13446172 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.csproj @@ -21,13 +21,13 @@ false 35MSSharedLib1024.snk true - 4.26.0 + 4.27.0 -- Latest metadata updates from 28th April 2022 snapshot +- Latest metadata updates from 3rd May 2022 snapshot true true