List of modules not having a e2e/defaults test
This list may include both the following:
- modules not having a defaults (previously min) test
- modules having multiple defaults test based on the scenario (e.g., compute\virtual-machine has defaults for both linux and windows)
In the first case, the default test should be added
In the second case, *min should be renamed to *defaults
Example modules\compute\virtual-machine\tests\e2e\linux.min should be modules\compute\virtual-machine\tests\e2e\linux.defaults
- aad\domain-service
- authorization\lock
- authorization\policy-assignment
- authorization\policy-definition
- authorization\policy-exemption
- authorization\policy-set-definition
- authorization\role-assignment
- authorization\role-definition
- cdn\profile
- compute\disk-encryption-set
- compute\image
- compute\virtual-machine
- compute\virtual-machine-scale-set
- document-db\database-account
- insights\activity-log-alert
- insights\diagnostic-setting
- insights\metric-alert
- insights\scheduled-query-rule
- logic\workflow
- managed-services\registration-definition
- network\application-gateway
- network\application-gateway-web-application-firewall-policy
- network\application-security-group
- network\connection
- network\dns-resolver
- network\nat-gateway
- network\network-manager
- network\virtual-network-gateway
- policy-insights\remediation
- resources\deployment-script
- security\azure-security-center
- sql\server
- web\connection
- web\hosting-environment
- web\serverfarm
- web\site
List of modules not having a e2e/common test
This list includes modules having multiple tests based on the scenario (e.g., compute\virtual-machine has a common test for both linux and windows)
In this case the common test should be renamed to *max and the value of the serviceShort parameter in main.test.bicep should be renamed from *com to *max
Example: modules\compute\virtual-machine\tests\e2e\linux should be modules\compute\virtual-machine\tests\e2e\linux.max.
Also, a waf-aligned test should be created by duplicating the max folder, naming it *waf-aligned and the value of the serviceShort parameter in main.test.bicep should be renamed from *max to *waf
- authorization\policy-assignment
- authorization\policy-definition
- authorization\policy-exemption
- authorization\policy-set-definition
- authorization\role-assignment
- authorization\role-definition
- compute\virtual-machine
- compute\virtual-machine-scale-set
- container-service\managed-cluster
- db-for-my-sql\flexible-server
- db-for-postgre-sql\flexible-server
- document-db\database-account
- insights\data-collection-rule
- net-app\net-app-account
- network\connection
- network\virtual-network-gateway
- operations-management\solution
- policy-insights\remediation
- resources\deployment-script
- resources\tags
- web\hosting-environment
- web\site
Edit - Combined:
@AlexanderSehr
| Missing default |
Missing common |
| aad\domain-service |
|
| authorization\lock |
|
| authorization\policy-assignment |
authorization\policy-assignment |
| authorization\policy-definition |
authorization\policy-definition |
| authorization\policy-exemption |
authorization\policy-exemption |
| authorization\policy-set-definition |
authorization\policy-set-definition |
| authorization\role-assignment |
authorization\role-assignment |
| authorization\role-definition |
authorization\role-definition |
| cdn\profile |
|
| compute\disk-encryption-set |
|
| compute\image |
|
| compute\virtual-machine |
compute\virtual-machine |
| compute\virtual-machine-scale-set |
compute\virtual-machine-scale-set |
| document-db\database-account |
document-db\database-account |
| insights\activity-log-alert |
|
| insights\diagnostic-setting |
|
| insights\metric-alert |
|
| insights\scheduled-query-rule |
|
| logic\workflow |
|
| managed-services\registration-definition |
|
| network\application-gateway |
|
| network\application-gateway-web-application-firewall-policy |
|
| network\application-security-group |
|
| network\connection |
network\connection |
| network\dns-resolver |
|
| network\nat-gateway |
|
| network\network-manager |
|
| network\virtual-network-gateway |
network\virtual-network-gateway |
| policy-insights\remediation |
policy-insights\remediation |
| resources\deployment-script |
resources\deployment-script |
| security\azure-security-center |
|
| sql\server |
|
| web\connection |
|
| web\hosting-environment |
web\hosting-environment |
| web\serverfarm |
|
| web\site |
web\site |
|
resources\tags |
|
operations-management\solution |
|
net-app\net-app-account |
|
container-service\managed-cluster |
|
db-for-my-sql\flexible-server |
|
db-for-postgre-sql\flexible-server |
|
insights\data-collection-rule |
List of modules not having a
e2e/defaultstestThis list may include both the following:
In the first case, the default test should be added
In the second case,
*minshould be renamed to*defaultsList of modules not having a
e2e/commontestThis list includes modules having multiple tests based on the scenario (e.g., compute\virtual-machine has a common test for both linux and windows)
In this case the common test should be renamed to
*maxand the value of theserviceShortparameter in main.test.bicep should be renamed from*comto*maxAlso, a waf-aligned test should be created by duplicating the max folder, naming it
*waf-alignedand the value of theserviceShortparameter in main.test.bicep should be renamed from*maxto*wafEdit - Combined:
@AlexanderSehr