Private/Global-Parameters.ps1

# In this file all global parameters are set.

$script:AzureApiUrl = "https://management.azure.com"
$script:GraphApiUrl = "https://graph.microsoft.com"
$script:GraphApiVersion = "beta"

# Resource provider API versions
$script:hostpoolApiVersion = "2022-02-10-preview"

$script:MSGraphVersion = "beta"