From abf3e5917145bdf7538d3b12d13fb06c5c0a151e Mon Sep 17 00:00:00 2001 From: Abdullah Miah <16797541+captainhook@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:45:46 +0100 Subject: [PATCH] fix: App Service Plan shortname aligned to CAF --- src/repository/resourcetypes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repository/resourcetypes.json b/src/repository/resourcetypes.json index 63fb81f0..14e05ab5 100644 --- a/src/repository/resourcetypes.json +++ b/src/repository/resourcetypes.json @@ -6218,7 +6218,7 @@ "optional": "UnitDept", "exclude": "Org,Function", "property": "", - "ShortName": "plan", + "ShortName": "asp", "scope": "resource group", "lengthMin": "1", "lengthMax": "40",