From 7813ac7c29b8b81f205168821dc6f8744b38d11e Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 8 Aug 2022 08:27:40 +0000 Subject: [PATCH] CodeGen from PR 19910 in Azure/azure-rest-api-specs [Hub Generated] Review request for Microsoft.DBforMySQL to fix wrong properties in data encryption (#19910) * fix name error * fix example * fix example * fix properties error --- schemas/2021-05-01/Microsoft.DBforMySQL.json | 4 ++-- schemas/2021-12-01-preview/Microsoft.DBforMySQL.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/schemas/2021-05-01/Microsoft.DBforMySQL.json b/schemas/2021-05-01/Microsoft.DBforMySQL.json index 2cde81d8f7..d5869fbea6 100644 --- a/schemas/2021-05-01/Microsoft.DBforMySQL.json +++ b/schemas/2021-05-01/Microsoft.DBforMySQL.json @@ -227,7 +227,7 @@ "DataEncryption": { "type": "object", "properties": { - "geoBackupKeyUri": { + "geoBackupKeyURI": { "type": "string", "description": "Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup" }, @@ -235,7 +235,7 @@ "type": "string", "description": "Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup" }, - "primaryKeyUri": { + "primaryKeyURI": { "type": "string", "description": "Primary key uri" }, diff --git a/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json b/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json index b9aec7e574..5df9e0cc17 100644 --- a/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json +++ b/schemas/2021-12-01-preview/Microsoft.DBforMySQL.json @@ -343,7 +343,7 @@ "DataEncryption": { "type": "object", "properties": { - "geoBackupKeyUri": { + "geoBackupKeyURI": { "type": "string", "description": "Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup" }, @@ -351,7 +351,7 @@ "type": "string", "description": "Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup" }, - "primaryKeyUri": { + "primaryKeyURI": { "type": "string", "description": "Primary key uri" },