Skip to content

Commit

Permalink
Update New-AzSqlVM.md (#14355)
Browse files Browse the repository at this point in the history
Removed the extra New-AzSqlVM in Example 1 as it is specified twice.  Otherwise, running it returns "New-AzSqlVM : A positional parameter cannot be found that accepts argument New-AzSqlVM"

Co-authored-by: treytro <35743905+treytro@users.noreply.github.com>
  • Loading branch information
rchlkm and treytro authored Mar 1, 2021
1 parent 97c7a05 commit be76055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The New-AzSqlVM cmdlet creates an Azure SQL virtual machine.

### Example 1
```powershell
PS C:\> New-AzSqlVM New-AzSqlVM -ResourceGroupName ResourceGroup01 -Name vm -LicenseType 'PAYG' -Sku Developer
PS C:\> New-AzSqlVM -ResourceGroupName ResourceGroup01 -Name vm -LicenseType 'PAYG' -Sku Developer
Name ResourceGroupName LicenseType Sku Offer SqlManagementType
---- ----------------- ----------- --- ----- -----------------
vm ResourceGroup01 PAYG Developer SQL2017-WS2016 Full
Expand Down

0 comments on commit be76055

Please sign in to comment.