Skip to content

Commit 2323948

Browse files
Merge pull request #217760 from mumian/1109-environment-function
update the environment function output
2 parents e0813d5 + 0641b15 commit 2323948

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes the functions to use in a Bicep file to retrieve deployme
44
author: mumian
55
ms.author: jgao
66
ms.topic: conceptual
7-
ms.date: 06/27/2022
7+
ms.date: 11/09/2022
88
---
99

1010
# Deployment functions for Bicep
@@ -177,10 +177,7 @@ The preceding example returns the following object when deployed to global Azure
177177
"resourceManager": "https://management.azure.com/",
178178
"authentication": {
179179
"loginEndpoint": "https://login.microsoftonline.com/",
180-
"audiences": [
181-
"https://management.core.windows.net/",
182-
"https://management.azure.com/"
183-
],
180+
"audiences": [ "https://management.core.windows.net/", "https://management.azure.com/" ],
184181
"tenant": "common",
185182
"identityProvider": "AAD"
186183
},

0 commit comments

Comments
 (0)