Skip to content

Commit

Permalink
Release 1.1.0 (#70)
Browse files Browse the repository at this point in the history
* Adding DOC.md (#52)

* Update Get-AeriesSection.ps1 (#58)

Line 39 - changed "=+" to "+=" for PowerShell v5.1 compatibility

* Update AeriesApi.psd1 (#59)

* Update AeriesApi.psd1

Incrementing version to 1.0.1

* Update README.md

Updated verbiage around supported PowerShell versions, and added note about installing via PSGallery.

* Rename "Add" to "New" functions (#63)

* Fix .gitignore so I can actually commit new files

* Rename "Edit" functions to "New" to match Microsofts guidance on allowed verbs

* Update DOCs with new names

* Fix gitignore to not have unnecessary parts from copy/pasted gitignore templates

* Update AeriesApi.psd1 - Release Version 1.1.0 (#64)

Update Module version to 1.1.0

* Resolve merge conflicts #65 (#66)

* Release 1.0.0 (#45)

* Implement Staff Add/Update Functions (#2)

* Allow for multiple SuccessStatusCode

* Implement Add-AeriesStaff

* Implement Edit-AeriesStaff

* Features/3 (#6)

* Create CODE_OF_CONDUCT.md

* Update README.md

Added "Contributor Covenant" badge

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Fix incorrect parameter validation  #21 (#22)

* Initial implementation of SendAlert endpoint (#23)

* Fix #25 (#26)

* Add/Edit/Remove Contacts Implemented (#24)

* Implement Add-AeriesContact

* Remove printing of the body sent for Add-AeriesContact

* Implement Edit-AeriesContact

* Fix typo in example text

* Implement Remove-AeriesContact

* Add support for ShouldProcess to allow -WhatIf

* Update CONTRIBUTING.md (#28)

Fixed Contributor Code of Conduct link

* Features/9 (#32)

* Create Add-AeriesActivity

* Create Edit-AeriesActivity

* Create Remove-AeriesActivity

* Features/10 (#33)

* Create Add-AeriesAuthorizations

* Add Edit-AeriesAuthorization

* Add Remove-AeriesAuthorization

* features/12 (#34)

* Add Edit-AeriesStudentTest

* Add 201 as a success status code

* Implement Create/Update/Delete for Staff Assignments (#35)

* Implement Add-AeriesStaffAssignment

* Implement Edit-AeriesStaffAssignment

* Implement Remove-AeriesStaffAssignment

* Implement Create/Update Gradebook Assignment Information (#36)

* Implement Add-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignmentScore (#37)

* Implement Create/Update/Delete Student Course Requests (#39)

* Implement Add-AeriesCourseRequest

* Implement Edit-AeriesCourseRequest

* Implement Remove-AeriesCourseRequest

* Implement Create/Update/Delete Alternate Course Requests (#40)

* Implement Add-AeriesAlternateCourseRequest

* Implement Edit-AeriesAlternateCourseRequest

* Implement Remove-AeriesAlternateCourseRequest

* Implement Edit-AeriesSchoolSupplemental (#42)

* Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)

* Basic structure for Add-AeriesSchedulingSection

* Basic structure for Edit-AeriesSchedulingSection

* Implement Remove-AeriesSchedulingSection

* Implement DELETE SchedulingSection

* Wrote out parameters for function, next is implementation

* Simplify by doing our own check for UsingSectionStaff

* Create class for SectionStaffMembers

* Add ScriptsToProcess to register the Class as valid

* Finalize Add-AeriesSchedulingSection

* Finalize Edit-AeriesSchedulingSection

* Add new functions to be exported and visible with help commands (#44)

* Add new functions to be exported and visible with help commands

* This will be ready to go after #15 #43

Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

* PS Gallery Published changes (#49)

* Implement Staff Add/Update Functions (#2)

* Allow for multiple SuccessStatusCode

* Implement Add-AeriesStaff

* Implement Edit-AeriesStaff

* Features/3 (#6)

* Create CODE_OF_CONDUCT.md

* Update README.md

Added "Contributor Covenant" badge

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Fix incorrect parameter validation  #21 (#22)

* Initial implementation of SendAlert endpoint (#23)

* Fix #25 (#26)

* Add/Edit/Remove Contacts Implemented (#24)

* Implement Add-AeriesContact

* Remove printing of the body sent for Add-AeriesContact

* Implement Edit-AeriesContact

* Fix typo in example text

* Implement Remove-AeriesContact

* Add support for ShouldProcess to allow -WhatIf

* Update CONTRIBUTING.md (#28)

Fixed Contributor Code of Conduct link

* Features/9 (#32)

* Create Add-AeriesActivity

* Create Edit-AeriesActivity

* Create Remove-AeriesActivity

* Features/10 (#33)

* Create Add-AeriesAuthorizations

* Add Edit-AeriesAuthorization

* Add Remove-AeriesAuthorization

* features/12 (#34)

* Add Edit-AeriesStudentTest

* Add 201 as a success status code

* Implement Create/Update/Delete for Staff Assignments (#35)

* Implement Add-AeriesStaffAssignment

* Implement Edit-AeriesStaffAssignment

* Implement Remove-AeriesStaffAssignment

* Implement Create/Update Gradebook Assignment Information (#36)

* Implement Add-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignmentScore (#37)

* Implement Create/Update/Delete Student Course Requests (#39)

* Implement Add-AeriesCourseRequest

* Implement Edit-AeriesCourseRequest

* Implement Remove-AeriesCourseRequest

* Implement Create/Update/Delete Alternate Course Requests (#40)

* Implement Add-AeriesAlternateCourseRequest

* Implement Edit-AeriesAlternateCourseRequest

* Implement Remove-AeriesAlternateCourseRequest

* Implement Edit-AeriesSchoolSupplemental (#42)

* Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)

* Basic structure for Add-AeriesSchedulingSection

* Basic structure for Edit-AeriesSchedulingSection

* Implement Remove-AeriesSchedulingSection

* Implement DELETE SchedulingSection

* Wrote out parameters for function, next is implementation

* Simplify by doing our own check for UsingSectionStaff

* Create class for SectionStaffMembers

* Add ScriptsToProcess to register the Class as valid

* Finalize Add-AeriesSchedulingSection

* Finalize Edit-AeriesSchedulingSection

* Add new functions to be exported and visible with help commands (#44)

* Add new functions to be exported and visible with help commands

* This will be ready to go after #15 #43

* Release 1.0.0 (#45) (#46)

* Implement Staff Add/Update Functions (#2)

* Allow for multiple SuccessStatusCode

* Implement Add-AeriesStaff

* Implement Edit-AeriesStaff

* Features/3 (#6)

* Create CODE_OF_CONDUCT.md

* Update README.md

Added "Contributor Covenant" badge

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Fix incorrect parameter validation  #21 (#22)

* Initial implementation of SendAlert endpoint (#23)

* Fix #25 (#26)

* Add/Edit/Remove Contacts Implemented (#24)

* Implement Add-AeriesContact

* Remove printing of the body sent for Add-AeriesContact

* Implement Edit-AeriesContact

* Fix typo in example text

* Implement Remove-AeriesContact

* Add support for ShouldProcess to allow -WhatIf

* Update CONTRIBUTING.md (#28)

Fixed Contributor Code of Conduct link

* Features/9 (#32)

* Create Add-AeriesActivity

* Create Edit-AeriesActivity

* Create Remove-AeriesActivity

* Features/10 (#33)

* Create Add-AeriesAuthorizations

* Add Edit-AeriesAuthorization

* Add Remove-AeriesAuthorization

* features/12 (#34)

* Add Edit-AeriesStudentTest

* Add 201 as a success status code

* Implement Create/Update/Delete for Staff Assignments (#35)

* Implement Add-AeriesStaffAssignment

* Implement Edit-AeriesStaffAssignment

* Implement Remove-AeriesStaffAssignment

* Implement Create/Update Gradebook Assignment Information (#36)

* Implement Add-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignmentScore (#37)

* Implement Create/Update/Delete Student Course Requests (#39)

* Implement Add-AeriesCourseRequest

* Implement Edit-AeriesCourseRequest

* Implement Remove-AeriesCourseRequest

* Implement Create/Update/Delete Alternate Course Requests (#40)

* Implement Add-AeriesAlternateCourseRequest

* Implement Edit-AeriesAlternateCourseRequest

* Implement Remove-AeriesAlternateCourseRequest

* Implement Edit-AeriesSchoolSupplemental (#42)

* Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)

* Basic structure for Add-AeriesSchedulingSection

* Basic structure for Edit-AeriesSchedulingSection

* Implement Remove-AeriesSchedulingSection

* Implement DELETE SchedulingSection

* Wrote out parameters for function, next is implementation

* Simplify by doing our own check for UsingSectionStaff

* Create class for SectionStaffMembers

* Add ScriptsToProcess to register the Class as valid

* Finalize Add-AeriesSchedulingSection

* Finalize Edit-AeriesSchedulingSection

* Add new functions to be exported and visible with help commands (#44)

* Add new functions to be exported and visible with help commands

* This will be ready to go after #15 #43

Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

Co-authored-by: Squid <brandonu@aeries.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

* Edited manifest and README with PS Gallery info (#48)

Co-authored-by: Squid <brandonu@aeries.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

* Billy main branch cleanup (#54)

* Cleaned up commits. Updated .gitignroe to ignore VS local changes.

* Revert "Release 1.0.0 (#45)"

This reverts commit 95094dc.

* Revert "PS Gallery Published changes (#49)"

This reverts commit 01f6fe1.

Co-authored-by: Billy <billyb@aeries.com>

* Merge release 1.0.1 (#60)

* Adding DOC.md (#52)

* Update Get-AeriesSection.ps1 (#58)

Line 39 - changed "=+" to "+=" for PowerShell v5.1 compatibility

* Update AeriesApi.psd1 (#59)

* Update AeriesApi.psd1

Incrementing version to 1.0.1

* Update README.md

Updated verbiage around supported PowerShell versions, and added note about installing via PSGallery.

Co-authored-by: James Lancaster <jamesl@aeries.com>

---------

Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>
Co-authored-by: James Lancaster <jamesl@aeries.com>
Co-authored-by: Billy <billyb@aeries.com>

* Resolve doc conflict #65 (#67)

* Release 1.0.0 (#45)

* Implement Staff Add/Update Functions (#2)

* Allow for multiple SuccessStatusCode

* Implement Add-AeriesStaff

* Implement Edit-AeriesStaff

* Features/3 (#6)

* Create CODE_OF_CONDUCT.md

* Update README.md

Added "Contributor Covenant" badge

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Fix incorrect parameter validation  #21 (#22)

* Initial implementation of SendAlert endpoint (#23)

* Fix #25 (#26)

* Add/Edit/Remove Contacts Implemented (#24)

* Implement Add-AeriesContact

* Remove printing of the body sent for Add-AeriesContact

* Implement Edit-AeriesContact

* Fix typo in example text

* Implement Remove-AeriesContact

* Add support for ShouldProcess to allow -WhatIf

* Update CONTRIBUTING.md (#28)

Fixed Contributor Code of Conduct link

* Features/9 (#32)

* Create Add-AeriesActivity

* Create Edit-AeriesActivity

* Create Remove-AeriesActivity

* Features/10 (#33)

* Create Add-AeriesAuthorizations

* Add Edit-AeriesAuthorization

* Add Remove-AeriesAuthorization

* features/12 (#34)

* Add Edit-AeriesStudentTest

* Add 201 as a success status code

* Implement Create/Update/Delete for Staff Assignments (#35)

* Implement Add-AeriesStaffAssignment

* Implement Edit-AeriesStaffAssignment

* Implement Remove-AeriesStaffAssignment

* Implement Create/Update Gradebook Assignment Information (#36)

* Implement Add-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignmentScore (#37)

* Implement Create/Update/Delete Student Course Requests (#39)

* Implement Add-AeriesCourseRequest

* Implement Edit-AeriesCourseRequest

* Implement Remove-AeriesCourseRequest

* Implement Create/Update/Delete Alternate Course Requests (#40)

* Implement Add-AeriesAlternateCourseRequest

* Implement Edit-AeriesAlternateCourseRequest

* Implement Remove-AeriesAlternateCourseRequest

* Implement Edit-AeriesSchoolSupplemental (#42)

* Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)

* Basic structure for Add-AeriesSchedulingSection

* Basic structure for Edit-AeriesSchedulingSection

* Implement Remove-AeriesSchedulingSection

* Implement DELETE SchedulingSection

* Wrote out parameters for function, next is implementation

* Simplify by doing our own check for UsingSectionStaff

* Create class for SectionStaffMembers

* Add ScriptsToProcess to register the Class as valid

* Finalize Add-AeriesSchedulingSection

* Finalize Edit-AeriesSchedulingSection

* Add new functions to be exported and visible with help commands (#44)

* Add new functions to be exported and visible with help commands

* This will be ready to go after #15 #43

Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

* PS Gallery Published changes (#49)

* Implement Staff Add/Update Functions (#2)

* Allow for multiple SuccessStatusCode

* Implement Add-AeriesStaff

* Implement Edit-AeriesStaff

* Features/3 (#6)

* Create CODE_OF_CONDUCT.md

* Update README.md

Added "Contributor Covenant" badge

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Fix incorrect parameter validation  #21 (#22)

* Initial implementation of SendAlert endpoint (#23)

* Fix #25 (#26)

* Add/Edit/Remove Contacts Implemented (#24)

* Implement Add-AeriesContact

* Remove printing of the body sent for Add-AeriesContact

* Implement Edit-AeriesContact

* Fix typo in example text

* Implement Remove-AeriesContact

* Add support for ShouldProcess to allow -WhatIf

* Update CONTRIBUTING.md (#28)

Fixed Contributor Code of Conduct link

* Features/9 (#32)

* Create Add-AeriesActivity

* Create Edit-AeriesActivity

* Create Remove-AeriesActivity

* Features/10 (#33)

* Create Add-AeriesAuthorizations

* Add Edit-AeriesAuthorization

* Add Remove-AeriesAuthorization

* features/12 (#34)

* Add Edit-AeriesStudentTest

* Add 201 as a success status code

* Implement Create/Update/Delete for Staff Assignments (#35)

* Implement Add-AeriesStaffAssignment

* Implement Edit-AeriesStaffAssignment

* Implement Remove-AeriesStaffAssignment

* Implement Create/Update Gradebook Assignment Information (#36)

* Implement Add-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignmentScore (#37)

* Implement Create/Update/Delete Student Course Requests (#39)

* Implement Add-AeriesCourseRequest

* Implement Edit-AeriesCourseRequest

* Implement Remove-AeriesCourseRequest

* Implement Create/Update/Delete Alternate Course Requests (#40)

* Implement Add-AeriesAlternateCourseRequest

* Implement Edit-AeriesAlternateCourseRequest

* Implement Remove-AeriesAlternateCourseRequest

* Implement Edit-AeriesSchoolSupplemental (#42)

* Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)

* Basic structure for Add-AeriesSchedulingSection

* Basic structure for Edit-AeriesSchedulingSection

* Implement Remove-AeriesSchedulingSection

* Implement DELETE SchedulingSection

* Wrote out parameters for function, next is implementation

* Simplify by doing our own check for UsingSectionStaff

* Create class for SectionStaffMembers

* Add ScriptsToProcess to register the Class as valid

* Finalize Add-AeriesSchedulingSection

* Finalize Edit-AeriesSchedulingSection

* Add new functions to be exported and visible with help commands (#44)

* Add new functions to be exported and visible with help commands

* This will be ready to go after #15 #43

* Release 1.0.0 (#45) (#46)

* Implement Staff Add/Update Functions (#2)

* Allow for multiple SuccessStatusCode

* Implement Add-AeriesStaff

* Implement Edit-AeriesStaff

* Features/3 (#6)

* Create CODE_OF_CONDUCT.md

* Update README.md

Added "Contributor Covenant" badge

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Fix incorrect parameter validation  #21 (#22)

* Initial implementation of SendAlert endpoint (#23)

* Fix #25 (#26)

* Add/Edit/Remove Contacts Implemented (#24)

* Implement Add-AeriesContact

* Remove printing of the body sent for Add-AeriesContact

* Implement Edit-AeriesContact

* Fix typo in example text

* Implement Remove-AeriesContact

* Add support for ShouldProcess to allow -WhatIf

* Update CONTRIBUTING.md (#28)

Fixed Contributor Code of Conduct link

* Features/9 (#32)

* Create Add-AeriesActivity

* Create Edit-AeriesActivity

* Create Remove-AeriesActivity

* Features/10 (#33)

* Create Add-AeriesAuthorizations

* Add Edit-AeriesAuthorization

* Add Remove-AeriesAuthorization

* features/12 (#34)

* Add Edit-AeriesStudentTest

* Add 201 as a success status code

* Implement Create/Update/Delete for Staff Assignments (#35)

* Implement Add-AeriesStaffAssignment

* Implement Edit-AeriesStaffAssignment

* Implement Remove-AeriesStaffAssignment

* Implement Create/Update Gradebook Assignment Information (#36)

* Implement Add-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignmentScore (#37)

* Implement Create/Update/Delete Student Course Requests (#39)

* Implement Add-AeriesCourseRequest

* Implement Edit-AeriesCourseRequest

* Implement Remove-AeriesCourseRequest

* Implement Create/Update/Delete Alternate Course Requests (#40)

* Implement Add-AeriesAlternateCourseRequest

* Implement Edit-AeriesAlternateCourseRequest

* Implement Remove-AeriesAlternateCourseRequest

* Implement Edit-AeriesSchoolSupplemental (#42)

* Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)

* Basic structure for Add-AeriesSchedulingSection

* Basic structure for Edit-AeriesSchedulingSection

* Implement Remove-AeriesSchedulingSection

* Implement DELETE SchedulingSection

* Wrote out parameters for function, next is implementation

* Simplify by doing our own check for UsingSectionStaff

* Create class for SectionStaffMembers

* Add ScriptsToProcess to register the Class as valid

* Finalize Add-AeriesSchedulingSection

* Finalize Edit-AeriesSchedulingSection

* Add new functions to be exported and visible with help commands (#44)

* Add new functions to be exported and visible with help commands

* This will be ready to go after #15 #43

Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

Co-authored-by: Squid <brandonu@aeries.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

* Edited manifest and README with PS Gallery info (#48)

Co-authored-by: Squid <brandonu@aeries.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

* Billy main branch cleanup (#54)

* Cleaned up commits. Updated .gitignroe to ignore VS local changes.

* Revert "Release 1.0.0 (#45)"

This reverts commit 95094dc.

* Revert "PS Gallery Published changes (#49)"

This reverts commit 01f6fe1.

Co-authored-by: Billy <billyb@aeries.com>

* Merge release 1.0.1 (#60)

* Adding DOC.md (#52)

* Update Get-AeriesSection.ps1 (#58)

Line 39 - changed "=+" to "+=" for PowerShell v5.1 compatibility

* Update AeriesApi.psd1 (#59)

* Update AeriesApi.psd1

Incrementing version to 1.0.1

* Update README.md

Updated verbiage around supported PowerShell versions, and added note about installing via PSGallery.

Co-authored-by: James Lancaster <jamesl@aeries.com>

---------

Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>
Co-authored-by: James Lancaster <jamesl@aeries.com>
Co-authored-by: Billy <billyb@aeries.com>

* Features/resolve conflicts 65 (#69)

* Release 1.0.0 (#45)

* Implement Staff Add/Update Functions (#2)

* Allow for multiple SuccessStatusCode

* Implement Add-AeriesStaff

* Implement Edit-AeriesStaff

* Features/3 (#6)

* Create CODE_OF_CONDUCT.md

* Update README.md

Added "Contributor Covenant" badge

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Fix incorrect parameter validation  #21 (#22)

* Initial implementation of SendAlert endpoint (#23)

* Fix #25 (#26)

* Add/Edit/Remove Contacts Implemented (#24)

* Implement Add-AeriesContact

* Remove printing of the body sent for Add-AeriesContact

* Implement Edit-AeriesContact

* Fix typo in example text

* Implement Remove-AeriesContact

* Add support for ShouldProcess to allow -WhatIf

* Update CONTRIBUTING.md (#28)

Fixed Contributor Code of Conduct link

* Features/9 (#32)

* Create Add-AeriesActivity

* Create Edit-AeriesActivity

* Create Remove-AeriesActivity

* Features/10 (#33)

* Create Add-AeriesAuthorizations

* Add Edit-AeriesAuthorization

* Add Remove-AeriesAuthorization

* features/12 (#34)

* Add Edit-AeriesStudentTest

* Add 201 as a success status code

* Implement Create/Update/Delete for Staff Assignments (#35)

* Implement Add-AeriesStaffAssignment

* Implement Edit-AeriesStaffAssignment

* Implement Remove-AeriesStaffAssignment

* Implement Create/Update Gradebook Assignment Information (#36)

* Implement Add-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignmentScore (#37)

* Implement Create/Update/Delete Student Course Requests (#39)

* Implement Add-AeriesCourseRequest

* Implement Edit-AeriesCourseRequest

* Implement Remove-AeriesCourseRequest

* Implement Create/Update/Delete Alternate Course Requests (#40)

* Implement Add-AeriesAlternateCourseRequest

* Implement Edit-AeriesAlternateCourseRequest

* Implement Remove-AeriesAlternateCourseRequest

* Implement Edit-AeriesSchoolSupplemental (#42)

* Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)

* Basic structure for Add-AeriesSchedulingSection

* Basic structure for Edit-AeriesSchedulingSection

* Implement Remove-AeriesSchedulingSection

* Implement DELETE SchedulingSection

* Wrote out parameters for function, next is implementation

* Simplify by doing our own check for UsingSectionStaff

* Create class for SectionStaffMembers

* Add ScriptsToProcess to register the Class as valid

* Finalize Add-AeriesSchedulingSection

* Finalize Edit-AeriesSchedulingSection

* Add new functions to be exported and visible with help commands (#44)

* Add new functions to be exported and visible with help commands

* This will be ready to go after #15 #43

Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

* PS Gallery Published changes (#49)

* Implement Staff Add/Update Functions (#2)

* Allow for multiple SuccessStatusCode

* Implement Add-AeriesStaff

* Implement Edit-AeriesStaff

* Features/3 (#6)

* Create CODE_OF_CONDUCT.md

* Update README.md

Added "Contributor Covenant" badge

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Fix incorrect parameter validation  #21 (#22)

* Initial implementation of SendAlert endpoint (#23)

* Fix #25 (#26)

* Add/Edit/Remove Contacts Implemented (#24)

* Implement Add-AeriesContact

* Remove printing of the body sent for Add-AeriesContact

* Implement Edit-AeriesContact

* Fix typo in example text

* Implement Remove-AeriesContact

* Add support for ShouldProcess to allow -WhatIf

* Update CONTRIBUTING.md (#28)

Fixed Contributor Code of Conduct link

* Features/9 (#32)

* Create Add-AeriesActivity

* Create Edit-AeriesActivity

* Create Remove-AeriesActivity

* Features/10 (#33)

* Create Add-AeriesAuthorizations

* Add Edit-AeriesAuthorization

* Add Remove-AeriesAuthorization

* features/12 (#34)

* Add Edit-AeriesStudentTest

* Add 201 as a success status code

* Implement Create/Update/Delete for Staff Assignments (#35)

* Implement Add-AeriesStaffAssignment

* Implement Edit-AeriesStaffAssignment

* Implement Remove-AeriesStaffAssignment

* Implement Create/Update Gradebook Assignment Information (#36)

* Implement Add-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignmentScore (#37)

* Implement Create/Update/Delete Student Course Requests (#39)

* Implement Add-AeriesCourseRequest

* Implement Edit-AeriesCourseRequest

* Implement Remove-AeriesCourseRequest

* Implement Create/Update/Delete Alternate Course Requests (#40)

* Implement Add-AeriesAlternateCourseRequest

* Implement Edit-AeriesAlternateCourseRequest

* Implement Remove-AeriesAlternateCourseRequest

* Implement Edit-AeriesSchoolSupplemental (#42)

* Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)

* Basic structure for Add-AeriesSchedulingSection

* Basic structure for Edit-AeriesSchedulingSection

* Implement Remove-AeriesSchedulingSection

* Implement DELETE SchedulingSection

* Wrote out parameters for function, next is implementation

* Simplify by doing our own check for UsingSectionStaff

* Create class for SectionStaffMembers

* Add ScriptsToProcess to register the Class as valid

* Finalize Add-AeriesSchedulingSection

* Finalize Edit-AeriesSchedulingSection

* Add new functions to be exported and visible with help commands (#44)

* Add new functions to be exported and visible with help commands

* This will be ready to go after #15 #43

* Release 1.0.0 (#45) (#46)

* Implement Staff Add/Update Functions (#2)

* Allow for multiple SuccessStatusCode

* Implement Add-AeriesStaff

* Implement Edit-AeriesStaff

* Features/3 (#6)

* Create CODE_OF_CONDUCT.md

* Update README.md

Added "Contributor Covenant" badge

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Fix incorrect parameter validation  #21 (#22)

* Initial implementation of SendAlert endpoint (#23)

* Fix #25 (#26)

* Add/Edit/Remove Contacts Implemented (#24)

* Implement Add-AeriesContact

* Remove printing of the body sent for Add-AeriesContact

* Implement Edit-AeriesContact

* Fix typo in example text

* Implement Remove-AeriesContact

* Add support for ShouldProcess to allow -WhatIf

* Update CONTRIBUTING.md (#28)

Fixed Contributor Code of Conduct link

* Features/9 (#32)

* Create Add-AeriesActivity

* Create Edit-AeriesActivity

* Create Remove-AeriesActivity

* Features/10 (#33)

* Create Add-AeriesAuthorizations

* Add Edit-AeriesAuthorization

* Add Remove-AeriesAuthorization

* features/12 (#34)

* Add Edit-AeriesStudentTest

* Add 201 as a success status code

* Implement Create/Update/Delete for Staff Assignments (#35)

* Implement Add-AeriesStaffAssignment

* Implement Edit-AeriesStaffAssignment

* Implement Remove-AeriesStaffAssignment

* Implement Create/Update Gradebook Assignment Information (#36)

* Implement Add-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignmentScore (#37)

* Implement Create/Update/Delete Student Course Requests (#39)

* Implement Add-AeriesCourseRequest

* Implement Edit-AeriesCourseRequest

* Implement Remove-AeriesCourseRequest

* Implement Create/Update/Delete Alternate Course Requests (#40)

* Implement Add-AeriesAlternateCourseRequest

* Implement Edit-AeriesAlternateCourseRequest

* Implement Remove-AeriesAlternateCourseRequest

* Implement Edit-AeriesSchoolSupplemental (#42)

* Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)

* Basic structure for Add-AeriesSchedulingSection

* Basic structure for Edit-AeriesSchedulingSection

* Implement Remove-AeriesSchedulingSection

* Implement DELETE SchedulingSection

* Wrote out parameters for function, next is implementation

* Simplify by doing our own check for UsingSectionStaff

* Create class for SectionStaffMembers

* Add ScriptsToProcess to register the Class as valid

* Finalize Add-AeriesSchedulingSection

* Finalize Edit-AeriesSchedulingSection

* Add new functions to be exported and visible with help commands (#44)

* Add new functions to be exported and visible with help commands

* This will be ready to go after #15 #43

Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

Co-authored-by: Squid <brandonu@aeries.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

* Edited manifest and README with PS Gallery info (#48)

Co-authored-by: Squid <brandonu@aeries.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

* Billy main branch cleanup (#54)

* Cleaned up commits. Updated .gitignroe to ignore VS local changes.

* Revert "Release 1.0.0 (#45)"

This reverts commit 95094dc.

* Revert "PS Gallery Published changes (#49)"

This reverts commit 01f6fe1.

Co-authored-by: Billy <billyb@aeries.com>

* Merge release 1.0.1 (#60)

* Adding DOC.md (#52)

* Update Get-AeriesSection.ps1 (#58)

Line 39 - changed "=+" to "+=" for PowerShell v5.1 compatibility

* Update AeriesApi.psd1 (#59)

* Update AeriesApi.psd1

Incrementing version to 1.0.1

* Update README.md

Updated verbiage around supported PowerShell versions, and added note about installing via PSGallery.

Co-authored-by: James Lancaster <jamesl@aeries.com>

---------

Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>
Co-authored-by: James Lancaster <jamesl@aeries.com>
Co-authored-by: Billy <billyb@aeries.com>

* Features/resolve gitignore (#72)

* Release 1.0.0 (#45)

* Implement Staff Add/Update Functions (#2)

* Allow for multiple SuccessStatusCode

* Implement Add-AeriesStaff

* Implement Edit-AeriesStaff

* Features/3 (#6)

* Create CODE_OF_CONDUCT.md

* Update README.md

Added "Contributor Covenant" badge

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Fix incorrect parameter validation  #21 (#22)

* Initial implementation of SendAlert endpoint (#23)

* Fix #25 (#26)

* Add/Edit/Remove Contacts Implemented (#24)

* Implement Add-AeriesContact

* Remove printing of the body sent for Add-AeriesContact

* Implement Edit-AeriesContact

* Fix typo in example text

* Implement Remove-AeriesContact

* Add support for ShouldProcess to allow -WhatIf

* Update CONTRIBUTING.md (#28)

Fixed Contributor Code of Conduct link

* Features/9 (#32)

* Create Add-AeriesActivity

* Create Edit-AeriesActivity

* Create Remove-AeriesActivity

* Features/10 (#33)

* Create Add-AeriesAuthorizations

* Add Edit-AeriesAuthorization

* Add Remove-AeriesAuthorization

* features/12 (#34)

* Add Edit-AeriesStudentTest

* Add 201 as a success status code

* Implement Create/Update/Delete for Staff Assignments (#35)

* Implement Add-AeriesStaffAssignment

* Implement Edit-AeriesStaffAssignment

* Implement Remove-AeriesStaffAssignment

* Implement Create/Update Gradebook Assignment Information (#36)

* Implement Add-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignmentScore (#37)

* Implement Create/Update/Delete Student Course Requests (#39)

* Implement Add-AeriesCourseRequest

* Implement Edit-AeriesCourseRequest

* Implement Remove-AeriesCourseRequest

* Implement Create/Update/Delete Alternate Course Requests (#40)

* Implement Add-AeriesAlternateCourseRequest

* Implement Edit-AeriesAlternateCourseRequest

* Implement Remove-AeriesAlternateCourseRequest

* Implement Edit-AeriesSchoolSupplemental (#42)

* Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)

* Basic structure for Add-AeriesSchedulingSection

* Basic structure for Edit-AeriesSchedulingSection

* Implement Remove-AeriesSchedulingSection

* Implement DELETE SchedulingSection

* Wrote out parameters for function, next is implementation

* Simplify by doing our own check for UsingSectionStaff

* Create class for SectionStaffMembers

* Add ScriptsToProcess to register the Class as valid

* Finalize Add-AeriesSchedulingSection

* Finalize Edit-AeriesSchedulingSection

* Add new functions to be exported and visible with help commands (#44)

* Add new functions to be exported and visible with help commands

* This will be ready to go after #15 #43

Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

* PS Gallery Published changes (#49)

* Implement Staff Add/Update Functions (#2)

* Allow for multiple SuccessStatusCode

* Implement Add-AeriesStaff

* Implement Edit-AeriesStaff

* Features/3 (#6)

* Create CODE_OF_CONDUCT.md

* Update README.md

Added "Contributor Covenant" badge

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Fix incorrect parameter validation  #21 (#22)

* Initial implementation of SendAlert endpoint (#23)

* Fix #25 (#26)

* Add/Edit/Remove Contacts Implemented (#24)

* Implement Add-AeriesContact

* Remove printing of the body sent for Add-AeriesContact

* Implement Edit-AeriesContact

* Fix typo in example text

* Implement Remove-AeriesContact

* Add support for ShouldProcess to allow -WhatIf

* Update CONTRIBUTING.md (#28)

Fixed Contributor Code of Conduct link

* Features/9 (#32)

* Create Add-AeriesActivity

* Create Edit-AeriesActivity

* Create Remove-AeriesActivity

* Features/10 (#33)

* Create Add-AeriesAuthorizations

* Add Edit-AeriesAuthorization

* Add Remove-AeriesAuthorization

* features/12 (#34)

* Add Edit-AeriesStudentTest

* Add 201 as a success status code

* Implement Create/Update/Delete for Staff Assignments (#35)

* Implement Add-AeriesStaffAssignment

* Implement Edit-AeriesStaffAssignment

* Implement Remove-AeriesStaffAssignment

* Implement Create/Update Gradebook Assignment Information (#36)

* Implement Add-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignmentScore (#37)

* Implement Create/Update/Delete Student Course Requests (#39)

* Implement Add-AeriesCourseRequest

* Implement Edit-AeriesCourseRequest

* Implement Remove-AeriesCourseRequest

* Implement Create/Update/Delete Alternate Course Requests (#40)

* Implement Add-AeriesAlternateCourseRequest

* Implement Edit-AeriesAlternateCourseRequest

* Implement Remove-AeriesAlternateCourseRequest

* Implement Edit-AeriesSchoolSupplemental (#42)

* Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)

* Basic structure for Add-AeriesSchedulingSection

* Basic structure for Edit-AeriesSchedulingSection

* Implement Remove-AeriesSchedulingSection

* Implement DELETE SchedulingSection

* Wrote out parameters for function, next is implementation

* Simplify by doing our own check for UsingSectionStaff

* Create class for SectionStaffMembers

* Add ScriptsToProcess to register the Class as valid

* Finalize Add-AeriesSchedulingSection

* Finalize Edit-AeriesSchedulingSection

* Add new functions to be exported and visible with help commands (#44)

* Add new functions to be exported and visible with help commands

* This will be ready to go after #15 #43

* Release 1.0.0 (#45) (#46)

* Implement Staff Add/Update Functions (#2)

* Allow for multiple SuccessStatusCode

* Implement Add-AeriesStaff

* Implement Edit-AeriesStaff

* Features/3 (#6)

* Create CODE_OF_CONDUCT.md

* Update README.md

Added "Contributor Covenant" badge

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Fix incorrect parameter validation  #21 (#22)

* Initial implementation of SendAlert endpoint (#23)

* Fix #25 (#26)

* Add/Edit/Remove Contacts Implemented (#24)

* Implement Add-AeriesContact

* Remove printing of the body sent for Add-AeriesContact

* Implement Edit-AeriesContact

* Fix typo in example text

* Implement Remove-AeriesContact

* Add support for ShouldProcess to allow -WhatIf

* Update CONTRIBUTING.md (#28)

Fixed Contributor Code of Conduct link

* Features/9 (#32)

* Create Add-AeriesActivity

* Create Edit-AeriesActivity

* Create Remove-AeriesActivity

* Features/10 (#33)

* Create Add-AeriesAuthorizations

* Add Edit-AeriesAuthorization

* Add Remove-AeriesAuthorization

* features/12 (#34)

* Add Edit-AeriesStudentTest

* Add 201 as a success status code

* Implement Create/Update/Delete for Staff Assignments (#35)

* Implement Add-AeriesStaffAssignment

* Implement Edit-AeriesStaffAssignment

* Implement Remove-AeriesStaffAssignment

* Implement Create/Update Gradebook Assignment Information (#36)

* Implement Add-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignment

* Implement Edit-AeriesGradebookAssignmentScore (#37)

* Implement Create/Update/Delete Student Course Requests (#39)

* Implement Add-AeriesCourseRequest

* Implement Edit-AeriesCourseRequest

* Implement Remove-AeriesCourseRequest

* Implement Create/Update/Delete Alternate Course Requests (#40)

* Implement Add-AeriesAlternateCourseRequest

* Implement Edit-AeriesAlternateCourseRequest

* Implement Remove-AeriesAlternateCourseRequest

* Implement Edit-AeriesSchoolSupplemental (#42)

* Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)

* Basic structure for Add-AeriesSchedulingSection

* Basic structure for Edit-AeriesSchedulingSection

* Implement Remove-AeriesSchedulingSection

* Implement DELETE SchedulingSection

* Wrote out parameters for function, next is implementation

* Simplify by doing our own check for UsingSectionStaff

* Create class for SectionStaffMembers

* Add ScriptsToProcess to register the Class as valid

* Finalize Add-AeriesSchedulingSection

* Finalize Edit-AeriesSchedulingSection

* Add new functions to be exported and visible with help commands (#44)

* Add new functions to be exported and visible with help commands

* This will be ready to go after #15 #43

Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

Co-authored-by: Squid <brandonu@aeries.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

* Edited manifest and README with PS Gallery info (#48)

Co-authored-by: Squid <brandonu@aeries.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>

* Billy main branch cleanup (#54)

* Cleaned up commits. Updated .gitignroe to ignore VS local changes.

* Revert "Release 1.0.0 (#45)"

This reverts commit 95094dc.

* Revert "PS Gallery Published changes (#49)"

This reverts commit 01f6fe1.

Co-authored-by: Billy <billyb@aeries.com>

* Merge release 1.0.1 (#60)

* Adding DOC.md (#52)

* Update Get-AeriesSection.ps1 (#58)

Line 39 - changed "=+" to "+=" for PowerShell v5.1 compatibility

* Update AeriesApi.psd1 (#59)

* Update AeriesApi.psd1

Incrementing version to 1.0.1

* Update README.md

Updated verbiage around supported PowerShell versions, and added note about installing via PSGallery.

Co-authored-by: James Lancaster <jamesl@aeries.com>

* Fix .gitignore to remove additional website copy/pasted info (#71)

---------

Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>
Co-authored-by: James Lancaster <jamesl@aeries.com>
Co-authored-by: Billy <billyb@aeries.com>

---------

Co-authored-by: James Lancaster <jamesl@aeries.com>
Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>
Co-authored-by: Billy <billyb@aeries.com>
  • Loading branch information
5 people committed Aug 23, 2023
1 parent 9692758 commit cd3ca48
Show file tree
Hide file tree
Showing 12 changed files with 606 additions and 62 deletions.
20 changes: 10 additions & 10 deletions AeriesApi/AeriesApi.psd1
Expand Up @@ -72,16 +72,6 @@ ScriptsToProcess = @(

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @(
'Add-AeriesActivity',
'Add-AeriesAlternateCourseRequest',
'Add-AeriesAuthorization',
'Add-AeriesContact',
'Add-AeriesCourseRequest',
'Add-AeriesGradebookAssignment',
'Add-AeriesSchedulingSection',
'Add-AeriesStaff',
'Add-AeriesStaffAssignment',
'Add-AeriesStudent',
'Edit-AeriesActivity',
'Edit-AeriesAddress',
'Edit-AeriesAlternateCourseRequest',
Expand Down Expand Up @@ -154,6 +144,16 @@ FunctionsToExport = @(
'Initialize-AeriesApi',
'Initialize-AeriesPreEnrollActive',
'Initialize-AeriesPreEnrollInactive',
'New-AeriesActivity',
'New-AeriesAlternateCourseRequest',
'New-AeriesAuthorization',
'New-AeriesContact',
'New-AeriesCourseRequest',
'New-AeriesGradebookAssignment',
'New-AeriesSchedulingSection',
'New-AeriesStaff',
'New-AeriesStaffAssignment',
'New-AeriesStudent',
'Remove-AeriesActivity',
'Remove-AeriesAlternateCourseRequest',
'Remove-AeriesAuthorization',
Expand Down
@@ -1,16 +1,17 @@
function Add-AeriesActivity
function New-AeriesActivity
{
<#
.SYNOPSIS
Add an Activity/Award to Aeries
.DESCRIPTION
The Add-AeriesActivity cmdlet is used to create an Activity/Award in Aeries for a given StudentID at the SchoolCode
The New-AeriesActivity cmdlet is used to create an Activity/Award in Aeries for a given StudentID at the SchoolCode
.EXAMPLE
Add-AeriesActivity -SchoolCode 994 -StudentID 99400001 -TypeCode "1" -DateEntered "2021-10-26" -Comment "This was added via PowerShell!"
New-AeriesActivity -SchoolCode 994 -StudentID 99400001 -TypeCode "1" -DateEntered "2021-10-26" -Comment "This was added via PowerShell!"
This will create an Activity in Aeries for StudentID 99400001 at SchoolCode 994
#>
[Alias("Add-AeriesActivity")]

[CmdletBinding()]
param (
Expand Down
@@ -1,17 +1,19 @@
function Add-AeriesAlternateCourseRequest
function New-AeriesAlternateCourseRequest
{
<#
.SYNOPSIS
Add an Alternate Course Request to Aeries
.DESCRIPTION
The Add-AeriesAlternateCourseRequest cmdlet is used to add an Alternate Course Request in Aeries for a given StudentID and SchoolCode
The New-AeriesAlternateCourseRequest cmdlet is used to add an Alternate Course Request in Aeries for a given StudentID and SchoolCode
.EXAMPLE
Add-AeriesAlternateCourseRequest -SchoolCode 994 -StudentID 99400001 -CourseNumber "123456"
New-AeriesAlternateCourseRequest -SchoolCode 994 -StudentID 99400001 -CourseNumber "123456"
This will create an Alternate Course Request in Aeries for StudentID 99400001 at SchoolCode 994 with Course Number 123456
#>

[Alias("Add-AeriesAlternateCourseRequest")]

[CmdletBinding()]
param (
[ValidateRange(1, [Int16]::MaxValue)]
Expand Down
@@ -1,17 +1,19 @@
function Add-AeriesAuthorization
function New-AeriesAuthorization
{
<#
.SYNOPSIS
Add a new Authorization in Aeries
.DESCRIPTION
The Add-AeriesAuthorization cmdlet is used to add an Authorization in Aeries
The New-AeriesAuthorization cmdlet is used to add an Authorization in Aeries
.EXAMPLE
Add-AeriesAuthorization -SchoolCode 994 -StudentID 99400001 -Comment "This was added with PowerShell"
New-AeriesAuthorization -SchoolCode 994 -StudentID 99400001 -Comment "This was added with PowerShell"
This will add an Authorization to Aeries
#>

[Alias("Add-AeriesAuthorization")]

[CmdletBinding()]
param (
[ValidateRange(1, [Int16]::MaxValue)]
Expand Down
@@ -1,17 +1,19 @@
function Add-AeriesContact
function New-AeriesContact
{
<#
.SYNOPSIS
Add a Contact to Aeries
.DESCRIPTION
The Add-AeriesContact cmdlet is used to create a Contact in Aeries for a given StudentID
The New-AeriesContact cmdlet is used to create a Contact in Aeries for a given StudentID
.EXAMPLE
Add-AeriesContact -StudentID 99400001 -FirstName "Aeries" -LastName "Software"
New-AeriesContact -StudentID 99400001 -FirstName "Aeries" -LastName "Software"
This will create a Contact in Aeries for StudentID 99400001
#>

[Alias("Add-AeriesContact")]

[CmdletBinding()]
param (
[ValidateRange(1, [Int]::MaxValue)]
Expand Down
@@ -1,17 +1,19 @@
function Add-AeriesCourseRequest
function New-AeriesCourseRequest
{
<#
.SYNOPSIS
Add a Course Request to Aeries
.DESCRIPTION
The Add-AeriesCourseRequest cmdlet is used to add a Course Request in Aeries for a given StudentID and SchoolCode
The New-AeriesCourseRequest cmdlet is used to add a Course Request in Aeries for a given StudentID and SchoolCode
.EXAMPLE
Add-AeriesCourseRequest -SchoolCode 994 -StudentID 99400001 -CourseNumber "123456"
New-AeriesCourseRequest -SchoolCode 994 -StudentID 99400001 -CourseNumber "123456"
This will create a Course Request in Aeries for StudentID 99400001 at SchoolCode 994 with Course Number 123456
#>

[Alias("Add-AeriesCourseRequest")]

[CmdletBinding()]
param (
[ValidateRange(1, [Int16]::MaxValue)]
Expand Down
@@ -1,17 +1,19 @@
function Add-AeriesGradebookAssignment
function New-AeriesGradebookAssignment
{
<#
.SYNOPSIS
Add a new Gradbook Assignment in Aeries
.DESCRIPTION
The Add-AeriesGradebookAssignment cmdlet is used to add a Gradebook Assignment in Aeries
The New-AeriesGradebookAssignment cmdlet is used to add a Gradebook Assignment in Aeries
.EXAMPLE
Add-AeriesGradebookAssignment -GradebookNumber 123456 -Description "Assignment created from PowerShell"
New-AeriesGradebookAssignment -GradebookNumber 123456 -Description "Assignment created from PowerShell"
This will add a Gradebook Assignment to Aeries
#>

[Alias("Add-AeriesGradebookAssignment")]

[CmdletBinding()]
param (
[ValidateRange(1, [Int]::MaxValue)]
Expand Down
@@ -1,17 +1,19 @@
function Add-AeriesSchedulingSection
function New-AeriesSchedulingSection
{
<#
.SYNOPSIS
Add a Scheduling Section to Aeries
.DESCRIPTION
The Add-AeriesSchedulingSection cmdlet is used to create a Scheduling Section in Aeries for the given SchoolCode
The New-AeriesSchedulingSection cmdlet is used to create a Scheduling Section in Aeries for the given SchoolCode
.EXAMPLE
Add-AeriesSchedulingSection -SchoolCode 884
New-AeriesSchedulingSection -SchoolCode 884 -Semester "F"
This will create a Schedule Section in Aeries for SchoolCode 884
#>

[Alias("Add-AeriesSchedulingSection")]

[CmdletBinding()]
param (
[ValidateRange(1, [Int16]::MaxValue)]
Expand Down
@@ -1,18 +1,20 @@
function Add-AeriesStaff
function New-AeriesStaff
{
<#
.SYNOPSIS
Add a new Staff in Aeries
.DESCRIPTION
The Add-AeriesStaff cmdlet is used to add a Staff in Aeries
The New-AeriesStaff cmdlet is used to add a Staff in Aeries
No fields are technically required other than StaffID depending on if "auto-generate new staff IDs" is enabled
.EXAMPLE
Add-AeriesStaff -StaffID 1 -FirstName "Aeries" -LastName "Software"
New-AeriesStaff -StaffID 1 -FirstName "Aeries" -LastName "Software"
This will add a Staff to Aeries
#>

[Alias("Add-AeriesStaff")]

[CmdletBinding()]
param (
[ValidateRange(1, [Int]::MaxValue)]
Expand Down
@@ -1,17 +1,19 @@
function Add-AeriesStaffAssignment
function New-AeriesStaffAssignment
{
<#
.SYNOPSIS
Add a Staff Assignment in Aeries
.DESCRIPTION
The Add-AeriesStaffAssignment cmdlet is used to create a Staff Assignment in Aeries
The New-AeriesStaffAssignment cmdlet is used to create a Staff Assignment in Aeries
.EXAMPLE
Add-AeriesStaffAssignment -StaffID 1 -AssignmentType "classified"
New-AeriesStaffAssignment -StaffID 1 -AssignmentType "classified"
This will create a Staff Assignment for Staff ID 1 with an Assignment Type of "classified" in Aeries
#>

[Alias("Add-AeriesStaffAssignment")]

[CmdletBinding()]
param (
[ValidateRange(1, [Int]::MaxValue)]
Expand Down
@@ -1,18 +1,20 @@
function Add-AeriesStudent
function New-AeriesStudent
{
<#
.SYNOPSIS
Add a new Student in Aeries
.DESCRIPTION
The Add-AeriesStudent cmdlet is used to add a Student for a specific School in Aeries
The New-AeriesStudent cmdlet is used to add a Student for a specific School in Aeries
No fields are technically required other than SchoolCode, but the more you provide the more accurate it will be immediately
.EXAMPLE
Add-AeriesStudent -SchoolCode 994 -FirstName "Aeries" -LastName "Software"
New-AeriesStudent -SchoolCode 994 -FirstName "Aeries" -LastName "Software"
This will add a student to the specific School Code in Aeries
#>

[Alias("Add-AeriesStudent")]

[CmdletBinding()]
param (
[ValidateRange(1, [Int16]::MaxValue)]
Expand Down

0 comments on commit cd3ca48

Please sign in to comment.