Azure / openapi-diff

Command line tool to detect breaking changes between two openapi specifications
MIT License
256 stars 36 forks source link

the change of string format to `arm-id` from empty should not be a breaking change #268

Open jianyexi opened 1 year ago

konrad-jamrozik commented 1 year ago

@jianyexi can you link me to an example when this is reported as a breaking change?

jianyexi commented 1 year ago

An example before

'type:string' 

after


'type:string, 
format:arm-id'

``
jianyexi commented 1 year ago

https://github.com/Azure/azure-rest-api-specs/pull/22292#issuecomment-1402354391