timabell/ssrs-powershell-deploy

some imported commands from the module 'SSRS' include unapproved verbs

timabell opened this issue · 1 comments

PS C:\Users\tim> Import-Module SSRS -PassThru -Verbose
VERBOSE: Loading module from path 'C:\Users\tim\Documents\WindowsPowerShell\Modules\SSRS\SSRS.psd1'.
WARNING: The names of some imported commands from the module 'SSRS' include unapproved verbs that might make them less discoverable. To find the
commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb.
VERBOSE: The 'Deploy-SSRSProject' command in the SSRS' module was imported, but because its name does not include an approved verb, it might be
difficult to find. The suggested alternative verbs are "Install,Publish".
VERBOSE: Importing function 'Deploy-SSRSProject'.
VERBOSE: Importing function 'Get-SSRSCredential'.
VERBOSE: Importing function 'Get-SSRSProjectConfiguration'.
VERBOSE: Importing function 'New-SSRSDataSet'.
VERBOSE: Importing function 'New-SSRSDataSource'.
VERBOSE: Importing function 'New-SSRSFolder'.
VERBOSE: Importing function 'New-SSRSReport'.
VERBOSE: Importing function 'New-SSRSWebServiceProxy'.
VERBOSE: Importing function 'New-XmlNamespaceManager'.
VERBOSE: The 'Normalize-SSRSFolder' command in the SSRS' module was imported, but because its name does not include an approved verb, it might be
difficult to find. For a list of approved verbs, type Get-Verb.
VERBOSE: Importing function 'Normalize-SSRSFolder'.

Guess we could rename deploy to publish. Would break anything that's already referring to it.