Skip to content

Commit 15e024d

Browse files
authored
Merge pull request #26210 from damabe/damabe-policheck-1
Policheck Update - Feb 03 | Bulk Update
2 parents db34271 + 9614c91 commit 15e024d

20 files changed

+26
-26
lines changed

api-reference/beta/api/identitycontainer-list-authenticationeventsflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ GET https://graph.microsoft.com/beta/identity/authenticationEventsFlows
107107

108108
The following is an example of a response that returns two user flows: "Test User Flow 1" and "Woodgrove Drive User Flow" with the following configurations:
109109

110-
- "Test User Flow 1" is set up to allow email+password accounts, collect email address and country, and create a "Member" user type.
110+
- "Test User Flow 1" is set up to allow email+password accounts, collect email address and country/region, and create a "Member" user type.
111111
- "Woodgrove Drive User Flow" is set up to allow email+password accounts or social (Google or Facebook) sign in, collect email address, display name, and favorite color, and create "Member" user type.
112112

113113
>**Note:** The response object shown here might be shortened for readability.

api-reference/beta/api/user-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ PATCH /users/{id | userPrincipalName}
101101
|state|String|The state or province in the user's address.|
102102
|streetAddress|String|The street address of the user's place of business.|
103103
|surname|String|The user's surname (family name or last name).|
104-
|usageLocation|String|A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: `US`, `JP`, and `GB`. Not nullable.|
104+
|usageLocation|String|A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries/regions. Examples include: `US`, `JP`, and `GB`. Not nullable.|
105105
|userPrincipalName|String|The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. The verified domains for the tenant can be accessed from the **verifiedDomains** property of [organization](../resources/organization.md). <br>NOTE: This property can't contain accent characters. Only the following characters are allowed `A - Z`, `a - z`, `0 - 9`, ` ' . - _ ! # ^ ~`. For the complete list of allowed characters, see [username policies](/azure/active-directory/authentication/concept-sspr-policy#userprincipalname-policies-that-apply-to-all-user-accounts).|
106106
|userType|String|A string value that can be used to classify user types in your directory, such as `Member` and `Guest`. |
107107

