Skip to content

Add Function support to Azure Stream Analytics PowerShell #1595

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 2 commits into from
Jan 7, 2016
Merged

Add Function support to Azure Stream Analytics PowerShell #1595

merged 2 commits into from
Jan 7, 2016

Conversation

atpham256
Copy link
Contributor

This updates the Azure Stream Analytics PowerShell cmdlets with new
cmdlets that support Functions, a new rest-only resource at the same
level of inputs, outputs and transformation. Functions have the same
actions as inputs and outputs (create, delete, get, test) as well as an
additional action to retrieve the default definition for a function.

  • Added necessary classes to create the new function cmdlets
  • Updated the help xml files and other help related files to include
    functions
  • Added test coverage for functions, reran the tests and updated session
    records
  • Updated Stream Analytics SDK reference to version 1.7.3

New cmdlets:
New-AzureRmStreamAnalyticsFunction
Get-AzureRmStreamAnalyticsFunction
Test-AzureRmStreamAnalyticsFunction
Get-AzureRmStreamAnalyticsDefaultFunctionDefinition
Remove-AzureRmStreamAnalyticsFunction

This updates the Azure Stream Analytics PowerShell cmdlets with new
cmdlets that support Functions, a new rest-only resource at the same
level of inputs, outputs and transformation. Functions have the same
actions as inputs and outputs (create, delete, get, test) as well as an
additional action to retrieve the default definition for a function.

- Added necessary classes to create the new function cmdlets
- Updated the help xml files and other help related files to include
functions
- Added test coverage for functions, reran the tests and updated session
records
- Updated Stream Analytics SDK reference to version 1.7.3

New cmdlets:
New-AzureRmStreamAnalyticsFunction
Get-AzureRmStreamAnalyticsFunction
Test-AzureRmStreamAnalyticsFunction
Get-AzureRmStreamAnalyticsDefaultFunctionDefinition
Remove-AzureRmStreamAnalyticsFunction
@haocs
Copy link

haocs commented Jan 7, 2016

stankovski added a commit that referenced this pull request Jan 7, 2016
 Add Function support to Azure Stream Analytics PowerShell
@stankovski stankovski merged commit 52e2c12 into Azure:dev Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants