add support for bastion developer create#8366
Conversation
|
Hi @zhangjacq, |
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| network bastion create | cmd network bastion create added parameter network_acls_ips |
||
| network bastion create | cmd network bastion create update parameter public_ip_address: removed property required=True |
||
| network bastion create | cmd network bastion create update parameter sku: updated property choices from ['Basic', 'Premium', 'Standard'] to ['Basic', 'Developer', 'Premium', 'Standard'] |
||
| network bastion create | cmd network bastion create update parameter tags: added property aaz_default={} |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
🚫All pull requests will be blocked to merge until Jan 6, 2025 due to CCOA |
CodeGen Tools Feedback CollectionThank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey |
|
|
@microsoft-github-policy-service agree company="Microsoft" |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 8366 in repo Azure/azure-cli-extensions |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 8366 in repo Azure/azure-cli-extensions |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
[Release] Update index.json for extension [ bastion-1.4.0 ] : https://dev.azure.com/msazure/One/_build/results?buildId=114437701&view=results |
* add support for bastion developer create * space-separated ip addresses for network acls * add history * features vars naming * check fix * re-record tests * attempt to fix api-version for vnet PUT * update recording --------- Co-authored-by: Jacques Zhang <zhangja@microsoft.com>
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az network bastion create --name MyBastion --resource-group MyResourceGroup --sku Developer --vnet-name MyVnetaz network bastion create --name MyBastion --resource-group MyResourceGroup --sku Developer --vnet-name MyVnet --network-acls-ips '[{"addressPrefix":"1.1.1.1/16"},{"addressPrefix":"100.64.0.0/10"}]'General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)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.jsonautomatically.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.