@microsoft/msgraph-sdk 1.0.0-preview.71 → 1.0.0-preview.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1515,7 +1515,7 @@ export interface Workflow extends Parsable, WorkflowBase {
1515
1515
  */
1516
1516
  deletedDateTime?: Date | null;
1517
1517
  /**
1518
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
1518
+ * The list of users that meet the workflowExecutionConditions of a workflow.
1519
1519
  */
1520
1520
  executionScope?: UserProcessingResult[] | null;
1521
1521
  /**