Skip to content

Commit a99ffe9

Browse files
author
Maddie Clayton
authored
Merge pull request #6435 from noopman/patch-1
The name of the cmdlet is wrong in the example
2 parents 2035627 + 16c011e commit a99ffe9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ResourceManager/Sql/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated example in the help file for Get-AzureRmSqlDatabaseExpanded
2122

2223
## Version 4.6.0
2324
* Updated the following cmdlets with optional LicenseType parameter

src/ResourceManager/Sql/Commands.Sql/help/Get-AzureRmSqlDatabaseExpanded.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This cmdlet is also supported by the SQL Server Stretch Database service on Azur
2727

2828
### Example 1: Get database object that has service tier advisor information
2929
```
30-
PS C:\>Get-AzureSqlDatabaseExpanded -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01"
30+
PS C:\>Get-AzureRmSqlDatabaseExpanded -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01"
3131
```
3232

3333
This command returns the database that has expanded properties that contain the service tier advisor information.

0 commit comments

Comments
 (0)