@microsoft/msgraph-sdk 1.0.0-preview.24 → 1.0.0-preview.26

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.
@@ -679,7 +679,7 @@ export interface PropertyRule extends AdditionalDataHolder, BackedModel, Parsabl
679
679
  */
680
680
  property?: string;
681
681
  /**
682
- * A collection with one or many strings. The specified string(s) will be matched with the specified property using the specified operation. Required.
682
+ * A collection with one or many strings. One or more specified strings are matched with the specified property using the specified operation. Required.
683
683
  */
684
684
  values?: string[];
685
685
  /**