-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
PowerShell Module for Azure Stream Analytics Service #32
Merged
Merged
Changes from 31 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
26cdd5b
Add powershell commands for the Azure stream analytics service
qunshuzhang cb88f42
Fixes and improvements
qunshuzhang 642670e
Fix ResourceGroupName
qunshuzhang 7b00552
Fix the parameter set
qunshuzhang 437bd1a
Fix all the confirmation behavior
qunshuzhang 64df8e1
Add Test-AzureStreamAnalyticsInput and Test-AzureStreamAnalyticsOutput
qunshuzhang f29b4e0
Improve all the response content
qunshuzhang f5f80a5
Remove static check about the regions
qunshuzhang 6d1fe65
Add setup and fix the job name
qunshuzhang 12d4b4f
Fix the missing name in json file scenario
qunshuzhang 5547a9f
Change set to internal
qunshuzhang cbf1d03
Bug Fixes
qunshuzhang 21cec05
Bug fixes
qunshuzhang 0fb5c23
Adding E2E Scenario
arturocantu bc3c90f
Merge remote-tracking branch 'upstream/master'
qunshuzhang 9fe8d43
Improve the message texts
qunshuzhang e972bc5
Merge branch 'master' of https://github.com/qunshuzhang/azure-powershell
qunshuzhang 40b1b2e
Improve the error message
qunshuzhang 69f478c
Fix the bug for the TestConnection
qunshuzhang 52c258b
Fix Parameter set bug
qunshuzhang 9cdf7ae
some code cleanup
qunshuzhang 775c507
Improve the long running operation
qunshuzhang 9fb259f
Adding missing json files
arturocantu 354d819
Merge branch 'master' of https://github.com/qunshuzhang/azure-powersh…
arturocantu 643dc67
Checkin Helper Content
qunshuzhang 57b6e79
Merge branch 'master' of https://github.com/qunshuzhang/azure-powershell
qunshuzhang 887bf76
Test code clean up
arturocantu 925381d
Add helper content for PowerShell
qunshuzhang 4f10682
Merge branch 'master' of https://github.com/qunshuzhang/azure-powershell
qunshuzhang f8e6cc4
Fix helper content
qunshuzhang 94fe45d
Try to fix the bug
qunshuzhang 7e13a84
Fix comments
qunshuzhang b6bdc0d
Fix comments
qunshuzhang eb12baf
Test fixes
arturocantu 5fbdc0f
try to fix the issue
qunshuzhang bbc8f3e
Merge branch 'master' of https://github.com/qunshuzhang/azure-powershell
qunshuzhang d0dd0d9
revert
qunshuzhang 8135315
Try to fix the build issue
qunshuzhang 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 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 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 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 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
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.
Fix alignment
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.
Fixed.