fix bug
This commit is contained in:
Родитель
73b4f7a1c7
Коммит
f3af979a4b
|
@ -53,7 +53,7 @@ $servercredential = new-object System.Management.Automation.PSCredential("mylogi
|
|||
$ctx = $server | New-AzureSqlDatabaseServerContext -Credential $serverCredential
|
||||
|
||||
# Get an enabled service objective
|
||||
$objective = Get-AzureSqlDatabaseServiceObjective -Context $ctx -ServiceObjectiveName "Reserved P1"
|
||||
$objective = Get-AzureSqlDatabaseServiceObjective -Context $ctx -ServiceObjectiveName "P1"
|
||||
$objective
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче