Skip to content

Commit 0779cc2

Browse files
christianvalencia7Leiwang3SQL
authored andcommitted
Updated json files to reflect that ReadScale and HighAvailabilityReplicaCount properties are not supported on pooled vldbs or any elastic pool other than Hyperscale. (Azure#17274)
Co-authored-by: Christian Valencia <cvalencia@microsoft.com>
1 parent b626430 commit 0779cc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

specification/sql/resource-manager/Microsoft.Sql/preview/2021-08-01-preview/Databases.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@
10481048
"readOnly": true
10491049
},
10501050
"readScale": {
1051-
"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.",
1051+
"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.",
10521052
"enum": [
10531053
"Enabled",
10541054
"Disabled"
@@ -1065,7 +1065,7 @@
10651065
},
10661066
"highAvailabilityReplicaCount": {
10671067
"format": "int32",
1068-
"description": "The number of secondary replicas associated with the database that are used to provide high availability.",
1068+
"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.",
10691069
"type": "integer"
10701070
},
10711071
"secondaryType": {

specification/sql/resource-manager/Microsoft.Sql/preview/2021-08-01-preview/ElasticPools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
},
533533
"highAvailabilityReplicaCount": {
534534
"format": "int32",
535-
"description": "The number of secondary replicas associated with the elastic pool that are used to provide high availability.",
535+
"description": "The number of secondary replicas associated with the elastic pool that are used to provide high availability. Applicable only to Hyperscale elastic pools.",
536536
"type": "integer"
537537
}
538538
}

0 commit comments

Comments
 (0)