Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions schemas/2021-05-01/Microsoft.DBforMySQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,15 @@
"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"
},
"geoBackupUserAssignedIdentityId": {
"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"
},
Expand Down
4 changes: 2 additions & 2 deletions schemas/2021-12-01-preview/Microsoft.DBforMySQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,15 +343,15 @@
"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"
},
"geoBackupUserAssignedIdentityId": {
"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"
},
Expand Down