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

[Service Connector] `az webapp connection create`: add parameter to be compatible with CLI core

Open xfz11 opened this issue 9 months ago • 4 comments


This checklist is used to make sure that common guidelines for a pull request are followed. Fix https://github.com/Azure/azure-cli/issues/28865

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? (pip install wheel==0.30.0 required)
  • [ ] 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.

xfz11 avatar May 06 '24 05:05 xfz11

❌Azure CLI Extensions Breaking Change Test
❌serviceconnector-passwordless
rule cmd_name rule_message suggest_message
1007 - ParaRemove aks connection create mysql-flexible cmd aks connection create mysql-flexible removed parameter key_vault_id please add back parameter key_vault_id for cmd aks connection create mysql-flexible
1007 - ParaRemove aks connection create postgres cmd aks connection create postgres removed parameter key_vault_id please add back parameter key_vault_id for cmd aks connection create postgres
1007 - ParaRemove aks connection create postgres-flexible cmd aks connection create postgres-flexible removed parameter key_vault_id please add back parameter key_vault_id for cmd aks connection create postgres-flexible
1007 - ParaRemove aks connection create sql cmd aks connection create sql removed parameter key_vault_id please add back parameter key_vault_id for cmd aks connection create sql
⚠️ 1006 - ParaAdd aks connection create mysql-flexible cmd aks connection create mysql-flexible added parameter app_config_id
⚠️ 1006 - ParaAdd aks connection create mysql-flexible cmd aks connection create mysql-flexible added parameter opt_out_list
⚠️ 1006 - ParaAdd aks connection create postgres cmd aks connection create postgres added parameter app_config_id
⚠️ 1006 - ParaAdd aks connection create postgres cmd aks connection create postgres added parameter opt_out_list
⚠️ 1006 - ParaAdd aks connection create postgres-flexible cmd aks connection create postgres-flexible added parameter app_config_id
⚠️ 1006 - ParaAdd aks connection create postgres-flexible cmd aks connection create postgres-flexible added parameter opt_out_list
⚠️ 1006 - ParaAdd aks connection create sql cmd aks connection create sql added parameter app_config_id
⚠️ 1006 - ParaAdd aks connection create sql cmd aks connection create sql added parameter opt_out_list
⚠️ 1006 - ParaAdd containerapp connection create mysql-flexible cmd containerapp connection create mysql-flexible added parameter app_config_id
⚠️ 1006 - ParaAdd containerapp connection create mysql-flexible cmd containerapp connection create mysql-flexible added parameter opt_out_list
⚠️ 1006 - ParaAdd containerapp connection create postgres cmd containerapp connection create postgres added parameter app_config_id
⚠️ 1006 - ParaAdd containerapp connection create postgres cmd containerapp connection create postgres added parameter opt_out_list
⚠️ 1006 - ParaAdd containerapp connection create postgres-flexible cmd containerapp connection create postgres-flexible added parameter app_config_id
⚠️ 1006 - ParaAdd containerapp connection create postgres-flexible cmd containerapp connection create postgres-flexible added parameter opt_out_list
⚠️ 1006 - ParaAdd containerapp connection create sql cmd containerapp connection create sql added parameter app_config_id
⚠️ 1006 - ParaAdd containerapp connection create sql cmd containerapp connection create sql added parameter opt_out_list
⚠️ 1006 - ParaAdd functionapp connection create mysql-flexible cmd functionapp connection create mysql-flexible added parameter app_config_id
⚠️ 1006 - ParaAdd functionapp connection create mysql-flexible cmd functionapp connection create mysql-flexible added parameter opt_out_list
⚠️ 1006 - ParaAdd functionapp connection create postgres cmd functionapp connection create postgres added parameter app_config_id
⚠️ 1006 - ParaAdd functionapp connection create postgres cmd functionapp connection create postgres added parameter opt_out_list
⚠️ 1006 - ParaAdd functionapp connection create postgres-flexible cmd functionapp connection create postgres-flexible added parameter app_config_id
⚠️ 1006 - ParaAdd functionapp connection create postgres-flexible cmd functionapp connection create postgres-flexible added parameter opt_out_list
⚠️ 1006 - ParaAdd functionapp connection create sql cmd functionapp connection create sql added parameter app_config_id
⚠️ 1006 - ParaAdd functionapp connection create sql cmd functionapp connection create sql added parameter opt_out_list
⚠️ 1006 - ParaAdd webapp connection create mysql-flexible cmd webapp connection create mysql-flexible added parameter app_config_id
⚠️ 1006 - ParaAdd webapp connection create mysql-flexible cmd webapp connection create mysql-flexible added parameter opt_out_list
⚠️ 1006 - ParaAdd webapp connection create postgres cmd webapp connection create postgres added parameter app_config_id
⚠️ 1006 - ParaAdd webapp connection create postgres cmd webapp connection create postgres added parameter opt_out_list
⚠️ 1006 - ParaAdd webapp connection create postgres-flexible cmd webapp connection create postgres-flexible added parameter app_config_id
⚠️ 1006 - ParaAdd webapp connection create postgres-flexible cmd webapp connection create postgres-flexible added parameter opt_out_list
⚠️ 1006 - ParaAdd webapp connection create sql cmd webapp connection create sql added parameter app_config_id
⚠️ 1006 - ParaAdd webapp connection create sql cmd webapp connection create sql added parameter opt_out_list

Service Connector

yonzhan avatar May 06 '24 05:05 yonzhan

For more info about extension versioning, please refer to Extension version schema

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

Please fix CI issues.

yonzhan avatar May 06 '24 05:05 yonzhan

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

azclibot avatar May 07 '24 06:05 azclibot