Skip to content

Commit d50ac07

Browse files
authored
Merge pull request #102544 from FrankHu-MSFT/patch-96
(AzureCXP) Adding Note
2 parents 2f5ec70 + 1d531c9 commit d50ac07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/howto-add-app-roles-in-azure-ad-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ These application roles are defined in the [Azure portal](https://portal.azure.c
4040
1. Edit the app manifest by locating the `appRoles` setting and adding all your Application Roles.
4141

4242
> [!NOTE]
43-
> Each app role definition in this manifest must have a different valid GUID for the `id` property.
43+
> Each app role definition in this manifest must have a different valid GUID within the context of the manifest for the `id` property.
4444
>
4545
> The `value` property of each app role definition should exactly match the strings that are used in the code in the application. The `value` property can't contain spaces. If it does, you'll receive an error when you save the manifest.
4646

0 commit comments

Comments
 (0)