Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ service "attestation" {
}
service "automation" {
name = "Automation"
available = ["2021-06-22"]
available = ["2019-06-01", "2021-06-22"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is older than anything currently in use by the provider. What are we getting from this older version of the API?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi, we currently use the 2020-01-13-preview of Azure/azure-sdk-for-go mainly and part of the resources use 2021-06-22 of Hashcorp/go-azure-sdk.

Version 2021-06-22 only contains 4 of 27 swaggers that exist in version 2019-06-01 so we need the old version's API.

and there are some updates that only exist in the 2019-06-01 version(e.g Azure/azure-rest-api-specs#19367 which is needed for the issue hashicorp/terraform-provider-azurerm#1602). and by git log, the version 2019-06-01 stable version should be newer than 2020-01-13-preview.

}
service "azure-kusto" {
name = "Kusto"
Expand Down