DSCResources/MSFT_TeamsTenantNetworkSite/settings.json

{
  "resourceName": "TeamsTenantNetworkSite",
  "description": "As an Admin, you can use the Windows PowerShell command, New-CsTenantNetworkSite to define network sites. Network sites are defined as a collection of IP subnets. Each network site must be associated with a network region. Tenant network site 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"
  ]
}