Skip to content
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

azure - action - hdinsight resize action #4758

Merged
merged 5 commits into from Sep 12, 2019
Merged

azure - action - hdinsight resize action #4758

merged 5 commits into from Sep 12, 2019

Conversation

wsf11
Copy link
Collaborator

@wsf11 wsf11 commented Sep 10, 2019

Support for HDInsight resize action. Addresses part two of #3311

ex.

This policy will resize the cluster to 4 nodes

    policies:
      - name: resize-hdinsight
        resource: azure.hdinsight
        filters:
          - type: value
            key: name
            value: cctesthdinsight
        actions:
          - type: resize
            count: 4

Copy link
Collaborator

@logachev logachev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, minor feedback

tools/c7n_azure/c7n_azure/resources/hdinsight.py Outdated Show resolved Hide resolved
tools/c7n_azure/tests/test_hdinsight.py Outdated Show resolved Hide resolved
@aluong aluong merged commit 133ee7f into cloud-custodian:master Sep 12, 2019
fidelito pushed a commit to fidelito/cloud-custodian that referenced this pull request May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants