Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.69k stars 5.12k forks source link

Azure SQL Database: Identity has incorrect mutability #26029

Open nimro opened 1 year ago

nimro commented 1 year ago

This is the same issue as #16803 except for the Databases spec instead.

The x-ms-mutability property on the identity property of the database defintion is set to read and create:

image

It is possible to set this property after creation via the portal and powershell, so I think this mutability setting is in error.

morrell commented 1 month ago

Also experiencing this issue, the property is mutable but is not marked correctly.