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

Update azure-arm-rest common package in ARMTemplateDeployment task #20823

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

v-gayatrij
Copy link
Contributor

@v-gayatrij v-gayatrij commented Feb 3, 2025

Task name: AzureResourceManagerTemplateDeploymentV3

Description: AzureResourceManagerTemplateDeploymentV3 task relies on azure-arm-rest common-package for azlogin. The az login command breaks for the task since "--password" parameter is deprecated when using service principal certificate in az version 2.66.0 and unsupported from 2.67.0 version onwards -#30283

Support for --certificate parameter was added in this PR

Documentation changes required: N

Added unit tests: N

Attached related issue: (Y/N) #2245080

Checklist:

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

@v-gayatrij v-gayatrij marked this pull request as ready for review February 3, 2025 02:06
@v-gayatrij v-gayatrij requested review from manolerazvan and a team as code owners February 3, 2025 02:06
@v-gayatrij v-gayatrij merged commit f90ad8a into master Feb 3, 2025
11 checks passed
@KKing299
Copy link

KKing299 commented Feb 3, 2025

@v-gayatrij @manolerazvan - Has the param "--password" been swapped programmatically with "--certificate" for ARM template deployment task? I just checked and the parameter is still "--password". How can we get this fixed? This has been ongoing since more than 2 months now.

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.

3 participants