-
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
azurerm_advisor_recommendations
- Add filter_by_resource_ids
and filter_by_recommendation_type_guids
#26220
base: main
Are you sure you want to change the base?
Conversation
azurerm_advisor_recommendations
: Add new filtersazurerm_advisor_recommendations
- Add filter_by_resource_ids
and filter_by_recommendation_type_guids
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we have a test failure------- Stdout: -------
=== RUN TestAccAdvisorRecommendationsDataSource_resourceFilter
=== PAUSE TestAccAdvisorRecommendationsDataSource_resourceFilter
=== CONT TestAccAdvisorRecommendationsDataSource_resourceFilter
testcase.go:173: Step 1/1 error: Error running pre-apply plan: exit status 1
Error: Unsupported argument
on terraform_plugin_test.tf line 40, in resource "azurerm_storage_account" "test":
40: enable_https_traffic_only = false
An argument named "enable_https_traffic_only" is not expected here.
--- FAIL: TestAccAdvisorRecommendationsDataSource_resourceFilter (4.57s)
FAIL
This PR is being labeled as "stale" because it has not been updated for 30 or more days. If this PR is still valid, please remove the "stale" label. If this PR is blocked, please add it to the "Blocked" milestone. If you need some help completing this PR, please leave a comment letting us know. Thank you! |
Community Note
Description
Allow filter advisor recommendation by resource id and recommendation type.
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
filter_by_resource_ids
andfilter_by_recommendation_type_guids
[GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #0000
Note
If this PR changes meaningfully during the course of review please update the title and description as required.