Fix @identifiers decorator, if decorator is passed it has a priority over what is resolved by keys#2538
Conversation
…e for x-ms-identifiers
|
All changed packages have been documented.
Show changes
|
|
You can try these changes here
|
@identifiers decorator for name as it is not default@identifiers decorator, if decorator is passed it has a priority over what is resolved by keys
Validation |
Addressing scenario in where `@identifier` decorator wasn't working as expected: - `@identifier` should be the priority, when it is defined - decorator is applied by ModelProperty and not by indexer value - Identify `@armProviderNamespace` per type definition and modelproperty location Internal changes: - Update x-ms-identifiers rule
6fee84b to
258041b
Compare
markcowl
left a comment
There was a problem hiding this comment.
Not sure I understand why we limit the decorator usage to ARM namespaces. Otherwise, looks ok
@identifiersdecorator