Skip to content

Commit 015c483

Browse files
committed
update
1 parent e1478fc commit 015c483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ The string value of the environment variable or a default value.
8383

8484
### Remarks
8585

86-
The following command sets the environment variable only for the PowerShell process in which it is executed.
86+
The following command sets the environment variable only for the PowerShell process in which it's executed. You get [BCP338](./diagnostics/bcp338.md) from Visual Studio Code.
8787

8888
```PowerShell
8989
$env:testEnvironmentVariable = "Hello World!"
9090
```
9191

92-
You will get [BCP338](./diagnostics/bcp338.md). To set the environment variable at the user level, use the following command:
92+
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)