Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Resources] `ManagementLockProperties` contains Azure-internal `owner` property

jiasli opened this issue · comments

The swagger of locks's ManagementLockProperties contains an owner property which is only for Azure internal usage according to Azure/azure-cli#22528:

"owners": {
"type": "array",
"items": {
"$ref": "#/definitions/ManagementLockOwner"
},
"description": "The owners of the lock."
}

This makes the owner property publicly available in

The swagger should either hide this property or clarifies its internal usage.