Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation, comment and condition for getEndpointAuthorization function #790

Merged
merged 6 commits into from
Sep 2, 2021

Conversation

AnnaOpareva
Copy link
Contributor

@AnnaOpareva AnnaOpareva commented Aug 31, 2021

Fix documentation, comment and condition for getEndpointAuthorization function

The condition was changed because aval has type string | undefined, so its value will probably never be null and it will be better to use !!aval for more strong verification, it will allow us to check the empty string also.

related issue #775

@anatolybolshakov
Copy link
Contributor

Task lib version is not bumped

node/task.ts Outdated Show resolved Hide resolved
node/task.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@anatolybolshakov anatolybolshakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Please take a look at comments

node/task.ts Show resolved Hide resolved
node/task.ts Outdated Show resolved Hide resolved
@AnnaOpareva AnnaOpareva merged commit 0bbb9f8 into master Sep 2, 2021
fullstackinfo pushed a commit to fullstackinfo/azure-pipelines-task-lib that referenced this pull request Aug 17, 2024
… function (microsoft#790)

* fix doc, comment and condition

* bumped version

* bump version

* fix documentation

Co-authored-by: Anna Opareva <[email protected]>
Co-authored-by: Simon Alling <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants