Skip to content

Commit

Permalink
{AzurePostgreSQL} fixes #22851 Data encryption type enum should be Sy…
Browse files Browse the repository at this point in the history
…stemManaged (#22943)

merged with breaking change approved.
  • Loading branch information
navba-MSFT authored Mar 9, 2023
1 parent 2048c7d commit 1745efa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -772,9 +772,9 @@
},
"type": {
"type": "string",
"description": "Data encryption type to depict if it is System assigned vs Azure Key vault.",
"description": "Data encryption type to depict if it is System Managed vs Azure Key vault.",
"enum": [
"SystemAssigned",
"SystemManaged",
"AzureKeyVault"
],
"x-ms-enum": {
Expand Down

0 comments on commit 1745efa

Please sign in to comment.