Skip to content

Commit db3cd7a

Browse files
authored
Correct error in ResourceGroup Parameter Description
The ResourceGroup Parameter Description indicated that this was the resource group to copy to, which is incorrect, it is the resource group to copy from.
1 parent 01c0dde commit db3cd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Accept wildcard characters: False
143143
```
144144
145145
### -ResourceGroupName
146-
Specifies the name of the Resource Group to which this cmdlet assigns the copied database.
146+
Specifies the name of the Resource Group that contains the database to copy.
147147
148148
```yaml
149149
Type: String

0 commit comments

Comments
 (0)