projectkudu / AzureResourceExplorer

Azure Resource Explorer - a site to explore and manage your ARM resources in style
https://resources.azure.com
Apache License 2.0
199 stars 77 forks source link

AzureResourceExplorer not respecting readonly param in swagger specs #269

Open LukeSlev opened 3 years ago

LukeSlev commented 3 years ago

It seems that when on the create tab of a resource, all properties get prepopulated in the payload, even ones that are marked as readonly in the swagger. In the below example SystemData is marked as readonly yet it still gets populated with its value type. I would expect that these properties would not get prepopulated so users don't run into issues.

image