Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Casey Irvine 401550a043
Fix merge conflicts and breaking changes in PR 221 (#264)
* Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity

Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.1.0 to 1.2.2.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/sdk/azidentity/v1.2.2/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v1.1...sdk/azidentity/v1.2.2)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixing breaking change removed confidential.WithAuthority

confidential.WithAuthority has been deleted in breaking change.
Making the recommended code changes to pass the authority url as a param.

* Updating to use NewCredFromAssertionCallback

Created inline callback function that reads token from file
Updated test that is outdated with the change

* Refactoring into smaller functions and pulling file read out of callback

Moved file read out of callback.
Added smaller functions so I could test edge cases.
Need to add more UTs and comments for new functions.

* Adding comments and UTs for new functions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 13:54:57 -07:00
Weinong Wang 6dcbdc1773
update doc with interactive login index (#175) 2022-12-28 02:12:56 +08:00
Weinong Wang 77e9229001
added unit tests to convert cmd (#10)
* added unit tests to convert cmd
* update build
2020-04-03 13:07:28 -07:00
Weinong Wang ee38c2cee3
initial implementation (#1) 2020-03-25 11:51:17 -07:00
microsoft-github-operations[bot] 73e10a2a50
Initial commit 2020-03-25 17:48:21 +00:00