Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/tutorials/policy-as-code/01-your-first-policy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- Copyright (c) Microsoft Corporation. -->
<!-- Licensed under the MIT License. -->

# Chapter 1: Your First Policy

In this chapter you will write a YAML policy file that blocks dangerous agent
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/policy-as-code/02-capability-scoping.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- Copyright (c) Microsoft Corporation. -->
<!-- Licensed under the MIT License. -->

# Chapter 2: Capability Scoping

In Chapter 1 you created a single policy that applies to every agent. In
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/policy-as-code/03-rate-limiting.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- Copyright (c) Microsoft Corporation. -->
<!-- Licensed under the MIT License. -->

# Chapter 3: Rate Limiting

An agent with the right permissions can still cause problems if it runs out of
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/policy-as-code/04-conditional-policies.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- Copyright (c) Microsoft Corporation. -->
<!-- Licensed under the MIT License. -->

# Chapter 4: Conditional Policies

In Chapters 1-3 each policy stood on its own — one file, one evaluator, one
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/policy-as-code/05-approval-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,5 +463,5 @@ every tool gets the right decision in every environment. That is policy
testing.

**Previous:** [Chapter 4 — Conditional Policies](04-conditional-policies.md)
**Next:** Chapter 6 — Policy Testing (coming soon) — verify that every
**Next:** [Chapter 6 — Policy Testing](06-policy-testing.md) — verify that every
policy rule works correctly, automatically.
Loading
Loading