Skip to content

Commit 68afc47

Browse files
config: adding SQL @ 2021-11-01 and 2023-02-01-preview
This is possible now that Azure/azure-rest-api-specs#26303 and #3203 have been merged Fixes #2842 Supersedes #2988
1 parent c906135 commit 68afc47

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
@@ -508,6 +508,10 @@ service "solutions" {
508508
name = "ManagedApplications"
509509
available = ["2019-07-01", "2021-07-01"]
510510
}
511+
service "sql" {
512+
name = "Sql"
513+
available = ["2021-11-01", "2023-02-01-preview"]
514+
}
511515
service "sqlvirtualmachine" {
512516
name = "SqlVirtualMachine"
513517
available = ["2022-02-01"]

0 commit comments

Comments
 (0)