You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az iot hub az iot hub create az iot hub route test az iot dps linked-hub create
Description
Increase the API version to 2022-04-30-preview and pin the min SDK to azure-mgmt-iothub==2.3.0. This will enable customers to modify the control plane of hubs that have features from the 2022-04-30-preview API, specifically the Cosmos DB endpoints.
The Cosmos DB Endpoint feature will be released in the azure iot extension.
There is also some small fixes:
the fileupload_storage_container_uri parameter is no longer used and is removed in this pr. This will remove the warning message below that occurs during hub creation.
the app_properties and system_properties for hub routes will now be converted to a dictionary (and thus make the routes test work)
Fix a networking test in which az iot device-update was renamed to az iot du
Add no wait to iot hub create and delete
Testing Guide
Regenerated all affected iot commands. Also added a test to route test (that would have failed in the older version)
History Notes
[IoT] Fix#22257: az iot dps linked-hub create: Improve error handling for linked hubs
[IoT] az iot hub create/delete: Add --no-wait parameter to support no wait operation
This checklist is used to make sure that common guidelines for a pull request are followed.
[IoT Hub] Increase min SDK and API version
[IoT Hub] Remove warning during Hub creation and fix routes test
[IoT Dps] Improve error handling for linked hubs
We usually only write the changes that can be perceived by users and affect users' business in the history notes, so I personally think the first and second points can be deleted.
Could you describe the third point in more detail?
[IoT Hub] Increase min SDK and API version
[IoT Hub] Remove warning during Hub creation and fix routes test
[IoT Dps] Improve error handling for linked hubs
We usually only write the changes that can be perceived by users and affect users' business in the history notes, so I personally think the first and second points can be deleted. Could you describe the third point in more detail?
the fileupload_storage_container_uri parameter is no longer used and is removed in this pr. This will remove the warning message below that occurs during hub creation.
the app_properties and system_properties for hub routes will now be converted to a dictionary (and thus make the routes test work)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related command
az iot hubaz iot hub createaz iot hub route testaz iot dps linked-hub createDescription
Increase the API version to 2022-04-30-preview and pin the min SDK to azure-mgmt-iothub==2.3.0. This will enable customers to modify the control plane of hubs that have features from the 2022-04-30-preview API, specifically the Cosmos DB endpoints.
The Cosmos DB Endpoint feature will be released in the azure iot extension.
There is also some small fixes:
az iot dps linked-hub createhub and DPS on different subscriptions broken!? #22257az iot device-updatewas renamed toaz iot duTesting Guide
Regenerated all affected iot commands. Also added a test to route test (that would have failed in the older version)
History Notes
[IoT] Fix #22257:
az iot dps linked-hub create: Improve error handling for linked hubs[IoT]
az iot hub create/delete: Add--no-waitparameter to support no wait operationThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.