Skip to content

Commit ffc9271

Browse files
Update README.md
1 parent c70f670 commit ffc9271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DeviceProfileSample/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Package: `Microsoft.Identity.Model.Clients.ActiveDirectory` has already been ins
4747
2. Open the solution file `DeviceProfileSample.sln` in [Visual Studio 2017](https://www.visualstudio.com/downloads/)
4848
3. Use [Nuget package restore](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore) to ensure you have all dependencies installed
4949
4. Open CS file `Program.cs` and there is a section with input values to change at the top of the class:
50-
* `azDevOrganizationUrl` - Update this value to your VSTS collection URL, e.g. http://dev.azure.com/myaccount.
50+
* `azureDevOpsOrganizationUrl` - Update this value to your VSTS collection URL, e.g. http://dev.azure.com/organization.
5151
* `clientId` - Update this value with the `Application ID` you saved in step 2.6.
5252
5. Build and run solution. You should see a console window with instructions on how to authenticate via the Device Profile flow. After authenticating you should see all team project information viewable by the authenticated identity displayed in the console window.
5353

@@ -57,5 +57,5 @@ Package: `Microsoft.Identity.Model.Clients.ActiveDirectory` has already been ins
5757
2. Open the solution file `DeviceProfileSample.sln` in [Visual Studio 2017](https://www.visualstudio.com/downloads/)
5858
3. Use [Nuget package restore](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore) to ensure you have all dependencies installed
5959
4. Open CS file `Program.cs` and there is a section with input values to change at the top of the class:
60-
* `azDevOrganizationUrl` - Update this value to your VSTS collection URL, e.g. http://dev.azure.com/myaccount.
60+
* `azureDevOpsOrganizationUrl` - Update this value to your VSTS collection URL, e.g. http://dev.azure.com/organization.
6161
5. Build and run solution. You should see a console window with instructions on how to authenticate via the Device Profile flow. After authenticating you should see all team project information viewable by the authenticated identity displayed in the console window.

0 commit comments

Comments
 (0)