Azure / Azure/bicep

list resource with a given resource type under a certain resource group

Open
#7,167 6 comments 6 reactions 0 assignees View on GitHub
enhancement Needs: Upvote
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.