Skip to content

Commit 7724cc2

Browse files
committed
minor update
1 parent dc05c8e commit 7724cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/bicep-functions-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Namespace: [az](bicep-functions.md#namespaces-for-functions).
2020

2121
### Return value
2222

23-
This function returns the information about the current deployment principal, including tenant ID, object ID, and user principal name.
23+
This function returns the information about the current deployment principal, including object ID, tenant ID, and user principal name.
2424

2525
```json
2626
{
@@ -44,7 +44,7 @@ The preceding example returns the following object:
4444
{
4545
"objectId":"aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb",
4646
"tenantId":"aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e",
47-
"userPrincipalName":"someone@contoso.com"
47+
"userPrincipalName":"john.doe@contoso.com"
4848
}
4949
```
5050

0 commit comments

Comments
 (0)