|
704 | 704 | "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$" |
705 | 705 | } |
706 | 706 | }, |
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 | | - }, |
715 | 707 | "groupTagList": { |
716 | 708 | "type": "array", |
717 | 709 | "description": "List of metadata tags that indicate which deployment sets the configuration item is compatible with.", |
|
763 | 755 | "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$" |
764 | 756 | } |
765 | 757 | }, |
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 | | - }, |
774 | 758 | "templateId": { |
775 | 759 | "type": "string", |
776 | 760 | "description": "Internal Object ID in UUID format to uniquely identify this configuration item definition.", |
|
786 | 770 | }, |
787 | 771 | "required": [ |
788 | 772 | "childDependencies", |
789 | | - "compareFunction", |
790 | | - "deployFunction", |
791 | 773 | "groupTagList", |
792 | 774 | "msCloudTypes", |
793 | 775 | "parentDependencies", |
794 | | - "removeFunction", |
795 | | - "restoreFunction", |
796 | 776 | "templateId", |
797 | 777 | "urlPath" |
798 | 778 | ] |
|
803 | 783 | "7e1a2b3c-4d5f-4a8b-9e6a-1c2b7f3d8e4a", |
804 | 784 | "9c2e7a1b-5d3f-4a8b-2c6e-7f1a3d9e8b5c" |
805 | 785 | ], |
806 | | - "compareFunction": "bound compareResource", |
807 | | - "deployFunction": "bound deployResource", |
808 | 786 | "groupTagList": [ |
809 | 787 | { |
810 | 788 | "description": "Collection of policies covering critical conditional access settings.", |
|
818 | 796 | "parentDependencies": [ |
819 | 797 | "8e6a1c2b-7f3d-4a8b-9c2e-5d3f7a1b2e4a" |
820 | 798 | ], |
821 | | - "removeFunction": "bound removeResource", |
822 | | - "restoreFunction": "bound restoreResource", |
823 | 799 | "templateId": "2a1c7e3b-5d4f-4a8b-9e6a-7f3d2b1c8e4a", |
824 | 800 | "urlPath": "/identity/conditionalAccess/policies" |
825 | 801 | }, |
826 | 802 | { |
827 | 803 | "childDependencies": [ |
828 | 804 | "1c2b5d3f-7a1b-4a8b-9e6a-2e4a3b7e8c5d" |
829 | 805 | ], |
830 | | - "compareFunction": "bound compareResourceCustom", |
831 | | - "deployFunction": "bound deployResourceCustom", |
832 | 806 | "groupTagList": [ |
833 | 807 | { |
834 | 808 | "description": "Principal containers that are used to provide assignments.", |
|
840 | 814 | "Public" |
841 | 815 | ], |
842 | 816 | "parentDependencies": [], |
843 | | - "removeFunction": "bound removeResource", |
844 | | - "restoreFunction": "bound restoreResource", |
845 | 817 | "templateId": "4a8b7e1a-2b3c-4d5f-9e6a-1c2b7f3d8e4a", |
846 | 818 | "urlPath": "/directory/administrativeUnits" |
847 | 819 | } |
|
0 commit comments