-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backend/azurerm: removing the arm_
prefix from keys
#19448
Conversation
52a7acc
to
546cfae
Compare
546cfae
to
6f44af3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -172,3 +205,13 @@ func (b *Backend) configure(ctx context.Context) error { | |||
b.armClient = armClient | |||
return nil | |||
} | |||
|
|||
func valueFromDeprecatedField(d *schema.ResourceData, key, deprecatedFieldKey string) string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is nice idea 👍 🚿
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This makes the Backend consistent with the AzureRM/Azure Stack Provider such that this is less confusing for users.
Rather than making this a breaking change I've added a compatibility path and removed references to the old names from the docs.