microsoft / vsts-azurevm-extension

MIT License
15 stars 6 forks source link

Remove warning message #129

Closed tejasd1990 closed 6 years ago

tejasd1990 commented 6 years ago

WARNING: The names of some imported commands from the module 'RMExtensionHandler' 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

This gets in Kusto telemetery each time. The messages are truncated from last. Remove this by adding DisableNameChecking flag to Import-Module command

tejasd1990 commented 6 years ago

warning message removed. will check in kusto after release