Skip to content

Commit 0e4e95a

Browse files
committed
Pass 4 - phone auth method
1 parent 88996c7 commit 0e4e95a

22 files changed

+24
-24
lines changed

api-reference/beta/api/authentication-list-phonemethods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ The following tables show the least privileged permission or permissions require
2424

2525
### Permissions acting on self
2626

27-
<!-- { "blockType": "permissions", "name": "authentication_list_phonemethods" } -->
27+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2828
[!INCLUDE [permissions-table](../includes/permissions/authentication-list-phonemethods-permissions.md)]
2929

3030
### Permissions acting on other users
3131

32-
<!-- { "blockType": "permissions", "name": "authentication_list_phonemethods_2" } -->
32+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
3333
[!INCLUDE [permissions-table](../includes/permissions/authentication-list-phonemethods-2-permissions.md)]
3434

3535
[!INCLUDE [rbac-authentication-methods-apis-read-others](../includes/rbac-for-apis/rbac-authentication-methods-apis-read-others.md)]

api-reference/beta/api/authentication-post-phonemethods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Additionally, if a user is enabled by policy to use SMS sign-in and a `mobile` n
2626

2727
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2828

29-
<!-- { "blockType": "permissions", "name": "authentication_post_phonemethods" } -->
29+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
3030
[!INCLUDE [permissions-table](../includes/permissions/authentication-post-phonemethods-permissions.md)]
3131

3232
[!INCLUDE [rbac-authentication-methods-apis-write](../includes/rbac-for-apis/rbac-authentication-methods-apis-write.md)]

api-reference/beta/api/phoneauthenticationmethod-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ One of the following permissions is required to call this API. To learn more, in
3232
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
3333
|Permission type | Permissions (from least to most privileged) |
3434
|:---------------------------------------|:-------------------------|
35-
| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite |
35+
| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All |
3636
| Delegated (personal Microsoft account) | Not supported. |
3737
| Application | Not supported. |
3838

api-reference/beta/api/phoneauthenticationmethod-disablesmssignin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ One of the following permissions is required to call this API. To learn more, in
2626
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2727
|Permission type | Permissions (from least to most privileged) |
2828
|:---------------------------------------|:-------------------------|
29-
| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite |
29+
| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All |
3030
| Delegated (personal Microsoft account) | Not supported. |
3131
| Application | Not supported. |
3232

api-reference/beta/api/phoneauthenticationmethod-enablesmssignin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ One of the following permissions is required to call this API. To learn more, in
2828
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2929
|Permission type | Permissions (from least to most privileged) |
3030
|:---------------------------------------|:-------------------------|
31-
| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite |
31+
| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All |
3232
| Delegated (personal Microsoft account) | Not supported. |
3333
| Application | Not supported. |
3434

api-reference/beta/api/phoneauthenticationmethod-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ One of the following permissions is required to call this API. To learn more, in
2626
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2727
|Permission type | Permissions (from least to most privileged) |
2828
|:---------------------------------------|:-------------------------|
29-
| Delegated (work or school account) | UserAuthenticationMethod.Read, UserAuthenticationMethod.ReadWrite |
29+
| Delegated (work or school account) | UserAuthenticationMethod.Read, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All |
3030
| Delegated (personal Microsoft account) | Not supported. |
3131
| Application | Not supported. |
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If a user is enabled by policy to use SMS to sign in and the `mobile` number is
2626

2727
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2828

29-
<!-- { "blockType": "permissions", "name": "phoneauthenticationmethod_update" } -->
29+
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
3030
[!INCLUDE [permissions-table](../includes/permissions/phoneauthenticationmethod-update-permissions.md)]
3131

3232
[!INCLUDE [rbac-authentication-methods-apis-write-others](../includes/rbac-for-apis/rbac-authentication-methods-apis-write-others.md)]

api-reference/beta/includes/permissions/authentication-list-phonemethods-2-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.localizationpriority: medium
66

77
|Permission type|Least privileged permissions|Higher privileged permissions|
88
|:---|:---|:---|
9-
|Delegated (work or school account)|UserAuthenticationMethod.Read.All|UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read, UserAuthenticationMethod.ReadWrite|
9+
|Delegated (work or school account)|UserAuthenticationMethod.Read.All|UserAuthenticationMethod.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
1111
|Application|UserAuthenticationMethod.Read.All|UserAuthenticationMethod.ReadWrite.All|
1212

api-reference/beta/includes/permissions/authentication-list-phonemethods-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|UserAuthenticationMethod.Read|UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|UserAuthenticationMethod.Read.All|UserAuthenticationMethod.ReadWrite.All|
11+
|Application|Not supported.|Not supported.|
1212

api-reference/beta/includes/permissions/authentication-post-phonemethods-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.localizationpriority: medium
66

77
|Permission type|Least privileged permissions|Higher privileged permissions|
88
|:---|:---|:---|
9-
|Delegated (work or school account)|UserAuthenticationMethod.ReadWrite.All|UserAuthenticationMethod.ReadWrite|
9+
|Delegated (work or school account)|UserAuthenticationMethod.ReadWrite.All|Not available.|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
1111
|Application|UserAuthenticationMethod.ReadWrite.All|Not available.|
1212

0 commit comments

Comments
 (0)