maikvandergaag / msft-extensions

Repository for extensions mainly used for Azure DevOps Extensions
https://msftplayground.com
MIT License
126 stars 81 forks source link

replace ADAL by MSAL #421

Closed robspaansinspark closed 1 year ago

robspaansinspark commented 1 year ago

For which extension would you like to add a feature request? PowerBI Actions

Is your feature request related to a problem? Please describe. In https://github.com/maikvandergaag/msft-extensions/blob/main/azuredevops/powerbiactions/powerbiactions/run.ps1 you use the ADAL module, but this year it will be depricated: https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-migration

Describe the solution you'd like It would be great if you can update the code so it uses MSAL if possible

maikvandergaag commented 1 year ago

@robspaansinspark there is a new version of the extension

maikvandergaag commented 1 year ago

If the new version: https://github.com/maikvandergaag/msft-extensions/blob/main/azuredevops/powerbiactions-new/powerbiactionsnew/run.ps1. Isn't fine please let me know will close the issue for now.