Skip to content

Commit 30e8acd

Browse files
author
SDKAuto
committed
CodeGen from PR 19910 in Azure/azure-rest-api-specs
Merge 90cc38e6b8ceff05dd0fc92aec4fd0c030ad5bec into 63f4e39c20223c20941614e776d33e699c3e2777
1 parent 1836296 commit 30e8acd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

schemas/2021-05-01/Microsoft.DBforMySQL.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,15 @@
227227
"DataEncryption": {
228228
"type": "object",
229229
"properties": {
230-
"geoBackupKeyUri": {
230+
"geoBackupKeyURI": {
231231
"type": "string",
232232
"description": "Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup"
233233
},
234234
"geoBackupUserAssignedIdentityId": {
235235
"type": "string",
236236
"description": "Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup"
237237
},
238-
"primaryKeyUri": {
238+
"primaryKeyURI": {
239239
"type": "string",
240240
"description": "Primary key uri"
241241
},

schemas/2021-12-01-preview/Microsoft.DBforMySQL.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,15 +343,15 @@
343343
"DataEncryption": {
344344
"type": "object",
345345
"properties": {
346-
"geoBackupKeyUri": {
346+
"geoBackupKeyURI": {
347347
"type": "string",
348348
"description": "Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup"
349349
},
350350
"geoBackupUserAssignedIdentityId": {
351351
"type": "string",
352352
"description": "Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup"
353353
},
354-
"primaryKeyUri": {
354+
"primaryKeyURI": {
355355
"type": "string",
356356
"description": "Primary key uri"
357357
},

0 commit comments

Comments
 (0)