Update user account names in assigned access configuration

This commit is contained in:
Paolo Matarazzo
2024-02-27 17:44:08 -05:00
parent 0acf3819c6
commit c806c2bed7
2 changed files with 11 additions and 14 deletions

View File

@ -18,15 +18,15 @@ ms.topic: include
<Configs>
<Config>
<Account>domain\account</Account>
<Account>contoso\user</Account>
<DefaultProfile Id="{GUID}"/>
</Config>
<Config>
<Account>AzureAD\john@contoso.onmicrosoft.com</Account>
<Account>AzureAD\user@contoso.onmicrosoft.com</Account>
<DefaultProfile Id="{GUID}"/>
</Config>
<Config>
<Account>localaccount</Account>
<Account>user</Account>
<DefaultProfile Id="{GUID}"/>
</Config>
<Config>