Skip to content

Changing the wording for confirmation message from Set-AzureRmSqlServ… #5092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/ResourceManager/Sql/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- AuditAction parameter in auditing cmdlets is no longer being ignored
* Fixed an issue in Auditing cmdlets when 'Secondary' StorageKeyType is provided
- When setting blob auditing, the primary storage account key was used instead of the secondary key when providing 'Secondary' value for StorageKeyType parameter.
* Changing the wording for confirmation message from Set-AzureRmSqlServerTransparentDataEncryptionProtector

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
<value>Virtual Network Rule with name: '{0}' already exists for server '{1}'</value>
</data>
<data name="SetAzureSqlServerTransparentDataEncryptionProtectorWarning" xml:space="preserve">
<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>
<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>
</data>
<data name="ElasticPoolDatabaseActivityCancelNotSupported" xml:space="preserve">
<value>Azure Sql Database Elastic Pool name cannot be specified for this operation</value>
Expand Down