JetBrains / azure-tools-for-intellij

Azure Toolkit for JetBrains Rider.
MIT License
45 stars 10 forks source link

IDE overwrites the original uppercased runtime value with the lowercased version during deployment #752

Closed SerhiyBalan closed 6 months ago

SerhiyBalan commented 6 months ago

Azure sets runtime as an uppercase value

while Rider reset it to the lowercase version during deploy:

Got existing Function App with Id: '/subscriptions/....'
Verifying runtime is 'dotnet-isolated' (version '~4')
Linux runtime: 'dotnet-isolated|7.0'

Basically, it overwrites the original Azure value. I'm a bit of a perfectionist and it annoys me a bit :)

image

I understand this issue has low priority But still, maybe someday you can fix that :)