-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Azure Image Builder API 2022-02-14 Update #22751
Comments
Compute |
@yonzhan what's the eta for this? |
@zdelacerda-microsoft Hi, since the workload of this sprint has been arranged super fully (17-18 requirements have been committed in this sprint, 8 requirements have been postponed to the next sprint), so this requirement is proposed a little late. And this requirement needs much effort, so I am worried that there is not enough time for us to develop and release it in this sprint. We will try our best to release this feature in the next sprint (08-02), is this ETA acceptable? |
Hello @zdelacerda-microsoft, there are some unified specifications in our cli's naming convention:
Thus we propose to change the commands to the following format. Could you please help to confirm this?
|
@zdelacerda-microsoft Hi, when we develop this feature, we meet some questions about the api version and we have sent an email named "Question about Microsoft.VirtualMachineImages version from 2021-10-01 to 2022-02-14" to you. Since this has blocked our development progress, please check if there is a breaking change from 2021-10-01 to 2022-02-14 version and reply to me before July 25th. Otherwise, this sprint will not have enough time for us to develop and test, so we will have to postpone it to the next sprint (09-06) |
Hi @yanzhudd these changes look good to me. I'm going to send this PR to the team to get one more confirmation. Please hold off until you hear back from me or another reviewer. Thanks |
After checking the az cli doc for az image builder, I found there are usually 3 verbs for |
Hi @zdelacerda-microsoft, when we update an existing image template resource, the below error is reported. If the image builder still does not support this update operation? |
I see that customizer commands group has the same |
@zdelacerda-microsoft we dont have any breaking changes right? All of these are new features, so we shouldn't have. |
there were some small breaking changes. I forwarded the breaking change email thread so they can see what we did. (sorry there are multiple threads of communication between myself and yanzhudd so that is why i'm not replying to all the comments here) |
Resource Provider
Azure VM Image Builder
Description of Feature or Work Requested
We now support VM Validation and custom resource group naming.
changes:
az image builder create
--stagingResourceGroup <string>
, type string, example inputs: "Custom_RG_Name001"*
az image builder validator
, get's validate information from template*
az image builder validator add
, adds validate object to template*
az image builder validator remove
, removes validate object from templatethis includes 2 parameters
*
--continueDistributeOnFailure <boolean>
, type boolean (default false)*
--sourceValidationOnly <boolean>
, type boolean (default false)Minimum API Version Required
2022-02-14
Swagger Link
Azure/azure-rest-api-specs#18896
Target Date
ASAP
The text was updated successfully, but these errors were encountered: