Skip to content
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 CLI Support for Scheduled Event Profile #29894

Open
1 task done
adwilso opened this issue Sep 11, 2024 · 4 comments
Open
1 task done

Azure CLI Support for Scheduled Event Profile #29894

adwilso opened this issue Sep 11, 2024 · 4 comments
Assignees
Labels
Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team Compute az vm/vmss/image/disk/snapshot customer-reported Issues that are reported by GitHub users external to the Azure organization. feature-request non-security This feature ask is not related to security.
Milestone

Comments

@adwilso
Copy link

adwilso commented Sep 11, 2024

Preconditions

  • No need to upgrade Python SDK or the Python SDK is ready.

Related command

az vmss update --enable-terminate-notification {false, true}
az vmss update --additional-events True --enable-reboot True --enable-redeploy True

Resource Provider

microsoft.maintenance/scheduledevents

Description of Feature or Work Requested

Previously in the linked request we added support for updating the VMSS profile to support scheduled events. (#28937). This request is to add support for the same profile setting but on availability sets and standalone VMs.

Ideally the flags would be the same, just for the different resource types. For example:

az vm create --additional-events True --enable-reboot True --enable-redeploy True

az vm availability-set update --additional-events True --enable-reboot True --enable-redeploy True

Minimum API Version Required

2024-07-01

Swagger PR link / SDK link

https://github.com/Azure/azure-rest-api-specs/blob/805491e5274cfc5d1ebdb579f28a17e83827ec4a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-07-01/examples/availabilitySetExamples/AvailabilitySet_Create_WithScheduledEventProfile.json

Request Example

No response

Target Date

2024-10-01

PM Contact

wilsonadam

Engineer Contact

arpit.nand;

Additional context

No response

@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. Compute az vm/vmss/image/disk/snapshot labels Sep 11, 2024
@yonzhan
Copy link
Collaborator

yonzhan commented Sep 11, 2024

Thank you for opening this issue, we will look into it.

@microsoft-github-policy-service microsoft-github-policy-service bot added Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Sep 11, 2024
@yonzhan yonzhan added this to the Backlog milestone Sep 12, 2024
@yonzhan yonzhan removed the question The issue doesn't require a change to the product in order to be resolved. Most issues start as that label Sep 12, 2024
@zhoxing-ms
Copy link
Contributor

@adwilso May I ask if this feature request is related to security? Please note that currently, due to the CLI team being busy with the security wave and prioritizing security in this semester, so all the feature requests unrelated to security will be postponed. cc PM @Jacekey23

@adwilso
Copy link
Author

adwilso commented Sep 30, 2024

@zhoxing-ms This is not a security feature - how long will the work be postponed?

@yonzhan yonzhan added the non-security This feature ask is not related to security. label Sep 30, 2024
Copy link

Hi, this inquiry has been well received albeit being triaged as non-security related ask.

Azure CLI is currently prioritizing direct SFI requirements and items and this request does not seem to be related to SFI. We'll retain it in our backlog at this point. Please reach out to AzPyCli@microsoft.com if you'd justify it's highly customer-impacted and need to be escalated.

Thank you,

Azure CLI team

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 Azure CLI Team The command of the issue is owned by Azure CLI team Compute az vm/vmss/image/disk/snapshot customer-reported Issues that are reported by GitHub users external to the Azure organization. feature-request non-security This feature ask is not related to security.
Projects
None yet
Development

No branches or pull requests

4 participants