You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a potential issue when enabling oidc for provider-azure. The feature is not release yet in the current provider-azure version but we spot this issue when working with it. Here is the related issue of it: hashicorp/terraform-provider-azurerm#20794
How can we reproduce it?
The current version of terraform-provider-azurerm is 3.45.0 and when using this version with oidc will result the following error message:
Error: unable to build authorizer for Resource Manager API: could not configure AzureCli Authorizer: could not parse Azure CLI version: launching Azure CLI: exec: "az": executable file not found in $PATH
Potential solution
After the investigation of this issue, and find out it's related to the terraform-provider-azurerm and affect version between 3.44.0 and 3.46.0. The terraform-provider-azurerm in provider-azure is using 3.45.0 so it's been affected, and confirmed the issue will be solved by bumping up version to 3.47.0.
The text was updated successfully, but these errors were encountered:
What happened?
This is a potential issue when enabling
oidc
forprovider-azure
. The feature is not release yet in the currentprovider-azure
version but we spot this issue when working with it. Here is the related issue of it: hashicorp/terraform-provider-azurerm#20794How can we reproduce it?
The current version of terraform-provider-azurerm is
3.45.0
and when using this version withoidc
will result the following error message:Potential solution
After the investigation of this issue, and find out it's related to the
terraform-provider-azurerm
and affect version between3.44.0
and3.46.0
. Theterraform-provider-azurerm
inprovider-azure
is using3.45.0
so it's been affected, and confirmed the issue will be solved by bumping up version to3.47.0
.The text was updated successfully, but these errors were encountered: