mirsaeedi / dotnet-apim

dotnet-apim is a cross-platform dotnet tool which streamlines the CI/CD process of deploying APIs into Azure API Management
MIT License
31 stars 10 forks source link

API variables are not parameterized #30

Closed levimatheri closed 3 years ago

levimatheri commented 3 years ago

Shouldn't the variables defined in apis be parameters in the deploy template and their values defined in the parameters file, the way apimServiceName is parameterized? It seems the api variable values are hard-coded into the deploy template.