From d813bdaa56a7ecb56011f53acc018a7cf8d477f9 Mon Sep 17 00:00:00 2001 From: navba-MSFT <57353862+navba-MSFT@users.noreply.github.com> Date: Tue, 7 Mar 2023 11:13:44 +0530 Subject: [PATCH] {AzurePostgreSQL} fixes Azure/azure-rest-api-specs#22851 Data encryption type enum should be SystemManaged fixes Azure/azure-rest-api-specs#22851 Data encryption type enum should be `SystemManaged` instead of `SystemAssigned` --- .../stable/2022-12-01/FlexibleServers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-12-01/FlexibleServers.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-12-01/FlexibleServers.json index 95e681efd17c..50d66a4fb9d7 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-12-01/FlexibleServers.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-12-01/FlexibleServers.json @@ -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": {