change registration resource location to global from westcentralus
This commit is contained in:
Родитель
0f9cbe4db1
Коммит
e0ca72a55b
|
@ -629,7 +629,7 @@ function RegistrationWorker{
|
|||
Log-Output "Creating registration resource '$RegistrationName'."
|
||||
$resourceCreationParams = @{
|
||||
ResourceGroupName = $ResourceGroupName
|
||||
Location = $ResourceGroupLocation
|
||||
Location = 'Global'
|
||||
ResourceName = $RegistrationName
|
||||
ResourceType = "Microsoft.AzureStack/registrations"
|
||||
ApiVersion = "2017-06-01"
|
||||
|
|
Загрузка…
Ссылка в новой задаче