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

fixes #22851 

Data encryption type enum should be `SystemManaged` instead of `SystemAssigned`
  • Loading branch information
navba-MSFT authored Mar 7, 2023
1 parent d6e5649 commit d813bda
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 d813bda

Please sign in to comment.