Skip to content

Commit

Permalink
Update the duplicate entity name for Serverku used in Migrations.json…
Browse files Browse the repository at this point in the history
… to avoid errors
  • Loading branch information
ambrahma committed May 23, 2023
1 parent 2a6cfea commit 0171236
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
"description": "Storage size in MB for database server"
},
"sku": {
"$ref": "#/definitions/ServerSku",
"$ref": "#/definitions/MigrationServerSku",
"description": "SKU for the database server"
}
},
Expand Down Expand Up @@ -829,7 +829,7 @@
},
"description": "Migration sub state details."
},
"ServerSku": {
"MigrationServerSku": {
"type": "object",
"properties": {
"name": {
Expand Down

0 comments on commit 0171236

Please sign in to comment.