Skip to content
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

{Synapse} Fix #23334: TDE name is fixed coding as current #23347

Merged
merged 1 commit into from
Jul 28, 2022
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
- name: Set a SQL pool's transparent data encryption configuration. (autogenerated)
text: |-
az synapse sql pool tde set --name sqlpool --workspace-name testsynapseworkspace --resource-group rg \\
--status Enabled --transparent-data-encryption-name tdename
--status Enabled --transparent-data-encryption-name current
"""

helps['synapse sql pool tde show'] = """
Expand All @@ -514,7 +514,7 @@
- name: Get a SQL pool's transparent data encryption configuration. (autogenerated)
text: |-
az synapse sql pool tde show --name sqlpool --workspace-name testsynapseworkspace --resource-group rg \\
--transparent-data-encryption-name tdename
--transparent-data-encryption-name current
"""

helps['synapse sql pool threat-policy'] = """
Expand Down