Skip to content

Commit d9e29e4

Browse files
authored
Merge pull request Azure#3441 from jonathanmedd/dev
New-AzureRmSqlServer Help Example 1
2 parents bfefc04 + 9335d1d commit d9e29e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11971,10 +11971,10 @@ Tags :</dev:code>
1197111971
</maml:alert>
1197211972
</maml:alertSet>
1197311973
<command:examples><command:example><maml:title>Example 1: Create a new Azure SQL Database server</maml:title>
11974-
<dev:code>PS C:\&gt;New-AzureRmSqlServer -ResourceGroupName "ResourceGroup01" -Location "Central US" -ServerName "Server01" -ServerVersion "12.0"
11974+
<dev:code>PS C:\&gt;New-AzureRmSqlServer -ResourceGroupName "ResourceGroup01" -Location "Central US" -ServerName "server01" -ServerVersion "12.0" -SqlAdministratorCredentials (Get-Credential)
1197511975
ResourceGroupName : resourcegroup01
1197611976
ServerName : server01
11977-
Location : Australia East
11977+
Location : Central US
1197811978
SqlAdministratorLogin : adminLogin
1197911979
SqlAdministratorPassword :
1198011980
ServerVersion : 12.0

src/ResourceManager/Sql/Commands.Sql/help/New-AzureRmSqlServer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ The **New-AzureRmSqlServer** cmdlet creates an Azure SQL Database server.
2626

2727
### Example 1: Create a new Azure SQL Database server
2828
```
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)
3030
ResourceGroupName : resourcegroup01
3131
ServerName : server01
32-
Location : Australia East
32+
Location : Central US
3333
SqlAdministratorLogin : adminLogin
3434
SqlAdministratorPassword :
3535
ServerVersion : 12.0

0 commit comments

Comments
 (0)