Releases: Azure/azure-iot-cli-extension
azure-iot 0.25.0
IoT Hub updates
-
Fix
az iot hub message-endpoint create
to correctly pass the endpoint subscription when provided. -
Deprecate use of SHA1 hashes for certificate thumbprints. SHA256 hashes will be used for all certificate thumbprints.
-
Addition of bulk key regeneration for
az iot hub device-identity renew-key
andaz iot hub module-identity renew-key
. -
Fix for
az iot hub monitor-events
when the IoT Hub has no partition Id's populated.
DPS updates
- Fix for
az iot dps enrollement-group registration list
to support paging.
azure-iot 0.24.0
General updates
- Updated the minimum core CLI version to 2.46.0
IoT Product updates
- [Breaking Change] Removed
az iot product
.
IoT Hub updates
- Fix for
az iot hub state export
to support storage account endpoints with system-assigned identity.
ADU updates
- Removed first-party handler validation check
azure-iot 0.23.1
IoT Hub updates
- Fix parsing issue for
az iot hub certificate root-authority
.
azure-iot 0.23.0
Digital Twins updates
-
Updated Digital Twin dataplane API to use 2023-10-31. Affected commands:
az dt job deletion
is now GA. Deletion jobs now have an option to add a timeout in minutes to cancel long-running jobs.az dt job import
,az dt model
, andaz dt twin
now use the newer API but functionality remains the same.
IoT Hub updates
- Deprecation of
az iot hub certificate root-authority
. If your hub still uses a certificate on the Baltimore CyberTrust root,
your hub will be migrated to the DigiCert Global G2 root in the next wave. For any issues, email iot-ca-updates@microsoft.com.
This command will be removed in a later release.
azure-iot 0.22.0
General updates
- Dropped support for Python 3.7. The IoT extension is now constrained to Python 3.8 or greater.
If for whatever reason you cannot upgrade from 3.7 you are able to use older extension versions.
IoT Hub updates
- Fix for
iot hub state
commands failing on IoT Hubs missing certain ARM properties - Minor updates to support GA of Cosmos DB container message endpoints
azure-iot 0.21.5
Digital Twins updates
- Addition of
az dt job deletion
to create deletion jobs. This job will delete all models, twins, and relationships, replacingaz dt reset
. The deletion jobs cannot be canceled or deleted. The added commands are:az dt job deletion create
az dt job deletion list
az dt job deletion show
- The command
az dt reset
is deprecated and will be removed in a later update.
azure-iot 0.21.4
IoT Hub updates
-
Add command group
az iot hub message-endpoint update
, which will allow you to update your message endpoint without deleting it. -
The IoT Hub name (
--hub-name
) can now be the IoT Hub name or hostname. This allows for RBAC authentication method (--auth-type login
) to skip resource lookup if a hostname is provided. If properties beyond those that can be determined from the hostname are needed, resource lookup will still occur. Commands that do not support authentication methods will require the IoT Hub name.
IoT DPS updates
- The DPS name (
--dps-name
) can now be the DPS name or hostname. This allows for RBAC authentication method (--auth-type login
) to skip resource lookup if a hostname is provided. If properties beyond those that can be determined from the hostname are needed, resource lookup will still occur.
azure-iot 0.21.3
Digital Twins updates
- Updated Digital Twin dataplane API to use 2023-06-30. Affected commands:
az dt job import
is now GA.az dt model
andaz dt twin
now use the newer API but functionality remains the same.
azure-iot 0.21.2
IoT Hub updates
- Fixed issue where
az iot hub monitor-events
would hang when message payload cannot be decoded as unicode. az iot hub state migrate
will now use the origin IoT Hub's resource group when the destination IoT Hub's resource group is not given.
IoT device updates
az iot device send-d2c-message
andaz iot device c2d-message send
now support providing message data from a file using the--data-file-path
argument.az iot device c2d-message receive
will now show a warning, along with other event properties, if the message payload cannot be decoded.
IoT Product
- Deprecation of
az iot product
. This command group will be removed in a future release.
azure-iot 0.21.1
IoT Hub updates
- Improved help for az iot edge deployment create to better describe layered deployments.
- The command az iot edge export-modules is now GA.