azure-cli-extensions icon indicating copy to clipboard operation
azure-cli-extensions copied to clipboard

[devcenter] Update to v2024-05-01-preview APIs

Open am-lim opened this issue 1 year ago • 5 comments


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

Related command

General Guidelines

  • [x] Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • [x] Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • [x] My extension version conforms to the Extension version schema

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.

am-lim avatar May 14 '24 00:05 am-lim

⚠️Azure CLI Extensions Breaking Change Test
⚠️devcenter
rule cmd_name rule_message suggest_message
⚠️ 1001 - CmdAdd devcenter admin catalog connect cmd devcenter admin catalog connect added
⚠️ 1006 - ParaAdd devcenter admin catalog create cmd devcenter admin catalog create added parameter tags
⚠️ 1006 - ParaAdd devcenter admin catalog update cmd devcenter admin catalog update added parameter tags
⚠️ 1011 - SubgroupAdd devcenter admin catalog-task sub group devcenter admin catalog-task added
⚠️ 1011 - SubgroupAdd devcenter admin check-scoped-name-availability sub group devcenter admin check-scoped-name-availability added
⚠️ 1006 - ParaAdd devcenter admin devcenter create cmd devcenter admin devcenter create added parameter install_azure_monitor_agent_enable_status
⚠️ 1006 - ParaAdd devcenter admin devcenter create cmd devcenter admin devcenter create added parameter microsoft_hosted_network_enable_status
⚠️ 1006 - ParaAdd devcenter admin devcenter create cmd devcenter admin devcenter create added parameter plan_id
⚠️ 1006 - ParaAdd devcenter admin devcenter create cmd devcenter admin devcenter create added parameter project_catalog_item_sync_enable_status
⚠️ 1006 - ParaAdd devcenter admin devcenter update cmd devcenter admin devcenter update added parameter install_azure_monitor_agent_enable_status
⚠️ 1006 - ParaAdd devcenter admin devcenter update cmd devcenter admin devcenter update added parameter microsoft_hosted_network_enable_status
⚠️ 1006 - ParaAdd devcenter admin devcenter update cmd devcenter admin devcenter update added parameter plan_id
⚠️ 1006 - ParaAdd devcenter admin devcenter update cmd devcenter admin devcenter update added parameter project_catalog_item_sync_enable_status
⚠️ 1010 - ParaPropUpdate devcenter admin network-connection create cmd devcenter admin network-connection create update parameter domain_join_type: updated property choices from ['AzureADJoin', 'HybridAzureADJoin'] to ['AzureADJoin', 'HybridAzureADJoin', 'None']
⚠️ 1011 - SubgroupAdd devcenter admin plan sub group devcenter admin plan added
⚠️ 1011 - SubgroupAdd devcenter admin plan-member sub group devcenter admin plan-member added
⚠️ 1006 - ParaAdd devcenter admin pool create cmd devcenter admin pool create added parameter stop_on_disconnect
⚠️ 1006 - ParaAdd devcenter admin pool update cmd devcenter admin pool update added parameter stop_on_disconnect
⚠️ 1006 - ParaAdd devcenter admin project create cmd devcenter admin project create added parameter catalog_item_sync_types
⚠️ 1006 - ParaAdd devcenter admin project create cmd devcenter admin project create added parameter identity_type
⚠️ 1006 - ParaAdd devcenter admin project create cmd devcenter admin project create added parameter user_assigned_identities
⚠️ 1001 - CmdAdd devcenter admin project get-inherited-setting cmd devcenter admin project get-inherited-setting added
⚠️ 1006 - ParaAdd devcenter admin project update cmd devcenter admin project update added parameter catalog_item_sync_types
⚠️ 1006 - ParaAdd devcenter admin project update cmd devcenter admin project update added parameter identity_type
⚠️ 1006 - ParaAdd devcenter admin project update cmd devcenter admin project update added parameter user_assigned_identities
⚠️ 1011 - SubgroupAdd devcenter admin project-catalog sub group devcenter admin project-catalog added
⚠️ 1011 - SubgroupAdd devcenter admin project-environment-definition sub group devcenter admin project-environment-definition added
⚠️ 1006 - ParaAdd devcenter admin schedule create cmd devcenter admin schedule create added parameter location
⚠️ 1006 - ParaAdd devcenter admin schedule create cmd devcenter admin schedule create added parameter tags
⚠️ 1006 - ParaAdd devcenter admin schedule update cmd devcenter admin schedule update added parameter tags
⚠️ 1011 - SubgroupAdd devcenter dev customization-group sub group devcenter dev customization-group added
⚠️ 1011 - SubgroupAdd devcenter dev customization-task sub group devcenter dev customization-task added

Hi @am-lim, 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.

Hi @am-lim, Since the current milestone time is less than 7 days, this pr will be reviewed in the next milestone.

devcenter

yonzhan avatar May 14 '24 00:05 yonzhan

:warning: Release Suggestions

Module: devcenter

  • :warning: Please update VERSION to be 5.1.0 in src/devcenter/setup.py

Notes

  • Stable/preview tag is inherited from last release. If needed, please add stable/preview label to modify it.
  • Major/minor/patch/pre increment of version number is calculated by pull request code changes automatically. If needed, please add major/minor/patch/pre label to adjust it.
  • For more info about extension versioning, please refer to Extension version schema

github-actions[bot] avatar May 14 '24 00:05 github-actions[bot]

[Release] Update index.json for extension [ devcenter ] : https://dev.azure.com/azclitools/release/_build/results?buildId=159826&view=results

azclibot avatar May 20 '24 04:05 azclibot