Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Redis Cache] New API Version 2022-06-01 with some extra linked server properties added for server role update/failover support #20869

Merged
Original file line number Diff line number Diff line change
Expand Up @@ -2670,12 +2670,12 @@
"geoReplicatedPrimaryHostName": {
"type": "string",
"readOnly": true,
"description": "Fully qualified geo hostname which points to geo-primary cache among the linked redis caches."
"description": "DNS which will always point to current geo-primary cache among the linked redis caches so that Geo failover support can be enabled."
},
"primaryHostName": {
"type": "string",
"readOnly": true,
"description": "DNS corresponding to geo-primary cache among the linked redis caches."
"description": "DNS name that resolves to the current geo-primary cache among the linked redis caches."
}
},
"required": [
Expand Down