list resource with a given resource type under a certain resource group
- Dominant language
- Bicep
- Stars
- 3.6k
- Forks
- 830
- Avg merge
- 1d 21m
- Merged PRs (30d)
- 79
Description
**Is your feature request related to a problem? Please describe.**
Under a certain resource group, a specific bicep function can list/get resource(s) filtered by a given resource type
It's similar to `az resource list` az cli command, for example:
`az resource list --resource-type Microsoft.Network/virtualNetworks -g --subscription `
Contributor guide
Research direction
Start by comparing the requested Bicep function behavior with the shown `az resource list --resource-type ... -g ... --subscription ...` command. Define the resource type, resource group, and subscription inputs and confirm the expected filtered resource result before identifying the relevant Bicep function entry points and tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100