Skip to content

Commit

Permalink
Merge pull request #453 from microsoft/users/damccorm/removeFakeCreds
Browse files Browse the repository at this point in the history
Remove fake credentials from readme
  • Loading branch information
scottdallamura committed Jun 3, 2021
2 parents 6dd4628 + d45f1d7 commit ff820b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import * as azdev from "azure-devops-node-api";
// your collection url
let orgUrl = "https://dev.azure.com/yourorgname";

let token: string = process.env.AZURE_PERSONAL_ACCESS_TOKEN; // e.g "cbdeb34vzyuk5l4gxc4qfczn3lko3avfkfqyb47etahq6axpcqha";
let token: string = process.env.AZURE_PERSONAL_ACCESS_TOKEN;

let authHandler = azdev.getPersonalAccessTokenHandler(token);
let connection = new azdev.WebApi(orgUrl, authHandler);
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "azure-devops-node-api",
"description": "Node client for Azure DevOps and TFS REST APIs",
"version": "11.0.0",
"version": "11.0.1",
"main": "./WebApi.js",
"types": "./WebApi.d.ts",
"scripts": {
Expand Down

0 comments on commit ff820b2

Please sign in to comment.