Skip to content

Commit 18ba3cb

Browse files
committed
Fixing markdown issues
1 parent 9c1e1a5 commit 18ba3cb

14 files changed

+33
-17
lines changed

src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/RestoreAzureRMSqlDatabase.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ public class RestoreAzureRmSqlDatabase
267267
/// <summary>
268268
/// Gets or sets the license type for the Azure Sql database
269269
/// </summary>
270-
[Parameter(Mandatory = false, HelpMessage = "The license type for the Azure Sql database")]
270+
[Parameter(Mandatory = false,
271+
HelpMessage = "The license type for the Azure Sql database.")]
271272
[PSArgumentCompleter(
272273
Management.Sql.Models.DatabaseLicenseType.LicenseIncluded,
273274
Management.Sql.Models.DatabaseLicenseType.BasePrice)]

src/ResourceManager/Sql/Commands.Sql/Database/Cmdlet/NewAzureSqlDatabase.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ public class NewAzureSqlDatabase : AzureSqlDatabaseCmdletBase<AzureSqlDatabaseCr
152152
/// <summary>
153153
/// Gets or sets the license type for the Azure Sql database
154154
/// </summary>
155-
[Parameter(Mandatory = false, HelpMessage = "The license type for the Azure Sql database")]
155+
[Parameter(Mandatory = false,
156+
HelpMessage = "The license type for the Azure Sql database.")]
156157
[PSArgumentCompleter(
157158
Management.Sql.Models.DatabaseLicenseType.LicenseIncluded,
158159
Management.Sql.Models.DatabaseLicenseType.BasePrice)]

