Skip to content

Commit ff820b2

Browse files
Merge pull request #453 from microsoft/users/damccorm/removeFakeCreds
Remove fake credentials from readme
2 parents 6dd4628 + d45f1d7 commit ff820b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import * as azdev from "azure-devops-node-api";
3333
// your collection url
3434
let orgUrl = "https://dev.azure.com/yourorgname";
3535

36-
let token: string = process.env.AZURE_PERSONAL_ACCESS_TOKEN; // e.g "cbdeb34vzyuk5l4gxc4qfczn3lko3avfkfqyb47etahq6axpcqha";
36+
let token: string = process.env.AZURE_PERSONAL_ACCESS_TOKEN;
3737

3838
let authHandler = azdev.getPersonalAccessTokenHandler(token);
3939
let connection = new azdev.WebApi(orgUrl, authHandler);

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "azure-devops-node-api",
33
"description": "Node client for Azure DevOps and TFS REST APIs",
4-
"version": "11.0.0",
4+
"version": "11.0.1",
55
"main": "./WebApi.js",
66
"types": "./WebApi.d.ts",
77
"scripts": {

0 commit comments

Comments
 (0)