Skip to content

Commit 39b1a20

Browse files
committed
Update clu-getstart.md
1 parent bf23eb5 commit 39b1a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clu-getstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ Testing will consist of scenario tests and unit tests. Scenario tests should be
118118
```
119119
- Set the environment variable 'TestCredentials' to a connection string providing the credentials to use during test execution. Possible fields include:
120120

121-
| Field | Description |
121+
| Field (case sensitive) | Description |
122122
| ------------- |:-------------|
123123
| Username | an OrgId user name |
124124
| ServicePrincipal | a service principal name |
125125
| Password | the password or application secret to sue for authentication |
126126
| TenantId | (required for Service authentication) The tenant guid to authenticate against |
127-
| SubscriptionID | (optional) Selects a particular subscription by id. If not provided, the first listed subscription will be selected |
127+
| SubscriptionId | (optional) Selects a particular subscription by id. If not provided, the first listed subscription will be selected |
128128
- The infrastructure automatically generates a resource group name and assigns the value to the bash variable ```"$resourceGroupName"```. If your scripts require additional variables, you can add these to your environment before running tests, or you can generate values using the ScriptRunner (for the tests using that runner).
129129
```C#
130130
runner.EnvironmentVariables.Add("myVariableName", runner.GenerateName("myres"));

0 commit comments

Comments
 (0)