Skip to content

Commit e1478fc

Browse files
committed
update
1 parent e6fe365 commit e1478fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/bicep-functions-parameters-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The following command sets the environment variable only for the PowerShell proc
8989
$env:testEnvironmentVariable = "Hello World!"
9090
```
9191

92-
You will get [BCP338](./diagnostics/bcp388.md). To set the environment variable at the user level, use the following command:
92+
You will get [BCP338](./diagnostics/bcp338.md). To set the environment variable at the user level, use the following command:
9393

9494
```powershell
9595
[System.Environment]::SetEnvironmentVariable('testEnvironmentVariable','Hello World!', 'User')

0 commit comments

Comments
 (0)