Skip to content

Commit 1b14adc

Browse files
Merge pull request #218890 from jackrichins/patch-49
Add sample of CVM policy
2 parents 06768ac + f54dc7e commit 1b14adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/key-management-policy-grammar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
author: msmbaldwin
33
ms.service: key-vault
44
ms.topic: include
5-
ms.date: 04/29/2022
5+
ms.date: 11/18/2022
66
ms.author: mbaldwin
77
---
88

9-
This article documents a simplified EBNF grammar for secure key release policy, which itself is modeled on [Azure Policy](../articles/governance/policy/index.yml).
9+
This article documents a simplified EBNF grammar for secure key release policy, which itself is modeled on [Azure Policy](../articles/governance/policy/index.yml). For a complete example of a secure key release policy, see the [confidential VM key release policy](https://raw.githubusercontent.com/Azure/confidential-computing-cvm/main/cvm_deployment/key/skr-policy.json).
1010

1111
```json
1212
(* string and number from JSON *)

0 commit comments

Comments
 (0)