api-reference/beta/resources/broadcastmeetingcaptionsettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Represents caption settings of a Microsoft Teams [live event](/microsoftteams/te
2626

2727
> [!TIP]
2828
>
29-
> Translation languages cannot contain the same language code as the spoken language.
29+
> Translation languages can't contain the same language code as the spoken language.
3030
3131
### spokenLanguage values
3232

@@ -108,7 +108,7 @@ The following table shows the supported language codes for translation languages
108108
| Tahitian | ty |
109109
| Thai (Thailand) | th |
110110
| Tongan | to |
111-
| Turkish (Turkey) | tr |
111+
| Turkish (Türkiye) | tr |
112112
| Ukrainian (Ukraine) | uk |
113113
| Urdu (Islamic Republic of Pakistan) | ur |
114114
| Vietnamese (Vietnam) | vi |

api-reference/beta/resources/parentalcontrolsettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Specifies parental control settings for an application. These settings control t
2121
| Property | Type | Description |
2222
:---------------|:--------|:----------|
2323
|countriesBlockedForMinors|String collection| Specifies the [two-letter ISO country codes](https://www.iso.org/iso-3166-country-codes.html). Access to the application will be blocked for minors from the countries specified in this list.|
24-
|legalAgeGroupRule| String | Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: <table><tr><th>Value</th><th>Description</th></tr><tr><td>Allow</td><td>Default. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.</td></tr><tr><td>RequireConsentForPrivacyServices</td><td>Enforces the user to specify date of birth to comply with COPPA rules. </td></tr><tr><td>RequireConsentForMinors</td><td>Requires parental consent for ages below 18, regardless of country minor rules.</td></tr><tr><td>RequireConsentForKids</td><td>Requires parental consent for ages below 14, regardless of country minor rules.</td></tr><tr><td>BlockMinors</td><td>Blocks minors from using the app.</td></tr></table> |
24+
|legalAgeGroupRule| String | Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: <table><tr><th>Value</th><th>Description</th></tr><tr><td>Allow</td><td>Default. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.</td></tr><tr><td>RequireConsentForPrivacyServices</td><td>Enforces the user to specify date of birth to comply with COPPA rules. </td></tr><tr><td>RequireConsentForMinors</td><td>Requires parental consent for ages below 18, regardless of country/region minor rules.</td></tr><tr><td>RequireConsentForKids</td><td>Requires parental consent for ages below 14, regardless of country/region minor rules.</td></tr><tr><td>BlockMinors</td><td>Blocks minors from using the app.</td></tr></table> |
2525

2626
## Relationships
2727
None.

api-reference/beta/resources/search-answervariant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Namespace: microsoft.graph.search
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Represents an answer variant that can be used to change certain properties of a search answer based on country or platform.
17+
Represents an answer variant that can be used to change certain properties of a search answer based on country/region or platform.
1818

1919
## Properties
2020

api-reference/beta/resources/search-api-answers-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following table lists the language tags, locales, and the corresponding coun
4444
|`fr-ca`| French (Canada) | Canada - French |
4545
|`fr-fr`| French (France) | France |
4646
|`de-de`| German (Germany) | Germany |
47-
|`zh-hk`| Chinese (Hong Kong) | Hong Kong |
47+
|`zh-hk`| Chinese (Hong Kong SAR) | Hong Kong SAR |
4848
|`en-in`| English (India) | India |
4949
|`it-it`| Italian (Italy) | Italy |
5050
|`pt-br`| Portuguese (Brazil) | Brazil |

api-reference/beta/resources/search-bookmark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Inherits from [searchAnswer](../resources/search-searchanswer.md).
4747
|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.|
4848
|powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.|
4949
|state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.|
50-
|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.|
50+
|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a bookmark for different countries/regions or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.|
5151
|webUrl|String|The URL link for the bookmark. When users select this bookmark from the search results, they're directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).|
5252

5353
## Relationships

api-reference/beta/resources/search-qna.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Inherits from [searchAnswer](../resources/search-searchanswer.md).
4545
|lastModifiedDateTime|DateTimeOffset| Date and time when the QnA was created or last edited. Inherited from [searchAnswer](../resources/search-searchanswer.md). Read-only.|
4646
|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this QnA. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.|
4747
|state|microsoft.graph.search.answerState|State of the QnA. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.|
48-
|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a QnA for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.|
48+
|targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a QnA for different countries/regions or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.|
4949
|webUrl|String|The URL link for the QnA. When users select this QnA from the search results, they're directed to the specified URL. Inherited from [searchAnswer](../resources/search-searchanswer.md).|
5050

5151
## Relationships

api-reference/beta/resources/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ For example, Cameron is an administrator of a directory for an elementary school
313313
|MinorWithoutParentalConsent |(Reserved for future use)|
314314
|MinorWithParentalConsent| The user is considered a minor based on the age-related regulations of their country or region, and the administrator of the account has obtained appropriate consent from a parent or guardian.|
315315
|Adult|The user is considered an adult based on the age-related regulations of their country or region.|
316-
|NotAdult|The user is from a country or region that has additional age-related regulations (such as the United States, United Kingdom, European Union, or South Korea), and the user's age is between a minor and an adult age (as stipulated based on country or region). Generally, this means that teenagers are considered as `notAdult` in regulated countries.|
316+
|NotAdult|The user is from a country or region that has additional age-related regulations (such as the United States, United Kingdom, European Union, or South Korea), and the user's age is between a minor and an adult age (as stipulated based on country or region). Generally, this means that teenagers are considered as `notAdult` in regulated countries/regions.|
317317
|MinorNoParentalConsentRequired|The user is a minor but is from a country or region that has no age-related regulations.|
318318

319319
#### ageGroup values

api-reference/v1.0/api/identitycontainer-list-authenticationeventsflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ GET https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows
106106

107107
The following is an example of a response that returns two user flows: "Test User Flow 1" and "Woodgrove Drive User Flow" with the following configurations:
108108

109-
- "Test User Flow 1" is set up to allow email+password accounts, collect email address and country, and create a "Member" user type.
109+
- "Test User Flow 1" is set up to allow email+password accounts, collect email address and country/region, and create a "Member" user type.
110110
- "Woodgrove Drive User Flow" is set up to allow email+password accounts or social (Google or Facebook) sign in, collect email address, display name, and favorite color, and create "Member" user type.
111111

112112
>**Note:** The response object shown here might be shortened for readability.

0 commit comments

Comments
 (0)