Skip to content

Commit 14ea68a

Browse files
authored
Merge pull request Azure#5092 from mihymel/preview
Changing the wording for confirmation message from Set-AzureRmSqlServ…
2 parents cd97c79 + 92ce326 commit 14ea68a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/ResourceManager/Sql/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- AuditAction parameter in auditing cmdlets is no longer being ignored
2828
* Fixed an issue in Auditing cmdlets when 'Secondary' StorageKeyType is provided
2929
- When setting blob auditing, the primary storage account key was used instead of the secondary key when providing 'Secondary' value for StorageKeyType parameter.
30+
* Changing the wording for confirmation message from Set-AzureRmSqlServerTransparentDataEncryptionProtector
3031

3132
## Version 4.0.1
3233
* Fixed assembly loading issue that caused some cmdlets to fail when executing

src/ResourceManager/Sql/Commands.Sql/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ResourceManager/Sql/Commands.Sql/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
<value>Virtual Network Rule with name: '{0}' already exists for server '{1}'</value>
377377
</data>
378378
<data name="SetAzureSqlServerTransparentDataEncryptionProtectorWarning" xml:space="preserve">
379-
<value>Warning: Cutting off access to the key '{0}' may result in data loss on this server. Learn about best practices at aka.ms/sqltdewithbyok. Do you want to proceed?</value>
379+
<value>Warning: This command sets the key '{0}' as the protector, removing access to this key in the future may result in data loss on this server. Learn about best practices at aka.ms/sqltdewithbyok. Do you want to proceed?</value>
380380
</data>
381381
<data name="ElasticPoolDatabaseActivityCancelNotSupported" xml:space="preserve">
382382
<value>Azure Sql Database Elastic Pool name cannot be specified for this operation</value>

0 commit comments

Comments
 (0)