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" $script:AvdModuleLocation = "https://wvdportalstorageblob.blob.core.windows.net/galleryartifacts/Configuration_11-22-2021.zip" |