Skip to content

Commit

Permalink
Merge pull request #2826 from hashicorp/config/regeneration-from-837f…
Browse files Browse the repository at this point in the history
…16b2f230cca4f678ecbc6338f68a126e725a

Config: regenerating based on 837f16b
  • Loading branch information
tombuildsstuff authored Jul 26, 2023
2 parents b4e3832 + 43c51e8 commit 7eca1e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ service "dashboard" {
}
service "databoxedge" {
name = "DataBoxEdge"
available = ["2022-03-01"]
available = ["2022-03-01", "2023-07-01"]
}
service "databricks" {
name = "Databricks"
Expand Down Expand Up @@ -352,7 +352,7 @@ service "netapp" {
}
service "network" {
name = "Network"
available = ["2022-09-01", "2022-11-01", "2023-02-01"]
available = ["2022-09-01", "2022-11-01", "2023-02-01", "2023-04-01"]
}
service "networkfunction" {
name = "NetworkFunction"
Expand Down Expand Up @@ -429,7 +429,7 @@ service "recoveryservicessiterecovery" {
}
service "redhatopenshift" {
name = "RedHatOpenShift"
available = ["2022-04-01", "2022-09-04"]
available = ["2022-04-01", "2022-09-04", "2023-04-01"]
}
service "redis" {
name = "Redis"
Expand Down Expand Up @@ -497,7 +497,7 @@ service "sqlvirtualmachine" {
}
service "storage" {
name = "Storage"
available = ["2022-05-01", "2022-09-01"]
available = ["2022-05-01", "2022-09-01", "2023-01-01"]
}
service "storagecache" {
name = "StorageCache"
Expand Down

0 comments on commit 7eca1e3

Please sign in to comment.