Open nimro opened 1 year ago
This is the same issue as #16803 except for the Databases spec instead.
Databases
The x-ms-mutability property on the identity property of the database defintion is set to read and create:
x-ms-mutability
read
create
It is possible to set this property after creation via the portal and powershell, so I think this mutability setting is in error.
Also experiencing this issue, the property is mutable but is not marked correctly.
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 toread
andcreate
:It is possible to set this property after creation via the portal and powershell, so I think this mutability setting is in error.