From 214e19952205911e493e326eb8aa81ffc353c14b Mon Sep 17 00:00:00 2001 From: Aaron Nelson Date: Thu, 29 Aug 2019 19:00:41 -0400 Subject: [PATCH 1/2] Update MicrosoftPowerBIMgmt.psd1 Adding more details to Module Description, and linking to the official Docs. --- src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 b/src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 index d1c9b78c..fce18028 100644 --- a/src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 +++ b/src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 @@ -28,7 +28,11 @@ Copyright = 'Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module - Description = 'Microsoft Power BI PowerShell - All cmdlets for Microsoft Power BI' + Description = 'The MicrosoftPowerBIMgmt module enables report developers and administrators to automate the report lifecycle as well as tenant administration tasks. + With this module, it is possible to automate report publishing, as well as migrate them from development to QA to production workspaces, without overwriting datasets or connections. + This module also has commands for cloning all reports, datasets, & dashboards, or even permissions between workspaces. + Gathering access information for security audits, including working with orphaned or deleted Workspaces is also included. + For official documentation, go to https://docs.microsoft.com/powershell/power-bi/overview' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '3.0' From 4659b679fd1d3ff42e2a066bad20f2690d607830 Mon Sep 17 00:00:00 2001 From: Michael Blythe Date: Wed, 16 Oct 2019 12:19:57 -0700 Subject: [PATCH 2/2] Update MicrosoftPowerBIMgmt.psd1 --- src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 b/src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 index fce18028..50b78a03 100644 --- a/src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 +++ b/src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 @@ -28,10 +28,9 @@ Copyright = 'Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module - Description = 'The MicrosoftPowerBIMgmt module enables report developers and administrators to automate the report lifecycle as well as tenant administration tasks. - With this module, it is possible to automate report publishing, as well as migrate them from development to QA to production workspaces, without overwriting datasets or connections. - This module also has commands for cloning all reports, datasets, & dashboards, or even permissions between workspaces. - Gathering access information for security audits, including working with orphaned or deleted Workspaces is also included. + Description = 'The MicrosoftPowerBIMgmt module enables report developers and administrators to automate the report lifecycle and tenant administration tasks. + With this module, you can automate report publishing, as well as migrate reports from development to QA to production workspaces, without overwriting datasets or connections. + This module also has commands to copy reports, datasets, dashboards, and permissions between workspaces. You can also use the module to gather access information for security audits, and to work with orphaned or deleted workspaces. For official documentation, go to https://docs.microsoft.com/powershell/power-bi/overview' # Minimum version of the Windows PowerShell engine required by this module @@ -120,4 +119,4 @@ # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' -} \ No newline at end of file +}