maikvandergaag / msft-extensions

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

PowerBI Actions Extension - Link to Wiki broken? #493

Closed SA-accesso closed 8 months ago

SA-accesso commented 11 months ago

PowerBI extension readme points to this wiki link https://github.com/MaikvanderGaag/msft-extensions/wiki

Yet the documentation for the extension is not there.

Currently struggling to delete workspaces using this extension:

  steps:
  - checkout: none
  - task: PowerBIActions@5
    inputs:
      PowerBIServiceEndpoint: 'powerbi-shareduk01'
      Action: 'DeleteWorkspace'
      WorkspaceName: '*blduk01*'

Logging suggests it's working but I can still see the workspaces there:

Starting: PowerBIActions
==============================================================================
Task         : Power BI Actions
Description  : Release Task Power BI Actions
Version      : 5.4.44
Author       : Maik van der Gaag
Help         : 
==============================================================================
Starting Power BI Actions extension
### Required Module is needed. Importing now...
### Trying to import the incorporated module for PowerBI
Deleting a Workspace
Workspace: *blduk01* does exist
Done processing Power BI Actions
Done running Power BI Actions extension.
Finishing: PowerBIActions

Please advise.

Thanks

maikvandergaag commented 9 months ago

Could you please share a detailed log file?

SA-accesso commented 8 months ago

Could you please share a detailed log file?

It's been a few months so I have lost the logging and am no longer using the task. If I come around again - I'll share it.

I believe that was all the logging I got from the task. I suppose I could run the same in debug mode - one for next time.