Skip to content

Commit

Permalink
Add 'version' field to policy 'metadata'
Browse files Browse the repository at this point in the history
  • Loading branch information
aschabus committed Dec 3, 2024
1 parent 46cbe03 commit d7f5ad4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"displayName": "Deny Key Vault resource access - Azure Resource Manager",
"description": "Requires Key Vaults to be deployed with 'Azure Resource Manager for template deployment' disabled.",
"metadata": {
"version": "1.0.0",
"category": "Key Vault"
},
"mode": "All",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"displayName": "Deny Key Vault resource access - Azure Disk Encryption",
"description": "Requires Key Vaults to be deployed with 'Azure Disk Encryption for volume encryption' disabled.",
"metadata": {
"version": "1.0.0",
"category": "Key Vault"
},
"mode": "All",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"displayName": "Deny Key Vault resource access - Virtual Machines",
"description": "Requires Key Vaults to be deployed with 'Azure Virtual Machines for deployment' disabled.",
"metadata": {
"version": "1.0.0",
"category": "Key Vault"
},
"mode": "All",
Expand Down

0 comments on commit d7f5ad4

Please sign in to comment.