-
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
Unable to apply tags to multiple API operations #15921
Comments
This is a bug, |
to me this issue is fixed (tested with 3.30.0) |
@xuzhang3 is there any reason why the tag is created at service level, instead of being created at Api level ? In the project I work on, we only have permissions at the Api level, not at the service level. |
Now I understand: tags does only exist at service level, and can be associated either at Api level, either at Api operation level. |
Thanks for taking the time to submit this issue. It looks like this has been resolved as of #16006. As such, I am going to mark this issue as closed. |
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. |
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_api_management_api_operation_tag
Terraform Configuration Files
Debug Output
Expected Behaviour
Both operations,
user-delete
anduser-get
, should be tagged with the "example-Tag".Actual Behaviour
One operation (
user-get
) gets tagged with "example-Tag".An error occurs when applying the tag to
user-delete
:Steps to Reproduce
terraform apply
References
The text was updated successfully, but these errors were encountered: