Skip to content

Commit

Permalink
Refactor: Update settings catalog resource type name and remove depre…
Browse files Browse the repository at this point in the history
…cated files
  • Loading branch information
ShocOne committed Nov 15, 2024
1 parent 2c1fdef commit dfda42a
Show file tree
Hide file tree
Showing 5 changed files with 819 additions and 438 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
page_title: "Resource: microsoft365_graph_beta_device_and_app_management_settings_catalog_v3"
page_title: "Resource: microsoft365_graph_beta_device_and_app_management_settings_catalog"
description: |-
Manages a Settings Catalog profile in Microsoft Intune.
---

# Resource: microsoft365_graph_beta_device_and_app_management_settings_catalog_v3
# Resource: microsoft365_graph_beta_device_and_app_management_settings_catalog

Manages a Settings Catalog profile in Microsoft Intune.

Expand All @@ -16,7 +16,7 @@ Manages a Settings Catalog profile in Microsoft Intune.
### Required

- `name` (String) Policy name
- `settings` (String) Settings Catalog Policy settings defined as a valid JSON string, supporting up to 20 levels of nesting. Provide JSON-encoded settings structure.
- `settings` (String) Settings Catalog Policy settings defined as a valid JSON string. Provide JSON-encoded settings structure. This can either be extracted from an existing policy using an Intune gui export to JSON, via a script such as[this PowerShell script](https://github.com/deploymenttheory/terraform-provider-microsoft365/blob/main/scripts/GetSettingsCatalogConfigurationById.ps1) or created from scratch. The JSON structure should match the graph schema of the settings catalog. Please look at the terraform documentation for the settings catalog for examples and how to correctly format the HCL.

### Optional

Expand Down
Loading

0 comments on commit dfda42a

Please sign in to comment.