Skip to content

Commit ec28a7a

Browse files
Merge pull request #218732 from mumian/1117-tenant-function
update the tenant function description
2 parents 0412207 + 11ec1ff commit ec28a7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Bicep functions - scopes
33
description: Describes the functions to use in a Bicep file to retrieve values about deployment scopes.
44
ms.topic: conceptual
5-
ms.date: 11/23/2021
5+
ms.date: 11/17/2022
66
---
77

88
# Scope functions for Bicep
@@ -270,7 +270,7 @@ Returns an object used for setting the scope to the tenant.
270270

271271
Or
272272

273-
Returns properties about the tenant for the current deployment.
273+
Returns the tenant of the user.
274274

275275
Namespace: [az](bicep-functions.md#namespaces-for-functions).
276276

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Template functions - scope
33
description: Describes the functions to use in an Azure Resource Manager template (ARM template) to retrieve values about deployment scope.
44
ms.topic: conceptual
5-
ms.date: 03/10/2022
5+
ms.date: 11/17/2022
66
---
77

88
# Scope functions for ARM templates
@@ -222,7 +222,7 @@ The following example shows the subscription function called in the outputs sect
222222

223223
`tenant()`
224224

225-
Returns properties about the tenant for the current deployment.
225+
Returns the tenant of the user.
226226

227227
In Bicep, use the [tenant](../bicep/bicep-functions-scope.md#tenant) scope function.
228228

0 commit comments

Comments
 (0)