Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -1123,8 +1123,8 @@
"role": {
"description": "Replica Role in availability group.",
"enum": [
"PRIMARY",
"SECONDARY"
"Primary",
"Secondary"
],
"type": "string",
"x-ms-enum": {
Expand All @@ -1135,8 +1135,8 @@
"commit": {
"description": "Replica commit mode in availability group.",
"enum": [
"SYNCHRONOUS_COMMIT",
"ASYNCHRONOUS_COMMIT"
"Synchronous_Commit",
"Asynchronous_Commit"
],
"type": "string",
"x-ms-enum": {
Expand All @@ -1147,8 +1147,8 @@
"failover": {
"description": "Replica failover mode in availability group.",
"enum": [
"AUTOMATIC",
"MANUAL"
"Automatic",
"Manual"
],
"type": "string",
"x-ms-enum": {
Expand All @@ -1159,9 +1159,9 @@
"readableSecondary": {
"description": "Replica readable secondary mode in availability group.",
"enum": [
"NO",
"ALL",
"READ_ONLY"
"No",
"All",
"Read_Only"
],
"type": "string",
"x-ms-enum": {
Expand Down