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

Devops warnings on Azure SQL Server #36

Open
pcnate opened this issue May 9, 2019 · 1 comment
Open

Devops warnings on Azure SQL Server #36

pcnate opened this issue May 9, 2019 · 1 comment
Assignees
Milestone

Comments

@pcnate
Copy link

pcnate commented May 9, 2019

Several warnings pop up on Azure Devops when executing on an Azure SQL database instance.

image

##[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.
@asiffermann
Copy link
Member

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!

@asiffermann asiffermann self-assigned this May 13, 2019
@asiffermann asiffermann added this to the 2.0.0 milestone May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants