зеркало из https://github.com/Azure/vdc.git
fixed - expression syntax
This commit is contained in:
Родитель
641a0a2b2e
Коммит
bdb73cdf37
|
@ -587,7 +587,7 @@ Class AzureResourceManagerDeploymentService: IDeploymentService {
|
|||
|
||||
if($null -eq $resourceGroupFound) {
|
||||
Start-ExponentialBackoff `
|
||||
- Expression { New-AzResourceGroup `
|
||||
-Expression { New-AzResourceGroup `
|
||||
-Name $resourceGroupName `
|
||||
-Location $location -Force; }
|
||||
}
|
||||
|
@ -603,7 +603,7 @@ Class AzureResourceManagerDeploymentService: IDeploymentService {
|
|||
[guid] $tenantId) {
|
||||
try {
|
||||
Start-ExponentialBackoff `
|
||||
- Expression { Select-AzSubscription `
|
||||
-Expression { Select-AzSubscription `
|
||||
-Subscription $subscriptionId `
|
||||
-Tenant $tenantId; }
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче