File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/ResourceManager/Sql/Commands.Sql Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11971,10 +11971,10 @@ Tags :</dev:code>
11971
11971
</maml:alert>
11972
11972
</maml:alertSet>
11973
11973
<command:examples><command:example><maml:title>Example 1: Create a new Azure SQL Database server</maml:title>
11974
- <dev:code>PS C:\>New-AzureRmSqlServer -ResourceGroupName "ResourceGroup01" -Location "Central US" -ServerName "Server01 " -ServerVersion "12.0"
11974
+ <dev:code>PS C:\>New-AzureRmSqlServer -ResourceGroupName "ResourceGroup01" -Location "Central US" -ServerName "server01 " -ServerVersion "12.0" -SqlAdministratorCredentials (Get-Credential)
11975
11975
ResourceGroupName : resourcegroup01
11976
11976
ServerName : server01
11977
- Location : Australia East
11977
+ Location : Central US
11978
11978
SqlAdministratorLogin : adminLogin
11979
11979
SqlAdministratorPassword :
11980
11980
ServerVersion : 12.0
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ The **New-AzureRmSqlServer** cmdlet creates an Azure SQL Database server.
26
26
27
27
### Example 1: Create a new Azure SQL Database server
28
28
```
29
- PS C:\>New-AzureRmSqlServer -ResourceGroupName "ResourceGroup01" -Location "Central US" -ServerName "Server01 " -ServerVersion "12.0"
29
+ PS C:\>New-AzureRmSqlServer -ResourceGroupName "ResourceGroup01" -Location "Central US" -ServerName "server01 " -ServerVersion "12.0" -SqlAdministratorCredentials (Get-Credential)
30
30
ResourceGroupName : resourcegroup01
31
31
ServerName : server01
32
- Location : Australia East
32
+ Location : Central US
33
33
SqlAdministratorLogin : adminLogin
34
34
SqlAdministratorPassword :
35
35
ServerVersion : 12.0
You can’t perform that action at this time.
0 commit comments