-
Notifications
You must be signed in to change notification settings - Fork 4k
Iot Hub Commandlets #3250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Iot Hub Commandlets #3250
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
52a7c72
Initial commit
rkmanda 4e92c66
Initial commit
rkmanda 876e06a
Adding Update IotHub Commandlet
rkmanda 7ffafc4
Adding Test Framework
rkmanda fde18a1
Added Tests and SessionRecords
rkmanda e91b902
removing unused files
rkmanda b30533b
Generating Help
rkmanda f3e584e
Adding Confirmation Messages for Remove Operations
rkmanda cfb8858
Updating help content
rkmanda 8a9d2ce
installer changes
rkmanda 6470c45
Fixing tests
rkmanda 986f18d
Updating help content
rkmanda 3005d57
fixing installer
rkmanda e7be1ad
Address Review Comments
rkmanda f4ac364
fix build break
rkmanda af7d3da
Fixing build issues
rkmanda 369aaed
Fixing travis break
rkmanda 50324ad
fixing travis build break
rkmanda 9863004
Fixing credscan issue
rkmanda 8a2cc34
Addresing comments. Reving versions.
rkmanda 29594b4
Regenerate documentation
rkmanda fb0410c
Fixing build break
rkmanda 5510783
Fixis cred scan issue
rkmanda 45688ca
Updating the changelog
rkmanda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
# | ||
# Module manifest for module 'Microsoft.Azure.Commands.IotHub' | ||
# | ||
# Generated by: Microsoft Corporation | ||
# | ||
# Generated on: 10/7/2016 | ||
# | ||
|
||
@{ | ||
|
||
# Version number of this module. | ||
ModuleVersion = '1.0.0' | ||
|
||
# ID used to uniquely identify this module | ||
GUID = '51A3A993-FE39-4F8F-A437-2CB751584AF5' | ||
|
||
# Author of this module | ||
Author = 'Microsoft Corporation' | ||
|
||
# Company or vendor of this module | ||
CompanyName = 'Microsoft Corporation' | ||
|
||
# Copyright statement for this module | ||
Copyright = 'Microsoft Corporation. All rights reserved.' | ||
|
||
# Description of the functionality provided by this module | ||
Description = 'Microsoft Azure PowerShell - IotHub service cmdlets for Azure Resource Manager' | ||
|
||
# Minimum version of the Windows PowerShell engine required by this module | ||
PowerShellVersion = '3.0' | ||
|
||
# Name of the Windows PowerShell host required by this module | ||
PowerShellHostName = '' | ||
|
||
# Minimum version of the Windows PowerShell host required by this module | ||
PowerShellHostVersion = '' | ||
|
||
# Minimum version of the .NET Framework required by this module | ||
DotNetFrameworkVersion = '4.0' | ||
|
||
# Minimum version of the common language runtime (CLR) required by this module | ||
CLRVersion='4.0' | ||
|
||
# Processor architecture (None, X86, Amd64, IA64) required by this module | ||
ProcessorArchitecture = 'None' | ||
|
||
# Modules that must be imported into the global environment prior to importing this module | ||
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.3.0'; }) | ||
|
||
# Assemblies that must be loaded prior to importing this module | ||
RequiredAssemblies = @() | ||
|
||
# Script files (.ps1) that are run in the caller's environment prior to importing this module | ||
ScriptsToProcess = @() | ||
|
||
# Type files (.ps1xml) to be loaded when importing this module | ||
TypesToProcess = @() | ||
|
||
# Format files (.ps1xml) to be loaded when importing this module | ||
FormatsToProcess = @( | ||
'.\Microsoft.Azure.Commands.IotHub.format.ps1xml' | ||
) | ||
|
||
# Modules to import as nested modules of the module specified in ModuleToProcess | ||
NestedModules = @( | ||
'.\Microsoft.Azure.Commands.IotHub.dll' | ||
) | ||
|
||
# Functions to export from this module | ||
FunctionsToExport = '*' | ||
|
||
# Cmdlets to export from this module | ||
CmdletsToExport = '*' | ||
|
||
# Variables to export from this module | ||
VariablesToExport = '*' | ||
|
||
# Aliases to export from this module | ||
AliasesToExport = @() | ||
|
||
# List of all modules packaged with this module | ||
ModuleList = @() | ||
|
||
# List of all files packaged with this module | ||
FileList = @() | ||
|
||
# Private data to pass to the module specified in ModuleToProcess | ||
PrivateData = @{ | ||
|
||
PSData = @{ | ||
|
||
# Tags applied to this module. These help with module discovery in online galleries. | ||
Tags = 'Azure','ResourceManager','ARM','IoT','IoT Hub' | ||
|
||
# A URL to the license for this module. | ||
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt' | ||
|
||
# A URL to the main website for this project. | ||
ProjectUri = 'https://github.com/Azure/azure-powershell' | ||
|
||
# A URL to an icon representing this module. | ||
# IconUri = '' | ||
|
||
# ReleaseNotes of this module | ||
ReleaseNotes = 'https://github.com/Azure/azure-powershell/blob/dev/ChangeLog.md' | ||
|
||
} # End of PSData hashtable | ||
|
||
} # End of PrivateData hashtable | ||
|
||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!-- | ||
Please leave this section at the top of the change log. | ||
|
||
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format: | ||
|
||
## Current Release | ||
* Overview of change #1 | ||
- Additional information about change #1 | ||
* Overview of change #2 | ||
- Additional information about change #2 | ||
- Additional information about change #2 | ||
* Overview of change #3 | ||
* Overview of change #4 | ||
- Additional information about change #4 | ||
|
||
## YYYY.MM.DD - Version X.Y.Z (Previous Release) | ||
* Overview of change #1 | ||
- Additional information about change #1 | ||
--> | ||
## Current Release | ||
|
||
## Version 1.0.0 | ||
* Adds commandlets for the Azure IoT Hub | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please listy the capabilities of these cmdlets, and the resources they allow you to manage. |
||
- Add-AzureRmIotHubEventHubConsumerGroup | ||
- Adds an Event Hub consumer group for an existing Azure IoT hub. | ||
|
||
- Add-AzureRmIotHubKey | ||
- Adds a new key to an existing Azure IoT hub. | ||
|
||
- Get-AzureRmIotHub | ||
- Gets the properties of an exisiting Azure IoT hub. | ||
|
||
- Get-AzureRmIotHubConnectionString | ||
- Gets the connection strings of an existing Azure IoT hub. | ||
|
||
- Get-AzureRmIotHubEventHubConsumerGroup | ||
- Gets the list of event hub consumer groups for the specified eventhub endpoint. | ||
|
||
- Get-AzureRmIotHubJob | ||
- Gets the properties of a set of Azure IoT hubs in a subscription or resource group. | ||
|
||
- Get-AzureRmIotHubKey | ||
- Gets the information related to a list of keys of an Azure IoT hub. | ||
|
||
- Get-AzureRmIotHubQuotaMetric | ||
- Gets the quota metrics for an Azure IoT hub. | ||
|
||
- Get-AzureRmIotHubRegistryStatistic | ||
- Gets the registry statistics for an Azure IoT hub. | ||
|
||
- Get-AzureRmIotHubValidSku | ||
- Gets the list of valid Skus to which an existing Azure IoT hub can transition to. | ||
|
||
- New-AzureRmIotHub | ||
- Creates a new Azure IoT hub. | ||
|
||
- New-AzureRmIotHubExportDevices | ||
- Starts a new job for exporting the devices of an Azure IoT hub. | ||
|
||
- New-AzureRmIotHubImportDevices | ||
- Starts a new job for importing the devices of an Azure IoT hub. | ||
|
||
- Remove-AzureRmIotHub | ||
- Removes an Azure IoT hub. | ||
|
||
- Remove-AzureRmIotHubEventHubConsumerGroup | ||
- Removes a consumer group for the specified event hub endpoint of a give Azure IoT hub. | ||
|
||
- Remove-AzureRmIotHubKey | ||
- Removes a key from an Azure IoT hub. | ||
|
||
- Set-AzureRmIotHub | ||
- Updates the properties of an Azure IoT hub. |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will also need to copy over the documentation folder for the new cmdlets. This will allow you to document release notes and breaning changes