Skip to content

Commit eeb551e

Browse files
Reverting azapi to the last known stable version. (#390)
* Reverting azapi to the last known stable version. * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Downgrade azapi provider version to 2.7.0 * Match the MCS model version as well --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9bad22f commit eeb551e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infra/modules/copilot_studio/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
required_providers {
77
azapi = {
88
source = "Azure/azapi"
9-
version = "2.9.0"
9+
version = "2.7.0"
1010
}
1111
azurerm = {
1212
source = "hashicorp/azurerm"

infra/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
required_providers {
1313
azapi = {
1414
source = "Azure/azapi"
15-
version = "2.9.0"
15+
version = "2.7.0"
1616
}
1717
azuread = {
1818
source = "hashicorp/azuread"

0 commit comments

Comments
 (0)