-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Preview roles are not supported" for azurerm_role_assignment #1692
Comments
Any update on this? It would greatly help to be able to assign this preview roles via Terraform! |
hey @ams0 Thanks for opening this issue / apologies for the delayed response here! This behaviour is currently intentional as we don't support Data Actions within Terraform at the current time (although that's being tracked in #1538) - however once #1538 has been fixed/merged, I believe we should be able to remove this check. Thanks! |
It looks like #1538 is closed out and available. Given that, any ETA on an update for this issue? |
As a workaround, I was able to use
|
This has been released in version 2.13.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.13.0"
}
# ... other configuration ... |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Issues on GitHub are intended to be related to bugs or feature requests with provider codebase,
so we recommend using our other community resources instead of asking here 👍.
If you have a support request or question please submit them to one of these resources:
Using:
Terraform v0.11.7
When trying to assign the role "Storage Blob Data Reader (Preview)" to a Managed User Identity I have the
Preview roles are not supported
error; however, it looks like it could be done in azure-sdk-for-go (Azure/azure-sdk-for-go#1895). What am I missing?The text was updated successfully, but these errors were encountered: