-
Notifications
You must be signed in to change notification settings - Fork 3.4k
--minimum-memory and --minimum-memory - GB vs MB #33086
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamComputeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotDocumentationact-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Description
Within this doc - https://learn.microsoft.com/en-us/cli/azure/sig/image-definition?view=azure-cli-latest - the following parameters are referenced:
--maximum-memory
Maximum memory in MB.
--minimum-memory
Minimum memory in MB.
When executing "az sig image-definition" commands which use these parameters, the memory values for the definition are in GB rather than MB
recommended: { vCPUs: { min: 2 max: 32 } memory: { min: 8 max: 128 } }
Think it's just a case of updating the docs to specify GB in place of MB for --maximum-memory and --minimum-memory
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamComputeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotDocumentationact-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that