DSCResources/MSFT_PlannerBucket/settings.json

{
  "resourceName": "PlannerBucket",
  "description": "",
  "permissions": {
    "graph": {
      "delegated": {
        "read": [
          {
            "name": "Tasks.Read.All"
          }
        ],
        "update": [
          {
            "name": "Tasks.ReadWrite.All"
          }
        ]
      },
      "application": {
        "read": [
          {
            "name": "Tasks.Read.All"
          }
        ],
        "update": [
          {
            "name": "Tasks.ReadWrite.All"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "Microsoft.Graph.Authentication",
    "Microsoft.Graph.Groups",
    "Microsoft.Graph.Planner"
  ],
  "mode": "Data",
  "commands": [
    {
      "module": "Microsoft.Graph.Groups",
      "cmdlets": [
        "Get-MgGroup"
      ]
    },
    {
      "module": "Microsoft.Graph.Planner",
      "cmdlets": [
        "Get-MgGroupPlannerPlan",
        "Get-MgPlannerPlanBucket",
        "New-MgPlannerBucket",
        "Update-MgPlannerPlan"
      ]
    }
  ]
}