-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Network] az network virtual-appliance reimage
: Allow reimage of virtual machines associated with a network virtual appliance
#30680
Conversation
️✔️AzureCLI-FullTest
|
Hi @Shubhika-1795, |
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
network virtual-appliance reimage | cmd network virtual-appliance reimage added |
Thank you for your contribution! We will review the pull request and get back to you soon. |
@Shubhika-1795 please add the test case/recording for that, and provide the pr in Azure/aaz as well. |
@necusjz Even if I write the test, I won’t be able to record it since the flag is not enabled in all regions yet. It will take around a month for it to be available everywhere. Therefore, I was planning to include it in the next PR. |
can you just record it based on one of the validate regions? as it's mandatory. if it's not ga yet, i recommend you mark the command as "preview" to publish. |
I have added both recording and test. Please let me know if anything else is needed. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
just fix the ci |
az network virtual-appliance reimage
: Allow reimage of virtual machines associated with a network virtual appliance
done |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
NetworkDescription
New command to allow reimage of virtual machines associated with a network virtual applianceTesting Guide
ExampleReimage one network virtual appliance VM
az network virtual-appliance reimage--resource-group rg1 --network-virtual-appliance-name
nvaName --subscription subscriptionId --instance-ids 0
Help output
![image](https://private-user-images.githubusercontent.com/190718476/405085602-4e678de7-b6fe-4b2e-ac82-43364698a337.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTMyMDQsIm5iZiI6MTczOTExMjkwNCwicGF0aCI6Ii8xOTA3MTg0NzYvNDA1MDg1NjAyLTRlNjc4ZGU3LWI2ZmUtNGIyZS1hYzgyLTQzMzY0Njk4YTMzNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQxNDU1MDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05ZTNhMDM1NDVhMGY4NmExZDE1MmMwNDEzYWFjYjM1ZmU4OWZjNzkxY2YxMDM2NGU2NGEyY2Y2M2I0NzNmYzE4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.50OvHw4TjAYjgTv4g6BSv1yLvowH0Y8L2vaONr9sifY)
command output
![image](https://private-user-images.githubusercontent.com/190718476/405089475-5febb542-e4e9-474c-95ce-4ff5db20922a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTMyMDQsIm5iZiI6MTczOTExMjkwNCwicGF0aCI6Ii8xOTA3MTg0NzYvNDA1MDg5NDc1LTVmZWJiNTQyLWU0ZTktNDc0Yy05NWNlLTRmZjVkYjIwOTIyYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQxNDU1MDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jNTA4NmMzZWY2MDdiZDRkZGQxZjY1MDNiZjc1ZGM2Y2E2MjY0N2RkNGQzNzQwMmIyMDY4MjkyNmVjODNkODA0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.3-S4aSEsz8HQFGX_d3JJOWSZeIyVjCdBCFZ2Pb4eOxo)
History Notes
[Component Name 1] BREAKING CHANGE:
az command a
: Make some customer-facing breaking change[Component Name 2]
az command b
: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.