-
Notifications
You must be signed in to change notification settings - Fork 17
Make target enhacements #61
Copy link
Copy link
Open
Labels
triagedThis item has been triaged by project maintainers and is in the backlogThis item has been triaged by project maintainers and is in the backlog
Description
Overview of the Resource type and Recipe
Developers who are creating resource types and recipes can use the make commands that are available at the root of the repo. There are some enhancements that should be made to the make targets.
Acceptance criteria
make build-bicep-recipeis the only make command that requires a full file path (to the bicep file). Update this command to use the folder path like the other commands.- Implement a test target (or an option on the existing recipe test targets) that skips the cleanup so that someone can run a test of a recipe and then examine what was deployed.
- Currently the
testtarget causes two applications to be deployed, and only deletes one of them during test cleanup. Investigate why two applications are deployed and either clean up both or ensure that only one is deployed and cleaned up after the test.
Additional context
No response
Would you like to support us?
- Yes, I would like to support you
AB#17449
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triagedThis item has been triaged by project maintainers and is in the backlogThis item has been triaged by project maintainers and is in the backlog