The Azure Landing Zones (Enterprise-Scale) architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture
This pull request includes several updates to the test workflow configuration, parameter files, and label definitions. The primary changes involve the addition of conditional steps in the GitHub Actions workflow, removal of a parameter from a JSON configuration file, and the introduction of new labels for different test scenarios.
Workflow Configuration Updates:
Conditional Steps for Test Labels: Added steps to check if specific test labels are set and conditionally run corresponding test configurations in the .github/workflows/test-portal.yml file. (.github/workflows/test-portal.yml)
Parameter File Updates:
Removal of AKS Policy Parameter: Removed the enableAksPolicy parameter from the eslzArm/eslzArm.test.param.json file. (eslzArm/eslzArm.test.param.json)
Label Definitions:
New Test Labels: Added new labels for different test scenarios (Test: Standard, Test: Hub & Spoke, Test: VWAN) in the utils/github/alz-repo-standard-labels.csv file. (utils/github/alz-repo-standard-labels.csv)
Overview/Summary
This pull request includes several updates to the test workflow configuration, parameter files, and label definitions. The primary changes involve the addition of conditional steps in the GitHub Actions workflow, removal of a parameter from a JSON configuration file, and the introduction of new labels for different test scenarios.
Workflow Configuration Updates:
.github/workflows/test-portal.yml
file. (.github/workflows/test-portal.yml
)Parameter File Updates:
enableAksPolicy
parameter from theeslzArm/eslzArm.test.param.json
file. (eslzArm/eslzArm.test.param.json
)Label Definitions:
Test: Standard
,Test: Hub & Spoke
,Test: VWAN
) in theutils/github/alz-repo-standard-labels.csv
file. (utils/github/alz-repo-standard-labels.csv
)