Skip to content

Commit

Permalink
{Synapse} Fix #23334: TDE name is fixed coding as current (#23347)
Browse files Browse the repository at this point in the history
Fix #23334
  • Loading branch information
RakeshMohanMSFT authored Jul 28, 2022
1 parent 4784ee9 commit d4ee9ec
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit d4ee9ec

Please sign in to comment.