From 157362644ab555eebc2d215d4e9db721dc1e2980 Mon Sep 17 00:00:00 2001 From: quoteee <45695032+JulianHayward@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:56:10 +0000 Subject: [PATCH] typ0 metadata --- .../azurepolicy.json | 2 +- .../azurepolicy.parameters.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policyDefinitions/Network/deny-creation-of-vnets-that-don't-follow-a-pre-defined-naming-convention/azurepolicy.json b/policyDefinitions/Network/deny-creation-of-vnets-that-don't-follow-a-pre-defined-naming-convention/azurepolicy.json index e27e2683..1b8b6fa5 100644 --- a/policyDefinitions/Network/deny-creation-of-vnets-that-don't-follow-a-pre-defined-naming-convention/azurepolicy.json +++ b/policyDefinitions/Network/deny-creation-of-vnets-that-don't-follow-a-pre-defined-naming-convention/azurepolicy.json @@ -12,7 +12,7 @@ "parameters": { "vnetNamingConvention": { "type": "String", - "meatdata": { + "metadata": { "displayName": "Virtual Network Naming Convention", "description": "The policy will concat this value with the provisioned resources location. Example, if you provide the value of '-example' the concat result will be like: 'eastus-example'. If the created resources name does not match this contact then Policy will deny the creation." } diff --git a/policyDefinitions/Network/deny-creation-of-vnets-that-don't-follow-a-pre-defined-naming-convention/azurepolicy.parameters.json b/policyDefinitions/Network/deny-creation-of-vnets-that-don't-follow-a-pre-defined-naming-convention/azurepolicy.parameters.json index b06e09bb..517e13e4 100644 --- a/policyDefinitions/Network/deny-creation-of-vnets-that-don't-follow-a-pre-defined-naming-convention/azurepolicy.parameters.json +++ b/policyDefinitions/Network/deny-creation-of-vnets-that-don't-follow-a-pre-defined-naming-convention/azurepolicy.parameters.json @@ -1,7 +1,7 @@ { "vnetNamingConvention": { "type": "String", - "meatdata": { + "metadata": { "displayName": "Virtual Network Naming Convention", "description": "The policy will concat this value with the provisioned resources location. Example, if you provide the value of '-example' the concat result will be like: 'eastus-example'. If the created resources name does not match this contact then Policy will deny the creation." }