Azure / Azure/azure-cli-dev-tools
azdev extension create generates a azext_metadata.json that with old maxCliCoreVersion
- Dominant language
- Python
- Stars
- 91
- Forks
- 134
- Avg merge
- 2h 51m
- Merged PRs (30d)
- 1
Description
When creating new extensions: `azdev extension create` you are left with an extension that won't work with current releases of the azure cli because of out of data [azext_metadata.json](https://github.com/Azure/azure-cli-dev-tools/blob/dev/azdev/mod_templates/azext_metadata.json).

[azext_metadata.json](https://github.com/Azure/azure-cli-dev-tools/blob/dev/azdev/mod_templates/azext_metadata.json) needs to be updated to match more [current releases](https://github.com/Azure/azure-cli/releases) of the azure cli.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.