Skip to content

Commit 5680dba

Browse files
authored
Merge pull request #100436 from akhilthomas011/akhilthomas-patch4
Change environment().authentication value
2 parents f329041 + 29f7d92 commit 5680dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -176,7 +176,7 @@ The preceding example returns the following object when deployed to global Azure
176176
"vmImageAliasDoc": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-compute/quickstart-templates/aliases.json",
177177
"resourceManager": "https://management.azure.com/",
178178
"authentication": {
179-
"loginEndpoint": "https://login.windows.net/",
179+
"loginEndpoint": "https://login.microsoftonline.com/",
180180
"audiences": [
181181
"https://management.core.windows.net/",
182182
"https://management.azure.com/"

0 commit comments

Comments
 (0)