Skip to content

Commit

Permalink
Add support for Video Indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfrahry authored Oct 3, 2024
2 parents 323a7ef + 45d0557 commit 2931cc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,10 @@ service "videoanalyzer" {
name = "VideoAnalyzer"
available = ["2021-05-01-preview"]
}
service "vi" {
name = "VideoIndexer"
available = ["2024-01-01"]
}
service "vmware" {
name = "VMware"
available = ["2022-05-01", "2023-03-01", "2023-09-01"]
Expand Down

0 comments on commit 2931cc7

Please sign in to comment.