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

Add support for MI Cassandra in 2023-09-15 #4

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Add support for MI Cassandra in 2023-09-15 #4

merged 1 commit into from
Oct 11, 2023

Conversation

guanzhousongmicrosoft
Copy link
Collaborator


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

@guanzhousongmicrosoft
Copy link
Collaborator Author

This PR includes adding support for features below:

  1. add --force option for 'az managed-cassandra cluster deallocate' command.
    This allows the user to force deallocate a Production cluster, otherwise the operation will return BadRequestException to stop user deallocate a Production cluster.

  2. add --cluster-type option for 'az managed-cassandra cluster update' command.
    This allows the user to change cluster type of a cluster between 'NonProduction' and 'Production'.

  3. add '--extensions' option for 'az managed-cassandra cluster update' command.
    This allows user to add or remove extensions of a cluster.

  4. add 'isLatestModel' property to return result from 'az managed-cassandra cluster status' command.
    This will indicate if the node has updated to the latest model.

@guanzhousongmicrosoft guanzhousongmicrosoft changed the base branch from main to ag.achint-RPAPI20230915-preview October 9, 2023 19:54
@Achint-Agrawal Achint-Agrawal merged commit 5f0d379 into Achint-Agrawal:ag.achint-RPAPI20230915-preview Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants