azure-cli-extensions
azure-cli-extensions copied to clipboard
[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 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:
- [ ] 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-flexible
removed parameterkey_vault_id
please add back parameter key_vault_id
for cmdaks connection create mysql-flexible
❌ 1007 - ParaRemove aks connection create postgres cmd aks connection create postgres
removed parameterkey_vault_id
please add back parameter key_vault_id
for cmdaks connection create postgres
❌ 1007 - ParaRemove aks connection create postgres-flexible cmd aks connection create postgres-flexible
removed parameterkey_vault_id
please add back parameter key_vault_id
for cmdaks connection create postgres-flexible
❌ 1007 - ParaRemove aks connection create sql cmd aks connection create sql
removed parameterkey_vault_id
please add back parameter key_vault_id
for cmdaks connection create sql
⚠️ 1006 - ParaAdd aks connection create mysql-flexible cmd aks connection create mysql-flexible
added parameterapp_config_id
⚠️ 1006 - ParaAdd aks connection create mysql-flexible cmd aks connection create mysql-flexible
added parameteropt_out_list
⚠️ 1006 - ParaAdd aks connection create postgres cmd aks connection create postgres
added parameterapp_config_id
⚠️ 1006 - ParaAdd aks connection create postgres cmd aks connection create postgres
added parameteropt_out_list
⚠️ 1006 - ParaAdd aks connection create postgres-flexible cmd aks connection create postgres-flexible
added parameterapp_config_id
⚠️ 1006 - ParaAdd aks connection create postgres-flexible cmd aks connection create postgres-flexible
added parameteropt_out_list
⚠️ 1006 - ParaAdd aks connection create sql cmd aks connection create sql
added parameterapp_config_id
⚠️ 1006 - ParaAdd aks connection create sql cmd aks connection create sql
added parameteropt_out_list
⚠️ 1006 - ParaAdd containerapp connection create mysql-flexible cmd containerapp connection create mysql-flexible
added parameterapp_config_id
⚠️ 1006 - ParaAdd containerapp connection create mysql-flexible cmd containerapp connection create mysql-flexible
added parameteropt_out_list
⚠️ 1006 - ParaAdd containerapp connection create postgres cmd containerapp connection create postgres
added parameterapp_config_id
⚠️ 1006 - ParaAdd containerapp connection create postgres cmd containerapp connection create postgres
added parameteropt_out_list
⚠️ 1006 - ParaAdd containerapp connection create postgres-flexible cmd containerapp connection create postgres-flexible
added parameterapp_config_id
⚠️ 1006 - ParaAdd containerapp connection create postgres-flexible cmd containerapp connection create postgres-flexible
added parameteropt_out_list
⚠️ 1006 - ParaAdd containerapp connection create sql cmd containerapp connection create sql
added parameterapp_config_id
⚠️ 1006 - ParaAdd containerapp connection create sql cmd containerapp connection create sql
added parameteropt_out_list
⚠️ 1006 - ParaAdd functionapp connection create mysql-flexible cmd functionapp connection create mysql-flexible
added parameterapp_config_id
⚠️ 1006 - ParaAdd functionapp connection create mysql-flexible cmd functionapp connection create mysql-flexible
added parameteropt_out_list
⚠️ 1006 - ParaAdd functionapp connection create postgres cmd functionapp connection create postgres
added parameterapp_config_id
⚠️ 1006 - ParaAdd functionapp connection create postgres cmd functionapp connection create postgres
added parameteropt_out_list
⚠️ 1006 - ParaAdd functionapp connection create postgres-flexible cmd functionapp connection create postgres-flexible
added parameterapp_config_id
⚠️ 1006 - ParaAdd functionapp connection create postgres-flexible cmd functionapp connection create postgres-flexible
added parameteropt_out_list
⚠️ 1006 - ParaAdd functionapp connection create sql cmd functionapp connection create sql
added parameterapp_config_id
⚠️ 1006 - ParaAdd functionapp connection create sql cmd functionapp connection create sql
added parameteropt_out_list
⚠️ 1006 - ParaAdd webapp connection create mysql-flexible cmd webapp connection create mysql-flexible
added parameterapp_config_id
⚠️ 1006 - ParaAdd webapp connection create mysql-flexible cmd webapp connection create mysql-flexible
added parameteropt_out_list
⚠️ 1006 - ParaAdd webapp connection create postgres cmd webapp connection create postgres
added parameterapp_config_id
⚠️ 1006 - ParaAdd webapp connection create postgres cmd webapp connection create postgres
added parameteropt_out_list
⚠️ 1006 - ParaAdd webapp connection create postgres-flexible cmd webapp connection create postgres-flexible
added parameterapp_config_id
⚠️ 1006 - ParaAdd webapp connection create postgres-flexible cmd webapp connection create postgres-flexible
added parameteropt_out_list
⚠️ 1006 - ParaAdd webapp connection create sql cmd webapp connection create sql
added parameterapp_config_id
⚠️ 1006 - ParaAdd webapp connection create sql cmd webapp connection create sql
added 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