Azure / Azure/azure-powershell
Use "module" instead of "regex" when updating "CreateMappings_rules.json"
Open
Engineering
Generator
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 54
Description
When moving a new module from generation to main we update `CreateMappings_rules.json` to add a new entry like this:
```json
{
"regex": "DnsResolver",
"alias": "DnsResolver"
}
```
However it is discouraged to use "regex" because Azure PowerShell have so many modules and cmdlets and their names are easy to overlap each other. The recommended way is to use "module".
Contributor guide
Assessment
This issue has not been assessed yet.