Skip to content

Commit

Permalink
changed titles of additional markdown docs for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaines1 committed Nov 13, 2024
1 parent 9c7414c commit cef9892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Testing/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,4 +421,4 @@ The following resources are for M365 tenant admins to provide additional informa

- [How to setup the permissions required to execute the automated functional test orchestrator](./docs/SetupFunctionalTestOrchestratorServicePrincipalAndAssociatedPermissions.md)

- [How to setup a tenant with the necessary AAD conditional access policies to run the Automated Functional Test Orchestrator](./docs/SettingUpTenantForTestingAADConditionalAccessPolicies.md)
- [How to setup a tenant with the necessary AAD conditional access policies to run the Automated Functional Test Orchestrator](./docs/SetupTenantForTestingAADConditionalAccessPolicies.md)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Setting up the tenant for testing AAD conditional access policies in the functional test plan
### Setup the tenant for testing AAD conditional access policies in the functional test plan
Numerous test cases in the AAD functional test plan associated with conditional access rely on some dependencies in the tenant that you must setup ahead of time:

- **Step 1** - Create a conditional access policy in the tenant named **Automated Test 1 - DO NOT MODIFY** and set it up as per the configuration in the screenshot below. Set the policy to **Report-only** (do NOT turn it on). This policy is downloaded from the tenant when the test orchestrator executes and its characteristics are modified in memory (using the test orchestrator's RunCached function) before the provider JSON is sent to the Rego. This CA policy must be configured exactly as shown below in order for the test cases to work correctly. The only purpose of this CA policy is to support the execution of the test plan - the policy serves no purpose to the actual operations of the tenant and hence why it must be set to Report-only.
Expand Down

0 comments on commit cef9892

Please sign in to comment.