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

Update to use Azure SDK modules #81

Closed
wants to merge 1 commit into from

Conversation

kichristensen
Copy link
Contributor

@kichristensen kichristensen commented Mar 21, 2024

Update the Azure SDK modules as Autorest is legacy, see https://learn.microsoft.com/en-us/azure/developer/go/azure-sdk-authorization, for more information.

The result is that the custom credentials functions is no longer needed, simplifying the code.

A downside is that this custom prefixes are no easily supported, but Microsoft have standardized everything be prefixed with AZURE_, and the possibility to changed the prefix was not documented, so it could be considered okay to remove this functionality, please let me know what you think.

Also fixes #35

Autorest is legacy, see https://learn.microsoft.com/en-us/azure/developer/go/azure-sdk-authorization,
for more information.
The result is that the custom credentials functions is no longer needed,
simplifying the code. A downside is that this custom prefixes are no
easily supported, but Microsoft have standardized everything be prefixed
with `AZURE_`, and the possibility to changed the prefix was not
documented.

Signed-off-by: Kim Christensen <kmch@simcorp.com>
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.

Support authenticating with managed identity
1 participant