Skip to content

Conversation

@Jing-song
Copy link
Contributor

Related command

az vmss reimage

Description

az vmss reimage should accept multiple instance ids
close #25060

Testing Guide

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 feature


This checklist is used to make sure that common guidelines for a pull request are followed.

@ghost ghost requested a review from yonzhan January 16, 2023 01:01
@ghost ghost added the Auto-Assign Auto assign by bot label Jan 16, 2023
@ghost ghost assigned zhoxing-ms Jan 16, 2023
@ghost ghost added this to the Jan 2023 (2023-02-07) milestone Jan 16, 2023
@ghost ghost added the Compute az vm/vmss/image/disk/snapshot label Jan 16, 2023
@yonzhan
Copy link
Collaborator

yonzhan commented Jan 16, 2023

Compute

@Jing-song Jing-song changed the title [Compute] az vmss reimage: Change--instance-id to support multiple id [Compute] az vmss reimage: Change --instance-id to support multiple id Jan 16, 2023
Comment on lines +8709 to +8710
self.cmd('vmss create -g {rg} -n {vmss} --image ubuntults --instance-count 2')
self.cmd('vmss reimage -g {rg} -n {vmss} --instance-id 0 1')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add some checks for the results of these commands?

@zhoxing-ms zhoxing-ms merged commit aff1316 into Azure:dev Jan 31, 2023
@zhoxing-ms zhoxing-ms changed the title [Compute] az vmss reimage: Change --instance-id to support multiple id [Compute] az vmss reimage: Let --instance-id to support multiple id Jan 31, 2023
@zhoxing-ms zhoxing-ms changed the title [Compute] az vmss reimage: Let --instance-id to support multiple id [Compute] az vmss reimage: Let --instance-id support multiple id Jan 31, 2023
@zhoxing-ms zhoxing-ms changed the title [Compute] az vmss reimage: Let --instance-id support multiple id [Compute] az vmss reimage: Let --instance-id support multiple ids Jan 31, 2023
@Jing-song Jing-song deleted the jins-instanceid branch February 3, 2023 07:27
avgale pushed a commit to avgale/azure-cli that referenced this pull request Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Auto-Assign Auto assign by bot Compute az vm/vmss/image/disk/snapshot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

az vmss reimage should accept multiple instance ids

3 participants