Skip to content

Commit 3ba2e0e

Browse files
committed
Fixed help file syntax
1 parent a498ef0 commit 3ba2e0e

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The acceptable values for this parameter are:
131131
```yaml
132132
Type: DatabaseEdition
133133
Parameter Sets: Update
134-
Aliases:
134+
Aliases:
135135
Accepted values: None, Premium, Basic, Standard, DataWarehouse, Stretch, Free, PremiumRS
136136

137137
Required: False
@@ -147,7 +147,7 @@ Specifies name of the elastic pool in which to move the database.
147147
```yaml
148148
Type: String
149149
Parameter Sets: Update
150-
Aliases:
150+
Aliases:
151151

152152
Required: False
153153
Position: Named
@@ -164,7 +164,7 @@ See the *MaxSizeGB* parameter for acceptable values per edition.
164164
```yaml
165165
Type: Int64
166166
Parameter Sets: Update
167-
Aliases:
167+
Aliases:
168168

169169
Required: False
170170
Position: Named
@@ -174,10 +174,12 @@ Accept wildcard characters: False
174174
```
175175
176176
### -NewName
177-
The new name to rename the database to.```yaml
177+
The new name to rename the database to.
178+
179+
```yaml
178180
Type: String
179181
Parameter Sets: Rename
180-
Aliases:
182+
Aliases:
181183

182184
Required: True
183185
Position: Named
@@ -192,7 +194,7 @@ The read scale option to assign to the Azure SQL Database.(Enabled/Disabled)
192194
```yaml
193195
Type: DatabaseReadScale
194196
Parameter Sets: Update
195-
Aliases:
197+
Aliases:
196198
Accepted values: Disabled, Enabled
197199

198200
Required: False
@@ -210,7 +212,7 @@ in the Microsoft Developer Network Library.
210212
```yaml
211213
Type: String
212214
Parameter Sets: Update
213-
Aliases:
215+
Aliases:
214216

215217
Required: False
216218
Position: Named
@@ -225,7 +227,7 @@ Specifies the name of resource group to which the server is assigned.
225227
```yaml
226228
Type: String
227229
Parameter Sets: (All)
228-
Aliases:
230+
Aliases:
229231

230232
Required: True
231233
Position: 0
@@ -240,7 +242,7 @@ Specifies the name of the server that hosts the database.
240242
```yaml
241243
Type: String
242244
Parameter Sets: (All)
243-
Aliases:
245+
Aliases:
244246

245247
Required: True
246248
Position: 1
@@ -272,7 +274,7 @@ The zone redundancy to associate with the Azure Sql Database
272274
```yaml
273275
Type: SwitchParameter
274276
Parameter Sets: Update
275-
Aliases:
277+
Aliases:
276278

277279
Required: False
278280
Position: Named

0 commit comments

Comments
 (0)