[BUG] StaticSiteLinkedBackend has a property 'region' that should be required #31807
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/StaticSites.json#L5481
API Spec version
2024-04-01
Describe the bug
It seems that
region
is required forStaticSiteLinkedBackend
. Attempting to create one without a region fails with Internal Server Error. Addingregion
to the otherwise identical request succeeds.Expected behavior
A
StaticSiteLinkedBackend
is created.Actual behavior
500
Reproduction Steps
Haven't captured the exact request, unfortunately
Environment
No response
The text was updated successfully, but these errors were encountered: