Skip to content

Instantly share code, notes, and snippets.

@averkinderen
Created November 21, 2017 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save averkinderen/a36ba558ec1232abd59498577d6cb8f1 to your computer and use it in GitHub Desktop.
Save averkinderen/a36ba558ec1232abd59498577d6cb8f1 to your computer and use it in GitHub Desktop.
Deny any classic resources
{
"if": {
"field": "type",
"like": "Microsoft.Classic*"
},
"then": {
"effect": "Deny"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment