Skip to content

Commit 45be55a

Browse files
authored
The name of the cmdlet is wrong in the example
Get-AzureSqlDatabaseExpanded -> Get-AzureRmSqlDatabaseExpanded
1 parent e78e977 commit 45be55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)