Skip to content

Commit f4cfd73

Browse files
author
John Paul Kee
committed
Fixing rename param set doc for set-azurermsqldatabase doc
1 parent f6976b9 commit f4cfd73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ResourceManager/Sql/Commands.Sql/help/Set-AzureRmSqlDatabase.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Set-AzureRmSqlDatabase [-DatabaseName] <String> [-MaxSizeBytes <Int64>] [-Editio
3232

3333
### Rename
3434
```
35-
Set-AzureRmSqlDatabase [-DatabaseName] <String> -NewName <String> [-AsJob] [-LicenseType <String>]
36-
[-ServerName] <String> [-ResourceGroupName] <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
37-
[-Confirm] [<CommonParameters>]
35+
Set-AzureRmSqlDatabase [-DatabaseName] <String> -NewName <String> [-AsJob] [-ServerName] <String>
36+
[-ResourceGroupName] <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
37+
[<CommonParameters>]
3838
```
3939

4040
## DESCRIPTION
@@ -218,7 +218,7 @@ Accept wildcard characters: False
218218
### -LicenseType
219219
The license type for the Azure Sql database```yaml
220220
Type: String
221-
Parameter Sets: (All)
221+
Parameter Sets: Update, VcoreBasedDatabase
222222
Aliases:
223223

224224
Required: False

0 commit comments

Comments
 (0)