Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Appservice] In operation WebApps_CreateOrUpdate invalid read_only column is defined in extendedLocation

MaryGao opened this issue · comments

Our customer found that when trying to create an App Service web app that uses a custom location, we can not serialize the type column in extendedLocation definition.

After investigation we found that there is a read_only limitation for field type so we can't feed data in client side. After removing this limitation and the request could be handled correctly in server side.

Swagger code link:

"type": {
"description": "Type of extended location.",
"type": "string",
"readOnly": true

SDK issue link: Azure/azure-sdk-for-js#20570

Adding Service team to look into this.

@navba-MSFT The reason I added CXP Atthention is because there's no body response when we add service attention label for this appservice team.

@qiaozha I will check with Service Team for the right owners and tag them here.

@MaryGao @qiaozha @bwateratmsft I have looped you in an internal email thread with Service team. That email has the next action plan that you can follow to make some progress on this.