Skip to content

Commit c6b231e

Browse files
authored
New service: IoTOperations (#4962)
* iotoperation service update * update for one GA version only
1 parent 8b52cde commit c6b231e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/resource-manager.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ service "iotcentral" {
314314
name = "IoTCentral"
315315
available = ["2021-11-01-preview"]
316316
}
317+
service "iotoperations" {
318+
name = "IoTOperations"
319+
available = ["2024-11-01"]
320+
}
317321
service "keyvault" {
318322
name = "KeyVault"
319323
available = ["2023-02-01", "2023-07-01", "2024-11-01"]

0 commit comments

Comments
 (0)