microsoft / microsoft/AzureTRE
Change rp_bundle_values var format
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 235
- Forks
- 192
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
Description
As a Azure TRE Developer
I want the value of rp_bundle_values to be in the following format (instead of json):
rp_bundle_values:
- subscription_id: <subscription_id>
- resource_group: <resource_group>
- image_gallery_name: <image_gallery_name>
So that it is easier to read and is consistent with the configuration format
Acceptance criteria
- rp_bundle_values is in format as noted
- Custom vm images can be used in the tre
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the rp_bundle_values configuration and the code that handles custom VM images in the Azure TRE repository. Confirm the value uses the requested subscription_id, resource_group, and image_gallery_name structure, then verify that custom VM images can be used in the TRE.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, yaml
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100