From 45e87c5b5dac79da7be9b6179f9853aedd91ffd6 Mon Sep 17 00:00:00 2001 From: Tao Yang Date: Sun, 5 Apr 2026 21:58:18 +1000 Subject: [PATCH] Update policy integration tests documentation for clarity and consistency --- docs/policy-integration-tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/policy-integration-tests.md b/docs/policy-integration-tests.md index 33077b7..704c2cb 100644 --- a/docs/policy-integration-tests.md +++ b/docs/policy-integration-tests.md @@ -11,9 +11,9 @@ Policy Integration tests are implemented to test assigned policies that have the >**NOTE**: Only Azure resources that are deployed to `subscription` or `resourceGroup` levels can be governed by Azure Policy. `Tenant` and `ManagementGroup` level resources cannot be governed by Azure Policy. Therefore, the Policy integration tests cannot cover these types of resources. -## Potential Pipeline Workflow +## Policy Integration Test Pipeline Workflow -The policy integration tests can be embedded into CI/CD pipelines. The pipelines can be configured to run automatically when a new pull request is created on the repository that contains the Azure Policy Infrastructure as Code solutions. Below is a potential workflow of the pipeline: +The policy integration tests are embedded into CI/CD pipelines. The ADO pipeline and GitHub Workflow are configured to run automatically when a new pull request is created. Below is a potential workflow of the pipeline: ```mermaid flowchart TD