Azure / Azure/azure-cli

--minimum-memory and --minimum-memory - GB vs MB

Open
#33,086 1 comment 0 reactions 1 assignee Assigned to @yanzhudd View on GitHub
act-observability-squad Auto-Assign Azure CLI Team Compute customer-reported Documentation question
Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
3d 2h
Merged PRs (30d)
60

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.