Skip to content

Commit afa19bd

Browse files
committed
update
1 parent f942bf7 commit afa19bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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, which include tenant ID and object ID.
23+
This function returns the information about the current deployment principal, including tenant ID and object ID.
2424

2525
```json
2626
{

articles/azure-resource-manager/templates/template-functions-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In Bicep, use the [deployer](../bicep/bicep-functions-deployment.md#deployer) fu
3131

3232
### Return value
3333

34-
This function returns the information about the current deployment principal, which include tenant ID and object ID.
34+
This function returns the information about the current deployment principal, including tenant ID and object ID.
3535

3636
```json
3737
{
@@ -42,7 +42,7 @@ This function returns the information about the current deployment principal, wh
4242

4343
### Example
4444

45-
The following example Bicep file returns the deployer object.
45+
The following example returns the deployer object.
4646

4747
```json
4848
{

0 commit comments

Comments
 (0)