File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ function Remove-SqlDscDatabase
149149 )
150150 }
151151
152- $descriptionMessage = $script :localizedData.Database_Remove_ShouldProcessVerboseDescription -f $Name , $DatabaseObject.Parent.InstanceName
153- $confirmationMessage = $script :localizedData.Database_Remove_ShouldProcessVerboseWarning -f $Name
152+ $descriptionMessage = $script :localizedData.Database_Remove_ShouldProcessDescription -f $Name , $DatabaseObject.Parent.InstanceName
153+ $confirmationMessage = $script :localizedData.Database_Remove_ShouldProcessConfirmation -f $Name
154154 $captionMessage = $script :localizedData.Database_Remove_ShouldProcessCaption
155155
156156 if ($PSCmdlet.ShouldProcess ($descriptionMessage , $confirmationMessage , $captionMessage ))
Original file line number Diff line number Diff line change @@ -381,8 +381,8 @@ ConvertFrom-StringData @'
381381 Database_CannotRemoveSystem = Cannot remove system database '{0}'.
382382 Database_DroppingConnections = Dropping all active connections to database '{0}'.
383383 Database_DropConnectionsFailed = Failed to drop active connections for database '{0}'.
384- Database_Remove_ShouldProcessVerboseDescription = Removing the database '{0}' from the instance '{1}'.
385- Database_Remove_ShouldProcessVerboseWarning = Are you sure you want to remove the database '{0}'?
384+ Database_Remove_ShouldProcessDescription = Removing the database '{0}' from the instance '{1}'.
385+ Database_Remove_ShouldProcessConfirmation = Are you sure you want to remove the database '{0}'?
386386 # This string shall not end with full stop (.) since it is used as a title of ShouldProcess messages.
387387 Database_Remove_ShouldProcessCaption = Remove database from instance
388388 Remove_SqlDscDatabase_NotFound = Database '{0}' was not found.
You can’t perform that action at this time.
0 commit comments