-
Notifications
You must be signed in to change notification settings - Fork 260
fix: combine repeated az aks create fields #3780
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
Conversation
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.
Pull Request Overview
This PR consolidates repeated Azure CLI parameters in the Makefile by introducing a COMMON_AKS_FIELDS variable to reduce duplication and ensure consistency across all az aks create commands. The change addresses inconsistencies that led to missed OS_SKU end-to-end tests.
- Extracts common
az aks createparameters into a reusableCOMMON_AKS_FIELDSvariable - Replaces duplicated parameter lists across all cluster creation targets with the common variable
- Adds the new variable to the
varstarget for visibility
Comments suppressed due to low confidence (2)
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* ci: combine repeated az aks create fields * ci: move az aks create into common field * chore: cleanup spacing * revert: dont touch swiftv2
* ci: combine repeated az aks create fields * ci: move az aks create into common field * chore: cleanup spacing * revert: dont touch swiftv2
Reason for Change:
Inconsistencies across make recipes led to missed OS_SKU usage within e2e.
Issue Fixed:
Requirements:
Notes: