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

[Elastic-SAN] 2023-01-01 api-version public preview #6758

Merged
merged 18 commits into from
Oct 16, 2023

Conversation

calvinhzy
Copy link
Member


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.

@calvinhzy calvinhzy self-assigned this Sep 14, 2023
@azure-client-tools-bot-prd
Copy link

azure-client-tools-bot-prd bot commented Sep 14, 2023

⚠️Azure CLI Extensions Breaking Change Test
⚠️elastic-san
rule cmd_name rule_message suggest_message
⚠️ 1006 - ParaAdd elastic-san create cmd elastic-san create added parameter public_network_access
⚠️ 1006 - ParaAdd elastic-san update cmd elastic-san update added parameter public_network_access
⚠️ 1010 - ParaPropUpdate elastic-san volume create cmd elastic-san volume create update parameter elastic_san_name: updated property options from ['--elastic-san-name', '-e'] to ['--elastic-san', '--elastic-san-name', '-e']
⚠️ 1010 - ParaPropUpdate elastic-san volume create cmd elastic-san volume create update parameter volume_group_name: updated property options from ['--volume-group-name', '-v'] to ['--volume-group', '--volume-group-name', '-v']
⚠️ 1006 - ParaAdd elastic-san volume delete cmd elastic-san volume delete added parameter x_ms_delete_snapshots
⚠️ 1006 - ParaAdd elastic-san volume delete cmd elastic-san volume delete added parameter x_ms_force_delete
⚠️ 1010 - ParaPropUpdate elastic-san volume delete cmd elastic-san volume delete update parameter elastic_san_name: updated property options from ['--elastic-san-name', '-e'] to ['--elastic-san', '--elastic-san-name', '-e']
⚠️ 1010 - ParaPropUpdate elastic-san volume delete cmd elastic-san volume delete update parameter volume_group_name: updated property options from ['--volume-group-name', '-v'] to ['--volume-group', '--volume-group-name', '-v']
⚠️ 1010 - ParaPropUpdate elastic-san volume list cmd elastic-san volume list update parameter elastic_san_name: updated property options from ['--elastic-san-name', '-e'] to ['--elastic-san', '--elastic-san-name', '-e']
⚠️ 1010 - ParaPropUpdate elastic-san volume list cmd elastic-san volume list update parameter volume_group_name: updated property options from ['--volume-group-name', '-v'] to ['--volume-group', '--volume-group-name', '-v']
⚠️ 1010 - ParaPropUpdate elastic-san volume show cmd elastic-san volume show update parameter elastic_san_name: updated property options from ['--elastic-san-name', '-e'] to ['--elastic-san', '--elastic-san-name', '-e']
⚠️ 1010 - ParaPropUpdate elastic-san volume show cmd elastic-san volume show update parameter volume_group_name: updated property options from ['--volume-group-name', '-v'] to ['--volume-group', '--volume-group-name', '-v']
⚠️ 1011 - SubgroupAdd elastic-san volume snapshot sub group elastic-san volume snapshot added
⚠️ 1010 - ParaPropUpdate elastic-san volume update cmd elastic-san volume update update parameter elastic_san_name: updated property options from ['--elastic-san-name', '-e'] to ['--elastic-san', '--elastic-san-name', '-e']
⚠️ 1010 - ParaPropUpdate elastic-san volume update cmd elastic-san volume update update parameter volume_group_name: updated property options from ['--volume-group-name', '-v'] to ['--volume-group', '--volume-group-name', '-v']
⚠️ 1001 - CmdAdd elastic-san volume wait cmd elastic-san volume wait added
⚠️ 1006 - ParaAdd elastic-san volume-group create cmd elastic-san volume-group create added parameter encryption_properties
⚠️ 1006 - ParaAdd elastic-san volume-group create cmd elastic-san volume-group create added parameter identity
⚠️ 1010 - ParaPropUpdate elastic-san volume-group create cmd elastic-san volume-group create update parameter elastic_san_name: updated property options from ['--elastic-san-name', '-e'] to ['--elastic-san', '--elastic-san-name', '-e']
⚠️ 1010 - ParaPropUpdate elastic-san volume-group create cmd elastic-san volume-group create update parameter encryption: updated property choices from ['EncryptionAtRestWithPlatformKey'] to ['EncryptionAtRestWithCustomerManagedKey', 'EncryptionAtRestWithPlatformKey']
⚠️ 1010 - ParaPropUpdate elastic-san volume-group delete cmd elastic-san volume-group delete update parameter elastic_san_name: updated property options from ['--elastic-san-name', '-e'] to ['--elastic-san', '--elastic-san-name', '-e']
⚠️ 1010 - ParaPropUpdate elastic-san volume-group list cmd elastic-san volume-group list update parameter elastic_san_name: updated property options from ['--elastic-san-name', '-e'] to ['--elastic-san', '--elastic-san-name', '-e']
⚠️ 1010 - ParaPropUpdate elastic-san volume-group show cmd elastic-san volume-group show update parameter elastic_san_name: updated property options from ['--elastic-san-name', '-e'] to ['--elastic-san', '--elastic-san-name', '-e']
⚠️ 1006 - ParaAdd elastic-san volume-group update cmd elastic-san volume-group update added parameter encryption_properties
⚠️ 1006 - ParaAdd elastic-san volume-group update cmd elastic-san volume-group update added parameter identity
⚠️ 1010 - ParaPropUpdate elastic-san volume-group update cmd elastic-san volume-group update update parameter elastic_san_name: updated property options from ['--elastic-san-name', '-e'] to ['--elastic-san', '--elastic-san-name', '-e']
⚠️ 1010 - ParaPropUpdate elastic-san volume-group update cmd elastic-san volume-group update update parameter encryption: updated property choices from ['EncryptionAtRestWithPlatformKey'] to ['EncryptionAtRestWithCustomerManagedKey', 'EncryptionAtRestWithPlatformKey']
⚠️ 1010 - ParaPropUpdate elastic-san volume-group wait cmd elastic-san volume-group wait update parameter elastic_san_name: updated property options from ['--elastic-san-name', '-e'] to ['--elastic-san', '--elastic-san-name', '-e']

@azure-client-tools-bot-prd
Copy link

Hi @calvinhzy,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

@calvinhzy calvinhzy changed the title [Elastic-SAN] 2023-01-01 GA [Elastic-SAN] 2023-01-01 api-version GA Sep 14, 2023
@yonzhan
Copy link
Collaborator

yonzhan commented Sep 14, 2023

Elastic-SAN

@yonzhan yonzhan requested review from jsntcy and kairu-ms September 14, 2023 06:04
@calvinhzy calvinhzy changed the title [Elastic-SAN] 2023-01-01 api-version GA [Elastic-SAN] 2023-01-01 api-version public preview Oct 16, 2023
@calvinhzy calvinhzy marked this pull request as ready for review October 16, 2023 05:06
@calvinhzy calvinhzy merged commit ed71cc7 into Azure:main Oct 16, 2023
@azclibot
Copy link
Collaborator

[Release] Update index.json for extension [ elastic-san ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=96897&view=results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants