From e5a15a70059285bc8ad02577bccf8bee6e686922 Mon Sep 17 00:00:00 2001 From: Aaron Nelson Date: Wed, 30 Jan 2019 12:31:51 -0500 Subject: [PATCH 1/4] Updates Module Description Updated the Description of the Module to be a little more customer & SEO-friendly. --- ReportingServicesTools.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportingServicesTools.psd1 b/ReportingServicesTools.psd1 index 529cf349..7e2594a3 100644 --- a/ReportingServicesTools.psd1 +++ b/ReportingServicesTools.psd1 @@ -22,7 +22,7 @@ Copyright = '2016 Microsoft Corporation' # Description of the functionality provided by this module - Description = 'Provides extra functionality for SQL Server Reporting Services.' + Description = 'Provides extra functionality for SQL Server Reporting Services and Power BI Report Server. Includes the ability to deploy SSRS Reports, Datasets, and DataSources; as well as Power BI Reports. For more information about the capabilities of this module, please visit the Project Site listed on the left navigation.' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '3.0' From 4c7d0279d3e9afb36c08ee0a06f91b45db0a3a8c Mon Sep 17 00:00:00 2001 From: Aaron Nelson Date: Wed, 30 Jan 2019 12:55:15 -0500 Subject: [PATCH 2/4] Revert "Updates Module Description" This reverts commit e5a15a70059285bc8ad02577bccf8bee6e686922. --- ReportingServicesTools.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportingServicesTools.psd1 b/ReportingServicesTools.psd1 index 7e2594a3..529cf349 100644 --- a/ReportingServicesTools.psd1 +++ b/ReportingServicesTools.psd1 @@ -22,7 +22,7 @@ Copyright = '2016 Microsoft Corporation' # Description of the functionality provided by this module - Description = 'Provides extra functionality for SQL Server Reporting Services and Power BI Report Server. Includes the ability to deploy SSRS Reports, Datasets, and DataSources; as well as Power BI Reports. For more information about the capabilities of this module, please visit the Project Site listed on the left navigation.' + Description = 'Provides extra functionality for SQL Server Reporting Services.' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '3.0' From 902fddd0669f06b90d79f03e3c74cc43407744f2 Mon Sep 17 00:00:00 2001 From: Aaron Nelson Date: Wed, 30 Jan 2019 13:06:18 -0500 Subject: [PATCH 3/4] Update Module Description Updated the Description of the Module to be a little more customer & SEO-friendly. --- ReportingServicesTools/ReportingServicesTools.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportingServicesTools/ReportingServicesTools.psd1 b/ReportingServicesTools/ReportingServicesTools.psd1 index f7c7d1ab..252a0e2c 100644 --- a/ReportingServicesTools/ReportingServicesTools.psd1 +++ b/ReportingServicesTools/ReportingServicesTools.psd1 @@ -22,7 +22,7 @@ Copyright = '2016 Microsoft Corporation' # Description of the functionality provided by this module - Description = 'Provides extra functionality for SSRS (SQL Server Reporting Services).' + Description = 'Provides extra functionality for SSRS (SQL Server Reporting Services) and Power BI Report Server. Includes the ability to deploy SSRS Reports, Datasets, and DataSources; as well as Power BI Reports. For more information about the capabilities of this module, please visit the Project Site listed on the left navigation.' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '3.0' From f61931db67da3c327d86083d271d51d1d9e16da3 Mon Sep 17 00:00:00 2001 From: Aaron Nelson Date: Tue, 5 Feb 2019 13:20:56 -0500 Subject: [PATCH 4/4] Update ReportingServicesTools.psd1 Added GitHub link. --- ReportingServicesTools/ReportingServicesTools.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportingServicesTools/ReportingServicesTools.psd1 b/ReportingServicesTools/ReportingServicesTools.psd1 index 252a0e2c..fb4afa53 100644 --- a/ReportingServicesTools/ReportingServicesTools.psd1 +++ b/ReportingServicesTools/ReportingServicesTools.psd1 @@ -22,7 +22,7 @@ Copyright = '2016 Microsoft Corporation' # Description of the functionality provided by this module - Description = 'Provides extra functionality for SSRS (SQL Server Reporting Services) and Power BI Report Server. Includes the ability to deploy SSRS Reports, Datasets, and DataSources; as well as Power BI Reports. For more information about the capabilities of this module, please visit the Project Site listed on the left navigation.' + Description = 'Provides extra functionality for SSRS (SQL Server Reporting Services) and Power BI Report Server. Includes the ability to deploy SSRS Reports, Datasets, and DataSources; as well as Power BI Reports. For more information about the capabilities of this module, please visit the Project Site: https://github.com/Microsoft/ReportingServicesTools/' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '3.0'