Skip to content

Commit f869848

Browse files
committed
address comments. fix indents and help file update
1 parent b72223a commit f869848

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ResourceManager/Sql/AzureRM.Sql.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ CmdletsToExport = 'Get-AzureRmSqlDatabaseTransparentDataEncryption',
187187
'Stop-AzureRmSqlDatabaseActivity', 'Get-AzureRmSqlServerDnsAlias',
188188
'Remove-AzureRmSqlServerDnsAlias', 'New-AzureRmSqlServerDnsAlias',
189189
'Set-AzureRmSqlServerDnsAlias',
190-
'Stop-AzureRmSqlElasticPoolActivity'
190+
'Stop-AzureRmSqlElasticPoolActivity'
191191

192192
# Variables to export from this module
193193
# VariablesToExport = @()

src/ResourceManager/Sql/Commands.Sql/help/Stop-AzureRmSqlElasticPoolActivity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Stop-AzureRmSqlElasticPoolActivity
99

1010
## SYNOPSIS
11-
Cancels the asynchronous updates operation on the elastic pool.
11+
Cancels the asynchronous update operation on an elastic pool.
1212

1313
## SYNTAX
1414

@@ -19,11 +19,11 @@ Stop-AzureRmSqlElasticPoolActivity [-ServerName] <String> [-ElasticPoolName] <St
1919
```
2020

2121
## DESCRIPTION
22-
The **Stop-AzureRmSqlElasticPoolActivity** cmdlet cancels the asynchronous updates operation on the elastic pool.
22+
The **Stop-AzureRmSqlElasticPoolActivity** cmdlet cancels the asynchronous update operation on an elastic pool.
2323

2424
## EXAMPLES
2525

26-
### Example 1: Cancel the asynchronous updates operation on the elastic pool
26+
### Example 1: Cancel the asynchronous update operation on an elastic pool
2727
```
2828
PS C:\> Stop-AzureRmSqlElasticPoolActivity -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -ElasticPoolName "ElasticPool01" -OperationId af97005d-9243-4f8a-844e-402d1cc855f5
2929
```

0 commit comments

Comments
 (0)