Skip to content

Commit

Permalink
Merge pull request #4270 from wuxu92/config/informatica
Browse files Browse the repository at this point in the history
`config`: add a new service `Informatica`
  • Loading branch information
tombuildsstuff authored Jul 8, 2024
2 parents 3dfac6d + 3b80af5 commit 2cda079
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ service "hybridkubernetes" {
name = "HybridKubernetes"
available = ["2021-10-01", "2024-01-01"]
}
service "informatica" {
name = "Informatica"
available = ["2024-05-08"]
}
service "iotcentral" {
name = "IoTCentral"
available = ["2021-11-01-preview"]
Expand Down Expand Up @@ -608,4 +612,4 @@ service "webpubsub" {
service "workloads" {
name = "Workloads"
available = ["2023-04-01"]
}
}

0 comments on commit 2cda079

Please sign in to comment.