Azure / aks-devx-tools

Create deployment files and configure GitHub Actions workflows to deploy applications to Azure Kubernetes Service (AKS).
MIT License
17 stars 17 forks source link

fix csharp label to language mapping #48

Closed davidgamero closed 2 years ago

davidgamero commented 2 years ago

Description

Update the mappings for the label for selecting the csharp language so that the display label is "c#" and the internal mapped value is "csharp" so draft can parse it correctly. Also add a warning for languages that don't have any mapped versions to catch a similar error in the future.

Fixes # (issue) Feature # (details)

Type of change

How Has This Been Tested?

Checklist: