Skip to content

Commit

Permalink
Merge pull request #3197 from sinbai/config/redisenterprise-2023-10-01
Browse files Browse the repository at this point in the history
config : adding API Versions for Redis Enterprise
  • Loading branch information
tombuildsstuff authored Oct 19, 2023
2 parents c2f2988 + cd06905 commit b78e3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ service "redis" {
}
service "redisenterprise" {
name = "RedisEnterprise"
available = ["2022-01-01", "2023-07-01"]
available = ["2022-01-01", "2023-07-01", "2023-10-01-preview"]
}
service "relay" {
name = "Relay"
Expand Down

0 comments on commit b78e3ba

Please sign in to comment.