make deprecation origin addr as precise as possible#38122
make deprecation origin addr as precise as possible#38122DanielMSchmidt merged 3 commits intomainfrom
Conversation
|
I think what you had might have been optimal already. When talking about use of deprecated attributes, it's based on the resource schema and what is written in the configuration. Configuration is only written as unexpanded blocks, and the source of deprecated values can't change based on individual instances because the resource name and schema is always the same. |
|
@jbardin it would make sense to use at least config addresses as the basis for the extra info string, right? |
|
Oh! I see what you mean. I was reading that as if you had config addresses and wanted to refine them to instances. Yeah, using ConfigResource matches most closely to how a user would be thinking about the config location, and at least for resources we have (and just a style note, |
dcf53fe to
0313c2f
Compare
Fixes #
Target Release
1.15.x
Rollback Plan
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
CHANGELOG entry