Skip to content

Commit

Permalink
Updated json files to reflect that ReadScale and HighAvailabilityRepl…
Browse files Browse the repository at this point in the history
…icaCount properties are not supported on pooled vldbs or any elastic pool other than Hyperscale. (Azure#17274)

Co-authored-by: Christian Valencia <cvalencia@microsoft.com>
  • Loading branch information
christianvalencia7 and christianvalencia7 authored Jan 10, 2022
1 parent 409af02 commit 8253d07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@
"readOnly": true
},
"readScale": {
"description": "The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region.",
"description": "The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool.",
"enum": [
"Enabled",
"Disabled"
Expand All @@ -1065,7 +1065,7 @@
},
"highAvailabilityReplicaCount": {
"format": "int32",
"description": "The number of secondary replicas associated with the database that are used to provide high availability.",
"description": "The number of secondary replicas associated with the database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool.",
"type": "integer"
},
"secondaryType": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
},
"highAvailabilityReplicaCount": {
"format": "int32",
"description": "The number of secondary replicas associated with the elastic pool that are used to provide high availability.",
"description": "The number of secondary replicas associated with the elastic pool that are used to provide high availability. Applicable only to Hyperscale elastic pools.",
"type": "integer"
}
}
Expand Down

0 comments on commit 8253d07

Please sign in to comment.