DSCResources/MSFT_TeamsUnassignedNumberTreatment/settings.json

{
  "resourceName": "TeamsUnassignedNumberTreatment",
  "description": "This resource configures an Creates a new treatment for how calls to an unassigned number range should be routed. The call can be routed to a user, an application or to an announcement service where a custom message will be played to the caller.",
  "roles": {
    "read": [
      "Global Reader"
    ],
    "update": [
      "Teams Administrator"
    ]
  },
  "permissions": {
    "graph": {
      "delegated": {
        "read": [],
        "update": []
      },
      "application": {
        "read": [
          {
            "name": "Organization.Read.All"
          }
        ],
        "update": [
          {
            "name": "Organization.Read.All"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "MicrosoftTeams"
  ]
}