Azure / Azure-Verified-Modules

Azure Verified Modules (AVM) is an initiative to consolidate and set the standards for what a good Infrastructure-as-Code module looks like. Modules will then align to these standards, across languages (Bicep, Terraform etc.) and will then be classified as AVMs and available from their respective language specific registries.
https://aka.ms/AVM
MIT License
359 stars 85 forks source link

chore: update composition to allow any folder name for default example #1720

Closed jaredfholgate closed 1 week ago

jaredfholgate commented 1 week ago

Overview/Summary

This update is to allow module authors to use any name they desire for the default example. It no longer has to be called default.

Related: https://github.com/Azure/Azure-Verified-Modules-Grept/pull/143

This PR fixes/adds/changes/removes

N/A

Breaking Changes

N/A

As part of this Pull Request I have