DSCResources/MSFT_TeamsTenantNetworkRegion/settings.json

{
  "resourceName": "TeamsTenantNetworkRegion",
  "description": "As an Admin, you can use the Windows PowerShell command, New-CsTenantNetworkRegion to define network regions. A network region interconnects various parts of a network across multiple geographic areas. The RegionID parameter is a logical name that represents the geography of the region, and has no dependencies or restrictions. Tenant network region is used for Location Based Routing.",
  "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"
  ]
}