General updates
-
This is a public preview release for IoT Hub Gen2 and Certificate Management using Azure Device Registry.
-
This release requires Azure CLI core version
2.67.0or later. -
To install
previewextensions, you will need to add the--allow-previewargument toaz extension add/updatecommands. -
This release alters and overrides several existing IoT Hub and DPS commands from CLI core modules, namely control-plane management commands for IoT Hub and DPS.
-
These commands will display the following expected warning when using this extension:
The behavior of this command has been altered by the following extension: azure-iot
Azure Device Registry updates
-
New command group
az iot adr nsto manage Azure Device Registry namespaces, policies and credentialsaz iot adr nsto manage Device Registry namespaces.az iot adr ns credentialto manage namespace credentials.az iot adr ns policyto manage namespace policies.
-
New management SDK using
2025-11-01-previewAPI version.
IoT Hub updates
-
New management SDK using
2025-08-01-previewAPI version. -
New Hub
Gen2SKU to support ADR integration. -
Gen2hub creation now supports linking an ADR namespace using--ns-resource-idand--ns-identity-idarguments.- When linking an ADR namespace, our CLI will attempt to create role assignments for the ADR namespace to manage the Hub.
--skip-ns-racan be used to skip role assignment creation, or--custom-ns-role-idcan be used to specify a custom role assignment.
DPS updates
- New management SDK using
2025-02-01-previewand service SDK using2025-07-01-previewAPI versions. - DPS creation now supports linking an ADR namespace with
--ns-resource-idand--ns-identity-idarguments. - Enrollment and enrollment-group commands now support configuring an ADR credential policy with the
--credential-policy-nameargument. - DPS now support both system and user assigned managed identities.