-
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
Azure Image Builder New API Version Request - 2023-07-01 #27946
Comments
Thank you for opening this issue, we will look into it. |
I think both |
Hi @zdelacerda-microsoft, |
That's acceptable. Thank you |
Hi @zdelacerda-microsoft, |
The latest public Azure Python SDK release appears to be more than 6 months old. It doesn't make any sense to me that there has not been any Azure Python SDK release since April. |
please release the Azure Python SDK before 12-18 so that we have time to develop and test, otherwise this feature has to be postponed to next sprint (release date is 2024-02-06). |
Hi @yanzhudd, python SDK is now updated. Is this still on track for 2024-02-06? |
Yeah, it is still on track for 02-06. |
Preconditions
Related command
az image builder error-handler add
az image builder error-hander remove
az image builder error-handler show
Resource Provider
Microsoft.VirtualMachineImages (Azure VM Image Builder)
Description of Feature or Work Requested
Add new top level errorHandling property group.
az image builder error-handler add [--on-customizer-error {cleanup, abort}, --on-vaidation-error]
Customers may specify the error handling behavior for an error that occurs during customize: either clean up or abort.
-Clean up is the existing and default behavior which cleans up the customizing VM.
-Abort will preserve the customizing VM to allow the customer to investigate the error that occurred during customizing. The customer is responsible for manually cleaning up the VM and related resources when abort is specified.
az image builder error-handler remove (no input)
az image builder error-handler show (output: --on-customizer-error and --on-validation-error)
Minimum API Version Required
2023-07-01
Swagger PR link / SDK link
[Hub Generated] Review request for Microsoft.VirtualMachineImages to add version stable/2022-02-14 and stable/2023-07-01 by zdelacerda-microsoft · Pull Request #26309 · Azure/azure-rest-api-specs (github.com)
[API 2023-07-01 Update] Fixing distribute in ImageTemplateUpdateParameters by zdelacerda-microsoft · Pull Request #26487 · Azure/azure-rest-api-specs (github.com)
Request Example
onCustomizerError set to cleanup
onCustomizerError set to abort and onValidationError set to cleanup
Target Date
2023-12-31
PM Contact
kofiforson
Engineer Contact
zdelacerda
Additional context
No response
The text was updated successfully, but these errors were encountered: