-
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
Fix Initialize-AzSubscription
function
#18289
Fix Initialize-AzSubscription
function
#18289
Conversation
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
@DenisRumyantsev can you please bump the version to 223, as the current sprint is 223 week 2 |
@v-nagarajku done |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
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.
Checks are failing and manually running the pipeline in AzDevOps pipelines.
These failed checks can be successfully manually rerun with the |
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.
We might need one more bump for AzureFileCopyV4 and V5 ; please wait before the merge.
Could you please update AzureFileCopyV4 and AzureFileCopyV5 according to latest master branch?
…https://github.com/microsoft/azure-pipelines-tasks into users/DenisRumyantsev/fix-initialize-az-subscription
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
Tasks list:
Description: Added clearing default subscription for login in the
Initialize-AzSubscription
function, used in theInitialize-AzModule
function, used in theAzureFileCopy
task, in order to always use the subscription specified in the relatedazureSubscription
(connectedServiceName
) task input.Documentation changes required: No
Added unit tests: No
Checklist: