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

Sort the RegionsAvailable in ascending order for easier reading in BatchSupportedVmSizeInformation.json #321

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

MattMcL4475
Copy link
Collaborator

@MattMcL4475 MattMcL4475 commented Aug 1, 2023

#319 Minor readability improvement. Currently it's unsorted like this:

  {
    "VmSize": "Standard_A2_v2",
    "VmFamily": "standardAv2Family",
    "LowPriority": false,
    "PricePerHour": null,
    "MemoryInGiB": 4,
    "VCpusAvailable": 2,
    "ResourceDiskSizeInGiB": 20,
    "MaxDataDiskCount": 4,
    "HyperVGenerations": [
      "V1"
    ],
    "RegionsAvailable": [
      "eastus",
      "eastus2",
      "southcentralus",
      "westus2",
      "westus3",
      "australiaeast",
      "southeastasia",
      "northeurope",
      "swedencentral",
      "uksouth",
      "westeurope",
      "centralus",
      "southafricanorth",
      "centralindia",
      "eastasia",
      "japaneast",
      "koreacentral",
      "canadacentral",
      "francecentral",
      "germanywestcentral",
      "norwayeast",
      "polandcentral",
      "switzerlandnorth",
      "uaenorth",
      "brazilsouth",
      "centraluseuap",
      "qatarcentral",
      "northcentralus",
      "westus",
      "jioindiawest",
      "eastus2euap",
      "westcentralus",
      "australiacentral",
      "australiasoutheast",
      "japanwest",
      "koreasouth",
      "southindia",
      "westindia",
      "canadaeast",
      "ukwest",
      "brazilsoutheast"
    ]
  }

@MattMcL4475 MattMcL4475 requested a review from jsaun August 1, 2023 23:47
@MattMcL4475 MattMcL4475 changed the title Update Batch VM list region sort order Sort the RegionsAvailable in ascending order for easier reading in BatchSupportedVmSizeInformation.json Aug 1, 2023
@MattMcL4475 MattMcL4475 merged commit 453a019 into main Aug 2, 2023
@MattMcL4475 MattMcL4475 deleted the update-batch-vms branch August 2, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants