Skip to content

Commit 45688ca

Browse files
committed
Updating the changelog
1 parent 5510783 commit 45688ca

File tree

2 files changed

+50
-8
lines changed

2 files changed

+50
-8
lines changed

src/ResourceManager/IotHub/ChangeLog.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,53 @@
2121

2222
## Version 1.0.0
2323
* 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.

src/ResourceManager/IotHub/Commands.IotHub/Commands.IotHub.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121
<ErrorReport>prompt</ErrorReport>
2222
<WarningLevel>4</WarningLevel>
2323
</PropertyGroup>
24-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25-
<DebugType>pdbonly</DebugType>
26-
<Optimize>true</Optimize>
27-
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.IotHub</OutputPath>
28-
<DefineConstants>TRACE</DefineConstants>
29-
<ErrorReport>prompt</ErrorReport>
30-
<WarningLevel>4</WarningLevel>
31-
</PropertyGroup>
3224
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
3325
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.IotHub</OutputPath>
3426
<DefineConstants>TRACE;SIGN</DefineConstants>

0 commit comments

Comments
 (0)