You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several warnings pop up on Azure Devops when executing on an Azure SQL database instance.
##[command]Import-Module -Name C:\Program Files\WindowsPowerShell\Modules\AzureRM\2.1.0\AzureRM.psd1 -Global
##[warning]The names of some imported commands from the module 'AzureRM.Websites' 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.
##[warning]The names of some imported commands from the module 'AzureRM' 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.
The text was updated successfully, but these errors were encountered:
Hello @pcnate and thanks for your issue!
I'm aware of these warnings, due to the AzureRM Powershell module, and I will try to fix it in the next version. I'll let you know!
Several warnings pop up on Azure Devops when executing on an Azure SQL database instance.
The text was updated successfully, but these errors were encountered: