-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[BUG]: Azure file copy version 6.* is displaying some warnings #20414
Comments
Same issue here. Looking at the history, this has been an issue on and off since
I can't find a way to remove the other 2 about Network. |
@luislhg @mrebuffet |
We investigated and find out that we are getting the warning from Azure- powershell so will be collaborating with Azure Powershell team to check on this. "The names of some imported commands from the module 'Microsoft.Azure.PowerShell.Cmdlets.Network' 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". |
Hi! We are also experiencing these warnings on ms hosted agents. Since we have more than one subscription we are also seeing the warning
This is our task usage - task: AzureFileCopy@6
displayName: "Copy code to storage account"
inputs:
SourcePath: "$(Pipeline.Workspace)/[REDACTED]/*"
azureSubscription: "${{ variables.resourceManagerConnection }}"
Destination: AzureBlob
storage: "[REDACTED]"
ContainerName: "$web"
outputStorageUri: "[REDACTED]" azureSubscription is refering to a specific subscription in our tenant.. |
Hi, we made fixes for these two warnings. Warning: |
Related Azure/azure-powershell#26369 |
I'm also having this issue, when will it be fixed? |
New issue checklist
Task name
Azure file copy
Task version
6.245.1 (6.*)
Issue Description
When using task Azure file copy version 6.* (6.245.1) it is always displaying 3 warnings to the pipeline output.
The names of some imported commands from the module 'Microsoft.Azure.PowerShell.Cmdlets.Network' 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 names of some imported commands from the module 'Az.Network' 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.
You're using Az.Storage version 7.1.0. The latest version of Az.Storage is 7.3.1. Upgrade your Az modules using the following commands:
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Windows-2022
Relevant log output
Full task logs with system.debug enabled
Repro steps
No response
The text was updated successfully, but these errors were encountered: