Skip to content

Commit c482a15

Browse files
committed
Fix issue with IotHub
1 parent 2cf67c9 commit c482a15

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
* Added Location Completer to -Location parameters allowing tab completion through valid Locations
109109
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription
110110

111+
#### AzureRM.IotHub
112+
* Add Certificate support for IoTHub cmdlets
113+
* Added Location Completer to -Location parameters allowing tab completion through valid Locations
114+
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription
115+
111116
#### AzureRM.KeyVault
112117
* Added Location Completer to -Location parameters allowing tab completion through valid Locations
113118
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription

tools/AzureRM/AzureRM.psd1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '4.2.0';
7777
@{ModuleName = 'AzureRM.EventHub'; RequiredVersion = '0.5.1'; },
7878
@{ModuleName = 'AzureRM.HDInsight'; RequiredVersion = '4.0.2'; },
7979
@{ModuleName = 'AzureRM.Insights'; RequiredVersion = '4.0.1'; },
80-
@{ModuleName = 'AzureRM.IoTHub'; RequiredVersion = '3.0.0'; },
80+
@{ModuleName = 'AzureRM.IotHub'; RequiredVersion = '3.1.0'; },
8181
@{ModuleName = 'AzureRM.KeyVault'; RequiredVersion = '4.1.0'; },
8282
@{ModuleName = 'AzureRM.LogicApp'; RequiredVersion = '4.0.1'; },
8383
@{ModuleName = 'AzureRM.MachineLearning'; RequiredVersion = '0.17.0'; },
@@ -186,6 +186,7 @@ General
186186
- AzureRM.EventHub
187187
- AzureRM.HDInsight
188188
- AzureRM.Insights
189+
- AzureRM.IotHub
189190
- AzureRM.KeyVault
190191
- AzureRM.LogicApp
191192
- AzureRM.MachineLearning
@@ -230,6 +231,7 @@ General
230231
- AzureRM.EventHub
231232
- AzureRM.HDInsight
232233
- AzureRM.Insights
234+
- AzureRM.IotHub
233235
- AzureRM.KeyVault
234236
- AzureRM.LogicApp
235237
- AzureRM.MachineLearning
@@ -303,6 +305,9 @@ AzureRM.EventGrid
303305
- Update-AzureRmEventGridSubscription
304306
- Update the properties of an Event Grid event subscription.
305307
308+
AzureRM.IotHub
309+
* Add Certificate support for IoTHub cmdlets
310+
306311
AzureRM.KeyVault
307312
* Added -AsJob support for long-running KeyVault cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress.
308313
* Affected cmdlet is: Remove-AzureRmKeyVault

0 commit comments

Comments
 (0)