Skip to content

Commit 5126eb3

Browse files
committed
Remove reference for unnecessary properties
Properties describing used plugins are not needed
1 parent b0c9a7b commit 5126eb3

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

specs/SHIELD.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -704,14 +704,6 @@
704704
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$"
705705
}
706706
},
707-
"compareFunction": {
708-
"type": "string",
709-
"description": "Name of the bound function to perform comparison action."
710-
},
711-
"deployFunction": {
712-
"type": "string",
713-
"description": "Name of the bound function to perform deploy action."
714-
},
715707
"groupTagList": {
716708
"type": "array",
717709
"description": "List of metadata tags that indicate which deployment sets the configuration item is compatible with.",
@@ -763,14 +755,6 @@
763755
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$"
764756
}
765757
},
766-
"removeFunction": {
767-
"type": "string",
768-
"description": "Name of the bound function to perform removal action."
769-
},
770-
"restoreFunction": {
771-
"type": "string",
772-
"description": "Name of the bound function to perform restoration action."
773-
},
774758
"templateId": {
775759
"type": "string",
776760
"description": "Internal Object ID in UUID format to uniquely identify this configuration item definition.",
@@ -786,13 +770,9 @@
786770
},
787771
"required": [
788772
"childDependencies",
789-
"compareFunction",
790-
"deployFunction",
791773
"groupTagList",
792774
"msCloudTypes",
793775
"parentDependencies",
794-
"removeFunction",
795-
"restoreFunction",
796776
"templateId",
797777
"urlPath"
798778
]
@@ -803,8 +783,6 @@
803783
"7e1a2b3c-4d5f-4a8b-9e6a-1c2b7f3d8e4a",
804784
"9c2e7a1b-5d3f-4a8b-2c6e-7f1a3d9e8b5c"
805785
],
806-
"compareFunction": "bound compareResource",
807-
"deployFunction": "bound deployResource",
808786
"groupTagList": [
809787
{
810788
"description": "Collection of policies covering critical conditional access settings.",
@@ -818,17 +796,13 @@
818796
"parentDependencies": [
819797
"8e6a1c2b-7f3d-4a8b-9c2e-5d3f7a1b2e4a"
820798
],
821-
"removeFunction": "bound removeResource",
822-
"restoreFunction": "bound restoreResource",
823799
"templateId": "2a1c7e3b-5d4f-4a8b-9e6a-7f3d2b1c8e4a",
824800
"urlPath": "/identity/conditionalAccess/policies"
825801
},
826802
{
827803
"childDependencies": [
828804
"1c2b5d3f-7a1b-4a8b-9e6a-2e4a3b7e8c5d"
829805
],
830-
"compareFunction": "bound compareResourceCustom",
831-
"deployFunction": "bound deployResourceCustom",
832806
"groupTagList": [
833807
{
834808
"description": "Principal containers that are used to provide assignments.",
@@ -840,8 +814,6 @@
840814
"Public"
841815
],
842816
"parentDependencies": [],
843-
"removeFunction": "bound removeResource",
844-
"restoreFunction": "bound restoreResource",
845817
"templateId": "4a8b7e1a-2b3c-4d5f-9e6a-1c2b7f3d8e4a",
846818
"urlPath": "/directory/administrativeUnits"
847819
}

0 commit comments

Comments
 (0)