Share via


az sphere device manufacturing-state

Note

This reference is part of the azure-sphere extension for the Azure CLI (version 2.45.0 or higher). The extension will automatically install the first time you run an az sphere device manufacturing-state command. Learn more about extensions.

Manage the manufacturing state of attached devices.

Commands

Name Description Type Status
az sphere device manufacturing-state show

Show the manufacturing state of the attached device.

Extension GA
az sphere device manufacturing-state update

Update the manufacturing state of the attached device. Caution: manufacturing state changes are permanent and irreversible.

Extension GA

az sphere device manufacturing-state show

Show the manufacturing state of the attached device.

az sphere device manufacturing-state show [--device]

Examples

Show the manufacturing state on the attached device.

az sphere device manufacturing-state show

Show the manufacturing state on the specified device.

az sphere device manufacturing-state show --device <DeviceIdValue>

Optional Parameters

--device -d

The device to run the command on when multiple devices are attached. Specify the ID, IP address, or Local Connection ID of an attached device.

value from: az sphere device list-attached
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az sphere device manufacturing-state update

Update the manufacturing state of the attached device. Caution: manufacturing state changes are permanent and irreversible.

az sphere device manufacturing-state update --state {DeviceComplete, Module1Complete}
                                            [--device]

Examples

Update the manufacturing state on the attached device.

az sphere device manufacturing-state update --state DeviceComplete

Update the manufacturing state on the specified device.

az sphere device manufacturing-state update --state DeviceComplete --device <DeviceIdValue>

Required Parameters

--state -s

The manufacturing state of the attached device.

accepted values: DeviceComplete, Module1Complete

Optional Parameters

--device -d

The device to run the command on when multiple devices are attached. Specify the ID, IP address, or Local Connection ID of an attached device.

value from: az sphere device list-attached
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.