src/ResourceManager/Sql/Commands.Sql/Database/Cmdlet/SetAzureSqlDatabase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ public class SetAzureSqlDatabase : AzureSqlDatabaseCmdletBase<IEnumerable<AzureS
165165
/// Gets or sets the license type for the Azure Sql database
166166
/// </summary>
167167
[Parameter(Mandatory = false,
168-
HelpMessage = "The tags to associate with the Azure Sql Database",
168+
HelpMessage = "The license type for the Azure Sql database.",
169169
ParameterSetName = UpdateParameterSetName)]
170170
[Parameter(Mandatory = false,
171-
HelpMessage = "The tags to associate with the Azure Sql Database",
171+
HelpMessage = "The license type for the Azure Sql database.",
172172
ParameterSetName = VcoreDatabaseParameterSet)]
173173
[PSArgumentCompleter(
174174
Management.Sql.Models.DatabaseLicenseType.LicenseIncluded,

src/ResourceManager/Sql/Commands.Sql/Elastic Pools/Cmdlet/NewAzureSqlElasticPool.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ public class NewAzureSqlElasticPool : AzureSqlElasticPoolCmdletBase
144144
/// <summary>
145145
/// Gets or sets the license type for the Azure Sql database
146146
/// </summary>
147-
[Parameter(Mandatory = false, HelpMessage = "The license type for the Azure Sql database")]
147+
[Parameter(Mandatory = false,
148+
HelpMessage = "The license type for the Azure Sql database.")]
148149
[PSArgumentCompleter(
149150
Management.Sql.Models.DatabaseLicenseType.LicenseIncluded,
150151
Management.Sql.Models.DatabaseLicenseType.BasePrice)]

src/ResourceManager/Sql/Commands.Sql/Elastic Pools/Cmdlet/SetAzureSqlElasticPool.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ public class SetAzureSqlElasticPool : AzureSqlElasticPoolCmdletBase
145145
/// <summary>
146146
/// Gets or sets the license type for the Azure Sql database
147147
/// </summary>
148-
[Parameter(Mandatory = false, HelpMessage = "The license type for the Azure Sql database")]
148+
[Parameter(Mandatory = false,
149+
HelpMessage = "The license type for the Azure Sql database.")]
149150
[PSArgumentCompleter(
150151
Management.Sql.Models.DatabaseLicenseType.LicenseIncluded,
151152
Management.Sql.Models.DatabaseLicenseType.BasePrice)]

src/ResourceManager/Sql/Commands.Sql/Replication/Cmdlet/NewAzureSqlDatabaseCopy.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ public class NewAzureSqlDatabaseCopy : AzureSqlDatabaseCopyCmdletBase
121121
/// <summary>
122122
/// Gets or sets the license type for the Azure Sql database
123123
/// </summary>
124-
[Parameter(Mandatory = false, HelpMessage = "The license type for the Azure Sql database")]
124+
[Parameter(Mandatory = false,
125+
HelpMessage = "The license type for the Azure Sql database.")]
125126
[PSArgumentCompleter(
126127
Management.Sql.Models.DatabaseLicenseType.LicenseIncluded,
127128
Management.Sql.Models.DatabaseLicenseType.BasePrice)]

src/ResourceManager/Sql/Commands.Sql/Replication/Cmdlet/NewAzureSqlDatabaseSecondary.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ public class NewAzureSqlDatabaseSecondary : AzureSqlDatabaseSecondaryCmdletBase
121121
/// <summary>
122122
/// Gets or sets the license type for the Azure Sql database
123123
/// </summary>
124-
[Parameter(Mandatory = false, HelpMessage = "The license type for the Azure Sql database")]
124+
[Parameter(Mandatory = false,
125+
HelpMessage = "The license type for the Azure Sql database.")]
125126
[PSArgumentCompleter(
126127
Management.Sql.Models.DatabaseLicenseType.LicenseIncluded,
127128
Management.Sql.Models.DatabaseLicenseType.BasePrice)]

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ RequestedServiceObjectiveId : f1173c43-91bd-4aaa-973c-54e79e15235b
5858
RequestedServiceObjectiveName :
5959
ElasticPoolName :
6060
EarliestRestoreDate :
61+
LicenseType :
6162
Tags :
6263
```
6364

@@ -83,6 +84,7 @@ RequestedServiceObjectiveId : d1737d22-a8ea-4de7-9bd0-33395d2a7419
8384
RequestedServiceObjectiveName :
8485
ElasticPoolName : ElasticPool01
8586
EarliestRestoreDate :
87+
LicenseType :
8688
Tags :
8789
```
8890

@@ -101,11 +103,12 @@ CollationName : SQL_Latin1_General_CP1_CI_AS
101103
CatalogCollation :
102104
MaxSizeBytes : 268435456000
103105
Status : Online
104-
CreationDate : 8/26/2015 10:04:29 PM
106+
CreationDate : 8/26/2015 10:04:29 PM
105107
CurrentServiceObjectiveName : GP_Gen4_2
106108
RequestedServiceObjectiveName :
107-
ElasticPoolName :
109+
ElasticPoolName :
108110
EarliestRestoreDate :
111+
LicenseType : LicenseIncluded
109112
Tags :
110113
```
111114

@@ -254,7 +257,8 @@ Accept wildcard characters: False
254257
```
255258
256259
### -LicenseType
257-
The license type for the Azure Sql database```yaml
260+
The license type for the Azure Sql database.
261+
```yaml
258262
Type: String
259263
Parameter Sets: (All)
260264
Aliases:

src/ResourceManager/Sql/Commands.Sql/help/New-AzureRmSqlDatabaseCopy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ Accept wildcard characters: False
163163
```
164164
165165
### -LicenseType
166-
The license type for the Azure Sql database```yaml
166+
The license type for the Azure Sql database.
167+
```yaml
167168
Type: String
168169
Parameter Sets: (All)
169170
Aliases:

src/ResourceManager/Sql/Commands.Sql/help/New-AzureRmSqlDatabaseSecondary.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ Accept wildcard characters: False
111111
```
112112
113113
### -LicenseType
114-
The license type for the Azure Sql database```yaml
114+
The license type for the Azure Sql database.
115+
```yaml
115116
Type: String
116117
Parameter Sets: (All)
117118
Aliases:

src/ResourceManager/Sql/Commands.Sql/help/New-AzureRmSqlElasticPool.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ Accept wildcard characters: False
250250
```
251251
252252
### -LicenseType
253-
The license type for the Azure Sql database```yaml
253+
The license type for the Azure Sql database.
254+
```yaml
254255
Type: String
255256
Parameter Sets: (All)
256257
Aliases:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ Accept wildcard characters: False
308308
```
309309
310310
### -LicenseType
311-
The license type for the Azure Sql database```yaml
311+
The license type for the Azure Sql database.
312+
```yaml
312313
Type: String
313314
Parameter Sets: (All)
314315
Aliases:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ Accept wildcard characters: False
216216
```
217217
218218
### -LicenseType
219-
The license type for the Azure Sql database```yaml
219+
The license type for the Azure Sql database.
220+
```yaml
220221
Type: String
221222
Parameter Sets: Update, VcoreBasedDatabase
222223
Aliases:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ Accept wildcard characters: False
260260
```
261261
262262
### -LicenseType
263-
The license type for the Azure Sql database```yaml
263+
The license type for the Azure Sql database.
264+
```yaml
264265
Type: String
265266
Parameter Sets: (All)
266267
Aliases:

0 commit comments

Comments
 (0)