Skip to content

Commit 2b07b2a

Browse files
navba-MSFTaviyerMSFT
authored andcommitted
{AzurePostgreSQL} fixes Azure#22851 Data encryption type enum should be SystemManaged (Azure#22943)
merged with breaking change approved.
1 parent 78af678 commit 2b07b2a

File tree

1 file changed

+2
-2
lines changed
  • specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-12-01

1 file changed

+2
-2
lines changed

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-12-01/FlexibleServers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,9 +772,9 @@
772772
},
773773
"type": {
774774
"type": "string",
775-
"description": "Data encryption type to depict if it is System assigned vs Azure Key vault.",
775+
"description": "Data encryption type to depict if it is System Managed vs Azure Key vault.",
776776
"enum": [
777-
"SystemAssigned",
777+
"SystemManaged",
778778
"AzureKeyVault"
779779
],
780780
"x-ms-enum": {

0 commit comments

Comments
 (0)