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

Draft version for V2 of AzureCloudPowerShellDeployment #18165

Merged
merged 40 commits into from
May 10, 2023

Conversation

onetocny
Copy link
Contributor

@onetocny onetocny commented Apr 24, 2023

Task name: AzureCloudPowerShellDeploymentV2

Description: Support WIF in AzureCloudPowerShellDeployment task

Documentation changes required: (Y/N)

Added unit tests: (Y/N)

Attached related issue: (Y/N)

Checklist:

  • Task version was bumped - please check instruction how to do it
  • Checked that applied changes work as expected

@onetocny
Copy link
Contributor Author

onetocny commented Apr 24, 2023

I have found following issues so far:

  • Tasks ends up with warning in cases when it should fail (e.g. required input is missing) thus whole CI pipeline looks like everything is passing.
  • Some required inputs were newly introduced (e.g. key vault, csdef file). Are they really required (it was not in previous version)? This is a potential complication for transition from V1 to V2 (as well as from secret based connections to WIF).
  • New-AzCloudService internally creates other resources such as records in blob storage or public IP address. In case that such resources already exists cmdlet is trying to interactively ask if the existing resources should be overwritten. At this point it fails as whole task is running in non-interactive mode.

image

@starkmsu fyi

@starkmsu
Copy link
Contributor

starkmsu commented May 3, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@starkmsu
Copy link
Contributor

starkmsu commented May 4, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@starkmsu
Copy link
Contributor

starkmsu commented May 4, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@starkmsu
Copy link
Contributor

starkmsu commented May 4, 2023

/azp run

1 similar comment
@starkmsu
Copy link
Contributor

starkmsu commented May 4, 2023

/azp run

@starkmsu
Copy link
Contributor

starkmsu commented May 5, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@starkmsu starkmsu marked this pull request as ready for review May 5, 2023 10:40
@starkmsu
Copy link
Contributor

starkmsu commented May 5, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@starkmsu starkmsu marked this pull request as draft May 8, 2023 09:27
@starkmsu starkmsu marked this pull request as ready for review May 9, 2023 15:52
@starkmsu starkmsu requested a review from rvairavelu as a code owner May 9, 2023 15:52
@starkmsu starkmsu merged commit 7cb943c into master May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants