[Service Connector] `az webapp connection create`: add parameter to be compatible with CLI core
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 azdevrequired) - [ ] Have you run
python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required) - [ ] My extension version conforms to the Extension version schema
For new extensions:
- [ ] My extension description/summary conforms to the Extension Summary Guidelines.
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.
❌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-flexibleremoved parameterkey_vault_idplease add back parameter key_vault_idfor cmdaks connection create mysql-flexible❌ 1007 - ParaRemove aks connection create postgres cmd aks connection create postgresremoved parameterkey_vault_idplease add back parameter key_vault_idfor cmdaks connection create postgres❌ 1007 - ParaRemove aks connection create postgres-flexible cmd aks connection create postgres-flexibleremoved parameterkey_vault_idplease add back parameter key_vault_idfor cmdaks connection create postgres-flexible❌ 1007 - ParaRemove aks connection create sql cmd aks connection create sqlremoved parameterkey_vault_idplease add back parameter key_vault_idfor cmdaks connection create sql⚠️ 1006 - ParaAdd aks connection create mysql-flexible cmd aks connection create mysql-flexibleadded parameterapp_config_id⚠️ 1006 - ParaAdd aks connection create mysql-flexible cmd aks connection create mysql-flexibleadded parameteropt_out_list⚠️ 1006 - ParaAdd aks connection create postgres cmd aks connection create postgresadded parameterapp_config_id⚠️ 1006 - ParaAdd aks connection create postgres cmd aks connection create postgresadded parameteropt_out_list⚠️ 1006 - ParaAdd aks connection create postgres-flexible cmd aks connection create postgres-flexibleadded parameterapp_config_id⚠️ 1006 - ParaAdd aks connection create postgres-flexible cmd aks connection create postgres-flexibleadded parameteropt_out_list⚠️ 1006 - ParaAdd aks connection create sql cmd aks connection create sqladded parameterapp_config_id⚠️ 1006 - ParaAdd aks connection create sql cmd aks connection create sqladded parameteropt_out_list⚠️ 1006 - ParaAdd containerapp connection create mysql-flexible cmd containerapp connection create mysql-flexibleadded parameterapp_config_id⚠️ 1006 - ParaAdd containerapp connection create mysql-flexible cmd containerapp connection create mysql-flexibleadded parameteropt_out_list⚠️ 1006 - ParaAdd containerapp connection create postgres cmd containerapp connection create postgresadded parameterapp_config_id⚠️ 1006 - ParaAdd containerapp connection create postgres cmd containerapp connection create postgresadded parameteropt_out_list⚠️ 1006 - ParaAdd containerapp connection create postgres-flexible cmd containerapp connection create postgres-flexibleadded parameterapp_config_id⚠️ 1006 - ParaAdd containerapp connection create postgres-flexible cmd containerapp connection create postgres-flexibleadded parameteropt_out_list⚠️ 1006 - ParaAdd containerapp connection create sql cmd containerapp connection create sqladded parameterapp_config_id⚠️ 1006 - ParaAdd containerapp connection create sql cmd containerapp connection create sqladded parameteropt_out_list⚠️ 1006 - ParaAdd functionapp connection create mysql-flexible cmd functionapp connection create mysql-flexibleadded parameterapp_config_id⚠️ 1006 - ParaAdd functionapp connection create mysql-flexible cmd functionapp connection create mysql-flexibleadded parameteropt_out_list⚠️ 1006 - ParaAdd functionapp connection create postgres cmd functionapp connection create postgresadded parameterapp_config_id⚠️ 1006 - ParaAdd functionapp connection create postgres cmd functionapp connection create postgresadded parameteropt_out_list⚠️ 1006 - ParaAdd functionapp connection create postgres-flexible cmd functionapp connection create postgres-flexibleadded parameterapp_config_id⚠️ 1006 - ParaAdd functionapp connection create postgres-flexible cmd functionapp connection create postgres-flexibleadded parameteropt_out_list⚠️ 1006 - ParaAdd functionapp connection create sql cmd functionapp connection create sqladded parameterapp_config_id⚠️ 1006 - ParaAdd functionapp connection create sql cmd functionapp connection create sqladded parameteropt_out_list⚠️ 1006 - ParaAdd webapp connection create mysql-flexible cmd webapp connection create mysql-flexibleadded parameterapp_config_id⚠️ 1006 - ParaAdd webapp connection create mysql-flexible cmd webapp connection create mysql-flexibleadded parameteropt_out_list⚠️ 1006 - ParaAdd webapp connection create postgres cmd webapp connection create postgresadded parameterapp_config_id⚠️ 1006 - ParaAdd webapp connection create postgres cmd webapp connection create postgresadded parameteropt_out_list⚠️ 1006 - ParaAdd webapp connection create postgres-flexible cmd webapp connection create postgres-flexibleadded parameterapp_config_id⚠️ 1006 - ParaAdd webapp connection create postgres-flexible cmd webapp connection create postgres-flexibleadded parameteropt_out_list⚠️ 1006 - ParaAdd webapp connection create sql cmd webapp connection create sqladded parameterapp_config_id⚠️ 1006 - ParaAdd webapp connection create sql cmd webapp connection create sqladded parameteropt_out_list
Service Connector
For more info about extension versioning, please refer to Extension version schema
Please fix CI issues.
[Release] Update index.json for extension [ serviceconnector-passwordless ] : https://dev.azure.com/azclitools/release/_build/results?buildId=155546&view=results