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 MicrosoftPowerBIMgmt.psd1 #179

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
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 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
PowerShellVersion = '3.0'
Expand Down Expand Up @@ -116,4 +119,4 @@
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}
}