feat: Added templateName tag on rg #320
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request adds a new resource definition for tagging a resource group in the
infra/main.bicepfile. The change introduces aresourceGroupTagsresource to apply tags, including a newtemplateNametag with the value "Macae."Key changes:
Tagging Resource Groups:
resourceGroupTagsresource of typeMicrosoft.Resources/tags@2021-04-01to define and apply tags to the resource group. This includes merging existing tags and adding atemplateNametag with the value "Macae." ([infra/main.bicepR235-R244](https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/pull/320/files#diff-7ef659fc9cf6968e718894d300490b14ea7a52091e7d4bcffae3a5029ac721d4R235-R244))* ...Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information