Skip to content

Is it possible to deprecate the properties without revising the API version? #3074

Answered by normj
bagajjal asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not following your question. If a property is deprecated the service still returns back data for the property. The exception is if you use newer features since the property was deprecated that newer feature might not make sense for the deprecated property and in that case the deprecated property might not have a value. So basically the user is opting into new behavior which makes sense the response might be different.

We try very hard to not ship breaking changes. Changing the API version number doesn't really work for making breaking changes because SDKs only generate from the model tip. And it is also really hard to rationalize SDK version numbers with the API version.

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@bagajjal
Comment options

@bagajjal
Comment options

Answer selected by ashishdhingra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants