-
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
Add braces to '-and' in if statements, for the correct function handling #15458
Add braces to '-and' in if statements, for the correct function handling #15458
Conversation
Should we bump version for some tasks - to consume these changes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please undo version changes for AzureCloudPowerShellDeployment and
SqlAzureDacpacDeployment tasks. As the method Disconnect-AzureAndClearContext in Tasks/Common/VstsAzureHelpers_/Utility.ps1 is used only in AzureFileCopy and AzurePowerShell tasks.
Does this do the same as #15402 ? |
Can you please finish this PR? It's stopped for a long time, and also seems similar to my #15402 |
@PhilipsonJoseph @v-saikumart @v-ibshaik - Pls review the PR |
Could this please be merged? The deluge of these warnings in our pipelines makes it much more difficult to recognize actual problems. |
I agree that this issue is only impacting all versions (1 thru 5) of The two impacted functions (
|
@PhilipsonJoseph This PR appears to have lost attention, is there anyone this can be escalated to for completion? |
@v-ibshaik This PR appears to have lost attention, is there anyone this can be escalated to for completion? |
Could this be given some attention? |
@DiederickA As @v-lomer pointed out there's already a similar PR that fixes exact same issue, I suggest just closing this one. |
I do not mind which one is resolved... That similar PR does not have a better track record. |
This PR follows |
I'm not working on a related project anymore and not in the context of the changes currently, so I think either closing it or asking somebody whos more in the flow than me to finish it. Sorry for the inconvinience. |
@rvairavelu Judging by the codeowners file, this is your task. Could you please take a look? |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
Description: Add braces to '-and' in if statements, for the correct function handling
Attached related issue: DTS 1887373
Documentation changes required: N
Added unit tests: N
Checklist: