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

Make premium OS disk option available to any type #576

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

timja
Copy link
Member

@timja timja commented Nov 9, 2024

There doesn't seem to be a reliable way to tell when its available to put the onus on the user to check rather than restricting it.

Fixes #575 (comment)

Some minor code cleanups as well

Testing done

Verified it shows up in the UI when e.g an A sku is selected

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@timja timja enabled auto-merge (squash) November 9, 2024 19:51
@timja timja merged commit 96853b1 into jenkinsci:master Nov 9, 2024
16 checks passed
@@ -1700,17 +1700,13 @@
}

@POST
public ListBoxModel doFillOsDiskStorageAccountTypeItems(@QueryParameter String virtualMachineSize) {
public ListBoxModel doFillOsDiskStorageAccountTypeItems() {

Check warning

Code scanning / Jenkins Security Scan

Stapler: Missing permission check Warning

Potential missing permission check in DescriptorImpl#doFillOsDiskStorageAccountTypeItems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Premium_LRS is not listed in the OS Disk Storage Account Type dropdown for Standard_D8ds_v5 sized VMs
1 participant