Skip to content

Commit 9137b15

Browse files
committed
update
1 parent 9e4d87d commit 9137b15

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/azure-resource-manager/bicep/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ items:
331331
displayName: dateTimeAdd,dateTimeFromEpoch,dateTimeToEpoch,utcNow
332332
href: bicep-functions-date.md
333333
- name: Deployment functions
334-
displayName: deployment,environment, deployer
334+
displayName: deployer,deployment,environment
335335
href: bicep-functions-deployment.md
336336
- name: File functions
337337
displayName: loadFileAsBase64,loadJsonContent,loadYamlContent,loadTextContent

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

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

3636
```json
3737
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ Resource Manager provides several functions for working with objects.
222222
* [items](template-functions-object.md#items)
223223
* [json](template-functions-object.md#json)
224224
* [length](template-functions-object.md#length)
225-
* [objectKeys](template-functions-object.md#objectkeys)
226225
* [null](template-functions-object.md#null)
226+
* [objectKeys](template-functions-object.md#objectkeys)
227227
* [shallowMerge](template-functions-object.md#shallowmerge)
228228
* [union](template-functions-object.md#union)
229229

articles/azure-resource-manager/templates/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,10 +483,10 @@ items:
483483
displayName: dateTimeAdd,dateTimeFromEpoch,dateTimeToEpoch,utcNow
484484
href: template-functions-date.md
485485
- name: Deployment functions
486-
displayName: deployment,environment,parameters,variables
486+
displayName: deployer,deployment,environment,parameters,variables
487487
href: template-functions-deployment.md
488488
- name: Lambda functions
489-
displayName: filter,map,reduce,sort,toObject
489+
displayName: filter,groupBy,map,reduce,sort,toObject
490490
href: template-functions-lambda.md
491491
- name: Logical functions
492492
displayName: and,bool,false,if,not,or,true
@@ -495,10 +495,10 @@ items:
495495
displayName: add,copyIndex,div,float,int,max,min,mod,mul,sub
496496
href: template-functions-numeric.md
497497
- name: Object functions
498-
displayName: contains,createObject,empty,intersection,items,json,length,null,union
498+
displayName: contains,createObject,empty,intersection,items,json,length,null,objectKeys,shallowMerge,union
499499
href: template-functions-object.md
500500
- name: Resource functions
501-
displayName: extensionResourceId,list*,pickZones,providers,reference,references,resourceGroup,resourceId,subscription,subscriptionResourceId,managementGroupResourceId,tenantResourceId
501+
displayName: extensionResourceId,listAccountSas,listKeys,listSecrets,list*,pickZones,providers,reference,references,resourceId,subscriptionResourceId,managementGroupResourceId,tenantResourceId
502502
href: template-functions-resource.md
503503
- name: Scope functions
504504
displayName: managementGroup,resourceGroup,subscription,tenant

0 commit comments

Comments
 (0)