|
21 | 21 |
|
22 | 22 | ## Version 1.0.0
|
23 | 23 | * Adds commandlets for the Azure IoT Hub
|
| 24 | + - Add-AzureRmIotHubEventHubConsumerGroup |
| 25 | + - Adds an Event Hub consumer group for an existing Azure IoT hub. |
| 26 | + |
| 27 | + - Add-AzureRmIotHubKey |
| 28 | + - Adds a new key to an existing Azure IoT hub. |
| 29 | + |
| 30 | + - Get-AzureRmIotHub |
| 31 | + - Gets the properties of an exisiting Azure IoT hub. |
| 32 | + |
| 33 | + - Get-AzureRmIotHubConnectionString |
| 34 | + - Gets the connection strings of an existing Azure IoT hub. |
| 35 | + |
| 36 | + - Get-AzureRmIotHubEventHubConsumerGroup |
| 37 | + - Gets the list of event hub consumer groups for the specified eventhub endpoint. |
| 38 | + |
| 39 | + - Get-AzureRmIotHubJob |
| 40 | + - Gets the properties of a set of Azure IoT hubs in a subscription or resource group. |
| 41 | + |
| 42 | + - Get-AzureRmIotHubKey |
| 43 | + - Gets the information related to a list of keys of an Azure IoT hub. |
| 44 | + |
| 45 | + - Get-AzureRmIotHubQuotaMetric |
| 46 | + - Gets the quota metrics for an Azure IoT hub. |
| 47 | + |
| 48 | + - Get-AzureRmIotHubRegistryStatistic |
| 49 | + - Gets the registry statistics for an Azure IoT hub. |
| 50 | + |
| 51 | + - Get-AzureRmIotHubValidSku |
| 52 | + - Gets the list of valid Skus to which an existing Azure IoT hub can transition to. |
| 53 | + |
| 54 | + - New-AzureRmIotHub |
| 55 | + - Creates a new Azure IoT hub. |
| 56 | + |
| 57 | + - New-AzureRmIotHubExportDevices |
| 58 | + - Starts a new job for exporting the devices of an Azure IoT hub. |
| 59 | + |
| 60 | + - New-AzureRmIotHubImportDevices |
| 61 | + - Starts a new job for importing the devices of an Azure IoT hub. |
| 62 | + |
| 63 | + - Remove-AzureRmIotHub |
| 64 | + - Removes an Azure IoT hub. |
| 65 | + |
| 66 | + - Remove-AzureRmIotHubEventHubConsumerGroup |
| 67 | + - Removes a consumer group for the specified event hub endpoint of a give Azure IoT hub. |
| 68 | + |
| 69 | + - Remove-AzureRmIotHubKey |
| 70 | + - Removes a key from an Azure IoT hub. |
| 71 | + |
| 72 | + - Set-AzureRmIotHub |
| 73 | + - Updates the properties of an Azure IoT hub. |
0 commit comments