* 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>