File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/ResourceManager/Sql/Commands.Sql/help Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ Set-AzureRmSqlDatabase [-DatabaseName] <String> [-MaxSizeBytes <Int64>] [-Editio
32
32
33
33
### Rename
34
34
```
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>]
38
38
```
39
39
40
40
## DESCRIPTION
@@ -218,7 +218,7 @@ Accept wildcard characters: False
218
218
### -LicenseType
219
219
The license type for the Azure Sql database` ` ` yaml
220
220
Type : String
221
- Parameter Sets : (All)
221
+ Parameter Sets : Update, VcoreBasedDatabase
222
222
Aliases :
223
223
224
224
Required : False
You can’t perform that action at this time.
0 commit comments