-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_hdinsight_interactive_query_cluster
: Removing unsupported acc test
#21981
Conversation
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.
Hey @jiaweitao001, it looks like what you've submitted is a breaking change and we should deprecate it for 4.0 instead
@@ -32,7 +32,7 @@ var hdInsightInteractiveQueryClusterWorkerNodeDefinition = HDInsightNodeDefiniti | |||
CanSpecifyInstanceCount: true, | |||
MinInstanceCount: 1, | |||
CanSpecifyDisks: false, | |||
CanAutoScaleByCapacity: true, | |||
CanAutoScaleByCapacity: false, |
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 a breaking change. This used to work which means some people may still have configuration built on it. We should deprecate this instead
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.
Updated to deprecate in 4.0.
93664cc
to
8d02588
Compare
8d02588
to
f418271
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.
This block can be removed as you're adding/modifying it down below
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! Thanks @jiaweitao001
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
According to official doc, hdinsight interactive Query clusters can only be configured for schedule-based scaling, not load-based.
Tests are passing.