mdelicati / EdgeManager

Management tool for iot edge devices
MIT License
1 stars 1 forks source link

Delete IoT / Edge Device #14

Closed fbarresi closed 4 years ago

fbarresi commented 4 years ago
 az iot hub device-identity delete --help
This command is from the following extension: azure-iot

Command
    az iot hub device-identity delete : Delete an IoT Hub device.

Arguments
    --device-id -d [Required] : Target Device.
    --hub-name -n             : IoT Hub name.
    --login -l                : This command supports an entity connection string with rights to
                                perform action. Use to avoid session login via "az login". If both
                                an entity connection string and name are provided the connection
                                string takes priority.
    --resource-group -g       : Name of resource group. You can configure the default group using
                                `az configure --defaults group=<name>`.

Global Arguments
    --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.  Allowed values: json, jsonc, none, table, tsv, yaml,
                                yamlc.  Default: 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.

For more specific examples, use: az find "az iot hub device-identity delete"