-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Reimplementing the exisiting Automation cmdlets and adding new cmdlets #146
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
Changes from all commits
Commits
Show all changes
102 commits
Select commit
Hold shift + click to select a range
a90585d
get-azureautomationschedule implementation and unit tests
elvg 73a750a
Runbook cmdlet get
safeermohammed 35edea9
swapping byall and byfrom
safeermohammed acc3cda
2 cmdlets for variables
kiranisaac 85c7220
Saving Runbook cmdlets
safeermohammed 836e859
schedule automation cmdlets, unit tests and infrastructure for automa…
elvg 6b951a3
job stream cmdlet
kiranisaac c442201
merge with elvg
kiranisaac 919256b
cmdlets + tests
mohanishpenta 4da0efc
piping
kiranisaac 68dbb3b
operation excpetion from mpenta
kiranisaac 0f3ea14
rename the functions and add basic unit test files
kiranisaac b29bf88
update code to use list operation
kiranisaac 372d3dd
Merge pull request #1 from kiranisaac/master
kiranisaac e4e7ad5
Saving runbook cmdlet changes
safeermohammed fd7437f
Merge branch 'dev' of https://github.com/elvg/azure-powershell
safeermohammed f4392ef
schedule cmdlets code is refactored
elvg 0ad4028
Merging with Safeer
elvg 0d5ea48
Start runbook implementation + Unit test
safeermohammed 3570e5e
check for new properties
safeermohammed cc59a41
Merge branch 'dev' of https://github.com/elvg/azure-powershell
safeermohammed 3726c7e
AUtomation PS cmdlets: JobSchedules
elvg 2b550ec
updated job and joboutput to use id instead of name
kiranisaac fa06234
added unit testsfor Job cmdlets, code review comments for modules
mohanishpenta a2e2633
updating job schedule cmdlets
elvg 49d22b8
fixing conflicts
elvg db080d8
merge with mpenta
kiranisaac dc51793
fixed and added unit tests for jobs
mohanishpenta ba3eab7
Accounts implementation
safeermohammed 0078dbf
merged with mpenta and elvg - the unit test project has been disabled…
kiranisaac 84b5503
Merge branch 'master' of https://github.com/mohanishpenta/azure-power…
kiranisaac 581a82a
merged with mpenta - fix for broken unit test project
kiranisaac 183beb1
Merge pull request #4 from kiranisaac/master
kiranisaac a6d4139
Merge branch 'dev' of https://github.com/Azure/azure-powershell into …
elvg 20ef290
Saving accounts work
safeermohammed 9f23916
Saving Accounts after Merge
safeermohammed adb7dd7
renaming some parameters of jobschedule cmdlets
elvg 06b8c89
Remove Accounts update and Certificate cmdlets
safeermohammed 9d8f3b5
refactoring automation ps cmdlets
elvg 7c9566c
Updating Variables to match the new spec
kiranisaac 5feb630
Merge branch 'dev' of https://github.com/elvg/azure-powershell
kiranisaac 5b0e2c0
fix broken test - merge with elvg
kiranisaac 67523d6
Saving change before pull from Elvan dev
safeermohammed 972f6cf
saving work
safeermohammed 8e66b0e
fixed pr comments from elvg
kiranisaac b5625c3
Certificate cmdlets
safeermohammed bbb5059
module changes, code review changes for Job resource, cerdential)
mohanishpenta 9c7f3e9
merged a conflict
mohanishpenta 90e411f
added alias on Tags, changed the output return object
mohanishpenta 15daba3
resolve conflicts with commit for certificates
kiranisaac 9717ed0
Merge pull request #6 from mohanishpenta/master
kiranisaac 2d45d32
Merge pull request #5 from kiranisaac/master
kiranisaac b671ca1
saving changes before pull
safeermohammed 33b02f7
saving changes before pull
safeermohammed f08a2f0
Merge branch 'dev' of https://github.com/elvg/azure-powershell
safeermohammed e4e5e42
mergin with azure-powershell
elvg afc67b0
Merge branch 'dev' of https://github.com/elvg/azure-powershell into dev3
elvg 115012f
Saving Connections work
safeermohammed 729257f
Saving Connections work - add missing change
safeermohammed 7c34a3b
Connections by connection type
safeermohammed a496c36
fix deserialization of array variables
kiranisaac 9c5b928
Merge branch 'dev' of https://github.com/elvg/azure-powershell into dev3
elvg 051136f
Addressing feedback
safeermohammed 8d50775
Changing the stream id
elvg 2cd218d
merging the latest changes
elvg 8f997db
change function name from decrypt to deserialize
kiranisaac bc4966d
merge with elvg and resolve conflicts
kiranisaac b026b1b
Merge pull request #7 from kiranisaac/master
elvg 1bbecef
Merge branch 'dev' of https://github.com/Azure/azure-powershell into …
elvg 3a11633
Powershell bug fixes
safeermohammed 3f57ac0
Merge branch 'dev' of https://github.com/elvg/azure-powershell into dev3
elvg 04a9233
use ConvertTo-Json instead of Newtonsoft
kiranisaac bb88b49
Merge pull request #8 from kiranisaac/master
kiranisaac 8789745
JobScheduleParameters and JobParameters should return Dictionary<stri…
kiranisaac 40eb816
bug fixes for pipelining of runbook to get job schedules and for upda…
elvg 79497e5
Merge branch 'dev' of https://github.com/elvg/azure-powershell into dev3
elvg 3876af9
Merge pull request #9 from kiranisaac/master
elvg 18a5516
Merge branch 'dev' of https://github.com/elvg/azure-powershell into dev3
elvg dad48ec
Removed Type in Runbook and Module
safeermohammed 759cf6e
bu fix with get-azureautomationscheduledrunbook
elvg e5da677
Merge branch 'dev' of https://github.com/elvg/azure-powershell
safeermohammed 816f665
merge encrypted variables with variables
kiranisaac e514036
Merge branch 'dev' of https://github.com/elvg/azure-powershell
kiranisaac 3a084d9
Merge pull request #10 from kiranisaac/master
elvg ad5f320
Module Bug fixes
safeermohammed c5440bc
Hastable changes
safeermohammed 868481c
test and hashtable
safeermohammed eaaf216
updating the scenario tests
elvg 3e895d1
test changes
safeermohammed f0db1ff
Merge branch 'dev' of https://github.com/Azure/azure-powershell into …
elvg cea9420
reverting the automation MAML to an older version
elvg 2d9b130
Tags to string[] and namespace changes in cmdlets
safeermohammed c12e545
Project file
safeermohammed 634abe9
Hashtable
safeermohammed 5858d1b
UnitTest changes for Tags
safeermohammed d39de0b
wxi change for SDK DLL
safeermohammed e1a151c
Latest Pull
safeermohammed d39fac6
wxi change for Automation SDK DLL name change
safeermohammed a99504a
Removed JobStartedByParameterName value in output
safeermohammed ed198df
fixing merge conflicts
elvg 9ac1471
StreamType should be enum + unit test figured
kiranisaac aa06c8e
Merge pull request #11 from kiranisaac/master
elvg 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
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.
nit: it's little bit awkward to have account name with a real person. Maybe
automatedAccountis better?`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.
thanks for catching this but we would like to change it in next release.