Azure / Azure/azure-powershell

Use "module" instead of "regex" when updating "CreateMappings_rules.json"

Open
#16,428 0 comments 0 reactions 1 assignee Claimed by @wyunchi-ms View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.