Skip to content

Commit

Permalink
Refactor: Update device management configuration setting map for impr…
Browse files Browse the repository at this point in the history
…oved clarity and structure
  • Loading branch information
ShocOne committed Nov 14, 2024
1 parent eba1b6b commit 1804e49
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Device Management Configuration Setting (Settings Catalog) Map of current type support and nesting.

switch detail.SettingInstance.ODataType:
├── case "#microsoft.graph.deviceManagementConfigurationChoiceSettingInstance"
│ └── choiceSettingValue.children[] switch ODataType:
Expand All @@ -7,7 +9,7 @@ switch detail.SettingInstance.ODataType:
│ │ └── case "#microsoft.graph.deviceManagementConfigurationIntegerSettingValue"
│ ├── case "#microsoft.graph.deviceManagementConfigurationChoiceSettingInstance"
│ │ └── choiceSettingValue
│ │ └── children[] switch ODataType:
│ │ └── children[] switch ODataType:
│ │ ├── case "#microsoft.graph.deviceManagementConfigurationChoiceSettingInstance"
│ │ └── case "#microsoft.graph.deviceManagementConfigurationSimpleSettingInstance"
│ ├── case "#microsoft.graph.deviceManagementConfigurationGroupSettingCollectionInstance"
Expand Down Expand Up @@ -66,4 +68,4 @@ switch detail.SettingInstance.ODataType:
│ ├── case "#microsoft.graph.deviceManagementConfigurationIntegerSettingValue"
│ └── case "#microsoft.graph.deviceManagementConfigurationSecretSettingValue"
└── case "#microsoft.graph.deviceManagementConfigurationChoiceSettingInstance"
└── choiceSettingValue
└── choiceSettingValue

0 comments on commit 1804e49

Please sign in to comment.