File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Current Release
21
+ * Updated example in the help file for Get-AzureRmSqlDatabaseExpanded
21
22
22
23
## Version 4.6.0
23
24
* Updated the following cmdlets with optional LicenseType parameter
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This cmdlet is also supported by the SQL Server Stretch Database service on Azur
27
27
28
28
### Example 1: Get database object that has service tier advisor information
29
29
```
30
- PS C:\>Get-AzureSqlDatabaseExpanded -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01"
30
+ PS C:\>Get-AzureRmSqlDatabaseExpanded -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01"
31
31
```
32
32
33
33
This command returns the database that has expanded properties that contain the service tier advisor information.
You can’t perform that action at this time.
0 commit comments